div.plain_div {
	width:100%;
	margin:0px;
	padding:0px;
}

div.header {
	clear:both;
	width:1000px;
	margin:auto;
	height:120px;
	background:url(/images/resources/back.png) repeat-x;
	border:solid 1px #DCDCDC;
	border-top:none;
	border-bottom:none;
}

div.header.login {
	clear:both;
	width:1000px;
	margin:auto;
	height:100px;
	background:transparent;
	border:none;
}

div.inner_header {
	height:120px;
	width:960px;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
}

div.header_left {
	float:left;
	width:550px;
	height:90px;
	padding-top:30px;
}

div.header_right {
	float:right;
	padding-top:15px;
	height:105px;
}

div.menubar {
	height:35px;
	width:100%;
	background:#005BAA;
	border:solid 1px #005BAA;
	border-top:none;
	border-bottom:none;
	font-size:12px;
	font-weight:normal;
}

div.location_bar {
	clear:both;
	width:960px;
	height:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	border-right:solid 1px #DCDCDC;
	border-left:solid 1px #DCDCDC;
}

div.location_item {
	float:left;
	padding:0px;
	padding-bottom:5px;
	font-size:11px;
}

div.location_spacer {
	float:left;
	padding:0px;
	padding-left:4px;
}

div.footer {
	width:1000px;
	height:73px;
	background:url(/images/resources/footer_back.gif) repeat-x;
	margin:auto;
	padding:0px;
	color:#808080;
	font-size:10px;
	border:solid 1px #DCDCDC;
}

div.footer.login {
	width:1000px;
	margin:auto;
	margin-top:15px;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:15px;
	color:#808080;
	font-size:10px;
}

div.content {
	background:#FFFFFF;
	width:1000px;
	margin:auto;
	padding:6px;
}

div.content.login {
	width:1000px;
	margin:auto;
	padding:0px;
	padding-right:0px;
	padding-left:0px;
}

div.main_content {
	width:960px;
	padding:20px;
	padding-top:0px;
	border:none;
	border-left:solid 1px #DCDCDC;
	border-right:solid 1px #DCDCDC;
}

div.content_menu {
	
}

div.main_content_main {
	
}

div.main_content_right {
	
}

div.content_menu_item {
	width:185px;
	/*background:#005BAA;*/
	background:#F0F0F0;
	border:solid 1px #DCDCDC;
	color:#075293;
	font-size:11px;
	font-weight:normal;
	margin:1px;
	padding:5px;
	padding-top:8px;
	padding-bottom:8px;
}
div.content_menu_item a.noline {color:#075293;}
div.content_menu_item:hover {
	background:#d6ebfe;
	cursor: hand; cursor: pointer;
}
div.content_menu_item:hover a.noline {color:#075293;}
div.content_menu_item.active { background:#d6ebfe; font-weight:bold; }
div.content_menu_item.active a.noline { background:#d6ebfe; }

div.content_menu_sub_item {
	margin-top:10px;
	padding-left:8px;
	font-weight:normal;
	font-size:10px;
}
div.content_menu_sub_item a.noline {color:#075293;}
div.content_menu_sub_item:hover {}
div.content_menu_sub_item:hover a.noline {color:#075293;}
div.content_menu_sub_item.active { background:#d6ebfe; font-weight:bold; }
div.content_menu_sub_item.active a.noline { background:#d6ebfe; }

div.cardtabs {
	width:1000px;
	margin:auto;
	padding:0px;
	font-size:12px;
	font-weight:normal;
}

div.cardtab {
	height:25px;
	background:#005BAA;
	padding:10px;
	padding-bottom:0px;
	padding-top:10px;
	text-align:center;
	border-bottom:solid 1px #E0E0E0;
	text-transform:uppercase;
	font-weight:normal;
}
div.cardtab a.noline {color:#FFFFFF;}
div.cardtab:hover {
	background:#9BD0FE;
	cursor: hand; cursor: pointer;
}
div.cardtab:hover a.noline {color:#075293;}
div.cardtab.active {background:#3698ED;}
div.cardtab.active a.noline {color:#F0F0F0;}
div.cardtab.right { float: right; }
div.cardtab.left { float:left; }

div.tab_spacer { width:5px; }
div.tab_spacer.left { float:left; }
div.tab_spacer.right { float:right; }

div.slide_frame {
	padding:0px;
	position:relative;
	top:-300px;
	height:250px;
	width:450px;
}

div.slide_frame.active {
	display:block;
}

div.slide_spacer {
	float:left;
	width:40px;
}

div.content_spacer {
	float:left;
	width:10px;
}

div.content_text {
	float:left;
	width:495px;
	padding:0px;
	padding-right:10px;
	padding-left:5px;
	font-size:12px;
	line-height:18px;
	border:solid 0px #f00;
}

div.pump_text {
	clear:both;
	padding:5px;
	line-height:18px;
}
