/* CSS Document */
@import url("reset.css");


/*---------------- Wrap -------------------*/
#wrap				{ min-height: 100%; position: relative; width: 1000px; margin: 0 auto; background: url(/img/top_stripe.gif) repeat-x left top}

/*-------------------------- Header --------------------------*/
#header				{ width: 100%; height: 485px; overflow: hidden}

.topMenu			{ float: right; margin: 0; list-style: none; padding-top: 36px}
.topMenu li			{ float: left; margin: 0; padding: 0 14px; border-right: 1px solid #c8c6c6; font-size: 1.2em; 
						line-height: 1.1em}
.topMenu li a:link,
.topMenu li a:visited,
.topMenu li a:hover,
.topMenu li a:active
					{ color: #b8b8b8; text-transform: uppercase}

.logo				{ float: left; padding: 21px 0 0 16px; width: 363px; height: 124px}
.logo a:link, .logo a:visited, .logo a:hover, .logo a:active, .logo img
					{ float: left}

.headerImg			{ float: left; width: 100%; height: 322px; background: url(/img/header_bg.gif) repeat-x left top; 
						margin-top: 18px}
						
.headerImg img		{ float: right; padding-top: 7px}					
						

.headerInner		{ background: url(/img/header_bg2.jpg) no-repeat left 7px; overflow: hidden}

#mainMenu			{ float: left; margin: 0; list-style: none; background: url(/img/menu_bg.gif) no-repeat left top; 
						width: 274px; height: 296px; margin-left: 54px; padding: 26px 59px 0 58px}
						
#mainMenu li		{ float: left; border-bottom: 1px solid #cfd0d1; width: 100%; margin: 0; font-size: 1.4em; 
						line-height: 1.14em}
#mainMenu li a:link, 
#mainMenu li a:visited
					{ float: left; padding: 7px 21px; color: #8d8d8d; display: block; width: 232px}
#mainMenu li a:hover, 
#mainMenu li a:active
					{ text-decoration: none; background: #e17c22; color: #fff; cursor:pointer}
#mainMenu li span	{ padding-left: 18px; background: url(/img/menu_list_mark.gif) no-repeat left 5px; 
						display: inline-block}
						
#mainMenu li #current
					{ text-decoration: none; background: #e17c22; color: #fff; cursor:pointer}
						

/*-------------------- Content ------------------------*/
#content			{ width: 100%; overflow: hidden; padding-bottom: 128px}

#content p			{ font-size:16px;}

#leftCol			{ width: 356px; float: left}
#leftCol img		{ float: right; }

#rightCol			{ float: right; width: 614px; padding: 6px 30px 0 0}

.contentList		{ float: left; margin: 0; list-style: none; padding-left: 44px}
/*.contentList li		{ float: left; margin: 0 0 6px 0; font-size: 1em; width: 100%}
.contentList li span
					{ background: url(/img/letter_mark.gif) no-repeat left top; width: 24px; text-transform: uppercase; 
						color: #fff; font-weight: bold; text-align: center; font-size: 1.2em; line-height: 2em; 
						margin-left: -34px; margin-top: -2px; display: block; position: absolute}*/
						
.clickHeare			{ background: url(/img/click_bg.gif) no-repeat left top; width: 364px; text-align: center; font-size: 1.8em; 
						line-height: 1.5em ;color: #038bd1; display: block; margin: 0.5em 0 1.4em 0}
						
/*-------------------- Footer ------------------------*/
#footer				{ position: absolute; bottom: 0; background: url(../img/footer_bg.gif) repeat-x left top;  height: 92px;  
						overflow: hidden; width: 100%; text-align: center}
.footerMenu			{ margin: 0; float: left; list-style: none; padding: 26px 0 16px 249px}
.footerMenu li		{ margin: 0; float: left; padding: 0 26px; border-right: 1px solid #fff}
.footerMenu li a:link, .footerMenu li a:visited, .footerMenu li a:hover, .footerMenu li a:active
					{ color: #fff; text-transform: uppercase; white-space: nowrap}
#footer p a:link, 
#footer p a:visited, 
#footer p a:hover, 
#footer p a:active,
#footer p		{ color: #fff; clear: both;}	



/* Forms */

fieldset {
	margin: 1em 0;
	border: none;
	border: 1px solid #ccc;
	padding: 5px;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #ccc;
	background: transparent;
	font-size: 1em;
	font-weight: bold;
}

label {
	text-align: right;
}

fieldset label {
	float: left;

	width: 200px;
	padding: 0 1em;
	text-align: right;
	clear: both;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 200px;
	color: #333;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

/* required fields - does not work in IE */

fieldset div.required {
	font-weight: bold;
}

fieldset div.text {
	width: 400px;
}

fieldset div.required label:before {
	content: "* "; }

#readterms {
	height: 200px;
	width: 400px;
}

#textbig {
	height: 200px;
	width: 400px;
}

#accept {
	height: 25px;
	width: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input.button{
   width: 30px;
   color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   background-color:#003399;
}

input.date{
   width: 70px;
}

.errortxt {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;			
}

a {
	color: #3354AA;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #4B6DB7;
	text-decoration: none;
}

.quote {
	font-size: 13px;
	color: #999999;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

#call {
	font-size: 14px;
	font-weight: bolder;
	position: absolute;
	left: 716px;
	top: 130px;
	font-family: Arial, Helvetica, sans-serif;
}
				
