@charset "utf-8";
/* CSS Document */

html, body{
margin:0px auto;
height:100%;
}
#wrapper {
margin:0px;
padding:0px;
width:100%;
height:100%;
}

#homecontainer{
background-image:url(images/home-pic2.jpg);
background-repeat:no-repeat;
background-position:bottom right;
width:100%;
height:530px;
}
#servicescontainer{
background-image:url(images/services-pic.jpg);
background-repeat:no-repeat;
background-position:bottom right;
width:100%;
height:630px;
}
#peoplecontainer{
background-image:url(images/people-pic.jpg);
background-repeat:no-repeat;
background-position:bottom right;
width:100%;
height:825px;
}
#contactcontainer{
background-image:url(images/phone.jpg);
background-repeat:no-repeat;
background-position:bottom right;
width:100%;
height:505px;
}
#container {
padding:30px;
}
.articletext{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align:justify;
line-height:19px;
color:#414142;
}
.articletextlarge{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
text-align:justify;
line-height:21px;
color:#414142;
}
H1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#006895;
font-weight:bold;
}
a {
color:#ffffff;
text-decoration:none;
}
a:hover{
color:#c5dce6;
text-decoration:none;
}
a.articletext {
color:#006895;
text-decoration:underline;
}
a.articletext:hover{
color:#414142;
text-decoration:underline;
}
a.articletextlarge {
color:#006895;
text-decoration:underline;
}
a.articletextlarge:hover{
color:#414142;
text-decoration:underline;
}
#navcontainer
{
width: 100%;
height:22px;
background-color:#006895;
padding-top:11px;
padding-bottom:0;
}

#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
float:right;
padding-right:15px;
width:385px;
}

#navlist li
{
font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
border-right: 1px solid #ffffff;
float: left;
line-height: 12px;
padding: 0 20px 0 20px;
}
#navlist li.end
{
font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
border-right: 0px;
float: left;
line-height: 12px;
padding: 0 20px 0 20px;
}
#navline{
background-image:url(images/line-bg.jpg);
background-repeat:repeat-x;
height:5px;
margin:0;
padding:0;
}
#header{
width:100%;
height:227px;
}
#logo{
width:326px;
height:170px;
float: left;
}
#header-text{
width:378px;
height:98px;
float: right;
}
#page{
width:100%;
float:right;
padding-bottom:8px;
border-bottom:1px #000000 solid;
}
#textbox{
float:left;
width:70%;
}
#footer {
background-image:url(images/footer-bg.jpg);
background-repeat:repeat-x;
width:100%;
height:98px;
text-align:center;
float:left;
}