/* This stylesheet was originally designed and developed by Codify Design Studio (codifydesign.com) */
@charset "UTF-8";

/* Text Formatting */
body {
	font-family: Arial;
	font-size: 12px; /* base font-size defined in pixels, all else proportional to this base */
	margin: 0px;
	padding: 0px 10px 20px 20px;
	color: #555;
	background-color: #333;
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.page {
	font-size: 1em;
}

.clear_both { clear: both; line-height: 1px; }
.debug { margin: 0px 0px 20px 10px; font-family: Courier; }

h1 { font-size: 2em; color: #9e472a; margin: 0px 0px .5em 0px; font-weight: normal; }
h2 {
	font-size: 1.6em;
	color: #000;
	vertical-align: bottom;
	margin-top: 125px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	clear: none;
	padding-right: 10px;
}
h3 { font-size: 1.25em; color: #9e472a; margin: 0em 0px .25em 0px; }
p {
	margin: 0px 0px 1em 0px;
	text-align: left;
	}
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a {
	color: #3F522E;
	text-decoration: none;
	text-align: center;
}
a:hover {
	color: #0e7db1;
	text-decoration: underline;
	text-align: center;
}

/* Layout */
.page {
	position: relative;
	margin: 0px auto 0px auto;
	max-width: 980px;
}

.page header {
	display: block;
	position: relative;
	height: 75px;
	z-index: 100;
	background-color: #333;
}
.page header a.logo {
	position: absolute;
	top: 15px;
	left: 20px;
	display: block;
	width: 130px;
	height: 90px;
	background: url(../images/logo.png) no-repeat 0px 0px;
}

.page .page_content {
	background-color: #D3C49D;
	padding: 0px 0px 0px 0px;
}

.page .marquee_smallscreen { display: none; }
.page .marquee_panel_data {
	display: none;
}
.page .marquee_container {
	position: relative;
	width: auto;
	height: 325px;
	overflow: hidden;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	background-color: #fff;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	box-shadow: 0px 3px 3px rgba(0,0,0,.3);
}
.page .marquee_container .marquee_photos { position: absolute; top: 0px; left: 0px; display: none; }
.page .marquee_container .marquee_caption {
	width: 275px;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	color: #fff;
	position: absolute;
	top: 350px;
	left: 20px;
	background-color: rgba(41,17,0,.82);
}
.page .marquee_container .marquee_caption_content {
	margin: 0px 20px 20px 20px;
	padding: 0px 0px 20px 0px;
}
.page .marquee_container .marquee_caption h2 { margin: 0px 0px 10px 0px; color: #ffffff; font-size: 2em; font-family: Georgia; font-weight: normal;  }
.page .marquee_container .marquee_caption p { margin: 0px 0px 10px 0px; color: #fff; }
.page .marquee_container .marquee_caption a { color: #2fa4db; text-decoration: none; }
.page .marquee_container .marquee_caption a:hover { color: #fff; text-decoration: underline; }
.page .marquee_container .marquee_nav { position: absolute; width: 200px; bottom: 10px; left: 25px; text-align: left; padding: 0px; }
.page .marquee_container .marquee_nav a {
	display: inline-block;
	width: 20px; height: 20px;
	margin-left: 15px;
	background: url(../images/marquee_buttons.png) no-repeat 0px 0px; cursor: pointer;
}
.page .marquee_container .marquee_nav a:hover { background-position: -25px 0px; }
.page .marquee_container .marquee_nav a.selected { background-position: -50px 0px; }

.page .home_promo_container {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}	
.page .home_promo_container .home_promo {
	margin: 0px;
	padding: 0px;
	width: 33%;
	float: left;
	background-color: 5B574E;
}
.page .home_promo_container .home_promo .home_promo_content {
	margin: 0px;
	padding: 0px 20px 0px 10px;
	background: no-repeat 0px 4px;
	background-position: top center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	

}
.page .home_promo_container .home_promo .home_promo_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	position:	relative;
	width: 262px;
	
}
.page .home_promo_container .home_promo .home_promo_content p:first-line {
	font-weight: bold;
	color: #FFF;
}


.page nav { position: absolute; top: 50px; right: 15px; text-align: right; letter-spacing: 1px; z-index: 200; }
.page nav a {
	color: #D3C49D;
	padding: 7px 0px 7px 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 2px 4px 17px;
	font-size: 1.1 em;
	background: url(../images/icon_dots.png) no-repeat 0px 10px;
}
.page nav a:hover {
	color: #F2EEE1;
}

.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 20px;
	font-size: 0.9em;
	color: #FFF;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	background: #fbfbf1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f2db 52%, #c5bfaa4 100%); /* FF3.6+ */
	/* [disabled]background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#f9f2db), color-stop(100%,#c5bfaa)); */ /* W3C */
	/* {disabled} filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f2db', endColorstr='#e9e0c4',GradientType=0 ); /* IE6-9 */
	background-color: #C4AF79;
	background-position: top;
	text-align: left;

}
#headtop {
	background-color: #617D45;
	height: 9px;
}
#text_header {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 23px;
	font-weight: bolder;
	position: absolute;
	left: 155px;
	width: 465px;
	height: 41px;
	color: #D3C49D;
	vertical-align: bottom;
	top: 39px;
}
#footer_text_right {
	text-align: right;
	float: right;
}
#footer_text_center {
	text-align: right;
	clear: both;
	position: absolute;
}
.page_content_text {
	font-family: "Arial Black", Gadget, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.page footer table {
	font-weight: bold;
}
.homepromocontent_B {
	text-align: center;
	position: relative;
	float: none;
}
.client_name {
	text-align: right;
	float: right;
	clear: both;
}
.Client_Promo {
	background-color: #5b574e;
}
.page .page_content .home_promo_container #clientprom_container .home_promo_content p {
	color: #FFF;
}
.page .page_content .home_promo_container #clientprom_container .home_promo_content p {
	color: #FFF;
}
.whoweare {
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
.page .page_content .home_promo_container #clientprom_container .home_promo_content {
	background-image:url();
	text-align: center;
	background-color: rgba(91, 87, 78, 75);
	color: #FFF;
	border: thin solid #FFF;
	padding-left: 15px;
	font-size: 14px;
}
.h1_whatwedoleftmain {
	font-weight: bold;
	font-size: medium;
	color: #000;
}
.leftmain_body {
	color: #000;
	font-style: normal;
	padding-right: 15px;
	padding-left: 20px;
	position: relative;
	width: auto;
	font-size: small;
	padding-bottom: 5px;
}



.page .page_content .home_promo_container .home_promo .home_promo_content {
	background-image:url();
	text-align: right;
}
.page .page_content .home_promo_container .home_promo .whatwedo_Left_main {
	background-image:url();
	text-align: right;
}
h1_leftmain {
	font-weight: bold;
}
.page .page_content div .whatweleftmain .whatweleftmain {
	font-weight: bold;
}
.LM_H3 {
	font-weight: bold;
	color: #000;
	font-size: medium;
	padding-left: 5px;
	padding-top: 8px;
}
.whatwedoleftmain_container {
	width: 65%;
	float: left;
	padding-top: 20px;
	padding-left: 15px;
}
.whatwedorightmain_container {
	float: right;
	width: 33%;
	padding-top: 20px;
	text-align: center;
}
.whatwedo_main_body {

}
.Contact_Us {
	color: #000;
	font-size: medium;
	float: right;
	width: 33%;
	font-weight: bold;
	text-align: center;
}
