@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #19354D url(images/body_bg.jpg) repeat-x;
}
img { border:0; }


#page {
	width:928px;
	margin:0 auto;
}




#header {
	width:100%;
	height:139px;
}
#header_left {
	float:left;
	width:305px;
	margin-left:14px;
	text-align:center;
}
#header_right {
	width:580px;
	float:right;
	margin-right:14px;
}
#header .impact {
	font-size:28px;
	text-align:left;
	padding-top:14px;
	color:#000000;
}
#header .impact span { font-weight:bold; color:#19354D; }
#header .phone { 
	float:right;
	text-align:right;
	font-weight:bold;
	font-size:26px;
	padding-top:8px;
	color:#19354D;
}
#header .market {
	position:absolute;
	margin-top:104px;
	margin-left:230px;
	font-size:17px;
	font-weight:bold;
}
#header .market span {
	color:#19354D;
}
#header #logo {
	width:284px;
	height:100px;
	background:url(images/logo.jpg) no-repeat top left;
}


#content {
	width:928px;
	background:url(images/content_bg.png) repeat-y;
}
#content #left {
	width:590px;
	margin-left:17px;
}
#left #menu {
	width:590px;
	height:42px;
	background:url(images/menu_bg.jpg);
}
#menu a {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover { color:#FF365C; }
#menu ul {
	list-style:none;
	margin-left:20px;
	padding-top:10px;
}
#menu ul li {
	display:inline;
	margin: 0 15px;
}
#content #right {
	float:right;
	width:298px;
	margin-right:7px;
}



#right #form {
	width:299px;
}
#form table {
	font-size:12px;
	color:#FFFFFF;
	margin-left:5px;
}
#form .lock {
	float:left;
	margin-left:10px;
}
#form .secure { 
	font-size:10px; 
	margin-bottom:20px;
}
#form .submit {
	margin-left:5px;
	float:right;
}
#form .thanks a {
	text-decoration:none;
	color:#FFFFFF;
}


#copy { min-height:300px; }
#copy p { font-size:12px; }
#copy h2 {
	font-size:18px;
	font-weight:bold;
	color:#FF365C;
	margin-top:8px;
}
#left #flash {
	width:590px;
	height:300px;
}





#footer {
	width:100%;
	height:130px;
	background:url(images/footer_bg.jpg) no-repeat;
	padding-top:18px;
}

/*  Footer, Left Cell */
#footer h3 {
	float:left;
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin-left:20px;
	margin-top:18px;
}

/*  Footer, Web Address */
#footer a {
	font-size:22px;
	text-decoration:none;
	color:#000;
	position:absolute;
	width:660px;
	text-align:center;
	margin-top:18px;	
}
#footer a:hover { color:#19354D; text-decoration:underline; }

/* Footer, Address */
#footer .address { 
	text-align:right; 
	float:right;
	margin-right:20px;
}
