/* Main Elements */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000; color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #111;
}

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;
	border-bottom: 1px solid #DDD;
	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 */
#outside, #wrapper { background: #EEEEEF; } 

#top_bar { background: #555; height: 12px; }

#wrapper {
	text-align: left;
	margin: auto;
	width: 985px;
	position: relative;
	border-left: 5px solid #EEEEEF;
	border-right: 5px solid #EEEEEF;
	padding-top: 12px;
}

#top { 
	position: relative;
	height: 48px;
	background: url(/images/imail-logo2.png) no-repeat;
	margin-bottom: 12px;
	text-align: right;
}

#top_home {
	position: absolute;
	top: -4px;
	left: 0px;
}
#top_home a {
	display: block;
	height: 56px;
	width: 300px;
}

#top_con {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 450px;
	color: #313131;
	font-weight: bold;
	font-size: 14px;
}
#top_con a {
	text-decoration: none;
	text-transform: uppercase;
	color: #313131;
}
#top_con a.con { color: #3670b5; }

#top_cust {
	position: absolute;
	top: -12px;
	right: 0;
	background: #555;
	padding: 2px 8px 0px 8px;
	height: 17px;
	text-align: center;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;
}
#top_cust a {
	text-decoration: none;
	color: #fbed77;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

/* Search Box */
#search {
	position: absolute;
	bottom: 7px;
	right: 8px;
}
#search_box {
	font-size: 13px;
	color: #FFF;
	line-height: 25px;
	width: 180px;
	height: 25px;
	border: none;
	margin: 0;
	padding: 0px 2px 0 8px;
	overflow: hidden;
	background-color: transparent;
}
#searchboxWrapper {
	width: 190px;
	background: url(/images/search_box.png) no-repeat;
	float: left;
}
#search_btn {
	float: left;
	margin-left: 4px;
}

/* Nav */
#nav {
	height: 39px;
	width: 100%;
	background: #3A3A3A url(/images/bars-bg.png) repeat-x 0 0;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	line-height: 39px;
    -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;	
}
#nav a { text-decoration: none; color: #FFF; text-transform: uppercase; }
#nav a:hover, #nav li:hover a { color: #E4701E; }
#nav .nav_eval a { color: #FDED65; }
#nav .nav_eval { width: 140px; }
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 240px;
}
#nav ul li {
	display: inline;
	width: 100px;
	text-align: center;
	margin: 0;
	float: left;
	position: relative;
	border-right: 1px solid #666;
}
#nav li.noborder { border: none; }
#nav li.right { float: right; }

#nav ul li a { display: block; }

#nav ul li ul li { text-align: left; width: auto; }

#nav li .outer {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	padding-top: 9px;
	z-index: 101;
}
#nav li .outer .inner {
	padding: 7px 15px 10px 15px;
	background: #444;
	opacity: .95;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;
	width: 171px;
	margin-right: 0;
}

#nav li .prods .inner { }
#nav li .res .inner { }
#nav li .sup .inner { }

#nav li:hover .outer { display: block; }
#nav li .inner li {
	display: block;
	padding: 0;
	float: none;
	border: none;
	line-height: 180%;
}
#nav li .inner li a { color: #FFFFFF; text-transform: none; }
#nav li .inner li a:hover { color: #E4701E; }

/* Body */
#main {
	text-align: left;
	position: relative;
	min-height: 541px;
	padding: 12px 0;
}

#content {
	margin-right: 208px;
	overflow: auto;
	background: white;
	padding: 6px 12px 6px 12px;
	min-height: 529px;
}

#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: 12px;
	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; }

/* Bottom */
#footer {
	height: 75px;
	background: #333;
	border-bottom: 2px solid #444;
}

#bottom {
    width: 985px; 
    height: 100%;
    margin: auto;
    background: #333 url(/images/imail-bw-logo.png) no-repeat;
    text-align: center;
    color: #7F7E7E;
    font-size: 12px;
}

#bot_links { padding: 21px 0 0 60px; line-height: 12px; }

#bottom a {
	color: #7F7E7E;
	text-decoration: none;
}
#bottom a:hover { color: #DDD; }

#bottom ul {
	margin: 0;
	padding: 0 0 10px 185px;
	list-style-type: none;
	overflow: auto;
}
#bottom li {
	display: inline;
	padding: 0 12px;
	margin: 0;
	float: left;
	border-right: 1px solid #7F7E7E;
}
#bottom li.noborder { border: none; }


.quote { font-family: Georgia, serif; }
.center { text-align: center; }
.iporg { color: #E4701E; }
.clear { clear: both; line-height: 0px; }