@charset "utf-8";
/* CSS Document 
	Developed by Brenda K. Ball
	
*/

/* ==== global styles ==== */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}

p, h1, h2, h3, h4, h5, h6, li	{
	margin: 1ex 1em;
}

/* ==== outer container ==== */
div#container {
	position: relative; /* to qualify as a containing block for the columns */
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/s100_head010810.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #630;
	text-align: left;
}

#container a:link, #container a:visited	{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color:#900;
}

#container a:hover, #container a:active	{
	color:#300;
	border-bottom: 1px dashed #300;
}

/* ==== header ==== */
div#header 	{
	height: 350px;
	position: relative;
}

/* ====contact link =====*/
#container div#contactButton	{
	position:absolute;
	left: 750px;
	top: 0;
}

#contactButton a:link, #contactButton a:visited {
	height: 29px;
	width: 110px;
	display: block;
	text-indent: -1000px;
	background: url(images/contact3.gif) no-repeat left top;
	border: none;
}

#contactButton a:hover, #contactButton a:active {
		background-position: left bottom;
}

/* ==== mainMenu ==== */
#header #mainMenu	{
	position: absolute;
	left: 350px;
	bottom: 38px;
}

#mainMenu ul  {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}

#mainMenu li  {
	float: left;
	margin: 0;
	padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited 	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 30px 0 20px;
	margin-right: 0;
	line-height: 28px;
	background: url(images/nav_rollover4.jpg) no-repeat right bottom;
	border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color:#CCC;
	background-position: right top;
}

/*  ==== use this when you want a different current page button ==== */
#mainMenu li a.current	{
	margin-top: -5px;
	height: 35px;
	background: url(images/nav_current1.jpg) no-repeat;
	color:#FFF;
	line-height: 33px;
}


/* ====main content ==== */
#content div#mainContent 	{
	float: left;
	width: 675px;
	margin: 0;
	padding: 25px 15px 10px 25px;
}

#mainContent p 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.4em;
	color: black;
	margin: 1ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 	{
	font-family: Verdana, Geneva, sans-serif;
}

#mainContent h1 	{
	font-size: 1.4em;
	font-weight: bold;
	color: #6C9DBE;
	letter-spacing: 1px;
	margin: 0 0 .4ex 0;	
}

#mainContent h2 	{
	font-size: 1.2em;
	color:#333;
	margin: .4ex 0;
}

#mainContent h4 	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .95em;
	line-height: 1.4em;
	color: #FFF;
	background: #6C9DBE;
	padding: 5px 10px;
	border-top: medium solid #000;
	margin: 40px 0 -.2ex 0;
}

#mainContent h6 	{
	font-size: .85em;
	color:#900;
	margin: 3ex 0 -.2ex 0;
}

img.floatLeft	{	
	float: left;
	margin-right: 25px;
}

img.floatRight	{
	float: right;
	margin: 0 15px 15px 0;
}


/* ==== sideBar ==== */
#content div#sideBar 	{
	float: right;
	width: 220px;
	padding: 30px 25px;
	margin: 0;
	border-left: dashed #300 1px;
}

#sideBar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.3em;
	color:#000;
	margin: 0 0 3ex 0;
}

#sideBar h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #666;
	margin: 1ex 0 3ex 0;
}

#sideBar h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .95em;
	color:#000;
	margin: 1ex 0;
}

#sideBar ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	margin: 0 0 1ex 1em;
}


/* ==== footer ==== */
div#footer 	{
	clear: both;
	background: transparent;
	margin: 0 auto;
	padding: 5px;
}

#footer h3	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	color:#333;
	margin: 0;
	padding: 0;
}

#footer p 	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	color:#666;
	margin: 0;
	padding: 0;
}

#footer a 	{
	color:#333;
	text-decoration: none;
}

	
/* ==== miscellaneous ==== */
.clear {	clear: both	}	


