@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #030;
	background-repeat: repeat;
	position: relative;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #999900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
.twoColFixLtHdr #container #header #contactButton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	height: 36px;
	width: 146px;
	margin: 0;
	position: absolute;
	left: 545px;
	text-align: center;
	text-indent: 30px;
	color: #990;
	padding-top: 15px;
	background-image: url(images/contact.gif);
	background-position: top left;
	position: absolute;
	left: 545px;
	
}
.twoColFixLtHdr #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: 3px 0 3px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	text-indent: 2em;
}
.twoColFixLtHdr #container #header #mainNav {
	position: absolute;
	left: 186px;
	top: 300px;
	width: 100%;
	height: 39px;
	z-index: 1;
}
   #nav {
	margin:0;
	padding:0;
	list-style-type:none;
	
}

#nav a:link,
#nav a:visited {
	width: 150px;
	height: 22px;
	text-align: left;
	float: left;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	background-image: url(images/nav_rollover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	
}

#nav a:hover,
#nav a:active {
	width: 150px;
	height: 22px;
	text-align: left;
	float: left;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	background-image: url(images/nav_rollover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	
}
   #nav li {
	display:inline;
	padding:0;
	margin:0;
	text-indent: 40px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #603;
	line-height: 0.9em;
}
.twoColFixLtHdr #container #sidebar1 h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #603;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
}
.twoColFixLtHdr #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left: solid 1px #000000;
} 
.twoColFixLtHdr #container #mainContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: italic;
	height: auto;
	width: 400px;
	background-color: #FFC;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	line-height: 1.3em;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 1.3em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	color: #060;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1em;
	font-weight: bold;
	color: #603;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	background-color: #FFC;
	height: auto;
	width: 280px;
	padding: 15px;
	margin-left: 8px;
	float: none;
	clear: none;
}
.twoColFixLtHdr #container #mainContent h3 strong {
	border-top-width: 0px;
	border-bottom-style: solid;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #060;
	line-height: 1.4em;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 0.8em;
	line-height: 1.4em;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 0px;
} 
.twoColFixLtHdr #container #footer ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0;
	padding-right: 20px;
	padding-left: 12px;
	text-align: center;
}
.twoColFixLtHdr #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-family: Verdana, Geneva, sans-serif;
	font-size: .5em;
	text-align: center;
}
.twoColFixLtHdr #featured {
	position: absolute;
	left: 928px;
	top: 377px;
	padding: 8px;
	background-color: #FFF;
	border: 16px solid #CCC;
	z-index: 100;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 {
	background-color: #ffffff;
}

