/* globals */

body {
	width: 970px;
	margin: 0 auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	font-family: Verdana, Tahoma, Arial, Times, serif;
	font-size: 12px;
	color: #00426a;
}

a {
	text-decoration: none;
	color: #633;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2 {
	margin-top: 0;
}

h2 a {
	color: #00426a;
}

hr {
	border: none;
	border-bottom: solid 1px #ccc;
}

/* header */

#header {
	background: url(../graphics/top-draw-bkd.jpg) no-repeat top right;
	height: 340px;
}

#header-about {
	background: url(../graphics/top-draw-bkd-about.jpg) no-repeat top right;
	height: 340px;	
}

#header-services {
	background: url(../graphics/top-draw-bkd-services.jpg) no-repeat top right;
	height: 340px;	
}

#header-successes {
	background: url(../graphics/top-draw-bkd-successes.jpg) no-repeat top right;
	height: 340px;	
}

#header-insight {
	background: url(../graphics/top-draw-bkd-insight.jpg) no-repeat top right;
	height: 340px;	
}

#header-contact {
	background: url(../graphics/top-draw-bkd-contact.jpg) no-repeat top right;
	height: 340px;	
}

#logo {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	padding: 10px 0;
	width: 500px;
}

#head-right {
	float: right;
	width: 400px;
	margin-top: 25px;
	text-align: right;
	margin-right: 10px;
}

#head-right a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #00426a;
}

#head-right a:hover {
	text-decoration: underline;
}

#banner {
	height: 125px;
	margin-top: 160px;
	font-size: 11px;
	color: #506a8d;
	margin-left: 0px 30px 0px 0px;
}

/* navigation */

#nav {
	list-style: none;
	margin: 0 15px 15px 15px;
	padding: 0;
	font-size: 14px;
	color: #fff;
	height: 50px;
}

#nav li {
	float: left;
	background: #fff;
	position: relative;
	margin-left: 25px;
}

#nav li:first-child {
	margin-left: 0;
}

#nav li a {
	float: left;
	color: #506a8d;
	padding: 15px 0;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	width: 132px;
}

#nav li:hover a {
	background: #6d8bac;
	color: #fff;
	text-decoration: none;
}

#nav li ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 47px;
	width: 122px;
	padding: 5px;
	background-color: #506a8d;
	font-size: 11px;
	border: 1px solid #6c8bac;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav li:hover ul {
	display: block;
}

#nav li ul li {
	margin-left: 0;
	float: none;
	display: block;
}

#nav li ul li a {
	display: inline;
	padding: 5px 0 5px 0;
	text-align: left;
	width: 122px;
	border: none;
	border-top: 1px solid #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#nav li ul li a:hover {
	text-decoration: underline;
}

#nav li ul li:first-child a {
	border: none;
}

.submenu a {
	background: url("../graphics/submenu.png") no-repeat 115px 30px;
}

#nav .submenu:hover a {
	background: #6d8bac url("../graphics/submenu-selected.png") no-repeat 115px 30px;
}

#nav .submenu:hover ul li a {
	background: none;
}

/* main content area */

#main {
	margin-bottom: 10px;
}

#main-left {
	float: left;
	width: 679px;
	min-height: 375px;
	padding: 10px;
	border-right: 1px solid #ccc;
}

#main-right {
	float: right;
	width: 250px;
	padding: 10px;
}

#main-right a img {
	margin: 0 auto;
}

#members {
	list-style: none;
	padding: 0;
}

#members li a {
	float: left;
	padding-right: 20px;
}

#members li:first-child {
	padding-right: 0;
}

/* footer */

#footer {
	font-size: 11px;
	padding: 10px;
	background: #ccc url("../graphics/sitemapbg.jpg") repeat-x;
}
#footer h2 img {
	vertical-align: middle;
}

#sitemap {
	width: 300px;
	padding: 10px;
	float: left;
}

.map {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.map ul {
	padding: 0;
	list-style: none;
}

#blog {
	width: 348px;
	padding: 10px;
	float: left;
	min-height: 200px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#about {
	width: 240px;
	padding: 10px;
	float: right;
}

#copyright {
	text-align: center;
	padding: 10px;
	margin: 0;
}

/* BuzzBoost styles for blog */

#rml_clifton0k0be1c6dqsu11vep3oe97f7k4 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#rml_clifton0k0be1c6dqsu11vep3oe97f7k4 ul li span.headline {
	font-weight: normal;
	display: block;
	margin: 0;
}

#rml_clifton0k0be1c6dqsu11vep3oe97f7k4 ul li p.date {
	margin-top: 0;
}

#rml_clifton0k0be1c6dqsu11vep3oe97f7k4 #creditfooter {
	display: none;
}

/* BuzzBoost styles for news blog */

#Rml-newspqoffhnp0n8aj28l83ct8ebpkc ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#Rml-newspqoffhnp0n8aj28l83ct8ebpkc ul ul {
	list-style-type: disc;
	margin-left: 15px;
}

#Rml-newspqoffhnp0n8aj28l83ct8ebpkc ul ol {
	list-style-type: decimal;
}

#Rml-newspqoffhnp0n8aj28l83ct8ebpkc ul li span.headline {
	font-weight: bold;
	display: block;
	margin: 0 0 12px 0;
}

/* misc */
#clientlist {
	padding: 0 10px;
}

#clientlist ul {
	list-style: none;
	text-align: center;
	padding: 0;
}

#clientlist ul li {
	display: inline;
}

#clientlist ul li a {
	margin: 0 15px;
}

.clear {
	clear: both;
}

.right {
	float: right;	
}

.centre {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.floatlist {
	width: 33%;
	float: left;
}

.floatlist ul {
	list-style: none;
	padding-left: 0;
}

.floatlist ul ul {
	list-style: disc;
	padding-left: 40px;
}

.top {
	font-size: 10px;
	text-align: right;
}

#clientsites {
	margin: 0;
	padding: 0;
	list-style: none;
}

#clientsites li a {
	float: left;
	padding: 5px;
	background-color: #e8e8e8;
	margin: 5px;
}

#clientsites li a:hover {
	background-color: #6D8BAC;
	color: #fff;
}

#clientsites li a img {
	width: 200px;
	margin: 0 auto;
}

#clientsites li a:hover {
	text-decoration: none;
}
