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

body{
margin:0px;
background:url(image_base/bkg.jpg) center;
background-attachment:fixed;
height:100%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:1.5em;
color:#3B7171;
}

#clear{
	clear:both;
}

/*/PAGE STRUCTURE///////////////////////////////////////////////////////*/
#top{ 
background:url(image_base/shadow_top.png) bottom repeat-x;
width:auto;
height:75px;
font-size:12px;
}

#middle{
width:auto;
min-width:500px;
height:auto;
background:url(image_base/pat_wht_trans.png);
color:#666666;
font-family:Verdana;
}

#bottom{
background:url(image_base/shadow_bottom.png) top  repeat-x;
width:auto;
height:500px;
padding:20px;
}

/*/HEADINGS/////////////////////////////////////////////////////*/
h1, h2, h3{
color:#3B7171;	
font-family:Georgia, "Times New Roman", Times, serif;	
}

h1{
font-size:20px;
font-weight:normal;
}

h2{
font-size:18px;
font-weight:normal;
}

h3{
font-size:12px;
font-weight:normal;
}

#footer .col1 h2{
	color:#FFFFFF;
}

#footer h2{
display:inline;
}
/*/LINKS///////////////////////////////////////////////////////*/
a:link,  a:visited,  a:active{
	color:#3B7171;
	text-decoration:none;
	
}

 a:hover {
	color:#B4AA9C;
	text-decoration:none;
}

#top a:link, #top a:visited, #top a:hover, #top a:active {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	height:25px;
	width:100px;
	padding:10px 0px 0px 0px ;
}



#footer a:link, #footer a:visited, #footer a:active{
	color:#3B7171;
	text-decoration:none;
}

#footer a:hover {
	color:#B4AA9C;
	text-decoration:none;
}



/*////////////////////////////////////////////////////////*/

#header{
background:url(image_base/logo.png) bottom left no-repeat;
width:950px;
height:75px;
margin:0px auto 0px auto;
}

#header ul{
width:auto;
height:30px;
padding:0px;
display:block;
float:right;
list-style:none;
margin:0px;
position:relative;
bottom:-40px;
color:#FFFFFF;
}

#header li{

display:block;
float:left;
text-align:center;
vertical-align:middle;
/*padding:10px 30px 5px 30px;*/
/*background:#0099FF;*/
}

.navi_head{
background:url(image_base/nav_bar_up.png) left bottom no-repeat;
}
.navi_tail{
background:url(image_base/nav_bar_up.png) right bottom no-repeat;
}

.navi_mids{
background:url(image_base/nav_bar_up.png) -50px bottom no-repeat;
}

.navi_head:hover{
background:url(image_base/nav_bar_dwn.png) left bottom no-repeat;
}
.navi_tail:hover{
background:url(image_base/nav_bar_dwn.png) right bottom no-repeat;
}

.navi_mids:hover{
background:url(image_base/nav_bar_dwn.png) -50px bottom no-repeat;
}






/*////////////////////////////////////////////////////////*/
#content{
background:url(image_base/subLogoHead.png) no-repeat 10px 10px;
width:950px;
height:auto;
margin:0px auto 0px auto;
padding:50px 0px 20px 0px ;
}



/*////////////////////////////////////////////////////////*/
#footer{
width:950px;
height:auto;
margin:0px auto 0px auto;

}


#footer .col1{
float:left;
width:300px;
height:325px;
list-style:none;
margin:0px 0px 0px 0px;
padding:0px;

}

#footer .col2{
float:left;
width:300px;
height:325px;
list-style:none;
margin:0px 25px 0px 25px;
padding:0px;
}

#footer .col3{
float:right;
width:300px;
height:325px;
list-style:none;
margin:0px 0px 0px 0px;
padding:0px;
}
#footer .col1 ul{
height:264px;
margin:0px;
padding:10px 0px 10px 0px;
list-style:none;
font-size:15px;
color: #FFFFFF;
}

#footer .col1 ul li{
height:20px;
background:url(image_base/pat_grn_trans.png);
margin:5px 0px 5px 0px;
padding:10px;
list-style:none;
font-size:15px
}


#footer .col2 ul{
	height:264px;
background:url(image_base/pat_wht_trans.png);
margin:15px 0px 0px 0px;
padding:0px;
list-style:none;
font-size:15px;
color: #3B7171;
}

#footer .col2 ul li{
height:20px;
margin:0px;
padding:12px;
list-style:none;
font-size:15px;
}

#footer .col3 ul{
	height:264px;
background:url(image_base/pat_wht_trans.png);
margin:15px 0px 0px 0px;
padding:0px;
list-style:none;
font-size:15px;
color: #3B7171;
}

#footer .col3 ul li{
height:20px;
margin:0px;
padding:12px;
list-style:none;
font-size:15px;
}

#colophon{
	text-align:center;
	
}
