﻿/* CSS layout */
body {
background-color:#EBF3F9;
text-align:center;
font-family:"Times New Roman", Times, serif;
font-size:13px;
margin-top:0px;
margin-bottom:20px;
}
#body_container {
width:759px;
margin:0 auto;
text-align:left;
border-left:1px black solid;
border-right:1px black solid;
border-bottom:1px black solid;
background-color:#FFF;
}
#masthead {
height:305px;
background:url('../images/masthead_img_expanded_white_shadow.png') no-repeat;
}
#top_nav {
width:595px;
position:relative;
top:288px;
left:30px;
font-weight:bold;
font-size:12px;
letter-spacing:1px;
}
#content_container{
padding:25px 30px 0 30px;
}
#page_content {
line-height:1.3;
}
.navspaces {
font-size:12px;
color:#0A640A;
}
.main_transportation {
width:699px;
margin-top:40px;
background:url('../images/transportationhead.jpg') no-repeat;
}
.main_utilities {
width:699px;
margin-top:40px;
background:url('../images/utilitieshead.jpg') no-repeat;
}
#left_col {
width:120px;
float:left;
height:300px;
border-right:1px green solid;
}
#right_col {
margin-left:120px;
padding-left:25px;
text-align:justify;
}
#footer {
margin:30px 0 0 0;
padding:5px 0 20px 0;
border-top:1px black solid;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:9px;
}
.designations{
font-size:9px;
font-weight:bold;
color:black;
}
.side_heads{
color:#0A640A;
font-size:11px;
font-weight:bold;
}
.legal{
font-size:11px;
margin-bottom:0;
}
.head{
margin-top:0;
font-weight:bold;
font-size:14px;
color:#0A640A;
letter-spacing:1px;
text-decoration:underline;
}
.head2{
margin-top:0;
font-weight:bold;
font-size:14px;
color:#0A640A;
letter-spacing:1px;
}
.head3{
font-weight:bold;
margin-bottom:13px;
}
.staff_img{
float:right;
margin:0 0 7px 15px;
}
.img_border{
border:1px black solid;
}
.main_slideshows{
float:right;
border:1px black solid;
margin:18px 22px 35px 40px;
}
p{
margin:0 0 19px 0;
text-align:justify;
}
.q{
font-weight:bold;
margin-left:20px;
margin-right:80px;
margin-bottom:10px;
}
.a{
margin-left:40px;
margin-right:40px;
}

#masthead a:visited {text-decoration:none; color:#000;}
#masthead a:link {text-decoration:none; color:#000;}
#masthead a:hover {text-decoration:underline; color:#0A640A;}
#masthead a:active {text-decoration:none; color:#000;}

.head2 a:visited {text-decoration:underline; color:#06C;}
.head2 a:link {text-decoration:underline; color:#06C;}
.head2 a:hover {text-decoration:underline; color:#0A640A;}
.head2 a:active {text-decoration:underline; color:#06C;}

a:visited {text-decoration:none; color:#06C;}
a:link {text-decoration:none; color:#06C;}
a:hover {text-decoration:underline; color:#0A640A;}
a:active {text-decoration:none; color:#06C;}
