/* Main Elements */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #555;
	margin: 0 0 .5em 0;
	background: url(/images/envelope.png) no-repeat 0% 45%;
	padding-left: 35px;
	padding-bottom: 2px;
	clear: both;
}

h2 { font-size: 15px; color: #333; }

a {
	color: #00415F;
	text-decoration: underline;
}

a:hover {
	color: #3680A1;
	text-decoration: none;
}

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 30px;
}

li {
	margin: 0;
}

form {
	padding: 0;
	margin: 0; 
}

/* Top */
#wrapper {
	text-align: left;
	margin: auto;
	width: 985px;
	position: relative;
}

/* Body */
#main {
	text-align: left;
	position: relative;
	/*min-height: 541px;*/
}

#content {
	/*margin-right: 208px;*/
	overflow: auto;
	background: white;
	padding: 6px 12px 6px 12px;
	min-height: 529px;
	border: 1px solid #E4E4E4;
	margin-top: 20px;
}

#content p, #content li { line-height: 150%; }

/* Subpage Tabbed Nav */
#tabs {
    background: #FFF;
    height: 25px;
	float: left;
	width: 100%;
	margin: 4px 0 10px -2px;
	border-bottom: 1px solid #6E96BB;
}
#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	background: url(/images/tab-sprite.gif) no-repeat right -42px;
}
#tabs a {
	display: block;
	padding: 0 12px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	background: url(/images/tab-sprite.gif) no-repeat -245px top;
}
#tabs li.on, #tabs li:hover { background-position: right -126px; }
#tabs li.on a, #tabs a:hover {	background-position: -245px -84px; color: white; }

/* Right Rail */
#right_rail {
	position: absolute;
	top: 0;
	right: 0;
	width: 196px;
	z-index: 1;
}

.rr_eval, .rr_quote, .rr_promo { background: url(/images/right_rail.png) no-repeat; }
.rr_eval { height: 129px; display: block; margin-bottom: 12px; }
.rr_quote { height: 88px; background-position: 0 -129px; display: block; margin-bottom: 12px; }
.rr_promo { height: 300px; background-position: 0 -217px; display: block; }


.quote { font-family: Georgia, serif; }
.center { text-align: center; }
.iporg { color: #E4701E; }
.clear { clear: both; line-height: 0px; }
