@charset "UTF-8";
body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
	color:#666;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
	color:#1B1056;
	text-decoration:none;
			}
	.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;		/*top:1em;
		/*left:0;*/
	background-color: #F6F6F6;
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #66370E;
			}
	.menu p{
		clear:left;
		}	
		
form#quote{
	background: url(../images/form_bg.jpg) repeat-x;
	margin: 0px;
	float: right;
	width: 260px;
	height: 300px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
form#quote h2{
	color: #1A0F54;
	text-decoration: none;
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
form#quote label{
	font-weight: bold;
	color: #333;
	font-size: 12px;
	display: block;
	float: left;
	width: 100%;
}
form#quote input, form#quote textarea{
	background-color: #fff;
	border:1px solid #ddd;
	color: #666;
	float: left;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 5px 0 8px;
	padding: 2px;
	width: 240px;
	height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form#quote textarea{
	height: 20px;
}
form#quote input.btn{
	width: auto;
	border: none;
	padding: 0;
	margin-top: 0;
}
#footer{
	clear: both;
	background: url(../images/footer_bg.jpg);
	height: 100px;
	width: 100%;
	margin-top: 1px;
}
#footerContainer{
	margin: 0px auto 0;
	width: 940px;
	font-size: 12px;
	color: #ddd;
	padding-top: 20px;
	position: relative;
}
#footerContainer p{
	margin: 8px 0 8px;
}
#footerContainer a{
	color: #ddd;
	text-decoration: none;
}
#footerContainer a:hover{
	text-decoration: underline;
}
#footerContainer #dev{
	position: absolute;
	right: 0;
	top: 20px;
	width: 400px;
	text-align: right;
}
.contentblock {
	width: 258px;
	background: url(../images/col_bg.jpg) repeat-x;
	height: 153px;
	border: 1px solid #CCC;
	padding: 20px;
}
.contentblock h2{
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1A0F54;
	text-decoration: none;
	margin-bottom: 18px;
}
.contentblock h2 span{
	color: #2f2f2f;
}
/*.contentblock img{
	border: solid 1px #d8d8d8;
	padding: 2px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}*/
.contentblock p{
	margin-bottom: 20px;
	line-height: 17px;
}
.contentblock a.readmore{
	font-weight: bold;
	color: #252525;
	text-decoration: underline;
}
.contentblock a:hover.readmore{
	text-decoration: none;
}
.contentblock .col.noMargin{
	margin: 0;
}
.phone {
	color: #333;
	font-size: 24px;
}
.phonesmall {
	color: #333;
	font-size: 12px;
}
.contentbody {
	border: 1px solid #CCC;
	padding: 20px;
	background-color: #FFF;
	background-image: url(../images/col_bg.jpg);
	background-repeat: repeat-x;
}
.contentbody h2{
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1A0F54;
	text-decoration: none;
	margin-bottom: 18px;
}
.contentbody h2 span{
	color: #2f2f2f;
}
/*.contentbody img{
	border: solid 1px #d8d8d8;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
} */
.contentbody p{
	margin-bottom: 20px;
	line-height: 17px;
}
.contentbody a.readmore{
	font-weight: bold;
	color: #252525;
	text-decoration: underline;
}
.contentbody a:hover.readmore{
	text-decoration: none;
}
.contentbody .col.noMargin{
	margin: 0;
}
.imgs{
	border: solid 1px #d8d8d8;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgs_np{
	border: solid 1px #d8d8d8;
	padding: 2px;
}
.imgs_right{
	border: solid 1px #d8d8d8;
	padding: 2px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
