body {
	font-family: arial, helvetica, sans-serif;
	color: #333;
	background-color: #000;
	font-size: 75%;
}	

/* this is for sites that have a designed background to keep it from pushing up under the adminbar */
#body {	
	background: #0f0f0f;
	padding-top: 20px;
}


/* @group Notices */
div.notice {
	text-align: left;
	padding: 5px;
}

div.notice h4 {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	color: black !important;
}

div.notice p {
	font-size: 10pt !important;
	color: black !important;
}

div.notice.success {
	background: #e8fff6;
	border: 5px solid #8cad90;
}

div.notice.error {
	background: #ffe7ea;
	border: 5px solid #8f3000;
}
/* @end Notices */

/* putting everything in a container to keep html code down */	
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	text-align: left;
}


/* Site Logo */
ul#logos {
	height: 100px;
}

ul#logos li {
	margin: 0px;
	padding: 0px;
	width: 332px;
	height: 84px;
	position: absolute;
	top: 0px;
	left: 20px;
}

ul#logos li.active {
	display: block;
}

ul#logos li span {
	display: block;
	width: 332px;
	height: 84px;
	text-indent: -10000px;
	margin: 0px 0px 20px 0px;
}

ul#logos li.logo1 span {
	background: url(/images/logo.png) no-repeat;
}

ul#logos li.logo2 span {
	background: url(/images/logo_intl.png) no-repeat;
}

/* supplementary navigation in the header */
ul.headerNav {
	position: absolute;
	top: 5px;
	right: 0px;
}

.headerNav li {
	display: inline;
	padding-left: 10px;
}

.headerNav li a {
	color: #fff;
}

/* HEADER */
#header {
	position: relative;
	background: #cc8800;
	height: 300px;
	text-align: left;
}
	
#header div.login {
	float: left;
	width: 230px;
	height: 300px;
	background: url(/images/login_bg.png) no-repeat;
}

#header div.login h2 {
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

#header div.login div.form {
	margin: 30px;
	color: #6d2900;
}

#header div.main {
	position: relative;
	float: left;
	width: 670px;
	height: 300px;
	background: url(/images/main_bg.png) no-repeat;
}

#header div.main div.slogan {
	background: url(/images/slogan.png) no-repeat;
	width: 264px;
	height: 27px;
	position: absolute;
	top: 250px;
	left: 80px;
}


/* NAVIGATION */
#navigation {
	float: left;
	background: url(/images/nav_bg.png) repeat-x;
	height: 62px;
	width: 100%;
}

#navigation ul {
	margin-left: 30px;
}

#navigation ul li {
	float: left;
	line-height: 62px;
	padding-right: 30px;
	font-weight: bold;
}

#navigation ul li a {
	color: #be7116;
	font-size: 10pt;
	text-decoration: none;
}

body.ie #navigation ul li a {
	font-size: 9.5pt;
}

#navigation ul li a:hover {
	color: white;
}

#navigation ul li.on a {
	color: white;
}

/* PAGE CONTENT AREA */
#content {
	float: left;
	height: auto !important;
	color: white;
}		

#content div#left {
	float: left;
	width: 230px;
	background: #23201d;
}
	
#content div#main {
	float: left;
	width: 670px;
}

#content div#main.full {
	width: 900px !important;
}

#content a,
#content h1, 
#content h2, 
#content h3 {
	color: white;
}

#content h1 {
	font-size: 22pt;
	margin-bottom: 15px;
	font-weight: bold;
}

#content h2 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#content strong {
	font-weight: bold;
}

#content .highlight {
	color: #cb8700;
}

#content div.content p {
	margin-bottom: 15px;
}

#content ol li {
	list-style-position: inside;
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-type: decimal;
}

body.carriers.services #content p,
body.contact #content p {
	font-size: 12pt;
	font-weight: bold;
	color: #cb8700;
	margin-bottom: 5px;
}

body.carriers.services #content span.label,
body.contact #content span.label {
	display: block;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
}

body.carriers.services #content input.text,
body.contact #content input.text {
	width: 100%;
	padding: 5px;
	font-size: 10pt;
	border: none;
}

body.carriers.services #content textarea,
body.contact #content textarea {
	width: 320px;
	height: 100px;
	padding: 2px;
	font-size: 10pt;
	margin-top: 3px;
	border: none;
}

body.carriers.services #content select,
body.contact #content select {
	width: 200px;
}

body.carriers.services #content input.button,
body.contact #content input.button {
	margin-top: 10px;
}

body.year_in_review #content div.content h2 {
	font-size: 14pt;
	margin-top: 30px;
}

a.feature {
	background: url(/images/left_menu_bg.gif) repeat-x;
	height: 45px;
	line-height: 45px;
	top: -45px;
	right: 0px;
	padding: 0px 25px;
	position: absolute;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.feature:hover {
	background: #22201d;
}

body.home.terms #content p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

body.home.terms #content ol {
	margin: 0px;
	padding: 0px;
}

body.home.terms #content ol li {
	margin: 15px 0px 10px 0px;
	padding: 0px;
}

/* Left Menu */
#left h2.left_header {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	background: url(/images/left_menu_bg.gif) repeat-x;
	line-height: 45px;
	text-indent: 40px;
	font-weight: bold;
	font-size: 11pt;
}

#left h2.left_header img {
	position: absolute;
	top: 13px;
	left: 15px;
}

#left > ul {
	margin: 10px 20px 20px 20px;
	font-weight: bold;
}

#left ul li {
	padding: 5px;
	list-style-position: inside;
	list-style-image: url(/images/li_check.gif);
	color: #a9a3a1;
}

#left ul li a {
	color: #a9a3a1;
	text-decoration: none;
}

#left ul li a:hover {
	text-decoration: underline;
}

#left ul li.on a {
	color: #fff;
}

#left ul ul {
	margin-left: 30px;
}

#left ul.feed li {
	list-style-image: none;
}

/* copyright info */
#copyright {
	background: #000;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	padding: 30px;
	color: #a69385;
}

img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

#copyright a {
	font-size: 10pt;
	color: #a69385;
}