@charset "UTF-8";
body {
	margin: 0px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #62396b;
	background-image: url(/images/header_bg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #333333;
	text-align: center;
	min-width: 750px;
}

/* GLOBAL POSITIONING ELEMENTS */
#wrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#container {
	position: relative;
	z-index: 1;
	width: 750px;
	left: 0px;
	top: 0px;
	height: auto;
	float: left;
}
#container_small {
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	width: 760px;
	height: auto;
	float: left;
	left: 0px;
	top: 0px;
	background-image: url(/images/container_small_page_top.gif);
	background-repeat: no-repeat;
	background-position: left 110px;
}

#container_small_bottom {
	background-image: url(/images/container_small_page_bottom.gif);
	background-repeat: no-repeat;
	background-color: #62396b;
	position: relative;
	z-index: 1;
	width: 760px;
	height: 15px;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0 0 10px 0
}

/* HEADER ITEMS */
#header {
	position: relative;
	height: 80px;
	width: 760px;
	margin: 0 0 5px 0;
	background-image: url(/images/header_bg.jpg);
	background-repeat: repeat-x;
}
#header #logo {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 300px;
	height: 60px;
}
#header #banner {
	float: right;
	margin: 9px 0 0 0;
	height: 60px;
	width: 468px;
	border: solid 1px #D4D4D4;
}
#footer {
	color: #CCCCCC;
	line-height: 16px;
}
#footer a, #forgotten a {
	color: #d6acd2;
	font-weight: normal;
	font-size: 10px;
}
#footer a:hover, #forgotten a:hover {
	color: #f1cbed;
	text-decoration: underline;
}
#navigation {
	background-image: url(/images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left -76px;
	float: right;
	width: 760px;
	position: relative;
	margin: -10px 0 0 0;
	padding: 10px 0 0 0;
}

/* CONTENT POSITIONING */
#single_column {
	float: left;
	width: 750px;
	margin: 0 5px 5px 5px;
}
#left_column {
	width: 200px;
	margin: 20px 5px 5px 5px;
	float: left;
	text-align: left;
}
#right_column {
	width: 545px;
	margin: 0;
	text-align: left;
	float: left;
}

/* TAGS */


/* TB ROUNDING STYLES */
#mainnav img.tab_leftcap {
	z-index: 20;
	width: 3px;
	float: left;
	margin: 0;
	position: relative;
}
#mainnav img.tab_rightcap {
	z-index: 20;
	width: 3px;
	float: left;
	margin: 0;
	position: relative;
}
#mainnav img.tab_divider {
	z-index: 2000;
	width: 3px;
	float: left;
	position: relative;
	margin: 0;
}
#mainnav img.tabend {
	z-index: 2000;
	width: 1px;
	float: left;
	position: relative;
	margin: 0;
}
img.tab_leftcap {
	z-index: 20;
	width: 2px;
	float: left;
	margin: 0 -2px 0 0;
	position: relative;
}
img.tab_rightcap {
	z-index: 20;
	width: 2px;
	float: left;
	margin: 0;
	position: relative;
}
img.tab_divider {
	z-index: 2000;
	width: 6px;
	float: left;
	position: relative;
	margin: 0;
}

/* TABS NOT NAMED BODY */
form {
	margin: 0px;
}
a img {
	border: none;
}
a {
	outline: none;
	color: #B286B3;
}
#login_shell a {
	color: #346383;
}
h1 {
	margin: 10px 0 7px 0;
	color: #1C3456;
	font-size: 16px;
}
h2 {
	margin: 10px 0 5px 0;
	color: #1C3456;
	font-size: 14px;
}
h3 {
	margin: 10px 0 5px 0;
	color: #1C3456;
	font-size: 12px;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	color: #784370;
	margin: 4px 0 1px 0;
}
#left_column h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 5px 0;
	height: 16px;
	padding: 2px 0 0 0;
	border-bottom: solid 1px #cccccc;
}
#left_column h4 {
	font-size: 10px;
	font-weight: bold;
	color: #784370;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	border-bottom: solid 1px #e8e8e8;
}
p {
	margin: 8px 0 20px 0;
	line-height: 15px;
}

/* NAVIGATION MENU */
#mainnav {
	position: relative;
	margin: 0 0 0 205px;
}
#mainnav a {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	position: relative;
	float: left;
	background-repeat: repeat-x;
	height: 17px;
	padding: 8px 5px 0 5px;
	margin: 0;
}
a.main_tab {
	color: #FFFFFF;
	font-size: 9px;
	height: 17px;
	background-image: url(/images/mainnav_tab_default.gif);
	background-repeat: repeat-x;
}
a.main_tab:hover {
	color: #66486c;
}
a.main_tab_disabled {
	color: #999999;
	background-image: url(/images/mainnav_tab_default.gif);
}
a.main_tab_disabled:hover {
	cursor:default;
}
#mainnav a.main_activetab {
	color: #333333;
	background-image: url(/images/mainnav_tab_active.gif);
	cursor: default;
	font-size: 10px;
	height: 18px;
	padding: 7px 7px 0 7px;
}
a.main_tab_gray {
	color: #CCCCCC;
	background-image: url(/images/mainnav_tab_default_gray.gif);
	cursor: default;
	font-size: 10px;
}
#logout_link a{
	float: right;
	color: #999999;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	position: relative;
	height: 18px;
	padding: 7px 0 0 5px;
}

/* OTHER STYLES */
.date {
	font-size: 9px;
	color: #666666;
}
#login_shell .pos_action_btn, .pos_action_btn {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/orange_bt_bg.gif) repeat-x center center;
	height: 15px;
	font-weight: bold;
	border: solid 1px #febe00;
	padding: 2px 10px 0 10px;
	float: right;
	margin: 0 0 0 5px;
	cursor: pointer;
}
.neg_action_btn {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/blue_bt_bg.gif) repeat-x center center;
	height: 15px;
	font-weight: bold;
	border: solid 1px #aebecc;
	padding: 2px 10px 0 10px;
	float: right;
	margin: 0 0 0 5px;
	cursor: pointer;
}
#login_shell {
	float: left;
	padding: 10px;
	background-image: url(../images/search_bg.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	color: #666666;
}
#login_shell .fieldname {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.loginToggle {
	height: 16px;
	width: 161px;
	padding: 4px 4px 0 15px;
	margin: 0 0 1px 0;
	text-decoration: none;
	color: #1E2326;
	font-size: 10px;
	font-weight: bold;
	background: url(../images/search_item_toggle.gif) left top no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
.loginOptions {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding: 0 0 10px 0;
	background-image: url(../images/search_suboption_bg.gif);
	width: 180px;
	display: inline;
}
#left_column #login_shell div.loginOptions a.option {
	height: 15px;
	width: 151px;
	padding: 2px 2px 0 15px;
	margin: 0 6px 1px 6px;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	background-image: url(../images/gray_dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
}
#left_column .textbox {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #152A49;
	border: solid 1px #e8e8e8;
}
#left_column a.action {
	color: #999999;
	padding: 4px 0 0 14px;
	background-image: url(../images/arrow_60.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
	height: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#left_column a.action:hover {
	color: #666666;
	padding: 4px 0 0 14px;
	background-image: url(../images/arrow_40.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
	height: 16px;
	font-weight: bold;
	text-decoration: none;
}
#error_shell #error {
	background-color: #FFF8F8;
	border-bottom: solid 1px #FFAAAA;
	padding: 10px;
	margin: 0 0 10px 0;
	float: left;
	position: relative;
	width: 160px;
}
#error_shell h3.error {
	font-size: 11px;
	font-weight: bold;
	color: #dd0000;
	margin: 0;
	height: 16px;
	padding: 2px 0 0 0;
	border-bottom: 1px solid #FFAAAA;
}
#error_list {
	position: relative;
}
#error_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#error_list li {
	background-image: url(../images/arrow_error.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	padding: 3px 0 0 10px;
	margin: 0 5px 2px 0;
	width: 150px;
}
.fieldname {
	font-size: 10px;
	font-weight: bold;
	color: #351632;
}
.error_fieldname {
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
.textbox {
	color: #6b4067;
	border: solid 1px #d8cad6;
	background-color: #FFFFFF;
	font-size: 10px;
	margin: 3px 0 0 0;
	font-weight: normal;
	text-align: left;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
.error_textbox {
	color: #6b4067;
	border: solid 1px #cc0000;
	background-color: #FFF2F3;
	font-size: 10px;
	margin: 3px 0 0 0;
	font-weight: normal;
	text-align: left;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
#ml_swf {
	position: relative;
	float: left;
	margin: 20px 0 5px 0;
	height: 328px;
}
.mh_bottom {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 5px 0;
	background-image: url(../images/ml_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-color: #EEE1F2;
	color: #784370;
}
#right_column .mh_bottom h3 {
	font-size: 11px;
	font-weight: bold;
	color: #370a40;
	margin: 0 0 5px 0;
	height: 19px;
	padding: 7px 0 0 0;
	position: relative;
	background-image: url(../images/mh_bottom_h3_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	border: none;
}
#right_column  .mh_bottom h4 {
	font-size: 10px;
	font-weight: bold;
	color: #f8e0fe;
	margin: 6px 0 2px 0;
}
#right_column .mh_bottom h3.first {
	background: none;
}
.faq_shell {
	float: left;
	margin: 0 10px 10px 10px;
}
h3 {
	margin: 10px 0 1px 0;
	color: #1C3456;
	font-size: 14px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #784370;
	margin: 15px 0 1px 0;
}
a.inactive, a.backtotop {
	color: #999999;
	padding: 2px 0 0 14px;
	background-image: url(../images/arrow_60.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	height: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.inactive:hover, a.backtotop:hover {
	color: #666666;
	background-image: url(../images/arrow_40.gif);
}
a.backtotop {
	margin: 4px 0 0 0;
}
a.faq_topic {
	display: block;
	position: relative;
	text-decoration: none;
	height: 16px;
	padding: 4px 0 0 0;
	background-image: url(../images/dotted_seperator.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	color: #346383;
	font-weight: bold;
	margin: 0 0 1px 0;
}
a.faq_topic:hover {
	color: #333333;
}
#suggestions_shell {
	position: relative;
}
#suggestions {
	position: absolute;
}
#suggestions ul {
	margin: 0px;
}

#suggestions li {
	width: 200px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	background-color: #333333;
	padding: 0px;
	font-size: 11px;
	list-style-type: none;	
}

#suggestions li a:hover {
	background-color: #3d3d3d;
	color: #FFF;	
}