@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: url(images/background_header.jpg) top repeat-x #dcdcdc;
}
form { margin: 0px;}
.content_background { background: url(images/content_background.gif) center repeat-y;}
.content_top_shadow { background: url(images/content_top_shadow.gif) top no-repeat; height: 10px;}

/*MENUS*/
#login_menu_background_top {
	background: url(images/login_background.gif) no-repeat top;
	height: 38px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3674a9;
	padding: 13px 0px 0px 16px;
}
#nav_menu ul {
	list-style: none;
	padding: 0px 0px 0px 46px;
	margin: 0;
} 
#nav_menu li {
	float: left;
	height: 41px;
	width: 122px;
	line-height: 38px;
	text-align: center;
	background: url(images/menu_more_info.gif) center no-repeat;
	display: block;
} 
#nav_menu li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#nav_menu li a:hover {
	color: #FFF;
	text-decoration: underline;
	text-align: center;
}
.top_menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #ececec;
	margin: 8px 0px 0px 10px;
}
.top_menu a { text-decoration: none; color: #ececec;}
.top_menu a:hover { text-decoration: underline; color: #ececec;}

/*HEADINGS*/
.heading1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #2868a0;
	vertical-align: text-top;
}
.heading2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #2868a0;
	vertical-align: text-top;
	border-bottom: #457dac 1px solid;
	padding: 0px 0px 2px 0px;
}


/*CONTENT*/
#content_area {
	padding: 15px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #4d4d4f;
}
.text_orange {
	color: #d3431c;
}
.text_blue {
	color: #2868a0;
}

.left_bar_content {
	padding: 15px 0px 0px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4f;
	line-height: 19px;
}
.left_bar_content ul { margin-left: 15px; padding-left: 0px;}
.left_bar_content a { text-decoration: none; color: #4d4d4f;}
.left_bar_content a:hover { text-decoration: none; font-weight: bold; color: #4d4d4f;}

.regular_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4d4d4f;
}

.login_button {
	background: url(images/button_login.gif) no-repeat center;
	width: 68px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	border: none;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4d4d4f;
	border: none;
}

/*FOOTER*/
.footer {
	background: url(images/blue_bar.gif) center repeat-x;
	height: 31px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 29px;
	color: #FFF;
	text-align: center;
}
.footer a { text-decoration: none; color: #FFF;}
.footer a:hover { text-decoration: underline; color: #FFF;}
