@import url("reset.css");
@import url("navigation.css");

body#homepage {
    background-image: url('../images/interface/background.gif');
}


body {
	background-color: #1c1c13;
    font: 12px  Arial, Verdana, Sans-serif;
    background-image: url('../images/interface/background_level2.gif');
    background-repeat: repeat-x;
    background-position: top left;
}

input, textarea, select {
    font: 12px  Arial, Verdana, Sans-serif;
    background-color: #e8e8d4;
    border: 1px solid #acab9d;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a {
    color: #54562e;
}

a.category {
	font-weight: bold;
}

a:hover {
	color: #33350a;
}


strong, b {
	font-weight: bold;
}

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

/* Hide from IE Mac */
.clearfix {		display:block; }
/* End hide from IE Mac */


h1 {
	border-bottom: 2px solid #f6c200;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
h2 {
	border-bottom: 1px solid #f6c200;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
h3 {
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 16px;
}
h4 {
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

p {
	margin: 14px 0px 14px 0px;
}

#content ul {
	list-style-type: disc;
	margin-left: 20px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 20px;
}

#content ul li {
	margin: 4px 0px;
}

#content ol li {
	margin: 4px 0px;
}


/*-------------------
	header elements
--------------------- */
.container {
	width: 760px;
	margin: 0px auto;
}

#header {
    background-repeat: repeat-x;
    background-position: top left;
    background-image: url('../images/interface/top_spacer.gif');
    height: 101px;
    width: 100%;
}

#header_left {
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('../images/interface/top_left.gif');
    height: 101px;
    width: 247px;
    float: left;
}



/*-------------------
	content elements
--------------------- */
#content {
    background-repeat: repeat-x;
    background-position: top left;
    background-image: url('../images/interface/mid_spacer.gif');
    background-color: #d8d8c5;
    width: 100%;
}

#content .container {
	background: url('../images/interface/main_bottom_bg.jpg') bottom left no-repeat;
}

#main {
	background: url('../images/interface/main_top_bg.gif') top left no-repeat;
}

#feature {
	width: 320px;
	float: left;
	padding-top: 90px;
}

#feature #photo {
	width: 305px;
	height: 347px;
}

#feature #photo.photo1 {	background: url('../images/interface/photo_1.jpg') top left no-repeat;	}
#feature #photo.photo2 {	background: url('../images/interface/photo_2.jpg') top left no-repeat;	}
#feature #photo.photo3 {	background: url('../images/interface/photo_3.jpg') top left no-repeat;	}
#feature #photo.photo4 {	background: url('../images/interface/photo_4.jpg') top left no-repeat;	}
#feature #photo.photo5 {	background: url('../images/interface/photo_5.jpg') top left no-repeat;	}
#feature #photo.photo6 {	background: url('../images/interface/photo_6.jpg') top left no-repeat;	}

#content_text {
	width: 430px;
	float: left;
}

.keynote {
	color: #424237;
	font-size: 22px;
	margin-top: 40px;
}

.keynote_large {
	color: #1c1c13;
	font-size: 22px;
	font-weight: bold;
}

#content_clear {
	height: 80px;
	clear: both;
}

.service_list {
	width: 150px;
	float: left;
	margin: 20px 30px;
}

.service0 {
	background-color: #d8d8c5;
	padding: 4px 4px;
	color: #826e05;
}

.service1 {
	background-color: #dfdfcb;
	padding: 4px 4px;
	color: #826e05;
	border: 1px solid #b8ab68;
	border-width: 1px 0px 1px 0px;
}


/*-------------------
	footer elements
--------------------- */
#footer {
    background-repeat: repeat-x;
    background-position: top left;
    background-image: url('../images/interface/footer_spacer.gif');
    width: 100%;
    height: 220px;
}

#footer .container {
    background: url('../images/interface/footer_bg.gif') top left no-repeat;
    height: 220px;
}

#footer_address {
	width: 250px;
	float: left;
	color: #a8a8a8;
	font-size: 12px;
	padding-top: 30px;
}

#footer_contact {
	width: 220px;
	float: left;
	padding-top: 30px;
	font-size: 13px;
}

#contact_direct {
	color: #ffffff;
	background: url('../images/interface/icon_phone.gif') 0px 5px no-repeat;
	padding-left: 50px;
	margin-bottom: 15px;
}

#contact_email {
	background: url('../images/interface/icon_email.gif') 0px 5px no-repeat;
	padding-left: 50px;
}

#contact_email a {
	text-decoration: none;
	color: #f5c903;
	font-weight: bold;	
}

#testimonial {
	width: 288px;
	float: left;
	padding-top: 30px;
}

.quote {
	color: #3e3e2a;
	font-weight: bold;
	float: left;
}

.quote_wrap {
	float: left;
	width: 24px;
	font-size: 35px;
	line-height: 28px;
}

.quote_text {
	color: #f4f4ba;
	font-size: 14px;
	float: left;
	width: 242px;
	font-weight: normal;
	line-height: 18px;
	padding-top: 4px;
}

.quote_wrap_end {
	float: left;
	width: 16px;
	padding-top: 48px;
	font-size: 35px;
	line-height: 18px;
}

.quote_client, .quote_organization {
	font-size: 14px;
	color: #f0f094;
	padding-left: 24px;
	float: left;
	width: 200px;
}

.quote_client {
	padding-top: 10px;
}

.quote_organization {
	font-weight: bold;
}

#copyright {
	clear: both;
	width: 100%;
	color: #40403b;
	font-size: 11px;
	text-align: center;
	padding-top: 30px;
}

#copyright a {
	color: #40403b;
	text-decoration: none;
}

#copyright a:hover {
	color: #646457;
}
