@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(../images/bodyBg.jpg) repeat-x;
	background-color:#000;
}

div.header{
	margin:0 auto;
	width:937px;
	margin-top:16px;
}

div.nav{
	margin:0 auto;
	width:937px;
	background:url(../images/navRight.jpg) repeat-y right;
	background-color:#b3c7e2;
	height:53px;
}

div.body{
	margin:0 auto;
	width:937px;
	background:#b3c7e2;
	margin-bottom:15px;
}


div.bodyRight{
	float:right;
	background:#FFF;
	border-left:solid 1px #000;
	border-bottom:none;
	width:750px;
	margin-right:1px;
}

div.bodyLeft{
	padding:15px;
	text-align:center;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	word-spacing:2px;
	letter-spacing:2px;
}

div.content{
	padding:10px;
	padding-top:0px;
	min-height:300px;
	border-top:solid 1px #000;
	line-height:17px;
}

div.contentHome{
	padding:10px;
	padding-top:0px;
	min-height:547px;
	border-top:solid 1px #000;
}

div.footer{
	clear:both;
	background:#f1592a;
	width:100%;
	height:80px;
	padding-top:10px;
	color:#FFF;
}

div.footerWidth{
	margin:0 auto;
	width:1000px;
}

div.footerLeft{
	float:left;
}

div.footerRight{
	float:right;
}

.heading{
	font-size:26px;
	color:#f1592a;
	font-weight:bold;
}

.subHeading{
	font-size:16px;
	font-weight:bold;
}

a.bottom, a.bottom:active, a.bottom:link, a.bottom:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

a.bottom:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.leftCollulmSmTxt{
	font-size:11px;
	font-style:italic;
	margin-left:40px;
	font-weight:100;
}

.imgPadding{
	padding:5px;
}

.pageTitleHr{
	margin-top:-20px;		
}

.smRedTxt{
	font-size:10px;
	color:#F00;
}

.testimonial{
	font-size:12px;
	letter-spacing:0px;
	line-height:17px;
}

.smallTxt{
	font-size:10px;
	font-style:italic;
}