@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #fff;
	margin:6px 0 0 0;
	padding:0;
	text-align:center;
	color:#000;
}

* {
	margin: 0;
	padding: 0;
	border:0;
}


#frame {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	margin-top:6px;
	background-color: #f1f1f2;
}

#top	{
	width:950px;
	height:157px;
	background: url(img/banner.gif) 0px 0px;
}

#cus	{
	width:408px;
	margin:30px 0 0 510px;
	text-align:right;
}

#col1	{
	width:184px;
	float:left;
}

#col2	{
	width:734px;
	float:left;
	background-color: #fff;
}

.btncol	{
	width:220px;
	float:right;
	margin:10px 0 0 10px;
}

#footer {
	width:950px;
	height:42px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color: #f1f1f2;
}

/* Top navigation */
#topmenu {
	width: 950px;
	height: 38px;
	background-color: #000;
}

#topmenu ul {
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	width: 135px;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 0.72em;
	font-weight:bold;
	padding:11px 0 0 0;
	color: #fff;
	background: url(img/tab.gif) -160px 0px no-repeat;
}

#topmenu a:hover {
	background: #F7F7F4;
	background: url(img/tab.gif) 0px 0px no-repeat;
}

#topmenu .active a {
	background: #F49A24;
	color: #fff;
	background: url(img/tab.gif) 0px 0px no-repeat;
}

/* Side navigation */
#menu	{
	width:200px;
}

#menu ul {
	list-style: none;
	position: relative;
}

/* ie 7 li vertical space bug clear
	float:left;
	clear:left; */

#menu li {
	display: block;
	width:184px;
	font-size:1px;
	float:left;
	clear:left;
}

#menu a {
	display: block;
	padding: 0 0 0 14px;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	color: #000;
	background: url(img/yesnav.gif) 0px 0px no-repeat;
}

#menu a:hover {
	color: #000;
	background: url(img/yesnav.gif) -208px 0px no-repeat;
}

#menu .active a {
	background: url(img/yesnav.gif) -208px 0px no-repeat;
}
.whborder	{
	margin:0 0 0 20px;
	padding:6px 0 6px 0;
	border-bottom: 1px solid #fff;
	display: block;
}
.whbordertop	{
	margin:0 0 0 20px;
	padding:6px 0 6px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
}
.titletop	{
	margin:0 0 0 20px;
	padding:6px 0 6px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ed1c24;
	font-weight:bold;
	display: block;
}

/* footer navigation */
#ftrmenu {
	width: 734px;
	height: 42px;
	margin: 0 0 0 184px;
	border-right: 1px solid #EDEBD5;
}

#ftrmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ftrmenu li {
	display: inline;
}

#ftrmenu a {
	display: block;
	float: left;
	width: 121px;
	height: 30px;
	padding: 12px 0 0 0;
	border-left: 1px solid #fff;
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
	color: #000;
}

#ftrmenu a:hover {
	background: #ed1c24;
}

#ftrmenu .active a {
	background: #ed1c24;
	color: #fff;
}

h1	{
	font-size:0.9em;
	line-height:1.5em;
	margin:8px 4px 4px 14px;
}

h2	{
	font-size:0.8em;
	line-height:1.5em;
	margin:8px 4px 4px 14px;
}

p	{
	font-size:0.7em;
	line-height:1.5em;
	margin:8px 4px 4px 14px;
}
#col2 p a:link {color: #000; text-decoration: underline;}
#col2 p a:visited {color: #000; text-decoration: underline;}
#col2 p a:hover {color: #ed1c24;text-decoration: underline;}
#cus p a:link {color: #fff; text-decoration: none;}
#cus p a:visited {color: #fff; text-decoration: none;}
#cus p a:hover {color: #fff;text-decoration: underline;}

ul.norm	{
	margin: 4px 0 2px 17px;
	padding: 2px 0 4px 20px;
	list-style-type: disc;
}

ol.norm	{
	margin: 4px 0 2px 17px;
	padding: 2px 0 4px 20px;
}

li.norm	{
	margin:0px 0px 4px 0px;
	font-size:0.7em;
	line-height:1.3em;
}
li.norm	a:link {
	color:#0f2670;
	text-decoration: none;
	border-bottom:1px #6197bc dotted;
}
li.norm	a:visited {
	color:#0f2670;
	text-decoration: none;
	border-bottom:1px #6197bc dotted;
}
li.norm	a:hover {
	color:#930;
	text-decoration: none;
	border-bottom:1px #6197bc dotted;
}

/* forms */
fieldset	{
	border:1px solid #6197bc;
}

legend	{
	font-size:0.7em;
	font-weight:bold;
	margin:4px 0 0 10px;
}
.xinput, textarea {
	display: block;
	width: 200px;
	float: left;
	margin:0 0 10px 0;
	padding:0;
	border:1px #6197bc solid;
}
label {
	display: block;
	width: 110px;
	float: left;
	margin:4px 0 10px 0px;
	padding:0;
}

label {
	text-align: left;
	width: 155px;
	padding:0 10px 0 0;
	margin:0;
}

.checkarea	{
	float:left;
	width:180px;
	height:45px;
	font-size:0.7em;
	padding:5px;
}

input	{
	border:1px #6197bc solid;
	padding:2px;
}

label.error	{
	float: none;
	color: red;
	font-weight:bold;
	padding-left: .5em; 
}

form	{
	margin:5px 80px 20px 14px;
	padding:10px;
	background-color: #f1f1f2;
}

.top1	{
	font-size: 1.2em;
	font-weight:bold;
	line-height:1.1em;
}
.top2	{
	font-size: 0.9em;
	color: #fff;
	line-height:1.1em;
}

.fbtn	{
	width:199px;
	height:77px;
	margin:0 0 8px 0;
	padding:0 0 0 8px;
	background: url(img/btn.gif) 0px 0px no-repeat;
	font-size:1.2em;
	line-height:77px;
	color:#fff;
}
.fbtn a:link {color: #fff; text-decoration: none;}
.fbtn a:visited {color: #fff; text-decoration: none;}
.fbtn a:hover {color: #fff;text-decoration: underline;}

.rates	{
	font-size: 0.7em;
	margin:2px 0 6px 30px;
	
}
.rates	th {
	text-align:left;
	border-bottom:2px #6197bc solid;
	padding:4px 0 3px 0;
}
.rates	td {
	border-bottom:1px #6197bc solid;
	padding:4px 0 3px 0;
	border-spacing:0;
}
.cb	{clear:both;}
.em	{font-style: oblique;}
.req	{
	color:#900;
	font-style: oblique;
}
.file	{
	padding: 5px 0 0 20px;
	background: url(img/page_white_acrobat.png) no-repeat left center;
	font-weight:bold;
}
