/* @group HTML5 Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;

  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; font-style: italic; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; color: #3189C6; text-decoration: none;}

ins { background-color:#ff9; color:#000; text-decoration:none; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px dotted #999999; margin:1em 0; padding:0; width: 98%;}

#wide hr { display:block; height:1px; border:0; border-top:1px dotted #999999; margin:2em 0; padding:0; width: 100%; clear: both;}

input, select { vertical-align:middle; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
html { overflow-y: scroll; }
.ie7 img { -ms-interpolation-mode: bicubic; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color:##3189C6; }
a:hover { color:#3189C6; }



ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 


/* always force a scrollbar in non-IE */


/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */



/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

/* @end */

/* @group Tyopgraphy */
	
/*h1{ font-size: 60px; margin-top: 10px; color: #b2c93a; }*/
h1 mark{ padding-left: 5px;	padding-right: 2px;}
h1{ font-size: 24px; font-weight: normal; color: #000; padding-top: 20px; }

h2{ font-size: 24px; font-weight: normal; color: #000; padding-top: 20px; }

h3{ font-size: 18px; font-style: italic; color: #efa434; text-align: right; font-weight: normal; }
h3 mark{ padding-left: 5px;	padding-right: 2px;}

h4{ font-size: 16px; }
.reports h4.blue{ color: #3189C6;}
.contact_box h4 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

h5{ font-size: 14px; }
h5 mark{ padding-left: 5px;	padding-right: 2px;}

h6 { 
	font-size: 24px;
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #808080;
	margin: 10px 0;
	letter-spacing: 0px;
	font-weight: normal;
}
h6 mark{ padding-left: 5px;	padding-right: 2px;}


p{
	margin: 10px 0;
	line-height: 18px;
}

h5.home {
	letter-spacing: 3px;
	margin: 25px 0px 50px 0px;
}

.bold {
	font-weight: bold;
}

.content_title, .content_title a {
	color: #a89f7b;
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
}

/* @end */



/* @group Layout */

html{
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
}
body{
	background: #d9dbdb url(../images/body_background.jpg) 0 0 repeat-x;
}

#wrapper {
	background: transparent url(../images/header_background.jpg) 50% 0 no-repeat;
	padding-top: 20px;
}

#container{
	background-color: #fff;
	margin: 0 auto;
	width: 915px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px; /* Opera 10.5, IE 9, Saf5, Chrome */
	padding: 10px;
	background-image: 
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(237,236,235)),
	    color-stop(0.5, rgb(255,255,255)),
	    color-stop(1, rgb(237,236,235))
	);
	background-image:
	-moz-linear-gradient(
	    center bottom,
	    rgb(237,236,235) 0%,
	    rgb(255,255,255) 50%,
	    rgb(237,236,235) 100%
	);
	background-color: #f6f6f5;
	border: 1px solid #fff;
	-moz-box-shadow: 0px -3px 0px 0px #df901a; /* FF3.5+ */
	-webkit-box-shadow: 0px -3px 0px 0px #df901a; /* Saf3.0+, Chrome */
	box-shadow: 0px -3px 0px 0px #df901a; /* Opera 10.5, IE 9.0 */
	position: relative;
	z-index: 2;
}

header{
	/*background: transparent url(../images/logo4.jpg) 0 0 no-repeat;*/
	/*padding-top: 126px;*/
	margin: 0px auto 0px auto;
	width: 920px;
}

header nav{
}

header nav ul{
	list-style-type: none;
	margin:  0;
	float: left;
}

#slider ul{
	margin-left: 0;
	list-style: none;	
}

.logo {
	float: left;
	margin-right: 27px;
}

#main{
	width: 920px;
	margin-top: 10px;
	padding: 10px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: 0px 5px 10px 0px #afafaf; /* FF3.5+ */
	-webkit-box-shadow: 0px 5px 10px 0px #afafaf; /* Saf3.0+, Chrome */
	box-shadow: 0px 5px 10px 0px #afafaf; /* Opera 10.5, IE 9.0 */
    
}

.ie8 #main, .ie7 #main, .ie6 #main {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	height: 99%;
}


/* @end */

/* @group Footer */

footer.html {
	background: #FFF url(../images/footer_background.jpg) 0 0 repeat-x;
	height: 39px;
	margin-top: 50px;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
}

footer.html p {
	margin: 0px;
}

#container_footer {
	padding: 5px 20px 5px 20px;
	-moz-border-radius: 0px 0px 10px 10px; /* FF1+ */
	-webkit-border-radius: 0px 0px 10px 10px; /* Saf3-4 */
	border-radius: 0px 0px 10px 10px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: 0px 2px 5px 0px #7e7f7f; /* FF3.5+ */
	-webkit-box-shadow: 0px 2px 5px 0px #7e7f7f; /* Saf3.0+, Chrome */
	box-shadow: 0px 2px 5px 0px #7e7f7f; /* Opera 10.5, IE 9.0 */
	width: 880px;
	margin: 0px auto 15px auto;
	background-color: #fff;
	background-color: #b8b08f;
 	background-image: -moz-linear-gradient(top, #89806c, #b8b08f); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #89806c),color-stop(1, #b8b08f)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#89806c', EndColorStr='#b8b08f'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#89806c', EndColorStr='#b8b08f')"; /* IE8 */
    color: #fff;
    font-size: 12px;
}

#container_footer p {
	float: left;
	font-weight: bold;
}

#container_footer section p {
	float: right;
	font-weight: normal;
	font-size: 11px;
}

#container_footer a {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group Buttons */

ul.buttons{
	list-style-type: none;
	margin: 0;
}

ul.buttons li{
	float: left;
	background: transparent url(../images/buttons_background.jpg) 0 0 no-repeat;
}

ul.buttons li:nth-child(2){
	margin: 0 18px;
}

ul.buttons li:nth-child(1){ background-position: 0 0;}
ul.buttons li:nth-child(2){ background-position: -300px 0;}
ul.buttons li:nth-child(3){ background-position: -600px 0;}

ul.buttons li a{
	color:#000000;
	display:block;
	font-size:15px;
	padding:14px 0;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	width:288px;
}

ul.buttons li a h4{
	color: #000000;
	font-weight: normal;
}

/* @end */

/* @group Page Specific - Index */

#home header nav li#home{background-position: 0 0; color: #000;}
	
.home_feature {
	background: #FFF url(../images/carousel/1.jpg) 0 0 no-repeat;
	width: 898px;
	height: 222px;
	margin-bottom: 10px;
}

#home #content {
	width: 500px;
	float: left;
}

#home #container{
	background-color: #fff;
	margin: 0 auto;
	width: 835px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px; /* Opera 10.5, IE 9, Saf5, Chrome */
	padding: 40px 45px 40px 45px;
	background-image: 
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(237,236,235)),
	    color-stop(0.5, rgb(255,255,255)),
	    color-stop(1, rgb(237,236,235))
	);
	background-image:
	-moz-linear-gradient(
	    center bottom,
	    rgb(237,236,235) 0%,
	    rgb(255,255,255) 50%,
	    rgb(237,236,235) 100%
	);
	background-color: #f6f6f5;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 5px 5px 0px #7e7f7f; /* FF3.5+ */
	-webkit-box-shadow: 0px 5px 5px 0px #7e7f7f; /* Saf3.0+, Chrome */
	box-shadow: 0px 5px 5px 0px #7e7f7f; /* Opera 10.5, IE 9.0 */
	position: relative;
	z-index: 2;
}

#carousel_container {
	padding: 10px 0px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: 0px -3px 0px 0px #df901a; /* FF3.5+ */
	-webkit-box-shadow: 0px -3px 0px 0px #df901a; /* Saf3.0+, Chrome */
	box-shadow: 0px -3px 0px 0px #df901a; /* Opera 10.5, IE 9.0 */
	width: 920px;
	margin: 0px auto 15px auto;
	background-color: #fff;
}

.contact_box {
	width: 210px;
	float: right;
	background: #B2A984; /* old browsers */
	background: -moz-linear-gradient(top, #B2A984 0%, #EBE7D9 50%, #B2A984 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B2A984), color-stop(50%,#EBE7D9), color-stop(100%,#B2A984)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2A984', endColorstr='#B2A984',GradientType=0 ); /* ie */
	-moz-border-radius: 7px; /* FF1+ */
	-webkit-border-radius: 7px; /* Saf3-4 */
	border-radius: 7px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: 0px 2px 5px 0px #7e7f7f; /* FF3.5+ */
	-webkit-box-shadow: 0px 2px 5px 0px #7e7f7f; /* Saf3.0+, Chrome */
	box-shadow: 0px 2px 5px 0px #7e7f7f; /* Opera 10.5, IE 9.0 */
	padding: 10px 20px 10px 20px;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
}

.contact_box p {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

.contact_box p.contact_number {
	font-size: 22px;
	margin: 8px 0px 15px 0px;
	color: #666666;
	font-weight: normal;
}

.contact_box p.contact_email {
	margin: 5px 0px 10px 0px;
}

.contact_box p.contact_email a {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.home_quote {
	width: 295px;
	float: right;
}

.home_quote blockquote {
	color: #ce8e2f;
	font-size: 18px;
	font-style: normal;
}

.home_quote .quote_author {
	color: #ce8e2f;
	font-style: italic;
	font-size: 12px;
}

.home_quote a {
	color: #999999;
	font-size: 11px;
	padding-left: 45px;
	text-decoration: underline;
}

.home_quote .left_quote {
	font-size: 100px;
	float: left;
	color: #ce8e2f;
	margin-top: -25px;
	padding-right: 10px;
}

.home_quote .right_quote {
	font-size: 100px;
	float: right;
	color: #ce8e2f;
	margin-top: -38px;
}

/* @end */

/* @group Page Specific - Services */

#services #container{
	background-color: #fff;
	margin: 0 auto;
	width: 835px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px; /* Opera 10.5, IE 9, Saf5, Chrome */
	padding: 40px 45px 40px 45px;
	background-image: 
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(237,236,235)),
	    color-stop(0.5, rgb(255,255,255)),
	    color-stop(1, rgb(237,236,235))
	);
	background-image:
	-moz-linear-gradient(
	    center bottom,
	    rgb(237,236,235) 0%,
	    rgb(255,255,255) 50%,
	    rgb(237,236,235) 100%
	);
	background-color: #f6f6f5;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 5px 5px 0px #7e7f7f; /* FF3.5+ */
	-webkit-box-shadow: 0px 5px 5px 0px #7e7f7f; /* Saf3.0+, Chrome */
	box-shadow: 0px 5px 5px 0px #7e7f7f; /* Opera 10.5, IE 9.0 */
	position: relative;
	z-index: 2;
}

#services #content {
	width: 500px;
	float: left;
}

#services #content ul {
	margin-bottom: 10px;
}



/* @end */

/* @group Page Specific - Testimonials */

#testimonials #container{
	background-color: #fff;
	margin: 0 auto;
	width: 835px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px; /* Opera 10.5, IE 9, Saf5, Chrome */
	padding: 40px 45px 40px 45px;
	background-image: 
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(237,236,235)),
	    color-stop(0.5, rgb(255,255,255)),
	    color-stop(1, rgb(237,236,235))
	);
	background-image:
	-moz-linear-gradient(
	    center bottom,
	    rgb(237,236,235) 0%,
	    rgb(255,255,255) 50%,
	    rgb(237,236,235) 100%
	);
	background-color: #f6f6f5;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 5px 5px 0px #7e7f7f; /* FF3.5+ */
	-webkit-box-shadow: 0px 5px 5px 0px #7e7f7f; /* Saf3.0+, Chrome */
	box-shadow: 0px 5px 5px 0px #7e7f7f; /* Opera 10.5, IE 9.0 */
	position: relative;
	z-index: 2;
}

#testimonials #content {
	width: 100%;
}

#testimonials blockquote {
	font-weight: bold;
}

#testimonials #content a {
	color: #EFA434;
}

/* @end */

/* @group Page Specific - Contact */

#contact #container{
	background-color: #fff;
	margin: 0 auto;
	width: 835px;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px; /* Opera 10.5, IE 9, Saf5, Chrome */
	padding: 40px 45px 40px 45px;
	background-image: 
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(237,236,235)),
	    color-stop(0.5, rgb(255,255,255)),
	    color-stop(1, rgb(237,236,235))
	);
	background-image:
	-moz-linear-gradient(
	    center bottom,
	    rgb(237,236,235) 0%,
	    rgb(255,255,255) 50%,
	    rgb(237,236,235) 100%
	);
	background-color: #f6f6f5;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 5px 5px 0px #7e7f7f; /* FF3.5+ */
	-webkit-box-shadow: 0px 5px 5px 0px #7e7f7f; /* Saf3.0+, Chrome */
	box-shadow: 0px 5px 5px 0px #7e7f7f; /* Opera 10.5, IE 9.0 */
	position: relative;
	z-index: 2;
}

#contact #content {
	width: 100%;
}

#contact #content a {
	color: #EFA434;
}

/* @end */



/* @group Page Specific - Gallery */

#gallery_thumbs {
	margin-bottom: 14px;
}

#gallery_thumbs img {
	margin-right: 14px;
}

#gallery_thumbs img.last {
	margin-right: 0px;
}


/* @end */




/* @group Page Specific - Contact Us */

address {
	font-style: normal;
}

#contact address img {
	padding: 5px 5px 0px 0px;
}

/* @end */

/* @group Image Slider */

.carousel {
	margin: 0 auto;
}

.carousel ul, .carousel li {
	margin:0;
	padding:0;
	list-style:none;
	}
.carousel li{ 
	width:898px;
	height:222px;
	overflow:hidden; 
	}	
	
p#controls{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:19px;
	height:35px;
	position:absolute;
	left:-19px;
	top:-160px;
	}	
#nextBtn{ 
	left:960px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:19px;
	height:35px;
	background:url(../images/carousel/previous.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/carousel/next.gif) no-repeat 0 0;	
	}
	


/* @end */




