@import url("reset.css");

html, body {
    height: 100%;
}

body {
    background:#FFF;
    font-family: Arial, Helvetica, sans-serif;
    color:#333;
    font-size:14px;
    line-height:24px;
}

a:link,
a:visited {
    color:#11938b;
}


a.current:link,
a.current:visited,
.current a:link,
.current a:visited,
a.current_page_item:link,
a.current_page_item:visited,
.current_page_item a:link,
.current_page_item a:visited {
    color:#666;
}

a:hover,
a:active {
    color:#CCC;
}

h1,h2,h3,h4,h5,h6,p,address {
    margin:0 0 20px;
}

h1,h2,h3,h4,h5,h6 {
    color:#11938b;
    font-weight:normal;
}

h1 {
    font-size:22px;
    line-height:30px;
}

h2 {
    font-size:18px;
    line-height:27px;
}

h3,h4,h5,h6 {
    font-size:16px;
    line-height:24px;
}

address {
    font-style:normal;
    margin:0 30px 20px;
}

#container {
    width:900px;
    margin:0 auto -50px;
    padding:0;
    min-height: 100%;
    height:100%;
}

#header {
    width:900px;
    height:100px;
    clear:both;
    overflow:hidden;
}

#logo {
    width:250px;
    height:45px;
    float:left;
    margin:28px 0 27px;
}

#telephone {
    width:177px;
    height:23px;
    float:right;
    margin:50px 0 27px;
}

#nav {
    width:250px;
    float:left;
    clear:left;
    font-size:14px;
}

#nav ul.main {
    width:250px;
    height:179px;
    display:block;
    border-top:1px solid #CCC;
    margin:0 0 45px;
    font-size:16px;
}

#nav ul.main li,
#nav ul.main li a:link,
#nav ul.main li a:visited {
    width:250px;
    height:29px;
    display:block;
    line-height:29px;
    text-decoration:none;
    text-transform:lowercase;
}

#nav ul.main li {
    border-bottom:1px solid #CCC;
}

#nav ul.services {
    width:250px;
}

#nav ul.services li,
#nav ul.services li a:link,
#nav ul.services li a:visited {
    color:#999;
    text-decoration:none;
    text-transform:uppercase;
    height:22px;
    line-height:22px;
}

#nav ul.services li a:hover,
#nav ul.services li a:active {
    color:#CCC;
}

#nav ul.services li span {
    color:#11938b;
}

#nav h2 {
    text-transform:uppercase;
    margin:0 0 5px;
    font-size:14px;
    line-height:14px;
}

#main {
    width:650px;
    float:left;
    clear:right;
}

#main .article {
    width:500px;
    padding:0 150px 50px 0;
}

#main ul,
#main ol {
    margin:0 30px 20px;
}

#main ul {
    list-style-position: outside;
    list-style-type: disc;
}

#main ol {
    list-style-position: outside;
    list-style-type: decimal;
}

#main small {
    font-size:10px;
    line-height:12px;
}

#banner {
    width:650px;
    height:180px;
    clear:both;
    border-bottom:1px solid #CCC;
    margin:0 0 45px;
    overflow:hidden;
}

.footer {
    width:900px;
    height:49px;
    clear:both;
    float:none;
    margin:0 auto 0;
    color:#999;
    border-top:1px solid #CCC;
    line-height:30px;
    font-size:12px;
    overflow:hidden;
}

.footer div {
    width:450px;
    height:49px;
    float:left;
}

.footer a:link,
.footer a:visited {
    color:#999;
    text-decoration:none;
}

#credit {
    text-align:right;
}

.clear {
    clear:both;
}
