html, body{
	margin: 0;
	padding: 0;
	background: url(images/backgrounds/html.png) repeat-y center #f8f8ec;
	color: #4d4d4f;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 5px solid #4d4d4f; 
}

/* CLASSES */
.init{ margin: 0; padding: 0; }
.initTop{ margin-top: 0px; padding-top: 0; }
.initBottom{ margin-bottom: 0px; padding-bottom: 0; }

.clear{ clear: both; }

.flRight{ float: right; }
.flLeft{ float: left; }

.alt{ color: #3fa0ec; }
.alt2{ color: #9d7c52; }

.img{ padding: 4px; border: 1px solid #aaa; margin-right: 15px; }

/* LINKS */
a img{ border: none; }

a{ color: #3fa0ec; text-decoration: none; }
a:hover{ color: #f2a73b; }

#footer a{ color: #9d7c52; }
#footer a:hover{ color: #7b5a30; }

a.alt{ color: #9d7c52; }
a.alt:hover{ color: #7b5a30; }

.lineHeight{ margin-top: 5px; }


/* TYPOGRAPHY */
p, span, #mainContent li, label, input{ font-size: 13px; }

#mainContent p, #mainContent li{ line-height: 1.5em; }

.narrow p { padding: 0 20px; }
.narrow .byline{ text-align: right; font-size: 11px; width: 60%; margin-left: 70px; }

#contactBox p{ font-size: 16px!important; }
#footer p{ font-size: 10px; }
#footer .narrow { text-align: right; }

h1{ font-size: 30px; text-transform: uppercase; }
.narrow h1, #footer h1{ font-size: 29px; }
#contactBox h1{ margin: 8px 0 -8px; }

h2{ font-size: 24px; font-weight: normal; font-family: Tahoma, Arial, Helvetica, sans-serif; }

h3{ font-size: 17px; margin: 25px 0 -5px; }

/* LAYOUT */
.wrapper{ width: 900px; margin: 0 auto; _position: relative; _left: 50%; _margin-left: -450px; }
#header{ margin-top: 5px; }
#logo{ float: left; }
#phone{ float: right; margin-top: 70px; }

#nav{ clear: both; margin-left: 154px; width: 735px; height: 35px; background: url(images/backgrounds/nav.png) no-repeat; position: relative; top: -10px; }
#nav ul{ margin-left: 30px; padding: 0; height: 35px; }
#nav ul li{ display: inline; line-height: 35px; margin: 0 25px 0 15px; }
#nav ul li a{ color: #4d4d4f; font-weight: bold; font-size: 14px; }
#nav ul li a:hover{ color: #3fa0ec; }

#banner{ width: 900px; height: 273px; margin: 5px 0 3px; }

#mainContent{ border-top: 12px solid #4d4d4f; margin: 0px 13px; }
.wide{ width: 590px; float: left; } #footer .wide{ width: 560px; }
.narrow{ width: 250px; float: right; } #footer .narrow{ width: 310px; }

#mainContent .wide{ .margin-bottom: 15px; }

#subImg{ position: absolute; margin-left: -150px; }

#footer{ clear: both; background-color: #e9e4cc; border-top: 8px solid #4d4d4f; margin-top: 60px; padding-bottom: 25px; }
#contactBox{ width: 626px; height: 140px; background: url(images/backgrounds/contactBox.png) no-repeat; padding: 10px 20px; margin: 10px 0 10px 244px; .margin-bottom: 20px;  }
#social{ float: right; margin: -90px 30px 0; text-align: right; line-height: 40px; }

#mainContent h1{ .margin-top: 15px; }
