/*
Theme Name: Chicago Marketing Consulting
Description: Chicago Marketing Consulting

*/
@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 24px;
}

h2 {
	font-family: 'Trebuchet MS',Tahoma,Arial,sans-serif;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 18px;
}

h3 {
	font-family: 'Trebuchet MS',Tahoma,Arial,sans-serif;
	font-size: 18px;
	line-height: 21px;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

h4 {
	display: inline;
}

h5 {
	font-family: 'Trebuchet MS',Tahoma,Arial,sans-serif;
}

h6 {
	font-family: 'Trebuchet MS',Tahoma,Arial,sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 8px;
}

a {
	color: #548500;
}

a:focus, a:active {
	outline: 1px dotted #111111;
}

p {
	padding-bottom: 17px;
}

p.shortpad {
	padding-bottom: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424a36;
	background: #ffffff top left repeat-x url(images/bg.gif);
	line-height: 22px;
	height: 100%;
}

#wrapper {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

/* Header */
#header {
	position: relative;
	width: 990px;
	height: 173px;
	margin: 0 auto;
}

#header #logo {
	width: 956px;
	height: 136px;
	margin-bottom: 1px;
	background: #458100 top left no-repeat url(images/bg_header.jpg);
	text-align: center;
}

#header #logo a{
	color: #ffffff;
}

#header #menu-top {
	width: 990px;
	height: 36px;
	margin-bottom: 1px;
	text-align: center;
	background: #cae567 top left repeat-x url(images/bg_menu.gif);
}

#header #menu-top a {
	display: inline-block;
	margin-top: 6px;
	color: #333333;
	text-decoration: none;
}

#header #menu-top a:focus, a:active{
	color: #555555;
	text-decoration: underline;
	outline: none;
}

#header #menu-top a.selected {
	text-decoration: underline;
}

#header #menu-top ul li{
	display: inline;
	padding-right: 23px;
}

#header #menu-top .nopad{
	padding: 0;	
}

/* Footer */
#footer-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 38px;
	background: #c9e567 top left repeat-x url(images/bg_footer.gif);
}

#footer-wrapper #footer{
	width: 910px;
	margin: 0 auto;
	height: 38px;
	color: #333333;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	line-height: 38px;
	font-size: 11px;
}

#footer-wrapper #footer #footer-left {
	width: 600px;
	float: left;
}

#footer-wrapper #footer #footer-right {
	width: 175px;
	text-align: right;
	float: right;
	padding-top: 7px;
}

/* page */

#page {
	margin: 0 auto;
	width: 890px;
	padding-top: 30px;
}

#page #finalspacer65px {
	width: 890px;
	height: 65px;
	clear: both;
}

#page #info-column {
	width: 490px;
	float: left;
	margin-right: 49px;
}

#page #info-column blockquote {
	margin-bottom: 5px;
}

#page #info-column blockquote p{
	padding-bottom: 5px;
}

#page #info-column p.author {
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}

#page #info-column ol, #page #info-column ul {
	margin-left: 40px;
	margin-top: -14px;
	line-height: 16px;
}

#page #info-column ol {
	list-style: decimal;
}

#page #info-column ul {
	list-style: disc;
}

#page #info-column ol li, #page #info-column ul li {
	margin-bottom: 6px;
}

#page #sidebar {
	width: 351px;
	float: left;
}

#page #sidebar #contact-form {
	padding: 10px;
	background: #cccccc;
}

#page #sidebar #contact-form #contact-us {
	width: 308px;
	background: #eeeeee;
	padding: 20px 0 28px 23px;
}

#page #sidebar #contact-form #contact-us .label{
	font-weight: strong;
	line-height: 20px;
}

#page #sidebar #contact-form #contact-us .input {
	width: 275px;
	margin-bottom: 7px;
	height: 24px;
	padding-top: 3px;
}

#page #sidebar #contact-form #contact-us .btn_submit {
	margin-top: 10px;
}


#page #sidebar #contact-form #contact-us .btn_submit:focus, .btn_submit:active {
	outline: 1px solid #666666;
}

#page #clients-logos {
	margin-top: 30px;
	float: left;
	width: 890px;
	clear: both;
}

#page #clients-logos h3 {
	float: none;
	margin-bottom: 20px;
	margin-left: 0;
}

#page #clients-logos img {
	margin-bottom: 30px;
}

#page #clients-logos img.custom {
	margin-left: 100px;
}

ul.articles {
	padding-left: 20px;
	margin-bottom: 20px;
}