@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	background-image: url(../images/body_bg.gif);
}
.twoColFixLtHdr a {
	text-decoration:none;
	color:#000066;
	}
.twoColFixLtHdr #wrapper {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 780px;  /* 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. */
	padding: 0px;
} 
.twoColFixLtHdr #header {
	padding: 0px;
	border-bottom: 1px solid #000000;
	background-image: url(../images/Header_bg_alt.jpg);
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
}
.twoColFixLtHdr #qol {
	float: right;
	}
.twoColFixLtHdr #search {
	background-image: url(../images/search_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin: 20px 0px;
	float: right;
	padding-left: 25px;
}
.twoColFixLtHdr #search label {
	position: absolute;
	top: -10000px;
}

/* ********************************************************************************** */
/* Navigation Side Bar */
.twoColFixLtHdr #sidebar1 {
	float: left; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 20px;
	margin: 0px;
	width: 200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}
.twoColFixLtHdr #sidebar1 li {
	background-image: url(../images/Bullet_Nav_Red.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding:5px 15px;
	margin:0px;
	border-bottom: 1px dashed #d5d5d5;
	}
.twoColFixLtHdr #navigation {
	font-size: 85%;
	color:#000066;
}
.twoColFixLtHdr #navigation a:hover {
	color:#FF0000;
	text-decoration:underline;
	}		
.twoColFixLtHdr #navigation a:active {
	color:#FF0000;
	}	
.twoColFixLtHdr #sidebar1 #associates {
	margin-top: 25px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	background-color: #F7F7F7;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 #associates h1 {
	margin:0px;
	font-size:85%;
	color: #003366;
	padding:10px 0px 10px 10px;
	border-bottom: 1px solid #000000;
	background-color: #EDEDED;
}
.twoColFixLtHdr #sidebar1 #associates ul {
	list-style:none;
	padding:10px 0px 10px 10px;
	margin:0px;
	}
.twoColFixLtHdr #sidebar1 #associates li {
	background-image: url(../images/Bullet_Nav.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px;
	border-bottom: none;
	}
.twoColFixLtHdr #sidebar1 #associates a {
	font-size: 80%;
	}	
.twoColFixLtHdr #sidebar1 #associates a:hover {
	color:#009933;
	text-decoration:underline;
	}		
.twoColFixLtHdr #sidebar1 #associates a:active {
	color:#FF0000;
	}	
/* ********************************************************************************** */

.twoColFixLtHdr #mainContent h1 {
	padding-top:20px;
	padding-bottom:10px;
	font-size: 130%;
	font-weight:bold;
	border-bottom: dashed #d5d5d5 1px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #mainContent h2 {
	font-size: 110%;
} 
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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: 0px 20px 20px 20px;
}
.twoColFixLtHdr #mainContent ul {
	color:#666666;
	list-style:square;
}
.twoColFixLtHdr #mainContent li {
	/*background-image: url(../images/Bullet_Nav.jpg);
	background-repeat: no-repeat;
	background-position: left center;*/
	padding:5px 15px;
	margin:0px;
}
.twoColFixLtHdr #mainContent a {
	font-size: 85%;
	color:#990000;
}
.twoColFixLtHdr #mainContent a:hover {
	color:#990000;
	text-decoration:underline;
	}		
.twoColFixLtHdr #mainContent a:active {
	color:#FF0000;
	}	
.twoColFixLtHdr #footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D5D5D5;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/Footer_bg.jpg);
} 
.twoColFixLtHdr #footer ul {
	list-style-type: none;
}
.twoColFixLtHdr #footer li {
	font-size: 70%;
	display: inline;
	margin-right: 0.2em;
}
.twoColFixLtHdr #footer a {
	list-style-type: none;
	color:#666666;
}
.twoColFixLtHdr #footer a:hover {
	list-style-type: none;
	color:#000000;
}
.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 */
}
.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;
}
.twoColFixLtHdr #masthead {
	padding: 0px;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

.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;
}


img.photobig, img.photosmall {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: #FFFFFF url(background_table_04.gif) repeat-x;
	padding:8px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: right;
	}
	
/* Form Styling */
#formcontainer {

}
#formcontainer form {
	width: 400px;
}
#formcontainer form div {
	margin-top: 5px;
}
#formcontainer fieldset {
	padding: 10px;
	border: 1px solid #999999;
}
#formcontainer legend {
	color: #000066;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
}
#formcontainer label {
	display: block;
	float: left;
	width: 140px;
}
#formcontainer input, select, checkbox, textarea {
	color: #000066;
	background: #FFFFFF;
	border: 1px solid #000000;
}
#formcontainer input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #FFFFFF;
	background: #990000;
}
#formcontainer .button {
	background: #CCCCCC;
}
/* End Form Styling */
