/* CSS Document */

/* Global white-space reset */

* {
  margin: 0px auto;
}

img {
	border: none;
	position: relative;
}

body {
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(images/bg-diag-lines.gif);
	background-repeat: repeat;
	background-position: top;
}

p {
	color: #404040;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 5px;
}

ul {
	color: #404040;
	line-height: 17px;
}

a:link {
	color: #003673
}
a:visited {
	color: #740900
}
a:hover {
	color: #02751A
}
a:active {
	color: #000
}
h1 h2 h3 h4 p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 20px;
	color: #2E52AB;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 4px;
}
h2 {
	font-size: 16px;
	color: #2E52AB;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 4px;
}
h3 {
	font-size: 14px;
	color: #2E52AB;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 6px;
}
h4 {
	font-size: 12px;
	color: #2E52AB;
	font-weight: bold;
	line-height: 26px;
}

#wrapper {
	margin:0 auto;
	width: 778px;
	text-align:left;
	border: solid #CDD0D4 1px;
	background-color: #FFF;
}

#masthead {
	margin:0;
	width: 778px;
	height:120px;
	text-align:left;
}

#masthead img{
	margin:0;
	width: 200px;
	height:120px;
	float:left;
}

.logo {
	position: relative;
	left: 0px;
	top: 0px;
	float:left;
	z-index:9;
}

#globalnav {
	position: relative;
	right: 3px;
	top: 20px;
	z-index:8;
	float:right;
}

#globalnav p {
	margin-right: 12px;
	font-size:12px;
	color: #2E52AB;
	text-align: right;
}

#globalnav a {
	padding-right: 20px;
	text-decoration:none;
	color: #2E52AB;
}

#globalnav a:hover {
	padding-right: 20px;
	text-decoration:underline;
	color: #1B3D82;
}

#showroom {
	width: 204px;
	border: solid #F0E2BF 1px;
	background-image:url(images/bg-showroom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
	padding: 6px 6px 18px 6px;
	margin-bottom: 25px;
}
#showroom img {
	width: 202px;
	padding-bottom: 6px;
}
#showroom h2 {
	color: #BA9945;
	padding: 5px 12px;
	line-height: 17px; 
}

#showroom p{
	color: #BA9945;
	padding: 0 12px; 
}
#promo {
	width: 204px;
	border: solid #C66F57 1px;
	background-image:url(images/bg-promo.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
	padding: 8px 6px 16px 6px;
}
#promo img {
	padding-bottom: 6px;
}
.percent {
	color: #C66F57;
	font-size: 34px;
	font-weight: bold;
}
#promo h2 {
	color: #C66F57;
	padding: 0 12px; 
}

#promo p{
	color: #C66F57;
	padding: 0 12px; 
}

#footer {
	clear: both;
	width: auto;
	padding: 18px 0 12px 45px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.footerblock {
	width:240px;
	float:left;
	margin-bottom:15px;
}
.footerblock p{
	color: #474C52;	
	font-size: 11px;
	line-height: 14px;
}

/**** HOME ONLY PAGE ****/

#hero-image {
	margin-left:7px;
	padding:0;
	/*position: relative;
	left: 264px;
	top:auto;*/
	z-index: 7;
	float:left;
}

#welcome {
	margin:20px auto;
	padding: 40px 0;
	width: 600px;
	text-align:center;
	background-color: #FFFFFF;
	border: solid #CDD0D4 1px;
}

#blue-container {
	position:relative;
	top: -46px;
	height: 294px;
	background-image:url(images/bg-blueband-margin.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#primary-nav {
	position:relative;
	top: 48px;
	float:left;
}

#primary-nav ul {
	margin: 0;
	width: 225px;
	height: 202px;
	list-style: none;
	font-size: 14px;
	padding: 18px 0 10px 40px;
}

#primary-nav ul a{
	display: block;
	width: 225px;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	text-decoration: none;
	text-indent: 22px;
	background-image: url(images/bullet-jewel.gif);
	background-repeat: no-repeat;
	background-position: 3px 12px;

}
#primary-nav ul a:hover{
	/*display: block;
	background-color: #5475C6;*/
}
#primary-nav li{
	/*background-image: url(images/nav-underline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#maincontent {
	/*width: 788px;*/
	clear: both;
	margin:0;
	padding:0;
}
#main-left-content {
	width: 216px;
	float:left;
	margin-top:-24px;
	padding: 0 14px 30px 25px;
}

#main-right-content{
 	width: 468px;
	margin: -30px 26px 30px -20px;
	/*padding: 20px 32px 30px 30px;*/
	float:right;
}

.home-columnleft{
	width: 222px;
	float:left;
}
.home-columnleft img{
	width: 222px;
	margin: 0 0 8px -2px;
}
.home-columnright{
	width: 222px;
	float:right;
}
.home-columnright img{
	width: 222px;
	margin: 0 0 8px -2px;
}


/**** ALL SITE PAGES EXCEPT HOME ****/

#blue-container2 {
	margin:0 0 30px 0;
	width: 264px;
	background-image:url(images/bg-blueband.jpg);
	background-repeat: repeat-x;
	background-color: #5374C5;
}
#second-nav {
	margin:0 0 24px 0;
	width: 264px;
	background-image:url(images/bg-blueband.jpg);
	background-repeat: repeat-x;
	background-color: #5374C5;
}

#second-nav ul {
	margin: 0;
	list-style: none;
	font-size: 14px;
	padding: 18px 0 20px 40px;
}

#second-nav ul a{
	display: block;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	text-decoration: none;
	text-indent: 22px;
	background-image: url(images/bullet-jewel.gif);
	background-repeat: no-repeat;
	background-position: 3px 12px;
}

#second-nav ul a:hover{
	text-decoration: underline;
}

#second-nav ul .sub {
	color: #FFF;
	list-style: none;
	font-size: 12px;
	padding: 0 0 0 20px;
}

#second-nav ul a .sub{
	display: block;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/bullet-jewel.gif);
	background-repeat: no-repeat;
	background-position: 3px 12px;
}

#second-nav ul a:hover .sub{
	text-decoration: underline;
}

#secondcontent {
	/*width: 778px;*/
	margin:0;
	padding:0;
	background-image: url(images/bg-second-vert.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#second-left{
 	width: 264px;
	float: left;
	margin: 0;
	padding:0 0 20px 0;
}

#second-right{
	width: 514px;
	float: right;
	background-image: url(images/bg-second-vert.gif);
	background-repeat: repeat-y;
	background-position: -264px 0;
}

#second-right .hero{
	padding: 16px 20px 10px 22px;
}

#second-right .right{
	float:right;
	margin: -6px 0 0 0;
	padding: 6px 0 12px 12px
}

#second-right .left{
	float:left;
	margin: -6px 0 0 -3px;
	padding: 6px 14px 12px 0;
}

#second-right-content ul{
	color: #404040;
	font-size: 13px;
	line-height: 17px;
}

#second-right-content {
	padding: 0 30px 30px 30px;
}


.bar{
	width: 514px;
	height: 10px;
	background-image: url(images/bg-second-content-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #7E9CE5;
}

.caption {
	font-size: 0.6em;
	color: #9E9E9E;
	font-style: italic;
	margin: -2px 0 2px 0;
}

.small {
	font-size: .75em;
	line-height: 1.2em;
}


.clear {
	clear:both;
}

.underline {
	width: auto;
	margin: 16px 0;
	border-top: solid #9C9C9C 1px;
}
.faqsquestion {
	margin-top: 18px;
	font-weight: 600;
	line-height: 12px;
}
