/* CSS Document */

body {
background-image:url(../images/blue_bg.gif);
background-attachment: fixed;
background-position:bottom;
background-repeat:repeat-x;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 16px;
}

#wrapper {
width: 777px;
padding-bottom: 60px;
text-align: left;
}

#header-left-column {
width: 210px;
float:left;
text-align: left;
padding-top: 95px;
}

#header-center-column {
width: 350px;
float: left;
text-align: left;
}

#header-right-column {
padding-top: 5px;
width: 190px;
float: right;
text-align: left;
}

.phone {
font-size: 21px;
line-height: 23px;
color:#FF680D;
}

#left-column {
width: 385px;
float: left;
padding-right: 15px;
text-align: left;
}

.header {
font-size:18px;
line-height: 21px;
color:#5D7F7F;
}

#right-column {
width: 375px;
float: right;
text-align: left;
}

#nav {
width:765px;
background-color: #AAD5D5;
margin-bottom: 10px;
padding: 5px;
text-align:left;
color:#C7EDED;
font-size:25px;
float:left;
}

A.link:link { COLOR:#455D5D; font-size:12px; font-weight: bold}
A.link:visited { COLOR:#455D5D; font-size:12px;font-weight: bold}
A.link:active { COLOR:#455D5D; font-size:12px;font-weight: bold}
A.link:hover { COLOR:#5D7979; font-size:12px;font-weight: bold}
