@charset "utf-8";
/* CSS Document */
#main_banner {
	position: relative;
	width: 967px;
	height: 166px;
	margin: 0px auto;
	background-image: url(../images/lowercase_logo.png);
	background-repeat: no-repeat;
}
/*#toolbar_container_top_border {
	position: relative;
	width: 967px;
	height: 20px;
	background-image: url(../images/toolbar_bg_top.png);
	background-repeat: no-repeat;
	margin: 0px auto;
}*/
#toolbar_container {
	position: relative;
	width: 967px;
	height: 116px;
	background-image: url(../images/toolbar_bg.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
}
#toolbar_content_box {
	width: 303px;
	height: 96px;
	display: inline-block;
	text-align: left;
	margin: 0px auto;
	padding: 6px;
	color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
}
#toolbar_image_box_01 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 68px;
	height: 85px;
}
#toolbar_image_box_02 {
	position: absolute;
	top: 10px;
	left: 315px;
	width: 68px;
	height: 120px;
}
#toolbar_image_box_03 {
	position: absolute;
	top: 10px;
	right: 250px;
	width: 68px;
	height: 85px;
}
#toolbar_text_box_01 {
	position: absolute;
	top: 5px;
	left: 80px;
	width: 220px;
	height: 40px;
	color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	clear: both;
}
#toolbar_text_box_01 a {
    color: #E5E5E5;
    text-decoration: underline;
}
#toolbar_text_box_02 {
	position: absolute;
	top: 5px;
	left: 400px;
	width: 220px;
	height: 90px;
	color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#toolbar_text_box_02 a {
    color: #E5E5E5;
    text-decoration: underline;
}
#toolbar_text_box_03 {
	position: absolute;
	top: 5px;
	left: 720px;
	width: 220px;
	height: 40px;
	color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#toolbar_text_box_03 a {
    color: #E5E5E5;
    text-decoration: underline;
}
#toolbar_content_separator_01 {
	position: absolute;
	top: 0px;
	left: 303px;
	width: 4px;
	height: 117px;
	/*background-image: url(../images/toolbar_sep.png);*/
	background-color: #EEE;
	background-repeat: no-repeat;
	display: inline-block;
}
#toolbar_content_separator_02 {
	position: absolute;
	top: 0px;
	left: 620px;
	width: 4px;
	height: 117px;
	/*background-image: url(../images/toolbar_sep.png);*/
	background-color: #EEE;
	background-repeat: no-repeat;
	display: inline-block;
}

#main_menubar_holder {
	position: absolute;
	bottom: 17px;
	left: 1px;
	width: 965px;
	height: 24px;
}

div.ahover {
    position: absolute;
}

ul.main_menubar
{
	padding-left: 0;
	margin-left: 0;
	/*background-image: url(../images/main_menu_bg_un.png);*/
	background: #484b4c;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	background-repeat: repeat-x;
	color: #FFFFFF;
	float: left;
	width: 100%;
	clear: both;
    list-style-type: none;
    position: relative;
	font-family: arial, helvetica, sans-serif;
}
ul.main_menubar li { 
	display: inline; 
	position: relative;
    z-index: 200;
    float: left;
}
ul.main_menubar div.ahover {
	background: #C4C4C4;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
ul.main_menubar li a
{
	padding: 0.2em 0.2em;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navlist a.active {
	background: #C4C4C4;
	background-repeat: repeat-x;
	color: #FFFFFF;
}
ul.main_menubar li a:hover
{
	/*background-image: url(../images/main_menu_bg_over.png);*/
	background: #C4C4C4;
	background-repeat: repeat-x;
	color: #666666;
}
.menu_selected
{
	background: #C4C4C4;
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#user_border{
	margin: 0px auto;
	width: 967px;
	height: 0px;
}
#user_status {
	position: relative;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-right:7px;
	width: 950px;
	height: 66px;
	margin: 0px auto;
	background-image: url(../images/userstatus.gif);
	color: #E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;

}
#user_status a {
	text-decoration: underline;
	color: #E5E5E5;
}
#user_status a:hover {
	text-decoration: underline;	
}
#user_content {
	position: absolute;
	top: 5px;
	left: 205px;
	width: 730px;
	height: 60px;
}
#user_welcome {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 70px;
}
.toggleslide {
	width: 100%;
	height: 13px;
	color: #333;
	text-decoration: none;	
}
#user_toggle {
	margin: 0px auto;
	width: 100px;
	height: 25px;
	text-align: center;
	color: #E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: pointer;
	z-index: 2;
	background-image: url(../images/user_toggle.png);
}
#main_content_bg_top {
	width: 967px;
	height: 44px;
	margin: 0px auto;
	background-image: url(../images/body_main_bg_top.png);
	background-repeat: no-repeat;
}
#main_content_bg {
	position: relative;
	width: 967px;
	height: auto;
	min-height: 560px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/body_main_bg.png);
	background-repeat: repeat-y;
}
.float_filler {
	float: left;
	height: auto;
	margin: 0px auto;	

}
.input {
	border: 1px solid #B8B8B8;
	background-image: url(../images/form.gif);
	background-repeat: repeat-x;
}
#toggle {
	border-left: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	width: 100%;
	height: 20px;
	background-image: url(../images/togglebg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 15px;
	
}
#emailssent_to {
	border-left: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	width: 100%;
	height: auto;
	color: #333;
}
#main_content_bg_bottom {
	width: 990px;
	height: 28px;
	margin: 0px auto;
	padding: 0px;
	background-image:url(../images/body_main_bg_bottom.gif);
	background-repeat: no-repeat;
}
#main_content_body {
	top: 20px;
	left: 45px;
	width: 570px;
	padding-top: 10px;
	padding-left: 40px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	color: #333;
}
#content_filler {
	position: static;
	width: 40px;
	height: 100%;
}
#main_content_body a {
	text-decoration: underline;
	color: #000;
}
#main_content_sidebar {
	position: absolute;
	top: 20px;
	right: 40px;
	width: 310px;
	height: 517px;
	/*background-image: url(../images/sideimage_02.jpg);*/
	/*background-repeat: no-repeat;*/
}
#footer_main {
	width: 967px;
	height: 80px;
	margin: 0px auto;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body_main_bg_bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 13px;
	overflow: hidden;
}
/*Page Css*/
div.pagination {
	position: absolute;
	bottom: 15px;
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #484b4c;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #484b4c;
		color: #484b4c;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #484b4c;
	
		color: #5E5E5E;
	}
/*End Page Css*/
textarea {
	background-color: #E5E5E5;
	color: #333;
	height: 200px;
	width: 500px;
	border: 2px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#search {
	width: 130px; 
	position: absolute; 
	bottom: -15px; 
	right: 70px; 
	z-index: 17;
}
.search_form {
	width: 130px;
	color: #666;
	background-image: url(../images/searchbg.gif);
	background-repeat: repeat-x;
	border: 1px solid #666;
}
#seach_sub {
	width: 50px;
	position: absolute;
	bottom: -15px;
	right: 10px;
	z-index: 17;
}
.search_submit {
	width: 50px;
	color: #666;
	background-image: url(../images/searchbg.gif);
	background-repeat: repeat-x;
	border: 1px solid #666;
}
body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #2e2e2e;
}
