@charset "utf-8";
/* CLEARING */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

body  {
	background: #EFE8DC;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: "Georgia", "Times New Roman", Times, serif;
}
p{ margin-bottom: 10px;
}

h3 {
	font-size: 10px;
	color: #5BBFD6;
}
br{ margin-bottom: 10px;
}
 #container { 
	width: 928px;  
	background: #FFFFFF;
	margin: 0 0; 
	padding: 0;
	border-right: 6px solid #333;
	text-align: left; 
} 
 #header { 
	background: #FFF; 
	padding: 0 0;
	height: 210px;
	overflow:hidden;
} 
 #header h1 {
	margin: 0; 
	padding: 0; 
	float: left;
}
#header .logo{
	width: 424px;
	height: 463px;
	float: left;
	margin: 0;
}
#header .slideshow{
float: right;
}

/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/

ul#topnav {	
	width:928px;
	list-style:none;
	height:27px
}

ul#topnav li {
	display:inline
}

ul#topnav li a {
	height:27px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#topnav  li a span {
	float:left;
	display:block
}

ul#topnav li#topnav-1 a {
	width:73px;
	background:url(../images/topnavbarFINAL.jpg) no-repeat 0px 0
}

ul#topnav li#topnav-1 a:active,
ul#topnav li#topnav-1 a:hover {
	background-position:0px -27px
}
ul#topnav li#topnav-1 a.current {
	background-position:0px -54px
}

ul#topnav li#topnav-2 a {
	width:101px;
	background:url(../images/topnavbarFINAL.jpg) no-repeat -73px 0
}

ul#topnav li#topnav-2 a:active,
ul#topnav li#topnav-2 a:hover {
	background-position:-73px -27px
}
ul#topnav li#topnav-2 a.current {
	background-position:-73px -54px
}

ul#topnav li#topnav-3 a {
	width:75px;
	background:url(../images/topnavbarFINAL.jpg) no-repeat -174px 0
}

ul#topnav li#topnav-3 a:active,
ul#topnav li#topnav-3 a:hover {
	background-position:-174px -27px
}
ul#topnav li#topnav-3 a.current {
	background-position:-174px -54px
}

ul#topnav li#topnav-4 a {
	width:102px;
	background:url(../images/topnavbarFINAL.jpg) no-repeat -249px 0
}

ul#topnav li#topnav-4 a:active,
ul#topnav li#topnav-4 a:hover {
	background-position:-249px -27px
}
ul#topnav li#topnav-4 a.current {
	background-position:-249px -54px
}

ul#topnav li#topnav-5 a {
	width:87px;
	background:url(../images/topnavbarFINAL.jpg) no-repeat -351px 0
}

ul#topnav li#topnav-5 a:active,
ul#topnav li#topnav-5 a:hover {
	background-position:-351px -27px
}
ul#topnav li#topnav-5 a.current {
	background-position:-351px -54px
}

ul#topnav li#topnav-6 a {
	width:88px;
	background:url(../images/topnavbarFINAL.jpg) no-repeat -438px 0
}

ul#topnav li#topnav-6 a:active,
ul#topnav li#topnav-6 a:hover {
	background-position:-438px -27px
}
ul#topnav li#topnav-6 a.current {
	background-position:-438px -54px
}

ul#topnav li#topnav-7 a {
	width:161px;
	background:url(../images/topnavbarFINAL.jpg) no-repeat -526px 0
}

ul#topnav li#topnav-7 a:active,
ul#topnav li#topnav-7 a:hover {
	background-position:-526px -27px
}
ul#topnav li#topnav-7 a.current {
	background-position:-526px -54px
}

ul#topnav li#topnav-8 a {
	width:152px;
	background:url(../images/topnavbarFINAL.jpg) no-repeat -687px 0
}

ul#topnav li#topnav-8 a:active,
ul#topnav li#topnav-8 a:hover {
	background-position:-687px -27px
}
ul#topnav li#topnav-8 a.current {
	background-position:-687px -54px
}

ul#topnav li#topnav-9 a {
	width:89px;
	background:url(../images/topnavbarFINAL.jpg) no-repeat -839px 0
}

ul#topnav li#topnav-9 a:active,
ul#topnav li#topnav-9 a:hover {
	background-position:-839px -27px
}
ul#topnav li#topnav-9 a.current {
	background-position:-839px -54px
}
#nav{
	width: 930px;
	height: 30px;
	float: left;
	clear: both;
}
/*Front page boxes*/

#featurewrap{
	width: 755px;
	float: left;
}
.featurebox{
	width: 377px;
	background: #FAF7F3;
	float: left;
	margin-bottom: 23px;
	margin-right: 20px;
	/*height: 199px;*/
}
.featurebox h2{
	height: 32px;
	background: #BAD763;
	width: 377px;
}
.featurebox p{
	padding-top: 10px;
}
.featureboxscroll{
	width: 343px;
	background: #FAF7F3;
	margin-bottom: 23px;
	float:left;
	height: 199px;
}
.featureimg{
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
}
.featureboxscroll h2{
	height: 32px;
	background: #BAD763;
	width: 343px;
}
.scroll{
	overflow-y: scroll;
	overflow-x: none;
	width: 333px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	height: 140px;
}
.mainrightbox{
	width: 110px;
	float: right;
	padding-top: 10px;
}
#fullleft{
	width: 620px;
	float: left;
	font-size: 8pt;
}
#fullleft p{
	margin-bottom: 20px;
}
#fullleft h1{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight:normal;
}
#fullleft2{
	width: 890px;
	float: left;
	font-size: 10pt;
}
#fullleft2 p{
	margin-bottom: 20px;
	color: #333;
	font-size: 10pt;	
}
#fullleft2 h1{
	margin-bottom: 20px;
	font-size: 28px;
	font-weight:normal;
}
.interiorcontent{
	float: right;
	width: 380px;
	font-size: 10pt;
}
#fullright{
	float: right;
	width: 216px;
	background: #F1E9DF;
	font-size: 13px;
	padding-bottom: 10px;
}
#fullright img{
	margin-bottom: 20px;
}
#fullright p{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* SCROLL LINKS*/


* html .scroll{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.scroll ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.scroll a{
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
}

.scroll a:visited{
color: #595959;
}

html>body .scroll a{ /*Non IE rule*/
width: auto;
}

.scroll a:hover{
background-color: #F8FBBD;
color:black;
}

#sidebar1 {
	float: right; 
	width: 200px; 
	background: #EBEBEB; 
	padding: 15px 10px;
}
#mainContent { 
	margin: 0; 
	padding: 0 5px; 
} 
#fullwidth{
	clear: both;
	padding: 20px 20px 40px 20px;
}
#footer { 
	padding: 0 10px 0 20px; 
	background:#C3E5EF; 
	height: 140px;
	text-align:center;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#footer a:link,a:visited{
	color: #000;
	}
#footer a:hover{
	color: #6fa8b9;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#directorylisting {
	font-size: 8pt;
}
.directorylisting {
	font-size: 9pt;
}

