/* CSS Document */

body {
	padding: 50px 0px;
	margin: 0px;
	background: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: center; /* ie fix */
}

#page {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	text-align: left; /* ie fix */
	background: url(art/page-bg.jpg) top left repeat-y;
	overflow: hidden;
}

#header {
	float: left;
	width: 764px;
	height: 384px;
	padding: 24px 18px 0px 18px;
	background: url(art/header-bg.jpg) top left no-repeat;
}

#freephone {
	float: right;
	padding: 0px 10px 0px 0px;
	font-size: 25px;
	color: #ffffff;
}

#logo {
	float: left;
	width: 210px;
	height: 131px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	background: url(art/logo-bg.jpg) top left repeat-x;
}

#logo img {
	width: 200px;
	height: 92px;
}

#header ul {
	float: right;
	clear: right;
	width: 532px;
	padding: 0px 0px 0px 8px;
	margin: 50px 0px 0px 0px;
	+margin: 51px 0px 0px 0px;
	list-style: none;
}

#header ul li {
	float: left;
	padding: 10px 0px 0px 0px;
	height: 52px;
}

#header ul li#active {
	background: url(art/active-bg.jpg) top left repeat-x;
}

#header ul li a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	padding: 0px 10px;
	border-right: 1px solid #ffffff;
}

#header ul li a:hover {
	color: #bb090d;
}

#header img#main {
	float: left;
	clear: left;
	margin: 3px 1px 0px 0px;
	width: 500px;
	height: 240px;
}

#header .quote-now {
	float: left;
	width: 201px;
	height: 65px;
	padding: 15px 0px 0px 62px;
	background: url(art/quote-bg.jpg) top left no-repeat;
}

#header .quote-now a {
	float: right;
	display: block;
	background: url(art/bullet.jpg) top left no-repeat;
	padding: 0px 0px 0px 30px;
	margin: 19px 30px 0px 0px;
	+margin-top: 15px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#header .quote-now a:hover {
	color: #000000;
}

#content-left {
	float: left;
	width: 463px;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 35px;
	line-height: 1.7em;
}

#content-right {
	float: left;
	width: 226px;
	margin: 20px 0px 0px 0px;
	border-left: 1px solid #eeeeee;
	padding: 0px 0px 0px 20px;
	line-height: 1.7em;
}

#content-left a, #content-right a {
	text-decoration: none;
	font-weight: bold;
	color: #bb090d;
}

#content-left a:hover, #content-right a:hover {
	color: #000000;
	text-decoration: underline;
}

#content-left img  {
	padding: 1px;
	border: 1px solid #cccccc;
	margin: 0px 0px 10px 10px;
	text-align:center;
	float:right;
}
#content-right img {
	padding: 1px;
	border: 1px solid #cccccc;
	margin: 0px 0px 10px 10px;
	text-align:center;
}
#content-left p {
	margin:0px;
	height:50px;
	padding:0px;
}

#advert {
	float: left;
	clear: left;
	width: 752px;
	padding: 14px 0px 0px 34px;
	margin: 20px 0px 0px 0px;
	background: url(art/advert-bg.jpg) 15px 0px repeat-y;
	color: #ffffff;
}

#advert h1, #advert h2 {
	color: #eeeeee;
}

#advert div {
	float: left;
	border-right: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	padding: 0px 10px;
	margin: 0px;
	line-height: 1.7em;
	height: 264px;
}

#footer {
	float: left;
	width: 730px;
	margin: 7px 0px 0px 0px;
	padding: 24px 35px 0px 35px;
	background: url(art/footer-bg.jpg) top left no-repeat #e7e7e7;
	line-height: 1.7em;
}

#footer p {
	float: right;
	padding: 0px;
	margin: 0px;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	color: #bb090d;
}

img#nacfb {
	float: none;
	border: none;
	padding: 0px;
	margin: 27px 0px 0px 53px;
	width: 120px;
	height: 92px;
}

h1 {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

h2 {
	margin: 9px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px dashed #eeeeee;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
h3 {
	color:#990000;
	font-size:14px;
	margin:5px 0px;
}	
.red {
	color:#990000;
	font-size:12px;
	text-decoration:none;
}

.dark {
	color:#333333;
	text-decoration:none;
	font-size:12px;
}