/* ---------------------------- */
/* CMS GUI OVERWRITE
/* ---------------------------- */

.yodlecms_widget, .yodlecms_widget_layout {overflow:auto;}
div.yodlecms_column {float:left;}



/* ---------------------------- */
/* HTML TAG RESET               */
/* ---------------------------- */

html, body, form, fieldset, h1, 
h2, h3, h4, h5, h6, p, pre, 
blockquote, ul, ol, dl, address		{margin:0; padding:0; font-size:100%; font-weight:normal;}
ul, li 								{list-style-type:none;}
ol li 								{list-style: decimal;}

/* CLASSES
-------------------------------*/
.left {float: left;}
.right {float: right;}
.clear { clear: both; }

/* LAYOUT & GLOBAL
-------------------------------*/
body { background: #161C2A url(../images/body-bg.gif) repeat-x center top; color: #202326; font: normal 12px Helvetica, Arial, sans-serif; }
#wrapper { width: 100%; background: url(../images/body-glow.gif) no-repeat center top; height: 1500px; }
	#wrapper:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
.inner-wrapper { width: 930px; margin: 0 auto; overflow: hidden; }
	.inner-wrapper:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; }  


/* links */
a { text-decoration: underline; color: #23407F; }
	a:hover { color: #a19e8e; }
	a:active { position: relative; outline: 0; top: 1px; }
	
	/* more link */
	.more { font-size: 12px; background: url(../images/bullet.gif) no-repeat right center; line-height: 15px; color: #a19e8e; padding: 5px 25px 5px 0; height: 15px; text-decoration: none; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }
		.more:hover { color: #161C2A; }
		
/* headers */
h1, h2, h3, h4, h5 { font-family: Georgia, Helvetica, Arial, sans-serif; font-weight: bold; color: #000; }
	.txtarea h2,
	.txtarea h3,
	.txtarea h4{ margin: 0; }
	
	blockquote { position: relative; margin: 10px 0; }
	blockquote p { margin: 1em 0; line-height: 1.5em; font-style: italic; }
		blockquote p cite { display: block; margin: 1em 0 0 0; font-style: italic; }

/* paragraph */
.txtarea p { line-height: 1.5em; margin: 0 0 1.5em 0; }
.txtarea:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 

/* HEADER
-------------------------------*/
#header { width: 100%; }
	#header:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
	.header-top { width: 100%; font-family: Georgia, "Times New Roman", Times, serif; overflow: hidden; }
		
		/*title*/
		.title { background: #fff; padding: 20px 25px 20px 25px; text-align: left; }
			.title h1 { font-size: 30px; }
				.title h1 a { color: #000; text-decoration: none; }
					.title h1 a:hover { color: #a19e8e; }
			.title p { color: #a19e8e; font-size: 18px; font-weight: bold; }
	
		/*call*/
		.call { text-align: right; padding-top: 20px; }
		.call h2 { color: #EFEFEF; font-weight: normal; font-size: 18px; }
			.call h2 span { color: #a19e8e; font-weight: bold; }
		.call p { color: #EFEFEF; font-weight: normal; font-size: 18px; }
		
	/*top-col*/
	.top-col { background: #161C2A; background: rgba(0, 0, 0, .2); width: 900px; padding: 15px; margin: 15px 0 0 0; position: relative; }
		
		/*headtxt*/
		.headtxt { background: #161C2A; background: rgba(0, 0, 0, .7); width: 235px; color: #fff; padding: 15px 20px 15px 20px; position: absolute; top: 20px; left: 20px; height:280px; overflow: hidden; }
			.headtxt h2 { color: #fff; font-size: 42px; }
			
			.more-btn { width: 243px; height: 35px; display: block; background: url(../images/view-protfolio-btn.gif) no-repeat center top; text-indent: -9999px; margin-right: -20px; }
				.more-btn:hover { background-position: center bottom; }
			
			
	/* top nav */
	.topnav { font-family: Georgia, Helvetica, Arial, sans-serif; font-size: 14px; padding: 4px 0; width: 100%; overflow: hidden; }
		.topnav ul  { display: block; }
			.topnav ul:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
			.topnav li { display: inline; float: left; }
			.topnav a { color: #EFEFEF; text-decoration: none; margin: 0; font-size: 12px; display: block; float: left; font-weight: bold; padding:7px 30px; }
				.topnav a:hover, .topnav li.on a { color: #a19e8e; background: #131F37; }
				.topnav a:active { position: relative; outline: 0; top: 0px; }
				
/* CONTENT
-------------------------------*/
#content { background: #fff; border: 15px solid #161C2A; padding: 10px; width: 880px; }
	#content:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
	/* Main column */	
		.main-col .txtarea,
		.middle-col .txtarea { padding: 0 10px 0 10px; }
		
		/* headers */
		.main-col h2,
		.middle-col h2{ font-size: 42px; font-weight: bold; margin-bottom:30px; }
		.main-col h2 span,
		.middle-col h2 span { position: relative; display: inline; }
		.main-col h3,
		.middle-col h3{ font-size: 16px; margin: 0 0 1.5em 0; color: #252525; } 
		.main-col h4,
		.middle-col h4 { font-size: 14px; margin: 0 0 1.5em 0; color: #252525; } 
		
		/* paragraph */
		.txtarea p { line-height: 1.5em; margin: 0 0 1.5em 0; }
		.txtarea img { margin: 0 10px 5px 0; }
		/* list */
		.txtarea ul,
		.txtarea ol { display: block; padding: 0 0 1.5em .1em; }
			.txtarea ul li	{ background: url(../images/bullet.gif) no-repeat left .3em; padding: 0 0 .6em 25px; }
			.txtarea ol li	{ padding: 0 0 .6em 0; margin: 0 0 0 2em; }
			
		/* link */
			.txtarea  a:hover {}	
		
		.txtarea  blockquote a { font-style: normal; font-size: 14px; position: absolute; right: 0; bottom: 0; }
		
	/* contact form */
	.contact-col { }
		.contact-top { position: relative; }
			
			.contact-top p { color: #333333; margin: 10px 0 0 0; }
				.contact-top p strong { color: #a19e8e; display: block; }
				.contact-top span { color: #287cbd; }
			.contact-top h2 { font-size: 16px; font-weight: bold; color: #a19e8e; } 
				.contact-top h2 strong { color: #000; font-size: 30px; display: block; }
			.envelope-ico { position: absolute; top: -20px; right: -30px; }
		
		.contact-form { margin: 10px 0 15px; }
			.contact-form label { display: block; margin: 5px 0 1px 0; font: normal 12px Arial, Helvetica, sans-serif; color: #252525; }
			.contact-form input,
			.contact-form textarea { background: #E0E7F7; border: 1px solid #50596F; color: #50596F; font: normal 12px Arial, Helvetica, sans-serif; margin: 0 0 2px 0; padding: 3px 0; width: 99%;  }
			.contact-form textarea { widt: 97%; height: 60px; }
				.contact-form input:focus,
				.contact-form textarea:focus { background: #E7E7E7; color: #454545; border: 1px solid #50596F; }
			.contact-form input.submit-button { width: 220px; height: 35px; background: transparent; border: none; margin: 10px auto 0; display: block; }
				.contact-form input.submit-button:focus { background: transparent; border: none; }

	/*bottom-col*/
	.bottom-col { background: #f0f0f0; padding: 15px 20px; clear: both; width: 860px; margin: 0 0 -10px -10px; overflow: hidden; }
		.bottom-col .thumb { float: left; margin: 0 3px; }
		.bottom-col .thumb span { display: block; color: #161C2A; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none; }
		.bottom-col .thumb a img { border: none; }
		     .bottom-col .thumb a:hover span { color: #161C2A; }
			.bottom-col .thumb a:hover span { color: #a19e8e; }
	
/* FOOTER
-------------------------------*/
#footer { width: 850px; padding: 10px 0 20px; margin: 0 auto; }
.bottomnav ul { overflow: hidden; display: block; }
.bottomnav li { display: inline; }
	.bottomnav a { color: #fff; padding: 0 20px 0 0; text-decoration: none; line-height: 30px; }
		.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color: #a19e8e; }
	.copyinfo { color: #fff; }
		.copyinfo strong { color: #a19e8e; }
/* ADDITIONS
-------------------------------*/
.service-detail img {padding:6px;}

/* form validation error */
.yodlecms_formErrorDiv { margin:5px 0; font-size:12px; color:red;}    
.yodlecms_formError {border:1px solid red!important;}

/* business hours */
.hours {padding: 5px;}
.hours table {font-size: 11px; border: 1px solid #ccc; font-weight: bold; margin:0 auto; }
.hours table td {padding: 3px 10px;}


/* payment options */
#footer .payments { text-align: right; margin: 0; color: #fff;  }
#footer .payments ul {  margin: 6px 0 0; }
#footer .payments ul li { border: none; margin: 0 0 0 2px; display:inline; }
#footer .payments img { float: none; }

/* why choose us */
.testimonial-col .whyus { margin: 0 auto 20px;  }
.whyus { border-top:1px dotted #B2AEA3; margin:20px 0 0; padding:10px 0 0;}
.whyus h2  { font-size:20px; font-weight:bold; color:#000000; font-family:Georgia,serif;}
.whyus ul { margin: 0; }

/* SUBMIT BUTTON
-------------------------------*/

.submit, .submit:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	border:0 none;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin: 10px 0 0;
}
 
.submit:hover { background-color: #111; color: #fff; }
.submit:active { top: 1px; }

.small.submit, .small.submit:visited { font-size: 12px; padding: ; }
.submit, .submit:visited,
.medium.submit, .medium.submit:visited  { font-size: 14px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.submit, .large.submit:visited { font-size: 16px; }
	
.green.submit, .green.submit:visited { background-color: #91bd09; }
.green.submit:hover	{ background-color: #749a02; }
.blue.submit, .blue.submit:visited { background-color: #82BEE0; }
.blue.submit:hover { background-color: #6695AF; }
.red.submit, .red.submit:visited { background-color: #e33100; }
.red.submit:hover { background-color: #872300; }
.magenta.submit, .magenta.submit:visited { background-color: #a9014b; }
.magenta.submit:hover { background-color: #630030; }
.orange.submit, .orange.submit:visited { background-color: #ff5c00; }
.orange.submit:hover { background-color: #d45500; }
.yellow.submit, .yellow.submit:visited { background-color: #ffb515; }
.yellow.submit:hover { background-color: #fc9200; }
.gray.submit, .gray.submit:visited { background-color: #B2AEA3; }
.gray.submit:hover { background-color: #8B8880; }


