@charset "UTF-8";
/* CSS Document */

body  {
	font: normal 100%/ normal Arial, Helvetica, sans-serif;
	background: #777777; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2b2b2b;
	text-transform: none;
}	
.twoColFixRtHdr #container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	text-align: right;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #738c45;	
}
.twoColFixRtHdr #mainContent #example p{
	padding: 0px 12px 0px 12px;
	color: #2b2b2b;
	font: 70%/120% Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent #example img{
	float: left;
	padding-right: 10px;
}
.twoColFixRtHdr #mainContent #sidebar1 p{
	padding: 0px 25px 0px 25px;
	color: #ffffff;
	font: italic 85%/140% Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
}
.twoColFixRtHdr #mainContent #sidebar1 h1{
	padding: 0px 0px 0px 15px;
	color: #ffffff;
	font: Bold 80%/80% Arial, Helvetica, sans-serif;
	margin-bottom:-2px;
	margin-top:0px;
}
.twoColFixRtHdr #mainContent #sidebar1 h2{
	padding: 0px 15px 0px 15px;
	color: #ffffff;
	font: italic 70%/100% Arial, Helvetica, sans-serif;
	margin-top: 6px;
}
.twoColFixRtHdr #mainContent #sidebar1 h4{
	padding: 0px 15px 0px 6px;
	color: #ffffff;
	font: normal 70%/120% Arial, Helvetica, sans-serif;
	margin-top: 6px;
}
.twoColFixRtHdr #mainContent #sidebar1 h4 a{
	padding: 0px 15px 0px 0px;
	color: #ffffff;
	font: normal 100%/120% Arial, Helvetica, sans-serif;
	margin-top: 2px;
	text-decoration: underline;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background: #FFFFFF;
} 
.twoColFixRtHdr #mainContent h1{ 
	font: normal 130%/normal Arial, Helvetica, sans-serif;
	color: #738c45;	
}
.twoColFixRtHdr #mainContent h2{ 
	font: normal 120%/80% normal Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 15px;
}
.twoColFixRtHdr #mainContent h3{ 
	font: bold 100%/120% normal Arial, Helvetica, sans-serif;
	color: #738c45;
}
.twoColFixRtHdr #mainContent #boxBody p{
	font: italic 80%/120% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 15px 0px 15px;
}

.twoColFixRtHdr #mainContent p{ 
	font: normal 80%/110% Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent ul{
	list-style-type: disc outside;
	color: #738c45;	
	margin-top: 6px;
}
.twoColFixRtHdr #mainContent p a{ 
	text-decoration: underline;
	color: #2b2b2b;
	font: normal 70%/120% Arial, Helvetica, sans-serif;
}
.darkText {
	color: #2b2b2b;
}
.twoColFixRtHdr #mainContent #mid p a{ 
	text-decoration: underline;
	color: #738c45;
	font: normal 100%/120% Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4f4a4a; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: normal 80%/120% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.twoColFixRtHdr #footer p a{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: lighter;
}

#footerLink {
	text-decoration: none;
	color: #a3a0a0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Form stuff */
input#rName, input#tel, input#email, textarea#message {
	background-color: #FFFFFF;
	margin-top: -2px;
	font-family: Arial, sans-serif;
	font-size: 14px; 
	color: #606060;
}

input#rName:focus,
input#tel:focus,
input#email:focus,
textarea#message:focus,
select#refer:focus
{
	background-color: #4f4a4a;
	color: #ffffff;
}
	 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	line-height: 120%;
	color: FFFFFF;
}

<![endif][if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 10px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
