/*==================== */
/* Default HTML styles */
/*==================== */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 0.75em;
}
body, p, td, th ,li {
	font-family: Arial, sans-serif;
	color: #231F20;
}
input {
	font-family: Arial, sans-serif;
}
h1 {
	font-size: 1.3em;
	color: #FF7900;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	color: #FF7900;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 0.9em;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
a:link {
	color: #492F91;
	text-decoration: none;
}
a:visited {
	color: #7763AD;
	text-decoration: none;
}
a:hover, a:active {
	color: #492F91;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
blockquote {
	margin: 5px 0px;
	padding: 0px 0px 0px 10px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
}
/*==================== */
/* Common CSS styles */
/*==================== */
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.hr {
	position: relative;
	background: url(../images/horizontal_line.gif) top left repeat-x;
	margin: 0px 0px 10px 0px;
	height: 1px;
	clear: both;
}
hr {
	display: none;
}
img.image_float_right {
	float: right;
	margin-left: 5px;
}
img.image_icon {
	vertical-align: middle;
}
a:link.link_more {
	color: #FF7900;
	text-decoration: none;
}
a:visited.link_more {
	color: #FFBC7F;
	text-decoration: none;
}
a:hover.link_more, a:active.link_more {
	color: #FF7900;
	text-decoration: underline;
}
div.box, p.box {
	background: #F2F2F2;
	padding: 7px 10px 7px 10px;
	margin: 0px 0px 10px 0px;
}
.box p {
	margin: 0px;
}
p.paragraph_align_right {
	text-align: right;
}
p.paragraph_float_right {
	float: right;
}
/*==================== */
/* Page wrapper styles */
/*==================== */
#page_wrapper_outer {
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF url(../images/bg_columnleft.gif) top left repeat-y;
}
#page_wrapper_inner {
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg_columnright.gif) top right repeat-y;
}
#skip_nav {
	display: none;
}
/*==================== */
/* Header styles */
/*==================== */
#page_header {
	position: relative;
	height: 92px;
	padding: 0px;
	/* default background */
	background: #FFFFFF url(../images/banners/highres/banner_1.jpg) top right no-repeat;
}
.banner_1 {
	/* use default background */
}
.banner_2 {
	background: transparent url(../images/banners/highres/banner_2.jpg) top right no-repeat !important;
}
.banner_3 {
	background: transparent url(../images/banners/highres/banner_3.jpg) top right no-repeat !important;
}
#logo {
	position: absolute;
	top: 1px;
	left: 0px;
}
#site_search {
	position: absolute;
	top: 42px;
	right: 12px;
	text-align: right;
}
#site_search label {
	display: none;
}
#site_search_text {
	margin-bottom: 3px;
	/* border: 1px inset #FFFFFF; */
	border-top: 1px solid #A6A6A6;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #A6A6A6;
}
/*==================== */
/* Body & Column styles */
/*==================== */
#page_body {
	margin: 0px;
	width: 100%;
	position: relative;
	border-top: 10px solid #FFFFFF;
	background: transparent url(../images/bg_body_bottom.gif) bottom left repeat-x;
	padding: 0px 0px 7px 0px;
}
/*==================== */
/* Side Menu styles */
/*==================== */
#column_menu {
	position: relative;
	float: left;
	width: 165px;
	padding: 0px;
	margin: 0px 10px 50px 0px;
	color: #492F91;
}
#column_menu p, #column_menu li {
	font-family: "Myraid pro semi", Arial, sans-serif;
}
#column_menu a:link {
	color: #492F91;
	text-decoration: none;
}
#column_menu a:visited  {
	color: #7763AD;
	text-decoration: none;
}
#column_menu a:hover, #column_menu a:active  {
	color: #492F91;
	text-decoration: underline;
}
#column_menu {
	color: #492F91;
}
#column_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#column_menu ul ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#column_menu ul li {
	background: url(../images/horizontal_line.gif) bottom left repeat-x;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-size: 1.0em;
}
#column_menu ul ul li {
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	width: 155px;
	font-size: 0.9em;
}
#column_menu ul li a:link, #column_menu ul li a:visited, #column_menu ul li a:hover, #column_menu ul li a:active {
	display: block;
	border-left: 3px solid #FFFFFF;
	padding: 7px 7px 5px 7px;
	margin: 0px;
}
#column_menu ul li a:link.current_page , #column_menu ul li a:visited.current_page , #column_menu ul li a:hover.current_page , #column_menu ul li a:active.current_page   {
	border-left: 3px solid #FFBC7F;
	color: #FF7900;
}
#column_menu ul ul li a:link, #column_menu ul ul li a:visited, #column_menu ul ul li a:hover, #column_menu ul ul li a:active {
	display: block;
	background: url(../images/bullet_nav.gif) 0px 5px no-repeat;
	border-left: 0px;
	padding: 0px 0px 3px 7px;
	margin: 0px;
}
#column_menu ul ul li a:link.current_page , #column_menu ul ul li a:visited.current_page , #column_menu ul ul li a:hover.current_page , #column_menu ul ul li a:active.current_page   {
	display: block;
	background: url(../images/bullet_nav_selected.gif) 0px 5px no-repeat;
	color: #FF7900;
	border-left: 0px;
	padding: 0px 0px 3px 7px;
	margin: 0px;
}
/* main menu */
#menu_main {
	width: 165px;
}
/* topic guide menu */
#menu_topic_guides {
	width: 165px;
}
#menu_topic_guides ul li {
	background: none;
}
#menu_topic_guides ul ul {
	margin-top: 5px;
}
#menu_topic_guides ul li a:link.current_page , #menu_topic_guides ul li a:visited.current_page , #menu_topic_guides ul li a:hover.current_page , #menu_topic_guides ul li a:active.current_page   {
	border-left: 3px solid #FFFFFF;
}
/*==================== */
/* Main Content styles */
/*==================== */
#column_main_content {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 405px;
}
#menu_secondary {
}
#menu_secondary ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
/* Hides from IE5-mac \*/
* html #menu_secondary ul {height: 1%;}
/* End hide from IE5-mac */
#menu_secondary li {
	background: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
#menu_secondary ul li a:link, #menu_secondary ul li a:visited, #menu_secondary ul li a:hover, #menu_secondary ul li a:active {
	display: block;
	background: url(../images/bullet_nav.gif) 0px 5px no-repeat;
	border-left: 0px;
	padding: 0px 0px 0px 7px;
	margin: 0px;
}
#menu_secondary ul li a:link.current_page , #menu_secondary ul li a:visited.current_page , #menu_secondary ul li a:hover.current_page , #menu_secondary ul li a:active.current_page   {
	display: block;
	background: url(../images/bullet_nav_selected.gif) 0px 5px no-repeat;
	color: #FF7900;
	border-left: 0px;
	padding: 0px 0px 0px 7px;
	margin: 0px;
}
div.box_rounded {
	background: #ECEAF4 url(../images/bg_box_top.gif) top left no-repeat;
	width: 380px;
	padding: 15px 15px 0px 10px;
	margin-bottom: 10px;
}
div.box_rounded_footer {
	background: transparent url(../images/bg_box_bottom.gif) bottom left no-repeat;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	width: 405px;
	margin: 0px -15px 0px -10px;
	clear: both;
}
.inner_columns {
	position: relative;
}
.inner_column_left {
	float: left;
	width: 45%;
	padding: 5px 4% 5px 0px;
}
.inner_column_right {
	background: url(../images/vertical_line.gif) top left repeat-y;
	float: left;
	width: 45%;
	padding: 5px 0px 5px 5%;
}
.box_rounded .inner_column_right {
	background: none;
}
.inner_columns_footer {
	height: 10px;
	margin: 0px;
}
.inner_columns select {
	width: 100%;
}
/*Duncan:added form for email bulletins*/
.inner_column_left_email {
	float: left;
	width: 25%;
	padding: 5px 4% 5px 0px;
}
.box_rounded .inner_column_right_email {
	background: none;
	float: left;
	width: 50%;
	padding: 5px 0px 5px 5%;
}
.rss_display {
	padding: 0px;
	font-size: 0.9em;
}
/* Site Search Results */
#site_search_results_tabs {
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#site_search_results_tabs span {
	display: block;
	position: relative;
	float: left;
	background: url(../images/bg_tab_left.gif) top left no-repeat;
	width: 16.5%;
	font-size: 10px;
	line-height: 10px;
	height: 25px;
}
#site_search_results_tabs a:link, #site_search_results_tabs a:visited, #site_search_results_tabs a:hover, #site_search_results_tabs a:active {
	display: block;
	background: url(../images/bg_tab_right.gif) top right no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 3px;
	height: 21px;
}
#site_search_results_tabs span.current_tab {
	background: url(../images/bg_tab_left_current.gif) top left no-repeat;
}
#site_search_results_tabs .current_tab a:link, #site_search_results_tabs .current_tab a:visited, #site_search_results_tabs .current_tab a:hover, #site_search_results_tabs .current_tab a:active {
	background: url(../images/bg_tab_right_current.gif) top right no-repeat;
	color: #FF7900;
}
#site_search_results_listings {
	clear: left;
	border: 2px solid #A497C8;
	margin: -2px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
}
p.result_type {
	text-align: right;
	font-size: 0.8em;
	color: #FF7900;
	margin-bottom: 5px;
}
/*==================== */
/* Right column styles */
/*==================== */
#column_secondary_content {
	position: relative;
	float: left;
	padding: 0px;
	margin-left: 10px;
	width: 155px;
}
#login_box {
	background: #8CC63F url(../images/bg_login_top.gif) top left no-repeat;
	padding: 7px 7px 0px 7px;
	margin-bottom: 5px;
}
#login_box_footer {
	background: transparent url(../images/bg_login_bottom.gif) bottom left no-repeat;
	height: 5px;
	width: 155px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0px -7px;
}
#login_box h3 {
	color: #FFFFFF;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#login_box p {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
p#login_links {
	line-height: 1.6em;
	font-size: 0.9em;
	font-weight: bold;
}
#login_links a:link, #login_links a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#login_links a:hover, #login_links a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#login_box label {
	display: none;
}
#login_username, #login_password {
	width: 130px;
	/* border: 1px inset #FFFFFF; */
	border-top: 1px solid #A6A6A6;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #A6A6A6;
	margin-bottom: 3px;
}
#login_username.hint, #login_password.hint {
	color: #7E8083
}
#btn_signin {
	float: right;
}
#logout_box {
	background: #0065BD url(../images/bg_logout_top.gif) top left no-repeat;
	padding: 7px 7px 0px 7px;
	margin-bottom: 5px;
}
#logout_box_footer {
	background: transparent url(../images/bg_logout_bottom.gif) bottom left no-repeat;
	height: 5px;
	width: 155px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0px -7px;
}
#logout_box h3 {
	color: #FFFFFF;
	font-size: 1.1em;
	margin-bottom: 15px;
}
#logout_box p {
	margin: 0px;
}
#logout_box ul {
	list-style: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#logout_box ul li {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	font-size: 0.9em;
}
#logout_box ul ul li {
	padding: 0px 0px 2px 5px;
}
#logout_box a:link, #logout_box a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#logout_box a:hover, #logout_box a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#logout_box form {
	text-align: right;
	margin: 5px 0px 0px 0px;
}
/*==================== */
/* Footer styles */
/*==================== */
#page_footer {
	position: relative;
	background: #FFFFFF;
	text-align: left;
}
#page_footer a:link, #page_footer a:visited {
}
#page_footer a:hover, #page_footer a:active {
}
#partner_links {
	height: 114px;
}
#partner_links a {
	display:block;
	float: left;
}
#partner_links .nav_separator {
	display: none;
}
#contact_info {
	background: url(../images/horizontal_line.gif) top left repeat-x;
	margin: 0px;
	padding: 5px 0px 15px 0px;
	text-align: center;
	clear: both;
	font-size: 0.8em;
}
#contact_info a:link, #contact_info a:visited {
	color: #231F20;
	text-decoration: none;
}
#contact_info a:hover, #contact_info a:active {
	color: #231F20;
	text-decoration: underline;
}
#validation_links {
	display: none;
	background: #FFFFFF;
	text-align: right;
	padding: 20px 0px;
}
