@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#row1 {
	background-image: url(../layout/row1new.jpg);
	background-repeat: no-repeat;
	height: 301px;
	width: 1000px;
}
#nav {
	background-image: url(../layout/images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 49px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: small;
	color: #FFFFFF;
}
#navbg {
	background-image: url(../layout/rownav.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 1000px;
	color: #FFFCFF;
	font-size: small;
}
#navbtm {
	background-image: url(../layout/rownav_btm.jpg);
	height: 10px;
	width: 1000px;
}
#main {
	background-image: url(../layout/rowmain_bg.png);
	background-repeat: repeat-y;
}
#btmlinks {
	font-size: small;
	color: #D8C5B7;
	background-image: url(../layout/rowbtmlinks.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 1000px;
	text-align: center;
}

#btmlinks a {
	text-decoration: none;
	color: #990000;	
}

#btmlinks a:hover {
	text-decoration: none;
	color: #3399FF;
}

.style1 {
font-size:x-small;
}

.padding20 {
	padding-right: 20px;
	padding-left: 20px;
	}
	
#navbg a {
	text-decoration: none;
	color: #FFFFFF;
}

#navbg a:hover {
	text-decoration: none;
	color: #FF9900;
}

#main h1 {
	color: #69081B;
	text-align: left;
	padding-left: 60px;
	padding-right: 20px;
}
#main p {
	font-size: small;
	color: #000000;
	text-align: left;
	padding-right: 20px;
	padding-left: 60px;
}

#main a {
	color: #0066CC;
	text-decoration: none;
}

#main a:hover {
	color: #CC3300;
	text-decoration: none;
}

#mainrightcolumn h2 {
	color: #CC6600;
	text-align: left;
	padding-right: 60px;
	padding-left: 20px;
}
#mainrightcolumn p {
	padding-right: 60px;
	padding-left: 20px;
	color: #742B24;
	text-align: left;
	line-height: 1.4;
	font-size: small;
}
#copyright p {
	color: #666666;
	font-size: small;
	text-align: center;
}
#copyright a {
	color: #336699;
	text-decoration: none;
}
#copyright a:hover {
	color: #FF9900;
	text-decoration: none;
}
#main #autoquote {
	font-size: x-small;
	text-align: left;
	padding-left: 60px;
	padding-right: 60px;
	color: #666666;
}

#main #autoquote a {
	color: #0066CC;
	text-decoration: none;
}

#main #autoquote a:hover {
	color: #CC3300;
	text-decoration: none;
}
#main #contactform {
	font-size: small;
	color: #666666;
	text-align: left;
	padding-left: 60px;
	padding-right: 60px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
	}
