@import url("nav.css");
@import url("cmxform.css");


/*-----------------------

Kelsow Consulting

----------------------*/


* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e0e2e8 url('../images/core/bg.jpg') top center repeat-x;
	color: #3e3d3c;
}


/*-----------------------
Standard
----------------------*/
h1 { 
	font-size: 2.4em;
	font-weight: normal;
	color: #E8641B;
}

h2 { 
	font-size: 1.4em;
	padding: 5px 7px;
	color: #2c4b9c;
	background-color: #edf4fc;
}

h3 { 
	font-size: 1.3em; 
	color: #2c4b9c;
}

h4 { 
	font-size: 1.2em; 
	color: #3e3d3c;
	font-weight: normal; 
}

h5 { 
	font-size: 1.1em; 
	color: #3e3d3c;
	font-weight: bold;
}

p { 
	font-size: 1.2em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, p, ul, ol { margin-bottom: 20px; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 5px solid #dbe7f9;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #dbe7f9;
	clear: right;
}

ul { 
	list-style-type: square;
	margin-left: 30px; 
	font-size: 1.2em;
}

ul li { 
	line-height: 1.6em;
}

ul.no-list { 
	list-style-type: none;
}

ul.list-pdf {
	list-style-type: none;
}

ul.list-pdf li {
	background: url('../images/core/icon-pdf.gif') no-repeat;
	padding-left: 26px;
	line-height: 1.6em;
}

ol { 
	margin-left: 40px; 
	font-size: 1.2em;
}

ol li {
	line-height: 1.6em;
}

a { 
	color: #e8641b; 
	text-decoration: none; 
}

a:hover { 
	color: #e8641b; 
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c5c5c5;
}

.clear {
	display: block;
	clear: both;
}


/*-----------------------
Container
----------------------*/
div#container {
	width: 970px;
	margin: 0 auto;
	padding: 0 5px;
	background: url('../images/core/bg-container.png') top center repeat-y;
}


/*-----------------------
Header
----------------------*/
div#header {
	height: 163px;
	background: url('../images/core/bg-header.jpg') top left no-repeat;
	position: relative;
}

/* ---- Logo ---- */
div#logo {
	width: 169px;
	height: 118px;
	display: block;
	position: absolute; 
	top: 28px; 
	left: 41px;
}

div#logo img {
	border: 0;
}

/* ---- Slogan ---- */
h2#slogan  {
	background: url('../images/core/slogan.jpg') no-repeat 0 0;
	width: 337px;
	height: 52px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 43px;
	left: 248px;
}

/* ---- Call to action ---- */
h3#phone  {
	background: url('../images/core/phone.jpg') no-repeat 0 0;
	width: 214px;
	height: 23px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 72px;
	right: 31px;
}

/* ---- Nav Left (see nav.css) ----- */


/*-----------------------
Content container
----------------------*/
div#content-container {
	padding: 19px 23px;
}

/* ---- Banner ---- */
div#banner {
	width: 922px;
	height: 192px;
}

body#about img { background: url('../images/core/banner-about.jpg') no-repeat; }

/* ---- Content ---- */
div#content {
	margin-top: 20px;
}

div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* -- Left -- */
div#left {
	width: 190px;
	float: left;
}

/* CTA - View our services */
div.cta-button {
	padding: 0 5px;
	margin-bottom: 10px;
}

div.cta-button a {
	width: 180px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/button-our-services.gif') 0 0 no-repeat;
}

div.cta-button a:hover {
	background: url('../images/core/button-our-services-on.gif') 0 0 no-repeat;
}

/* CTA Images */
div#cta-images {}

div#cta-images img {
	border: 0;
	margin-bottom: 5px;
}

/* -- Right -- */
div#right {
	width: 672px;
	padding: 10px 30px;
	float: left;
}

/* Page title */
h1.pagetitle {
	text-indent: -9999px;
	width: 500px;
	height: 18px;
}

body#home h1.pagetitle { background: url('../images/titles/welcome.gif') no-repeat; }
body#about h1.pagetitle { background: url('../images/titles/about-us.gif') no-repeat; }
body#services h1.pagetitle { background: url('../images/titles/services.gif') no-repeat; }
body#contact h1.pagetitle { background: url('../images/titles/contact-us.gif') no-repeat; }


/*-----------------------
Contact Us
----------------------*/
div#address {
	width: 300px;
	float: left;
}

div#map {
	width: 300px;
	height: 190px;
	float: left;
	margin-bottom: 20px;
}

div#map img { border: 5px solid #e7e7e7; }


/*-----------------------
Footer
----------------------*/
div#footer {
	background: url('../images/core/bg-footer.jpg') no-repeat;
	width: 894px;
	height: 55px;
	padding: 21px 0 0 76px;
	color: #fff;
	font-size: 1.2em;
	position: relative;
}

div#footer p.small {
	font-size: 0.9em;
	margin: 0;
	margin-top: 9px;
}

div#footer em.black {
	color: #000;
	font-style: normal;
}

div#footer a { 
	color: #fff; 
	text-decoration: none; 
}

div#footer a:hover { 
	color: #fff; 
	text-decoration: underline; 
}

div#wflogo {
	width: 72px;
	height: 19px;
	position: absolute;
	top: 39px;
	right: 19px;
}

