body {
	margin: 1px auto;
	background: #fff;
	color: #000;
	font-family: Arial, Helvatica, Verdana, Sans-Serif;
	font-size: 12px;
	background-image: url("/images/bg.jpg");
	background-repeat: repeat-x;
}


h1, h2, h3 {
	font-size: 30px;
	font-weight: normal;
	color: #1A5BAA;
	border-bottom: 1px solid #1A5BAA;
	padding: 0 0 15px 0;
	margin: 5px 0 15px 0;	
}

h2 { 
	font-size: 26px;
}

h2.black  {border-bottom:0px;;font-weight:bold;margin:10px 0;padding:0;font-size:22px;}


h3 { 
	font-size: 20px;
	margin-top: 30px;
	padding-bottom: 8px;
}

a {
	color: #377DD4;
}

a:hover {
	color: #2671CF;
}

img {
	border: 0;
}

#page {
	margin: 0 auto;
	width: 960px;
}

#header{
	float: left;
	width: 100%;
	background: url("/images/top.jpg");
	height: 45px;
}

#nav {
	position: relative;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 960px;
	background: url("/images/nav.gif");
	background-repeat: no-repeat;
	height: 43px;
}

#nav li {
	position: absolute; 
	top: 0;
	padding: 0;
	margin: 0;
	display: inline;
}

#nav li, #nav a {
    height: 43px;
	display: block;
	width: 98px;
}

#nav-home {
	left: 39px; 
	width: 98px;
}
#nav-services{
	left: 137px; 
	width: 98px;
}
#nav-about {
	left: 235px;
	width: 98px;
}
#nav-projects {
	left: 333px; 
	width: 98px;
}
#nav-resources {
	left: 431px;
	width: 98px;
}
#nav-associates {
	left: 529px;
	width: 98px;
}
#nav-contact {
	left: 627px;
	width: 98px;
}
#nav-testimonials{
	left: 725px;
	width: 98px;
}
#nav-blog {
	left: 823px;
	width: 98px;
}

#nav-home a:hover {
    background: url('/images/nav.gif') no-repeat -39px -43px;
}
#nav-services a:hover {
    background: url('/images/nav.gif') no-repeat -137px -43px;
}
#nav-about a:hover {
    background: url('/images/nav.gif') no-repeat -235px -43px;
}
#nav-projects a:hover {
    background: url('/images/nav.gif') no-repeat -333px -43px;
}
#nav-resources a:hover {
    background: url('/images/nav.gif') no-repeat -431px -43px;
}
#nav-associates a:hover {
    background: url('/images/nav.gif') no-repeat -529px -43px;
}
#nav-contact a:hover {
    background: url('/images/nav.gif') no-repeat -627px -43px;
}
#nav-testimonials a:hover {
    background: url('/images/nav.gif') no-repeat -725px -43px;
}
#nav-blog a:hover {
    background: url('/images/nav.gif') no-repeat -823px -43px;
}
#logo {float:left;width:389px;height:162px;background:url('/images/logo.gif');margin-top:35px;}
#logo a {float:left;width:100%;height:100%;}
#vision {
	float: left;
	width: 501px;height:147px;
	color:#fff;
	font-size:18px;
	font-weight:300;
	padding: 15px 50px 0 20px;
	margin-bottom: 50px;
	background:url('/images/values.gif');
	border:0;
}
#content {
	float: right;
	width:577px;
	padding: 0;
	min-height: 475px;
	margin: 0 0 40px 0;
	font-size: 14px;
	background: #fff;
	}
	
.widecolumn {
	padding: 0 30px 10px 0px;
	width: 532px;
	margin: 0 0 0 45px;
}

.postmetadata {font-size:10px;color:#666;background:#eee;padding:10px;margin-bottom:20px;}
p.postmedadata a {color:#333;}

#sidebar {
	width: 306px;
	float: left;
	padding: 0;
	margin: 0 0 0 28px;
	background: #fff;
	text-align: right;
}

#sidebar ul {
	list-style: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	display: block;
	width: 306px;
	float: left;
	margin: 3px 0;
	padding: 3px 0 6px 0;
	border-bottom: 1px dotted #ccc;
	line-height: 1.4em;
}	

#footer {
	margin: auto;
	width: 100%;
	font-size: 11px;
	padding: 0;
	text-align: right;
	color: #7c8c8c;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	background: url("/images/footer.gif");
	background-repeat: repeat-x;
	height: 105px;
}

#footer p {
	padding: 40px 20px 30px 0;
	margin: 0;
	text-align: right;
}

