@charset "utf-8";
/* CSS Document */
/* RESET */

* { margin: 0; padding: 0; }
html { 
	overflow-y: scroll; /* Fix scroll jump */
	/* overflow-x: hidden; Hide x-scrollbar */
	overflow: -moz-scrollbars-vertical; /* Fix firefox */
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3e3e3e;
	background: url(../images/template/background.jpg) top left repeat fixed;
	line-height: 18px;
}

ul { list-style: none inside; }
p { font-size: 13px; line-height: 20px; margin-bottom: 22px;}

a { outline: none; }
a img { border: none; }
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #666666;
}

div#mainBody li { 
	background: url(../images/template/bullet.gif) 0 1px no-repeat;
	padding: 0 0 10px 19px;
	
}
/*headings for cufon replacement*/
h1#headings {
	color: #007049;
	font-size: 36px;
	font-weight: bold;
	}
h3.headings {
	color: #555454;
	font-size: 26px;
	font-weight: bold;
	line-height: 20px; 
	margin: 50px 0 22px;
	}
	
.bigGreenText {
	color: #007049;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px; 
	margin-bottom: 22px;
	}
	

	
/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE */


	
			
			

div#containerMiddle {
			margin: 0 auto;
			width: 904px;
			padding: 0;
			}
	div#topPanel {
			margin: 0;
			padding: 0;
			width: 904px;
			height: 5px;
			text-indent: -8888px;
			overflow: hidden;
			}
	div#doorPanelLeft {
		float: left;
		width: 440px;
		height: 768px;
		}
			div#doorPanelLeft a#doorLeft {
				background:  url(../images/template/door-concrete-doctors.png) 0 0 no-repeat;
				width: 440px;
				height: 768px;
				text-indent: -9999px;
				padding: 0;
				margin: 0;
				border: 0;
				display: block;	
				}
			div#doorPanelLeft a#doorLeft:hover {
				background-position: -437px 0;
				}
	
	div#doorPanelRight {
		float: right;
		width: 440px;
		height: 768px;
		}
		div#doorPanelRight a#doorRight {
			background: url(../images/template/door-designer-concrete.png) 0 0 no-repeat;
			width: 440px;
			height: 768px;
			text-indent: -9999px;
			padding: 0;
			margin: 0;
			border: 0;	
			display: block;
			}
		div#doorPanelRight a#doorRight:hover {
			background-position: -456px 0;
			}						

		
div#Footer {
	background: url(../images/template/footer-shading.png) top left repeat-x scroll;
	margin-top: 50px;
	padding: 10px 0 0;
}
	div#containerFooter {
		margin: 0 auto;
		width: 904px;		
		}			

			div#footerTop {
				width: 900 px;
				margin: 0;
				padding: 12px 0 30px;
				font-size: 11px;
				color:#FFF;
				}
			div#footerTop a {
				color:#FFF;
				}
			div#footerTop h4 { 						
				font-size: 14px;
				font-weight: bold;
				color: #fff;
				line-height: 20px; 
				margin-bottom: 5px;
				}
			div#footerTop p { 
				font-size: 12px;
				color: #dddddd;
				line-height: 20px; 
				margin-bottom: 0;
				}					
			div#footerTop div#footerColumn1 {
				float: left;	
				width: 260px;
				margin: 0;
				padding: 0;
				}
			div#footerTop div#footerColumn2 {
				float: right;	
				width: 90px;
				margin: 0;
				padding: 0;
				}
			div#footerTop div#footerColumn3 {
				float: right;	
				width: 135px;
				margin: 0;
				padding: 0;
				}
	
		div#footerBottom {
			width: 900 px;
			margin: 0;
			padding: 0 0 18px;
			font-size: 11px;
			color:#666666;
			}
			div#footerBottom h4 { 						
				font-size: 13px;
				font-weight: bold;
				color: #fff;
				line-height: 20px; 
				margin-bottom: 5px;
				}
			div#footerBottom p { 
				font-size: 11px;
				color: #dddddd;
				line-height: 20px; 
				margin-bottom: 0;
				}
			div#footerBottom p a, div#footerBottom a:hover, div#footerBottom a:active { 
				font-size: 11px;
				color: #dddddd;
				line-height: 20px; 
				margin-bottom: 0;
				}
							
	

/*Hide footer locations*/
div#footerLocations {
	height: 10px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}