/* Design by Thinkso */
/* 06.15.09 */

/*---------------------
Color Palette

text: #000
links: #f00
sidebar rules: #a9aa9f
sidebar text: #808175
footer bkg: #a9aa9f
footer txt/links:#e1e1dd

----------------------- */


/* ===================================

GENERAL STYLES

====================================== */

* {margin:0; padding:0; border: none;}

body {
	background: #a9aa9f;
	font-family: Helvetica, Arial, sans-serif;
	}

/* ===================================

LAYOUT & POSITIONING OF MAJOR ELEMENTS

====================================== */
#content {
	background-color: #fff;
	padding: 66px 40px 45px 40px;
	*padding-bottom: 23px;
}

.wrap {
	width: 880px;
	margin: 0 auto;
}

.main {
	width: 640px;
	float: left;
}
.sidebar {
	width: 220px;
	float: right;
}
#footer {
	padding: 22px 40px;
	background: #a9aa9f url(../images/bkg_footer.gif) top left repeat-x;
}
/* ===================================

LOGO

====================================== */
#logo {
	margin-bottom: 32px;
}

#logo, #logo a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 60px;
	width: 880px;
	background: #fff url(../images/skc_logo.gif) left top no-repeat;
}
#logo a:hover {
	background-position: 0 -60px;
}



/* ===================================

HEADINGS

====================================== */
h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
	color: #000;
}

h2.replace {
	text-indent: -9999px;
	overflow: hidden;
}
h2#home {
	height: 96px;
	width: 640px;
	background: #fff url(../images/title_home.gif) left top no-repeat;
}
h2#about {
	height: 32px;
	width: 640px;
	background: #fff url(../images/title_about.gif) left top no-repeat;
}
h2#engagements {
	height: 32px;
	width: 640px;
	background: #fff url(../images/title_engagements.gif) left top no-repeat;
}

h2#contact {
	height: 33px;
	width: 220px;
	background: #fff url(../images/title_contact.gif) left top no-repeat;
	margin-bottom: 4px;
}


/* ===================================

PARAGRAPHS

====================================== */
p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-bottom: 22px;
}

p.no-margin {
	margin-bottom: 0;
	}

.sidebar p {
	color: #808175;
	line-height: 20px;
	margin-bottom: 0;
}

#footer p {
	color: #e1e1dd;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}


/* ===================================

LISTS

====================================== */
ul {
	padding-left: 18px;
	list-style-type: disc;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	color: #000;
}

ul.no-bullet {
	padding-left: 0;
	list-style-type: none;
}

ol {
	padding-left: 18px;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	color: #000;
}

ul.special {
	color: #a9aa9f;
}
ul.special span.text {
	color: #000;
}
ul.special li {
	margin-bottom: 5px;
}

/* ===================================

LINKS

====================================== */
a {
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}
a:hover {
	color: #000;
}

a.arrow {
	padding-right: 18px;
	background: #fff url(../images/bkg_arrow.gif) right top no-repeat;
	*background-position-y: 2px;
}

a.arrow:hover {
	background-position: right -48px;
	*background-position-y: -46px;
}


.module a {
	font-weight: normal;
}

#footer a {
	color: #e1e1dd;
}
#footer a:hover {
	color: #fff;
}

/* ===================================

SUBNAV

====================================== */
#subnav {
	border-bottom: 1px solid #a9aa9f;
	margin: 8px 0 28px 0;
	}

#subnav li {
	border-top: 1px solid #a9aa9f;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #808175;
}

/* ===================================

SIDEBAR MODULES

====================================== */
.module {
	border-top: 1px solid #a9aa9f;
	padding-top: 10px;
	margin-bottom: 10px;
}


/* ===================================

HACKS

====================================== */
/* This needs to be first because FF3 is now supporting this */
.clearfix {display: inline-block;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */