/**
Theme Name: Cornerstone Business Builders
Author URI: http://www.keywebconcepts.com
Version: 1.0
Author: Key Web Concepts
Description: Custom Theme for Cornerstone Business Builders
*/

/* Structure */

body {
	background: url(images/bg.jpg) top center repeat-x #e5e5e5;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d445a;
	}

#center {
	width: 959px;
	margin: 0 auto 0 auto;
	}

#header {
	width: 935px;
	height: 131px;
	float: left;
	background: url(images/header-bg.jpg) top center no-repeat;
	padding: 20px 12px 0 12px;
	}

#head-qt {
	width: 304px;
	height: 102px;
	float: right;
	background: url(images/head-qt-bg.gif) top center no-repeat;
	padding: 15px;
	}

#logo {
	float: left;
	}

#nav {
	width: 939px;
	height: 38px;
	float: left;
	background: url(images/nav-bg.gif) top center no-repeat;
	padding: 0 10px 0 10px;
	}

#main {
	width: 959px;
	float: left;
	background: url(images/main-bg.gif) top center repeat-y;
	margin: 25px 0 0 0;
	}

#main2 {
	width: 935px;
	float: left;
	background: url(images/main-top.gif) top center no-repeat;
	padding: 13px 12px 0 12px;
	}

#left {
	width: 279px;
	float: left;
	padding: 0 14px 0 2px;
	}

#sidebar {
	width: 279px;
	float: left;
	}

#right {
	width: 590px;
	float: left;
	padding: 10px 25px 10px 25px;
	}

#footer {
	width: 959px;
	float: left;
	background: url(images/footer.gif) top center no-repeat;
	padding: 30px 0 0 0;
	}

#footer-top {
	width: 959px;
	float: left;
	}

#footer-btm {
	width: 959px;
	float: left;
	}

/* Main Navigation */

#nav ul.nav {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 939px;
	height: 38px;
	float: left;
	}

ul.nav li {
	display: block;
	height: 38px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	list-style: none;
	}

ul.nav li a {
	display: block;
	float: left;
	height: 31px;
	padding: 7px 10px 0 10px;
	color: #ffffff;
	text-decoration: none;
	}

ul.nav li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: url(images/nav-hover.gif) top center repeat-x;
	}

/* Sidebar */

#sidebar ul {
	display: block;
	width: 279px;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	display: block;
	width: 279px;
	margin: 0 0 15px 0;
	padding: 0px;
	list-style: none;
	}

#sidebar ul li#sm {
	width: 173px;
	height: 48px;
	background: url(images/sm-bg.gif) top center no-repeat;
	margin: 0 50px 15px 50px;
	padding: 8px 0 0 6px;
	text-align: center;
	}

img.sm-link {
	margin: 0 1px 0 1px;
	float: left;
	}

#sidebar ul li h2 {
	display: block;
	width: 259px;
	height: 30px;
	padding: 4px 10px 0 10px;
	background: url(images/sb-title.gif) top center no-repeat;
	color: #ffffff;
	font-size: 18px;
	}	

#sidebar ul li ul {
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	color: #ffffff;
	width: 259px;
	}

#sidebar ul li ul li a {
	color: #ffffff;
	text-decoration: none;
	}

#sidebar ul li ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
/* Text Styles */

h1 {
	font-size: 28px;
	color: #a30000;
	margin: 10px 0 15px 0;
	}

h2 {
	font-size: 24px;
	color: #0c2c88;
	margin: 10px 0 15px 0;
	}

h3 {
	font-size: 20px;
	margin: 10px 0 15px 0;
	}

h4 {
	font-size: 17px;
	margin: 0 0 15px 0;
	}

h5 {
	font-size: 14px;
	margin: 0 0 15px 0;
	}

h6 {
	font-size: 11px;
	margin: 0 0 15px 0;
	}

p {
	font-size: 13px;
	margin: 0 0 15px 0;
	}

ul, ol {
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	}

/* Link Styles */

h1 a {
	color: #a30000;
	text-decoration: none;
	}

h2 a {
	color: #0c2c88;
	text-decoration: none;
	}

h3 a {
	color: #3d445a;
	text-decoration: none;
	}

h4 a {
	color: #3d445a;
	text-decoration: none;
	}

h5 a {
	color: #3d445a;
	text-decoration: none;
	}

h6 a {
	color: #3d445a;
	text-decoration: none;
	}

p a, a {
	color: #0c2c88;
	}

p a:hover, a:hover {
	color: #a30000;
	text-decoration: underline;
	}

ul li a, ol li a {
	color: #0c2c88;
	}

ul li a:hover, ol li a:hover {
	color: #a30000;
	text-decoration: underline;
	}

/* Additional Text Styles */

#head-qt p {
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	}

#footer-top p#copyright {
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 11px;
	}

#footer-top ul#footer-links {
	display: block;
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px;
	}

#footer-top ul#footer-links li {
	margin: 0;
	padding: 0 4px 0 4px;
	list-style: none;
	float: left;
	font-size: 11px;
	border-right: 1px solid #3d445a;
	}

#footer-top ul#footer-links li a {
	color: #3d445a;
	text-decoration: none;
	}

#footer-top ul#footer-links li a:hover {
	color: #3d445a;
	text-decoration: underline;
	}

#footer-btm p#keyweb {
	float: right;
	text-align: right;
	color: #3d445a;
	font-size: 11px;
	}

#footer-btm p#keyweb a {
	color: #3d445a;
	text-decoration: none;
	}

/* Other */

a img {
	border: 0px;
	}

img.alignleft {
	float: left;
	margin: 15px 25px 15px 0;
	}

img.alignright {
	float: right;
	margin: 15px 0 25px 25px;
	}

#search-4 {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	}

input#s {
	width: 118px;
	height: 27px;
	background: url(images/search-bg-2.gif) top center no-repeat;
	border: 0px;
	padding: 7px 7px 0 35px;
	font-size: 12px;
	color: #3d445a;
	line-height: 18px;
	font-weight: normal;
	}

input#s:hover {
	border: 0px;
	}