body {
	margin:10px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3c3c3c;
}
p, h1, h2, form {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009b7b;
	text-align:left;
	padding-bottom:5px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#a80000;
}
.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#009b7b;
	font-weight:bold;
}
.boldHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#a80000;
	font-weight:bold;
}
.boldHeading span{
	color:#000000;
}
/*============================Layout Start Here========================*/
#container {
	margin:0 auto;
	padding:0px;
	width:772px;
}
#clear {
	clear:both;
	margin:0px;
	padding:0px;
	font-size:0px;
}
/*======================Top Pannel===================*/
#topBar {
	margin:0px;
	padding:0px;
	float:left;
	width:772px;
	height:30px;
	background:url(../images/top-bar.gif) no-repeat top;
}
.topRightLinks{
	color:#a1aab2;
	text-decoration:none;
	padding:15px 30px 0px 0px;
}
.topRightLinks a{
	color:#a1aab2;
	text-decoration:none;
}
.topRightLinks a:hover{
	color:#a1aab2;
	text-decoration:underline;
}
#midBar {
	margin:0px;
	padding:0px;
	float:left;
	width:772px;
	background:url(../images/mid-bar.gif) repeat-y left;
}
#bottomBar {
	margin:0px;
	padding:0px;
	float:left;
	width:772px;
	height:27px;
	background:url(../images/bottom-bar.gif) no-repeat bottom;
	font-size:11px;
	padding-top:3px;
	color:#666666;
}
#topPannel {
	margin:0px 1px;
	padding:0px;
	float:left;
	width:770px;
	height:115px;
	background-color:#FFFFFF;
}
#logo {
	margin:0px 5px;
	padding:0px;
	float:left;
	width:400px;
	height:83px;
}
.topContactNumber{
	width:300px;
	float:right;
	margin-right:30px;
	margin-top:20px;
	font-size:20px;
	color:#009b7b;
}
.marginImg{
	margin-right:5px;
}
#logo img {
	margin:7px 7px;
}
#topNav {
	margin:0px 5px;
	padding:0px;
	float:left;
	width:760px;
	height:32px;
}



/*=========================Tab Panel==========================*/
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	overflow:hidden;
	height:32px;
}
#tabs ul {
	margin:0;
	padding:0px 0px 0 5px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	background-image: url(../images/button-left.png);
	background-repeat: no-repeat;
	background-position: left -42px;
	color:#ffffff;
}
#tabs a span {
	float:left;
	display:block;
	padding:9px 10px 7px 6px;
	margin-right:8px;
	background-image: url(../images/button-right.png);
	background-repeat: no-repeat;
	background-position: right -42px;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
}
#tabs a:hover {
	background-position:0% top;
	color:#000000;
}
#tabs a:hover span {
	background-position:100% top;
	color:#000000;
}
#tabs #active a {
	background-position:0% top;
	color:#000000;
}
#tabs #active a span {
	background-position:100% top;
	color:#000000;
}






#bannerPannel {
	margin:10px 0px 0px 0px;
	padding:0px;
	float:left;
	width:772px;
	height:215px;
	background-color:#FFFFFF;
}
#bodyPannel {
	margin:0px;
	padding:0px;
	float:left;
	width:772px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3c3c3c;
	text-decoration:none;
}
#bodyPannel a{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
#bodyPannel a:hover{
	color:#000000;
	text-decoration:none;
}
#bodyPart {
	margin:8px 8px;
	padding:0px;
	float:left;
	width:754px;
}
#bodyTop {
	margin:0px;
	padding:0px;
	float:left;
	width:754px;
	height:36px;
}
#bodyMid {
	margin:0px;
	padding:0px;
	float:left;
	width:754px;
	background:url(../images/body-mid.gif) repeat-y left;
}
#bodyContentTop {
	margin:10px 10px 0px 10px;
	padding:0px;
	float:left;
	width:734px;
	text-align:justify;
}
#bodyContentTopLeft {
	margin:0px;
	padding:0px;
	float:left;
	width:440px;
}
#bodyContentTopRight {
	margin:0px 0 0 10px;
	padding:0px;
	float:left;
	width:284px;
}
#bodyContent {
	margin:0px 10px;
	padding:0px;
	float:left;
	width:734px;
	text-align:justify;
}
#bodyBottom {
	margin:0px;
	padding:0px;
	float:left;
	width:754px;
	height:12px;
}
.marginRight{
	margin-right:18px;
}
.borderImg{
	border:1px solid #8d8c8c;
}
.marginBottom{
	margin-bottom:5px;
}
.marginLeft{
	margin-left:5px;
}
.marginTop{
	margin-top:5px;
}
.tableBorder{
	border:1px solid #333333;
	border-collapse:collapse;
}
.tableBorder td{
	border:1px solid #666666;
}
.quoteFormBg{
	background:url(../images/quick-quote-top.gif) no-repeat left top;
	width:284px;
	height:60px;
	font-size:18px;
	color:#FFFFFF;
	line-height:25px;
	padding-left:15px;
	padding-top:5px;
}
.homePageContentBg{
	background:url(../images/homepage-content-bg.jpg) no-repeat right top;
}
.homePageContentTwoBg{
	background:url(../images/homepage-content-two-bg.jpg) no-repeat left top;
	padding:0px 5px;
}
.homePageContentBg{
	background:url(../images/homepage-content-bg.jpg) no-repeat right top;
}
.homePageContentTwoBg{
	background:url(../images/homepage-content-two-bg.jpg) no-repeat left top;
}
.paddingLeftRight{
	padding:0px 5px;
}
.redFont{
	color:#ff0000 !important;
	font-size:16px;
	text-decoration:none !important;
}
.redFont a{
	color:#ff0000 !important;
	text-decoration:none !important;
}
.redFont a:hover{
	color:#ff0000 !important;
	text-decoration:none !important;
}