@charset "UTF-8";
body {
	font: 100% "Times New Roman", Times, Georgia, Garamond, serif; background-image:url(../images/bg1.jpg); background-repeat:repeat-x; 
	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: #000000;
}

div.completesite { font-size:16px; line-height:1.4em; padding:0; margin:0; color:#000; font-family:"Times New Roman", Times, Georgia, Garamond, serif; }
p.completesite { font-size:16px; line-height:1.4em; padding:0; margin:0; color:#000; font-family:"Times New Roman", Times, Georgia, Garamond, serif; }
h1.completesite {font-size:30px; color: #000000; font-family: "Kai Regular", "Times New Roman", Times, Georgia, Garamond, serif; border-bottom:1px solid #CCC; text-align:left; font-weight:normal; margin:0 0 20px 0; padding:0; }
h2.completesite { font-size:24px; color: #000000; font-family: "Kai Regular", "Times New Roman", Times, Georgia, Garamond, serif; border-bottom:1px solid #CCC; text-align:left; font-weight:normal; }
h3 { font-size:18px; color:#FFF; font-family: "Kai Regular", "Times New Roman", Times, Georgia, Garamond, serif; text-align:left; font-weight:normal; }
a.completesite { outline:none; color:#ED934A; text-decoration:none; }
a.completesite:link {outline:none; color:#ED934A; text-decoration:none;}
a.completesite:active {outline:none; color:#ED934A; text-decoration:none;}
a.completesite:visited {outline:none; color:#ED934A; text-decoration:none;}
a.completesite:hover {outline:none; color:#ED934A text-decoration:underline;}

a.mainNav 			{text-decoration: none; font-family: "Kai Regular", "Times New Roman", Times, Georgia, Garamond, serif; font-size:24px; color:#ED934A; display:block; font-weight:normal;}
a.mainNav:link		{text-decoration: none; font-family: "Kai Regular", "Times New Roman", Times, Georgia, Garamond, serif; font-size:24px; color:#ED934A; font-weight:normal;}
a.mainNav:visited	{text-decoration: none; font-family: "Kai Regular", "Times New Roman", Times, Georgia, Garamond, serif; font-size:24px; color:#ED934A; font-weight:normal;}
a.mainNav:hover		{text-decoration: underline; font-family: "Kai Regular", "Times New Roman", Times, Georgia, Garamond, serif; font-size:24px; color:#ED934A; font-weight:normal;}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 


.header { 
	height: 130px;
} 
#logo a {
	background-image: url(../images/genetaylors.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	width:300px;
	height:80px;
	display: block;
	margin-left: 5px;
	margin-top: 20px;
	text-indent: -2000px;
	overflow: hidden;
	float:left;
}

#navigation { float:right; padding:0 10px 0 0; margin-top:-50px; }


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 5px;
}

#contact {padding-top:20px; float:left; width:275px; color:#CCC; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
#contact h3 { font-size:22px; color:#CCC; font-family: "Kai Regular", "Times New Roman", Times, Georgia, Garamond, serif; text-align:left; font-weight:normal; }
.copy { font-size:12px; color:#CCC;font-family:Arial, Helvetica, sans-serif; clear:both; padding-top:20px; }
#contact-left { float:left; margin:0; padding:0; width:128px; list-style:none; border-right:1px solid #CCC; color:#CCC; }
#contact-right { float:right; margin:0; padding:0; width:135px; list-style:none; color:#CCC; }



#mainContent { 
	margin: 0 0 0 285px; /* the left margin on this div element creates the column down the left 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. */
	padding: 10px 0 0 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#main { background-image:url(../images/content_repeat.png); background-repeat:repeat-y; padding:1px 20px; }



#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#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 */
}
.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;
}
