/* CSS Document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
line-height: 1.7em;
color: #000000;
margin-top: 10px;
background-image:url(images/bg_body_grey.jpg);
background-repeat:repeat-x;
background-color:#ABABAB;
}
h1 {
font-size: 1.3em;
color: #537B84; 
line-height: 24px;
margin-top: 0;
}
h2{
font-size: 1em;
color: #000000; 
line-height: 24px;
margin-top: 0;
}
p{
margin-top: 0;
}
a, a:visited {
color:#215383;
}
a:hover {
color:#3D87CD;
}
#wrapper {
width: 960px;
padding: 9px 10px 0 10px;
margin: auto;
background-image:url(images/bg_container_grey.jpg);
background-repeat:no-repeat;
}
#inside_wrapper {
width: 958px;
background-color:#ffffff;
border: 1px solid #000000;
}
#logo {
float: left;
width: 450px;
height: 116px;
}
#logo_right {
float: left;
width: 488px;
height: 26px;
padding: 90px 20px 0 0;
background-image:url(images/bg_logo_right.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
text-align:right;
font-size:26px;
}
#navcontainer {
clear:both;
float:left;
width: 252px;
margin-top:43px;
text-align:right;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#navcontainer li {
margin: 0 0 3px 0;
}
#navcontainer a {
display: block;
padding: 12px 38px 12px 24px;
}
#navcontainer a:link, #navlist a:visited {
color: #537B84;
text-decoration: none;
font-size:13px;
font-weight:bold;
}
#navcontainer a:hover {
background-image:url(images/bg_menu_arrow.gif);
background-position:right;
background-repeat:no-repeat;
color: #DE8D38;
}
#active a:link, #active a:visited, #active a:hover {
background-image:url(images/bg_menu_arrow.gif);
background-position:right;
background-repeat:no-repeat;
color: #537B84;
}
#right_home {
float:left;
width: 696px;
padding-top: 10px;
margin-top: 18px;
background-image:url(images/bg-green.jpg);
background-repeat:no-repeat;
}
#right_secondary {
float:left;
width: 696px;
padding-top: 10px;
margin-top: 18px;
background-image:url(images/bg-yellow.jpg);
background-repeat:no-repeat;
}
#right_photos {
float:left;
width: 245px;
padding: 25px 0 0 0;
}
#right_text {
float:left;
width: 410px;
padding: 25px 0 0 23px;
}
#footer_navcontainer {
clear:both;
width: 960px;
padding: 10px 0 0 0;
color:#695C57;
font-size: 11px;
text-align:center;
line-height:1.5em;
}
#footer_navcontainer ul{
list-style-type: none;
padding: 7px 0 0 0;
margin: 0;
}
#footer_navcontainer li {
display: inline;
}
#footer_navcontainer li a{
text-decoration: none;
font-size: 11px;
color: #695C57;
padding: 0px 6px 0 6px;
line-height:1.5em;
}
#footer_navcontainer li a:hover{
text-decoration: none;
color: #000000;
}
.clear{
clear: both;
}
.phone {
color:#C29F59;
font-size: 1.5em;
text-align:right;
}