﻿/* ----------------------------------- */
/* RESET
/* ----------------------------------- */
html, body, div, span, blockquote, pre, code, fieldset, form, label, legend, input, caption, address, h1, h2, h3, h4, h5, h6, p, ol, ul, li, a, abbr, acronym, big, cite, dl, dt, dd, img, table, th, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align:baseline;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	cursor:default;
}
a, a img, a span, a em, a strong { cursor: pointer; }
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
	font-weight:normal;
}
table { border-collapse:collapse; }
a { text-decoration:none }
a img, :link img, :visited img { border: none }
ul, ol { list-style:none }
address { font-style:normal }
/* ----------------------------------- */
/* BASE
/* ----------------------------------- */
body {
	background-color: #FFF;
	color: #333;
	text-align: center;
	margin: 0px;
	line-height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
}
#wrapper {
	width: 1020px;
	height: 900px;
	position:relative;
	margin: 0px auto;
	margin-top: 0px;
	text-align: left;
	background-color: #FFF;
}
#main {
	width:960px;
	padding: 0px 5px;
	margin-top: 0px;
	clear: both;
	float:left;
	min-height: 350px;
}
h1, h2, h3 { letter-spacing: .2em; }
/* ----------------------------------- */
/* HEADER
/* ----------------------------------- */
#header {
	width:980px;
	padding: 0px 20px;
	height: 395px;
}
#header h1 {
	height: 207px;
	width: 244px;
	float:left;
	border: 0;
	margin: 14px 15px 0 0;
	background-image: url(../images/home/kw-works-web-design.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#logo a {
	display: block;
	height: 207px;
	width: 244px;
}
#mainnav {
	text-align: left;
	width: 720px;
	height: 30px;
	float: right;
	margin-right: 0px;
}
/* ----------------------------------- */
/* BANNER
/* ----------------------------------- */
#banner {
	width: 710px;
	height: 365px;
	float: left;
	background-image: url(../images/home/bckBanner.jpg);
}
#banner a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#banner a:hover {
	color: #FFF;
	text-decoration: underline;
}
#slider {
	padding-top: 18px;
	margin-left: 18px;
	position:absolute;
	width: 670px;
	height: 320px;
}
#slider .content {
	margin: 20px 0 0 20px;
	position:absolute;
	color:#FFF;
}
#slider .header { width: 280px; }
#slider .emphasis { font-size: 20pt; }
#slider p {
	display:inline;
	font-size: 13pt;
	color: #E1E1E1;
}
#slider .title {
	display:block;
	clear:both;
	font-size: 13pt;
	line-height: 18pt;
}
#slider h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 70px !important;
	text-align:center;
	width: 630px;
	margin-top: 80px;
	letter-spacing: 0;


}
#slider image {
	width: 680px;
	height: 340px;
}
#banneraction {
	background-color:#0F0;
	position:absolute;
	margin: 150px 0 0 0px;
}
/* ----------------------------------- */
/* CONTACT
/* ----------------------------------- */
#contact {
	text-align: right;
	margin: 295px 0 0 360px;
	position: absolute;
}
#contact .left {
	float: left;
	width: 180px;
	color: #FFF;
	padding-right: 8px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
}
#contact .left p {
	font-size: 12px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
}
#contact .right {
	float: right;
	margin-left: 10px;
	padding-top: 9px;
}
#contact a {
	border: 2px solid #FFF;
	background-color:#999;
	padding: 6px 5px;
	font-weight: bold;
	font-size: 1.3em;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}
#contact a:hover {
	background-color: #333;
	text-decoration:none;
}
#contact .right h3 { 
	letter-spacing: .1em;
	line-height: 14pt;
}

#contactBanner {
	text-align: right;
	margin: 20px 0 0 363px;
	position: absolute;
}
#contactBanner p {
	display: block;
	font-size: 4.0em;
	text-align:left;
	color:#FFF;
}

/* ----------------------------------- */
/* SIDEBAR
/* ----------------------------------- */

#sidebar {
	width: 280px;
	height: 450px;
	float: left;
	padding: 0;
	margin-top: -165px;
	background-image:url(../images/home/bckSidebar.jpg);
}
#sidebar h2 {
	text-transform: uppercase;
	font-size: 1.5em;
}
#sidebar h3 {
	font-size: 1.5em;
	display: block;
	float: left;
	letter-spacing: .1em;
	padding-right: 10px;
	color:#FFF;
}
#sidebar a {
	color: #FFF;
	font-weight:normal;
}
#sidebar a:hover { text-decoration: underline; }
/* ----------------------------------- */
/* SIDENAV
/* ----------------------------------- */
#sidenav {
	color: #FFF;
	margin: 0px;
	text-align: left;
	height: 253px;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 40px;
}
#sidenav ul {
	clear:both;
	margin: 3px 0px;
	padding: 0px;
}
#sidenav li {
	list-style-type: none;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.6em;
}
#sidenav li a.linkWhite {
	font-weight: bold;
	text-decoration:underline;
	text-align:left;
	font-size: 15px;
	display:block;
	text-transform: none;
	background-image:url(../images/home/white-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	color: #FFF;
	padding: 5px 0 8px 13px;
	line-height: 22px !important;
}
#sidenav li a.linkWhite:hover { color: #999; }
/* ----------------------------------- */
/* FEATURED
/* ----------------------------------- */
#featured {
	width: 298px;
	height: 374px;
	position: absolute;
	left: 229px;
	top: 306px;
	padding: 0px;
	color: #FFF;
	background-image: url(../images/home/bckFeatured.gif);
}
#featured .content {
	color: #FFF;
	text-align: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 32px;
}
#featured ul { padding: 0 0 4px 0; }
#featured ul li .text {
	color: #333;
	vertical-align: 175% !important;
	padding-left: 5px;
}
#featured ul li a { text-transform: none; }
#featured ul li a img {
	height: 80px;
	width: 100px;
	border: 1px solid #C5C6A7;
}
#featured li {
	list-style-type: none;
	color: #FFF;
	font-size: 1em;
	font-size: 1.1em;
	line-height: 1.6em;
	text-transform: lowercase;
	padding-top: 10px;
}
/* ----------------------------------- */
/* ACTION
/* ----------------------------------- */
#action {
	width: 310px;
	height: 180px;
	margin: 157px 0 0 138px;
	color: #000;
	background-image: url(../images/home/bckTestimonials.jpg);
}
#action .content { padding:10px 20px; }
#action p {
	font-style: italic;
	margin: 0px;
	font-size: 1.1em;
	padding: 0 10px 0 15px;
	line-height: 1.6em;
}
#action .citation {
	font-size: 1.1em;
	padding-bottom: 10px;
	text-align: center;
}
#action h3 { padding-left: 15px; }
/* ----------------------------------- */
/* MAIN CONTENT
/* ----------------------------------- */
#maincontent {
	float: right;
	width: 430px;
	margin: 5px -5px 20px 0;
}
#maincontent h2 {
	color:#460B15;
	font-weight:normal;
	margin: 0px;
	letter-spacing: .1em;
	font-size: 2.1em;
	line-height: 1.2em;
	padding: 10px 0 15px 0;
}
#maincontent h3 {
	color:#460B15;
	font-weight:normal;
	padding: 10px 0 5px 0;
	margin: 0px;
	letter-spacing: normal;
	font-size: 1.7em;
	line-height: 1.2em;
}
#maincontent a {
	color: #460B15;
	text-decoration:underline;
	font-weight:bold;
}
#maincontent a:hover { color: #666; }
#maincontent h2 a { text-transform: uppercase; }
#maincontent p {
	margin: 0px;
	padding: 0 0 8px 0;
	color:#333;
	line-height: 1.7em;
	font-size: 1.3em;
	text-align: left;
}
#maincontent ul { padding: 0 0 10px 20px; }
#maincontent li {
	line-height: 1.7em;
	font-size: 1.3em;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 10px;
}
#maincontent .emphasis { font-weight: bold; }
/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footerwrapper {
	width: 1020px;
	position:static;
	margin: 0px auto;
	background-color: #FFF;
	clear: both;
}
#footer {
	line-height: 2.4em;
	padding: 30px 40px 0 20px;
	font-size: 11px;
}
#footer .navigation {
	float:left;
	margin-left: 125px;
}
#footer .navigation ul li { margin: 0 -3px 0 3px !important; }
#footer .socialmedia img { padding-right: 5px; }
#footer .socialmedia {
	float:right;
	margin-top: -5px;
}
/*kwworks*/
#footer .kwworks {
	clear:both;
	float:right;
	text-align: right;
	line-height: 14px;
	padding-top: 15px;
	margin-right: 0px;
}
#footer .kwworks ul { padding-bottom: 3px; }
#footer .kwworks li { display:inline; }
#footer .kwworks a { padding: 0 5px; }
#footer .kwworks a:hover { text-decoration: underline; }
/*copyright*/
#footer .copyright li {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
#footer .copyright li:first-child { border-left: none; }
#footer .copyright a { color: #999; }
#footer .copyright a:hover { color: #333; }
/*seo*/
#footer .seo { clear:both; }
#footer .seo li { clear:both; }
#footer .seo a { color:#CCC; }
#footer .seo a:hover { color:#999; }
#footer .terms { padding-bottom: 3px; }
#footer .copyright { color:#333; }
#footer .locations { padding-bottom: 20px; }
#footer .hidden { visibility: hidden; }
/* ----------------------------------- */
/* EXTRA
/* ----------------------------------- */
.clr { clear: both; }
.rightalign { text-align: right; }
.underline { text-decoration: underline; }
#flash {
	background-color: #960000;
	height: 305px;
	top: 12px;
	left: 12px;
	width: 660px;
	position: absolute;
}
.colorGray { color: #333 !important; }
.colorCrimson { color: #460B15 !important; }
.fontBold { font-weight:bold; }
.imagefloatright {
	float: right;
	margin-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
}
.button-search {
	padding: 5px 10px;
}
.textbox-search {
	height: 14px;
}

