@charset "utf-8";

/* Common Styles */

* {font-family: Verdana, Arial, Helvetica, sans-serif; }
p {font-size: 11px; color: #343535; line-height: 1.2em; padding: 0 0 2px 0; text-align: start;}
body {font-size: 11px; color: #343535;}

#wrapper {background: transparent url(../images/bg-bottom-gradient.gif) bottom center repeat-x; padding: 0 0 30px 0; min-height: 550px; height: auto !important; height: 550px; }

#pageContainer {width: 960px; margin: 0px auto; }
#mainContainer {width: 950px; margin: 0px auto; padding-top: 10px;}

a {text-decoration: none; color: #b50000;}
a:hover {text-decoration: underline;}
	
h1 {font-size: 15px; color: #b50000; padding: 0 0 5px 0;}
h2 {font-size: 13px; color: #030373; }
h3 {font-size: 11px; color: #030373; }


/* Home Page Styles */

.newsdate { color: #b50000; font-weight: bold;}
.news {padding: 0 0 0 10px; margin: 5px 0 0 0; background: url(../images/arrow_news.gif) no-repeat left top; color: #525252; }
.news a {color: #525252; text-decoration: none;}
.news a:hover{text-decoration: underline;}

.hometab {background: url(../images/home_tab_bg.gif) no-repeat; vertical-align:top; height=280; padding: 8px 0px 0px 5px; width:202px;}
.hometab p {width: 185px;}
.newstab {vertical-align:top; height=280; padding: 8px 0px 20px 5px;}

.homeimg {display: block; margin-top: 3px;padding:1px;}


/* Gallery */

.gallery td {width: 148px;}
.thumb {padding: 2px; background-color: none; border-color: #cbec7c; border-width: 1px; margin-bottom: 10px;}
a.float {color:white; text-decoration:none; font-size: 10px;}
a.float:hover {text-decoration:underline;}


/* Sub Page Styles */

.subnav {vertical-align:top; padding: 2px 0px 50px 5px; width:200px;}
.subnav ul {list-style: none; padding: 10px 0 0 0px; margin: 0; width:90%;}
.subnav li {list-style-type: none; padding: 10px 10px 10px 10px; margin: 0px; border-bottom: 1px dotted #c1bbb9; }
.subnav a {text-decoration: none; color: #aaaaaa;}
.subnav a:hover {color: #b50000;}
.subnav #selected {padding: 0 0 10px 15px; margin: 5px 0 0 0; background:url(../images/subnav_bullet.gif) no-repeat; background-position: top 5px; font-weight:bold; color: #b50000; indent:5px;}

.content {background: url(../images/content_bg.gif) no-repeat; vertical-align:top; padding: 15px 50px 0px 20px; width:702px;}
.content p{text-align: justify;}
.logo {margin: 0 10px 0 0; padding:3px; border:solid; border-color: #cbec7c; border-width: 1px; background-color:white;}

.pic {margin: 0 10px 10px 0; padding:2px; border:solid; border-color: #cbec7c; border-width: 1px; background-color:white;}
.people td {vertical-align:middle;}


/* Navigation Menu Styles */

.chromestyle{
width: 95%;
font-weight: bold;
font-size: 12px;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 960px;
padding: 4px 0;
margin: 0;
text-align: left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url(../images/menu_tab_over.png) center center repeat-x;
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ADED7C;
border-bottom-width: 1;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white; opacity: 0.7; filter: alpha(opacity = 70);
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 0px solid #ADED7C;
padding: 1px 0;
text-decoration: none;
color: black;
}

.dropmenudiv a:hover{
background-color: #EAFADC;
}

/* Footer Styles */

#footer {clear: both; padding: 5px 0 40px 0; position: relative; width: 990px; margin: 0 auto; font-size: 10px; }
#footer ul { list-style: none; padding: 10px 0 0px 30px; margin: 0; }
#footer ul li { list-style-type: none; padding: 0 17px 0 17px; margin: 0; border-right: 1px solid #c1bbb9; float: left; }
#footer ul li a { color: #837672; text-decoration: none; }
#footer ul li a:hover { text-decoration: underline; }
#footer ul li.last { border-right: none; }
#footer .legal { float: right; color: #bfbfbf; padding-right: 30px; }