@charset "utf-8";
/* CSS Document */

html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
}
p{margin:0 10px 10px;}

div#header{width:100%; background-color:#333333;}
div#header2{ background-image:url(Assets/headerGradient.png); background-repeat:repeat-x; width:100%;}
h2{height:30px; line-height:40px; margin:0;color: #333333; font:centaur; text-align:center; font-size:32px;}
h1{font: Centaur; color:#333333; font-weight:bold; text-align:center; line-height:10px; font-size:18px;}
div#navBg{background-color:#333333; width:100%;}
div#navBar{ background-image:url(Assets/gradient.png); background-repeat:repeat-x; background-color: #333333; line-height:40px; font:Centaur; font-size:14px; color:#FFFFFF; font-weight:bold; width:80%; margin: 0px auto;}
div#container{text-align:center; margin:auto;}
div#testimonials{padding:10px;}
div#testimonials p{text-align:left; padding:10px;}
div#testimonials blockquote{text-align:left; font-size:16px; font-style:italic;}
div#testimonials img{border:thin; border-color:#333333; border-style:solid;}

div#main{width:1007px; align: center; width:80%; margin: 0px auto;}
div#leftCol{background:#B9CAFF;float:left;width:150px;margin-left:-700px}
div#rightCol{background:#FF8539;float:left;width:150px;margin-left:-150px}
div#content{margin: 0px auto; background-color:#CCCCCC; width:100%; cell-padding:0px; overflow:hidden;  }
div#list{color:#333333; font-size:14px; text-align:left; margin-left: 10px; margin-right:25px;}
img#door{margin-left:38px; margin-top:10px; float: left; height:267px; width:200px; hspace: 7; vspace:7; border:5px solid #333333; background-color: #999999;}
div#form{width: 80%; font-size:16px; margin-right:300px; margin: 0px auto; }
div#content p{line-height:1.4; font-size:16px; padding:5px; }
div#idcontact {margin: 0px auto; text-align:right;}
div#footer{background: #006600;color: #FFF;clear:left;width:100%; background-color:#99cc33; line-height:24px;}
div#footer p{margin:0;padding:5px 10px; background-color:#333333;}


a{color: #CCCCCC; font-size:16px; text-decoration:none; padding:10px; font-weight:bold; font:Centaur;}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #C2CDD3;
	background-color: #333333;
}
a:active {
	text-decoration: none;
	background-color:#333333;
}
