html { overflow-y: scroll; }

body{
margin:0;
padding:0;
background:#c7cacb url(../images/bg.jpg) repeat-x;
font:12px/1.2em Arial, Helvetica, sans-serif;
text-align:center;
}

#container{
width:790px;
margin:10px auto 0 auto;
background-color:#fff;
/*--background-image:url(../images/bg_container.jpg);--*/
}

#header{
width:790px;
height:134px;
}

#nav{
width:790px;
height:42px;
background-image:url(../images/nav.jpg);
}

#under_nav{
position:relative;
width:790px;
height:63px;
background-image:url(../images/under_nav.jpg);
z-index:100;
}

#page_header{
position:absolute;
top:60px;
left:15px;
}

#content{
/*position:relative;*/
width:750px;
background-color:#fff;
min-height:200px;
padding:22px 20px 0 20px;
z-index:90;
}

/* for Internet Explorer */
/*\*/
* html #content{
height:200px;
}
/**/

#page_header{
text-align:left;
margin:0 0 20px 0;
}

#footer{
width:790px;
height:75px;
clear:both;
}

#log_in{
position:relative;
width:100%
text-align:center;
margin-top:10px;
}


/*-----classes-----*/

.subheader{
font-size:17px;
font-weight:bold;
color:#3f5680;
}

.text_larger{
font-size:14px;
}

.red{
color:#900000;
}

.img_left{
float:left;
margin:5px 20px 10px 0;
border:1px solid #555;
}

.img_left_noborder{
float:left;
margin:5px 30px 30px 0;
}

.img_right{
float:right;
margin:5px 0 20px 10px;
border:1px solid #555;
}

.img_right_noborder{
float:right;
margin:5px 0 30px 30px;
}

.location_pic{
border:1px solid #666;
}

.back{
margin-top:40px;
padding-top:10px;
border-top:1px solid #ccc;
clear:left;
font-size:10px;
}

/*-----body links-----*/

a:link, a:visited{
text-decoration:underline;
color:#2d5aac;
}

a:hover, a:active{
text-decoration:none;
color:#171a1f;
}

/*-----image link opacity-----*/

.fade a img{
filter:progid:dximagetransform.microsoft.alpha(opacity=80);
-moz-opacity:0.80;
margin-bottom:4px;
}

.fade a:hover img{
filter:progid:dximagetransform.microsoft.alpha(opacity=100);
-moz-opacity:1;
}

/*-----misc-----*/

img{
border:none;
}

iframe{
border:1px solid #666;
margin-bottom:5px;
}

hr{
margin:25px 0;
}
