body {
	font-family: Helvetica;
	color: #4d565b;
	background-color: #b3b6b8;
}

body a {
	color: #669900;
}

body a:hover {
        color: #557f00;
}

body a:visited {
        color: #73864c;
}

.italic {
	font-style: italic;
}

#header, #content, #footer {
    width: 940px;
	margin: 0 auto;	
	clear: both;
}

#headerContainer, #contentContainer, #footerContainer {
width: 100%;
float: left;
}

#headerContainer{
    background: url('../images/header-bg.png') repeat-x top left;
    height: 147px;
}

#menuBar {
	height: 40px;
}

#headerTop{
	height: 97px;
	margin-top: 10px;
}

#contactMenu{
	margin-top: 12px;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

#contactMenu li{
	float: left;
	display: inline;
	height: 30px;
	padding-top: 2px;
}

#contactMenu li#phone{
	background: url('../images/phone.png') no-repeat 0px 0px;
	padding-left: 14px;
	margin-left: 16px;
}

#contactMenu li#email{
	background: url('../images/mail.png') no-repeat 0px 0px;
	padding-left: 20px;
	margin-left: 16px;
}

#headerLeft{
	float: left;
}

#headerLeft img{
	float: left;
}

#headerRight{
	float: right;
	text-align: right;
}

#tagline{
	font-style: italic;
	color: #231f20;
	font-size: 16px;
	font-weight: bold;
	clear: right;
	margin-top: 57px;
}

#menuBar{
	clear: left;
	float: left;
}


#copyright {
	color: #b4bdc2;
	font-size: 12px;
	float: left;
	margin-top: 10px;
}

#copyright a {
	color: #b4bdc2;
	text-decoration: underline;
}

#copyright a:hover {
	color: #ffffff;
	text-decortation: underline;
}

#copyright a:visited {
	color: #b4bdc2;
	text-decoration: underline;
}

#mailingList{
	float: right;
	margin-left: 20px;
}

#findOnFacebook{
	float: right;
}

#footer {
	padding-top: 22px;	
}


#footerContainer{
    background: url('../images/footer-bg.png') repeat-x top center;
    height: 90px;
}


