/* GLOBAL
----------------------------------------------------------------- */
body{
	background:#f3f4f5;
	font:76%/1.4em arial, verdana, tahoma, geneva, sans-serif;
	color:#000;
	margin-top:20px;
	padding:0;
	text-align:center;
}
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
/* STRUCTURE
----------------------------------------------------------------- */
#container{
	border:5px solid #eeeff1;
	width:750px;
	margin:0 auto;
	text-align:left;
}
#wrapper{
	background:#fff;
	border:1px solid #dcdddf;
	padding:10px;
}
#header{
	background:#fff;
	border-bottom:1px solid #c9c9c9;
	height:105px;
	margin-bottom:10px;
}
#headercontent{
	background:url(images/header-home.jpg) no-repeat 25px 0;
	border-bottom:1px solid #c9c9c9;
	height:210px;
	margin-bottom:10px;
}
#content{
	float:right;
	width:500px;
	border-left:1px solid #c9c9c9;
	padding-bottom:60px;
}
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* mac hide \*/
	* html .clearfix {height: 1%;}
	 .clearfix
#left{
	float:left;
	padding-bottom:60px;
	width:210px;
}
#toplinks{
	color:#9c9c9c;
	float:right;
	text-align:right;
}
#footer{
	background:#63645f;
	color:#fff;
	clear:both;
	height:15px;
	margin-bottom:10px;
	padding:10px 0 10px 0;
	width:100%;
}
.floatleftfooter{
	float:left;
	font-size:0.9em;
	color:#63635f;
	padding-left:10px;
}
.floatrightfooter{
	float:right;
}

/* HOMEPAGE
----------------------------------------------------------------- */
.highlightboxleft{
	border-right:1px solid #c9c9c9;
	float:left;
	width:232px;
}
.highlightboxright{
	float:left;
	margin-left:5px;
	width:232px;
}
.highlightboxleft img,.highlightboxright img{
	border:1px solid #c9c9c9;
	padding:4px;
	margin-left:10px;
}
.highlightboxleft,.highlightboxright{
	padding-left:10px;
}

/* HEADINGS
----------------------------------------------------------------- */
h1,h2,h3 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	padding-left:10px;
}
h1 {
	color:#a8c04c;
	font-size: 1.4em;
	font-weight: normal;
}
h2 {
	color:#636360;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
#header h1{
	background:url(images/logo.gif) no-repeat 10px 0;
	float:left;
	height:92px;
	margin:5px 0 0 45px;
	text-indent:-9999px;
	width:210px;
}
#headercontent h1{
	padding:10px 30px 0 300px;
}

/* TYPOGRAPHY
----------------------------------------------------------------- */
p{
	padding:0 20px 10px 10px;
}
#toplinks p{
	font-size:1.2em;
	font-weight:bold;
	padding:30px 0 0 0;
}
#headercontent p{
	padding:0 30px 10px 300px;
}
#footer p{
	color:#fff;
	float:right;
	padding:0;
}

/* LISTS
----------------------------------------------------------------- */
#content ul{
	list-style:none;
	margin:0 0 10px 20px;
	padding:10px 0 0 0;
}
#content li{
	background:url(images/bullet.gif) no-repeat;
	margin:0;
	padding:0 30px 3px 30px;
}
#toplinks ul{
	list-style:none;
	margin:0 0 10px 20px;
}
#toplinks li{
	display:inline;
	margin:0;
	padding:0 3px 0 0;
}
#footer ul{
	list-style:none;
	float:left;
	padding:0 0 0 20px;
}
#footer li{
	display:inline;
	margin:0;
}

/* LINKS
----------------------------------------------------------------- */
a{
	color:#911b3d;
	text-decoration:underline;
}
a:hover{
	color:#605e5f;
	text-decoration:none;
}
#header h1 a{
	display:block;
	height:92px;
	width:114px;
}
#toplinks a{
	color:#9c9c9c;
	text-decoration:none;
}
#toplinks a:hover{
	border-top:none;
	color:#636161;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#cccaca;
}

/* NAVIGATION
----------------------------------------------------------------- */
#nav ul{
	border:1px solid #d6d6d6;
	margin:0;
	padding:7px;
}
#nav ul li{
	background:#f5f5f5;
	list-style-type:none;
	margin-bottom:3px;
	margin-top:3px;
}
#nav ul li a{
	border:none;
	display:block;
	font-size:0.9em;
	font-weight:normal;
	margin:0;
	line-height:1.5em;
	padding:4px 7px;
	text-decoration:none;
}
#nav a.subactive{
	font-weight:bold;
}
#nav li a:hover {
	background:#fff;
}
/* mac hide \*/ #nav li a{height:1%;} /* end hide */

/* MISC
----------------------------------------------------------------- */
.clr{
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
}
.horizline{
	border-bottom:1px solid #d2d2b9;
	margin:10px 0 5px 0;
}
#print-header,#print-footer{
	display:none;
}


