/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000;
	/* change it to (50%  50%) in order to center the BG img */
	background-position: 50% 0;
	background-color: #000000;
	background-image: url(images/back_2nd.jpg);
	background-repeat: no-repeat;
}

body a:link, body a:visited, body a:active {color: #00BCFF;text-decoration: underline;}
body a:hover {color: #87BC44;text-decoration: underline;}


body h1 {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	color: #87BC44;
	text-decoration: none;
	padding: 0;
	margin: 40px 0 10px 0;
}


body h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	padding: 0;
	margin: 0;
	line-height: 24px;
}


/* Page structure */
.main {
	/* change MARGIN to AUTO in order to center the page */
	margin: auto;
	width: 990px;
}

.content-main {
	background-color: #faf9f0;
	padding: 20px;
	background-image: url(images/wd_storyback.jpg);
	background-repeat: no-repeat;
}

.content-main2 {
	background-color: #faf9f0;
	padding: 20px;
}


.home-main {
	background-color: #000000;
	background-image: url(images/home_mid.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 402px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}


.home-main h1 {
	font-family: Helvetica, sans-serif;
	font-size: 23px;
	color: #b9b7a0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

.home-btm {
	background-color: #000000;
	background-image: url(images/home_btm.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 174px;
}

.home-what {
	float:left;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #f7f6e4;
	width: 300px;
	margin: 28px 0 0 223px;
}


.home-testimonial {
	float:right;
	width: 365px;
	padding: 33px 33px 0 0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #717061;
}

.home-testimonial a:link, .home-testimonial a:visited, .home-testimonial a:active {
	color: #29a9d5;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}
.home-testimonial a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}

.home-testimonial h1 {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #23221c;
	text-transform: none;
}

.story-container1 {}

.story-container2 {
	width: 656px;
	float:right;
	padding: 0 30px 0 0;
}

.story-container2 td {
	line-height: 20px;	
}

.sub-nav {
	float:left;
	width: 120px;
	padding: 0 30px 0 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.sub-nav a:link, .sub-nav a:visited, .sub-nav a:active {color: #00BCFF;text-decoration: none;}
.sub-nav a:hover {color: #87BC44;text-decoration: none;}


.thumbnail-box {
	float:left;
	width: 192px;
	padding: 0 30px 0 20px;
}
.thumbnails {
	float:left;
	width: 43px;
	padding: 0 5px 5px 0;
}

.mainpres {
	border: 10px solid #F2F1E9;
	background-color: #F2F1E9;
	text-align:center;
	width: 456px;
	margin:auto;
}

.mainpres h1 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #918D68;
}

.mainpres p {
	margin: 10px 0 5px 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #2F302B;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c4c098;
	padding: 20px 0 50px 0;
	text-align:center;
}
.footer a:link, .footer a:visited, .footer a:active {color: #c4c098;text-decoration: underline;}
.footer a:hover {color: #fff;text-decoration: underline;}


.testimonial-box {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom:1px dotted #999999;
}

.testimonial-box h1 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.testimonial-box h2 {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #666666;
}

.testimonial-box p {
	font-style: italic;	
}

.client-box {
	padding: 0 0 40px 0;
}

.subhd-copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	padding: 0 0 40px 0;
}
