body {
	background: #FFF url(../images/bg.png) repeat-x;
	margin: 0;
	padding: 0;
	font: 12px/1.4 Arial;
	color: #000;
	text-align:center;
}

ul, h1, li {margin:0;padding:0;}

a {color: #004276;text-decoration: none;}
a:hover { color: #CA0002;text-decoration:underline;}
a img {border: 0;}

td {font-size:.9em;}

h1 {font-size:1.6em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
.clear {clear:both;}

#wrapper {
	width:760px;
	margin:auto;
	border:0px #000 solid;
	text-align:left;
}


#header {
	height:79px;
	color:#FFF;
	font-size:2em;
}

#navbar {
	padding-top:2px;
	font-size:1.4em;
	font-weight:bold;
	color:#eff7fd;
}

#navbar a {
	color:#eff7fd;
	padding:0px 8px;
}

#navbar a:hover{
	color:#FFF;
}

#body_wrapper {
	margin: 20px 0 0px 0;
}

.contentinner { padding:4px;}
.callout {
	background: #FFF;
	height:300px;
	border:1px #EEE solid;
	text-align:center;
}

.callout .hdr {
	background: #eff7fd;
	padding:12px;
}

.callout .body {
	padding:8px;
}
.callout .lbl{
	font-weight:bold;
}

.content {
	clear:both;
}

.states {
	padding-left:8px;
	clear:both;
}

.states ul {
	float:left;
	width:24%;
	list-style-type: none;
}
.states li {
	background: url(../images/bullet.gif) no-repeat left 7px;
	padding-left: 10px;
}

#footer {
	clear:both;
	padding:8px;
	margin-top:20px;
	font-size:.8em;
}

.rightbar,.rightbarapp {
	float:right;
	padding:8px;
	background-color:#EEE;
	margin-left:4px;
	width:200px;
}



.rightbarapp .RateTable {
	margin:auto;
	text-align:center;
	width:170px;
}

.RateTable table {margin:auto;}
.quickapp {
	width:350px;
	border-collapse:collapse;
	border:1px #000 solid;
	margin-left:28px;
	float:left;
	height:180px;
	background-color:#F0F0F0;
}
.quickapp .lblDiv {
	border:0px #000 solid;
	font-weight:bold;
	width:130px;
	text-align:right;
	padding:2px 8px 0px 2px;
	float:left;
	margin:2px 0px;
	font-size:13px;
}


.quickapp .fieldDiv {
	border:0px #000 solid;
	font-weight:bold;
	width:120px;
	text-align:right;
	padding:1px 2px 0px 4px;
	float:left;
	margin:4px 1px;
	font-size:13px;
}

.quickapp .hdrDiv {
	text-align:center;
	font-size:14px;
	padding:4px;
	background-color:#087AB8;
	color:#fff;
	font-weight:bold;
}

.quickapp select {
	font-size:12px;
	width:125px;
}
.quickapp input {
	font-size:12px;
}
.quickapp .submit{
	font-size:14px;
	background-color:#DDD;
	color:#000000;
	font-weight:bold;
	width:120px;
}

.callout .rates {
	float:right;
	width:250px;
	margin-right:20px;
}

.RateTable {
	margin:auto;
	text-align:center;
}

.RateTable table {margin:auto;}
 
.RateTable th {
	width:120px;
	text-align: left;
	font-size:11px;
}

.RateTable td {
	width:80px;
	text-align: left;
	font-size:11px;
}
.RateTable table th { 
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	background-color: #EEE;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	vertical-align: bottom;
}

.RateTable table td { 
	height: 14px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 4px;
	background-color: #EEE;
	text-align: center;
}

.rateDisclosure {
	font-size:.8em;
	width:100%;
	clear:right;
}
