@import url('/css/backgrounds.css');

/*
body *
{
	border: 1px solid red;
}
*/

body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #555555;
}
td
{

}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}
a
{
	color: #258DBF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

p
{
	margin: 10px 0;
	padding: 0;
	line-height: 1.3;
}

.thinclear
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

#container
{
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#mainimage
{
	width: 750px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}
#mainimage img
{
	width: 750px;
	height: 200px;
}

#logo
{
	float: left;
	width: 170px;
	height: 63px;
	margin: 15px 10px 30px;
}
#logo h1
{
	margin: 0;
	padding: 0;
	background: url(/images/logo.gif) top left no-repeat;
}
#logo a
{
	display: block;
	width: 170px;
	height: 63px;
	text-indent: -1000em;
	text-decoration: none;
	background: url(/images/logo.gif) top left no-repeat;
}

#innercontainer
{
	position: relative;
	background: transparent url(/images/home.gif) left 80px no-repeat;
}

#quotes
{
	float: left;
	clear: left;
	margin-top: 389px;
	width: 197px;
}
#quotes .text
{
	margin-top: 20px;
	font-style: italic;
	color: #666666;
}
#quotes .author
{
	font-weight: bold;
}

#maincontent
{
	width: 316px;
	margin: 0 210px 0 224px;
	padding-top: 20px;
}
#maincontent h2
{
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	color: #258DBF;
}
#maincontent h3
{
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
#maincontent h4
{
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	color: #258DBF;
}

#bodycopy
{
	min-height: 600px;
	margin-bottom: 10px;
}

#leftnav
{
	float: right;
	width: 180px;
	margin-top: 20px;
}
#leftnav ul
{
	list-style: none;
	padding: 0;
}
#leftnav li
{
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 13px;
}
#leftnav ul ul
{
	margin: 0 0 13px 15px;
}
#leftnav ul ul li
{
	border: 0;
	margin: 0 0 5px 0;
}
#leftnav ul li a
{
	display: block;
	line-height: 25px;
	color: #258DBF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#leftnav ul ul li a
{
	color: #8BCE9C;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}
#leftnav a:hover
{
	text-decoration: underline;
}

#linkboxes
{
	font-size: 0.9em;
	width: 229px;
}
.linkboxhead
{
	width: 211px;
	height: 31px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.linkbox
{
	width: 229px;
	height: 48px;
}
#linkboxes .odd
{
	background: url(/images/lb_odd_bg.gif) top left no-repeat;
}
#linkboxes .even
{
	background: url(/images/lb_even_bg.gif) top left no-repeat;
}
.lbpicture
{
	margin: 0;
}
.lbbody
{
	color: #ffffff;
	padding: 10px 0 0 18px;
}
.lbbody h4
{
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.lbbody p
{
	margin: 0;
	padding: 0;
}
.lbbody a
{
	color: #ffffff;
	text-decoration: none;
}
.lbbody a:hover
{
	text-decoration: underline;
}

.subpagelink
{
	padding: 5px 0;
}
.subpagelink h4
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#footer
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 3px;
	font-size: 0.9em;
}
#footer a
{
	color: #666666;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer div
{
	margin-bottom: 5px;
}