@charset "utf-8";

/* Stylesheet for philpottreed.com */
/* Written by Gary Anderson        */
/* Waggatech.com 04/10/07          */

body {
margin: 0;
padding: 0;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

#head {
width: 99%;
height: 120px;
margin: 0 0 50px 0;
padding: 5px 0 0 5px;
background: url(/images/headbg.jpg) right no-repeat;
}

h2 {
color: #40c2f3;
font-size: 28px;
font-weight: normal;
margin: 0 0 10px 0;
}

p {
font-size: 12px;
margin-right: 30px;
}

ul {
font-size: 12px;
}






/*******************************/
/*        NAV ELEMENTS         */
/*******************************/

#nav {
width: 20%;
height: 350px;
margin: 0;
padding: 5px 0 5px 10px;
float: left;
}

#nav ul {
height: 100%;
list-style: none;
font-size: 16px;
padding: 10px 26px 0 0;
margin: 0;
background: url(/images/navbranch.jpg) right no-repeat;
font-weight: bold;
}

#nav ul li {
margin: 15px 0 20px 0;
padding: 0;
}

#nav ul li a {
color: #000000;
text-decoration: none;
background-color: #FFFFFF;
}

#nav ul li a:hover {
color: #40c2f3;
}

#nav ul li.active {
font-size: 22px;
text-decoration: none;
background: url(/images/navbg.jpg) right no-repeat;
}

#nav ul li.active a {
font-size: 22px;
color: #40c2f3;
text-decoration: none;
background-color: #FFFFFF;
}






/*******************************/
/*     CONTENT ELEMENTS        */
/*******************************/

#content {
width: 75%;
min-height: 360px;
float: right;
clear: none;
margin: 0;
margin-bottom: 40px;
padding: 0;
background: url(/images/contentbg.gif) right no-repeat;
}

#content a {
text-decoration: underline;
color: #666666;
}

#content .address {
font-size: 16px;
float: left;
width: 35%;
text-align: center;
border-right: 1px solid #000000;
}

#content .partners {
float: left;
width: 45%;
}

#content .md {
float: left;
}

#content .smallprint {
font-size: 10px;
width: 65%;
float: right;
clear: none;
}






/*******************************/
/*     FOOTER ELEMENTS         */
/*******************************/


#black {
width: 100%;
height: 2px;
border-bottom: 2px solid #000000;
clear: both;
margin-bottom: 20px;
}

#footer {
width: 100%;
background-color: #40c2f3;
}

#footer .footnote {
width: 90%;
margin: 0 auto 0 auto;
color: #FFFFFF;
font-size: 12px;
text-align: center;
padding: 2px;
}

#footer .footnote a {
color: #FFFFFF;
}
