body, html {
margin:0px;
background-color:#ced9e0;
font-family:Arial, Helvetica, sans-serif;
}

h2{
color:#525252;
font-weight:600;
font-size:24px;
}

h3{
color:#525252;
font-weight:700;
font-size:14px;
}

h4{
color:#525252;
font-weight:600;
font-size:18px;
}

body a {
color:#525252;
font-family:Arial, Helvetica, sans-serif;
}


#wrapper {
width:960px;
margin: 0 auto;
background-color:#FFFFFF;
}

#header {
width:960px;
height:203px;
background-image:url('img/header.jpg');
background-repeat:no-repeat;
}

#headernav {
width:280px;
height:30px;
position:relative;
top:10px;
left:695px;
}

#headernav a {
color:#FFFFFF;
font-size:13px;
text-decoration:none;
font-weight:500;
margin-right:20px;
margin-left:5px;
}

#headernav a:hover {
text-decoration:underline;
}

#topnav {
height:63px;
width:960px;
background-image:url('img/topnav.jpg');
background-repeat:repeat;
text-align:center;
}

#topnav a{
margin-left:5px;
margin-right:50px;
color:#525252;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
}

#topnav a:hover{
text-decoration:underline;
}

#main1 {
width:960px;
height:300px;
background-color:#FFFFFF;
}

#divider {
height:29px;
width:960px;
background-image:url('img/divider.jpg');
background-repeat:no-repeat;
}

#left {
width:300px;
float:left;
background-color:#FFFFFF;
background-image:url('img/leftbg.png');
background-repeat:no-repeat;
}

#leftnav {
width:200px;
margin-left:25px;
font-size:12px;

}

#leftnav a{
margin-left:6px;
font-size:12px;
text-decoration:none;
}

#leftnav a:hover{
text-decoration:underline;
}

#topnav a{
margin-left:5px;
margin-right:50px;
color:#525252;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
}

#right {
width:610px;
padding-right:50px;
float:right;
background-color:#FFFFFF;
}

#right p {
font-size:12px;
color:#525252;
line-height:170%;
padding-bottom:10px;
}

#divider2 {
height:29px;
width:960px;
background-color:#FFFFFF;
background-image:url('img/divider.jpg');
background-repeat:no-repeat;
clear:both;
}

#main2 {
width:960px;
height:460px;
background-color:#FFFFFF;
}

#footer {
height:170px;
width:960px;
background-image:url('img/footer.jpg');
background-repeat:no-repeat;
}

#footernav {
text-align:center;
width:960px;
}

#footernav a{
color:#FFFFFF;
font-weight:700;
font-size:11px;
margin-left:0px;
margin-right:25px;
text-decoration:none;
}

#footernav a:hover{
text-decoration:underline;
}

#footerinfo {
color:#FFFFFF;
font-weight:700;
font-size:12px;
text-align:center;
}

#copyright {
color:#FFFFFF;
font-weight:400;
font-size:11px;
text-align:right;
padding-right:10px;
margin-top:55px;
}

.style1 {color: #525252}
.style2 {color: #999999}


/* homepage image rotator */

.main_image {
    width: 615px;
    height: 299px;
    float: left;
    background: #fff;
    position: relative;
    overflow: hidden; 
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 12px;
	color:#FFF;
    padding: 10px;
    margin: 0;
}

.main_image p a {
	text-decoration:none;
}

.main_image p a:hover {
	text-decoration:underline;
}

.block small { 
    font-size: 1em;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}

.main_image .block{
    width: 100%;
}



.main_image a.collapse { /*--This is our hide/show tab--*/
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
	border:0px;	
    width: 299px;
}
.image_thumb img {
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.image_thumb ul li{
    margin: 0;
      width: 279px;
    float: left;
}
.image_thumb ul li.hover { /*--Hover State--*/

    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    cursor: default;
}

html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}

.image_thumb ul li .block {
    float: left;
    padding: 0;
    width: 170px;
}

.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

#bannercontainer {
	width:960px;
	overflow:hidden;
	height:300px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

#desc {
	margin-top:-80px; width:540px;
	padding-left:55px;
}

#desc-short {
	margin-top:-80px; width:560px;
	padding-left:60px;
}

#bannercontainer h1, #bannercontainer h1 a {
	margin:0px;
	padding-top:6px;
	font-size:26px;
	color:#FFF;
	text-decoration:none;
}

 #bannercontainer h1 a:hover {
	 text-decoration:underline;
 }

#bannercontainer p {
	font-size:12px;
	margin-top:2px;
}

.sliderwrapper{
	overflow:hidden;
}

.sliderwrapper .contentdiv{
float:left;
visibility: hidden; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 658px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 312px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:300px;
text-align: left;
float:left;
display:block;
}

.pagination a{
text-decoration: none; 
}

.pagination img {
	border:0px;
}


