@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:30px 0;
}

.clear {clear:both;}

.title { display: none; }
#breadcrumb { display: none; }

a, a:link, a:visited, a:active  {
		font-family:Arial, Helvetica, sans-serif;
		color:#084743;
	}
	
a:hover {
		color: #794410;
	}

#wrapper {
	width:975px;
	margin:0 auto;
}

#header {
	height:94px;
	background:url(../images/header.jpg) no-repeat;
}

#clientaccess {
	float:right;
	width:230px;
	padding-top:39px;
	padding-right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#ffffff;
}

#clientaccess a { color: #ffffff; }

#content {
	padding-top:20px;
	font-family:Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#474747;
}

#left {
	float:left;
	width:231px;
}

#right {
	float:right;
	width:721px;
	line-height:18px;
}

	#right h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#032e2c;
		font-size:24px;
		font-weight:normal;
	}

	#right .padding {
		border:1px solid #d8d8d8;
		border-top:none;
		border-bottom:none;
		padding:5px 9px 5px 10px;
	}

.boxtitle {
	background-image:url(../images/hdiv.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#032e2c;
	font-size:16px;
	height:25px;
	margin:0 auto;
	width:215px;
	padding-top:6px;
}

	.boxicon {
		float:left;
		padding-right:5px;
	}
	.boxiconr {
		float:right;
		padding-right:5px;
	}

#slideshow {
	padding-bottom:20px;
}

/* HOME PANELS */

	.panelpadding {
		padding:10px;
	}
	
	.homeboxtitle {
		background-image:url(../images/hdiv.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#032e2c;
		font-size:16px;
		height:25px;
		margin:0 auto;
		width:290px;
		padding-top:6px;
	}
	
	.homepanel {
		float:left;
		width:333px;
	}
	
	.homepanel2 {
		float:center;
		width:974px;
	}
	
	.homepanelr {
		float:right;
		width:333px;
	}

	.homepanelbg {
		background-image:url(../images/homepanelbg.jpg);
		background-repeat:no-repeat;
		width:309px;	
	}
	
	.homepanelst {
		background-image:url({$theme}/images/homepanelst.png);
		background-repeat:no-repeat;
		width:974px;	
	}


#subheader {
	background-image:url(../images/subheaderbg2.gif);
	background-repeat:repeat-x;
	height:32px;
	padding-top:6px;
	padding-left:10px;
}

	#subheader .subtitle {
		background-image:url(../images/subheaderbg.gif);
		background-repeat:no-repeat;
		border:1px solid #d5c9b6;
		border-bottom:none;
		font-size:16px;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding-left:25px;
		padding-right:25px;
		padding-top:6px;
		height:25px;
		width:200px;
		color:#8a5622;
	}

/* Main Nav */

	#mainnav {
		float:left;
		width:700px;
		height:34px;
		padding-left:15px;
		padding-top:65px;
	}
	
	#mainnav a, #mainnav a:link, #mainnav a:visited, #mainnav a:active  {
		float:left;
		height:23px;
		font-family:Arial, Helvetica, sans-serif;
		padding:6px 15px 0px 15px;
		font-size:12px;
		text-decoration:none;
		color:#ffffff;
		background-image:url(../images/navhover.gif);
		background-repeat:no-repeat;
		background-position:top right;
		display:block;
	}
	
	#mainnav a:hover {
		color:#ffffff; 
		text-decoration:underline;
		background-position:bottom right;
	}
	
/* Sub Nav */

	#subnav {
		background-image:url(../images/subnavbg.gif);
		background-repeat:no-repeat;
	}

	#subnav a, #subnav a:link, #subnav a:visited, #subnav a:active  {
		margin-top:1px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-left:33px;
		padding-top:5px;
		height:20px;
		color:#3b3b3b;
		display:block;
		background-image:url(../images/subnavhover.gif);
		background-repeat:no-repeat;
		background-position:top;
	}
	
	#subnav a:hover {
		color: #ffffff;
		background-position:bottom;
		margin-right:0;	
	}
	

/* FOOTER */

	#footer {
		height:50px;
		margin-top:20px;
		background-image:url(../images/footer.gif);
		background-repeat:no-repeat;
		font-size:11px;
		color:#747474;
		font-family:Arial, Helvetica, sans-serif;
	}

		#footer .padding {
			padding:18px 20px;
			padding-bottom:0;
		}

	#footer .divider {
		padding:0 3px 0 5px;
		color:#4f4f4f;
		font-weight:bold;
	}

	#footer a, #footer a:link, #footer a:visited, #footer a:active  {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#084743;
	}
	
	#footer a:hover {
		color: #794410;
	}