
/*----------------------------------------Global----------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	position: static;
	direction: ltr;
	background: rgb(10,52,66) url(/graphics/backgrounds/body_background_full.png) repeat-y top left;
	font-family: Verdana, Arial, Sans-Serif;
}

img {
	border: 0px;
}

label {
	cursor: crosshair;
}

button {
	cursor: pointer;
}

fieldset {
	border: 0px;
}

legend {
	display: none;
}

h1 {
	height: 0px;
	width: 0px;
	position: absolute;
	overflow: hidden;
}

table {
	border: 0px;
}

textarea {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
}


/*----------------------------------------Main Layout Elements----------------------------------------*/

#banner_container {
	height: 150px;
	width: 800px;
	overflow: auto;
	color: rgb(255,255,255);
	background: rgb(10,52,66) url(/graphics/backgrounds/banner.png) no-repeat top left;
}

#mid_container {
	width: 800px;
	height: auto;
	background: rgb(10,52,66) url(/graphics/backgrounds/mid_container_background.png) no-repeat top left;
}

#left_container {
	float: left;
	height: auto;
	width: 580px;
}

#right_container {
	float: right;
	margin: 10px 10px 40px 0px;
	height: auto;
	width: 210px;
	font-size: 0.8em;
}

#footer_container {
	height: auto;
	width: 800px;
	position: relative;
	top: -10px;
	font-size: 0.7em;
	text-align: center;
	background: transparent url(/graphics/backgrounds/footer_top_background.png) no-repeat top right;
}


/*----------------------------------------Global Classes----------------------------------------*/

.button {
	cursor: pointer;
}

.error {
	color: rgb(255,166,166);
	margin: 0px 0px 10px 0px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.form_submit_button {
	margin: 25px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}

.vtop {
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.pic_right {
	float: right;
	margin: 0px 0px 10px 20px;
}

.public_input_table td {
	padding: 0px 0px 5px 0px;
}

.small_text {
	font-size: 0.8em;
}

.form_input_deselected {
	background: rgb(178,204,214);
	border: 1px solid rgb(104,119,125);
	color: rgb(0,0,0);
}

.form_input_selected {
	background: rgb(150,173,181);
	border: 1px solid rgb(104,119,125);
	color: rgb(255,255,255);
}

.form_input_select {
	background: rgb(178,204,214);
	border: 1px solid rgb(104,119,125);
}

.form_input_select option {
	padding: 0px 10px 0px 5px;
}

.form_input_checkbox {
	color: rgb(178,204,214);
	background: rgb(178,204,214);
	border: 1px solid rgb(104,119,125);
}

.admin_display_table th {
	font-weight: bold;
	text-align: center;
	background: rgb(90,120,132);
	padding: 2px 0px 2px 0px;
}

.admin_input_table td {
	padding: 0px 0px 5px 0px;
}

.admin_display_table td {
	padding: 1px 1px 1px 1px;
}

.pages_link {
	cursor: pointer;
	color: rgb(225,230,235);
	text-decoration: underline;
}

.pages_link_hover {
	cursor: pointer;
	color: rgb(225,230,235);
	text-decoration: none;
}

.pages_link_disabled {
	color: rgb(120,150,160);
}


/*----------------------------------------Banner Container----------------------------------------*/

#login_toggle {
	position: absolute;
	top: 0px;
	left: 790px;
	height: 10px;
	width: 10px;
	background: rgb(13,67,85);
}

#login_background {
	position: absolute;
	top: 30px;
	left: 590px;
	height: 65px;
	width: 200px;
	background: url(/graphics/backgrounds/login_background.gif) no-repeat top left;
	opacity: 0.20;
}

#login_content {
	position: absolute;
	top: 30px;
	left: 590px;
	height: 55px;
	width: 200px;
	margin: 5px 5px 0px 5px;
	font-size: 0.7em;
	color: rgb(207,217,220);
}

#login_form input {
	font-size: 1.0em;
	padding: 1px 1px 1px 1px;
	color: rgb(207,217,220);
}

#admin_login_submit {
	border: 1px solid rgb(14,74,95);
	background: rgb(21,114,145);
	cursor: pointer;
}

#login_content .form_input_deselected {
	border: 1px solid rgb(14,74,95);
	background-color: rgb(26,140,179);
}

#login_content .form_input_selected {
	border: 1px solid rgb(14,74,95);
	background-color: rgb(21,114,145);
}

#login_content a:link, #login_content a:visited {
	color: rgb(255,255,176);
	font-weight: normal;
	text-decoration: none;
}

#login_content a:hover, #login_content a:active {
	color: rgb(255,255,0);
	font-weight: normal;
	text-decoration: none;
}


/*----------------------------------------Left Container----------------------------------------*/

#main_intro {
	height: 150px;
	width: 580px;
	background: url(/graphics/backgrounds/intro_background.png) no-repeat top left;
	color: rgb(255,255,255);
}

#main_text {
	height: auto;
	width: 530px;
	margin: 0px 0px 15px 20px;
	color: rgb(207,217,220);
}

#main_text p {
	text-align: justify;
	padding: 10px 0px 10px 0px;
}

#main_text p:first-letter {
	font-size: 1.2em;
}

#main_text > p:first-child {
	padding: 0px 0px 10px 0px;
}

#main_text a:link, #main_text a:visited {
	color: rgb(255,255,176);
	font-weight: normal;
	text-decoration: none;
}

#main_text a:hover, #main_text a:active {
	color: rgb(255,255,0);
	font-weight: normal;
	text-decoration: underline;
}

#main_text ul {
	margin: 10px 20px 10px 40px;
}

#hit_counter_filter {
	text-align: center;
	font-size: 0.7em;
}

#kb_links a:link, #kb_links a:visited {
	font-weight: bold;
}

#kb_links a:hover, #kb_links a:active {
	
}


/*----------------------------------------Right Container----------------------------------------*/

#right_container h2 {
	height: 0px;
	width: 0px;
	position: absolute;
	overflow: hidden;
}

#menu {
	list-style-type: none;
}

#menu li.level1 {
	padding: 0px 0px 0px 5px;
	background: transparent;
	border-bottom: 1px solid rgb(13,67,85);
}

#menu li.level1:hover {
	background: rgb(12,62,78);
}

#menu li.level1 a:link, #menu li.level1 a:visited {
	padding: 2px 0px 2px 0px;
	color: rgb(127,162,176);
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#menu li.level1 a:hover, #menu li.level1 a:active {
	padding: 2px 0px 2px 0px;
	color: rgb(198,71,8);
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#menu li.level1top {
	border-bottom: 1px solid rgb(13,67,85);
}

.menu_title {
	height: 22px;
	width: auto;
	margin: 0px 0px 0px 5px;
}

#menu li.level1top h3 {
	height: 0px;
	width: 0px;
	position: absolute;
	overflow: hidden;
}

#menu li.level2 {
	background: transparent;
	border-bottom: 1px solid rgb(13,67,85);
}

#menu li.level2:hover {
	background: rgb(12,62,78);
}

#menu li.level2 a:link, #menu li.level2 a:visited {
	padding: 2px 0px 2px 15px;
	color: rgb(127,162,176);
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#menu li.level2 a:hover, #menu li.level2 a:active {
	padding: 2px 0px 2px 15px;
	color: rgb(198,71,8);
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#menu_logos {
	margin: 20px 0px 0px 0px;
	text-align: center;
}


/*----------------------------------------Footer Container----------------------------------------*/

#footer_content {
	position: relative;
	top: 10px;
	padding: 15px 20px 15px 20px;
	background: rgb(222,205,149) url(/graphics/backgrounds/footer_background.png) repeat-x top left;
	color: rgb(77,58,51);
}

#footer_logos {
	margin: 4px 0px 2px 0px;
}


/*----------------------------------------Standard sIFR Styles----------------------------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


/*----------------------------------------Decoy sIFR Styles----------------------------------------*/

.sIFR-hasFlash #page_title {
	visibility: hidden;
	width: 500px;
	height: 30px;
	position: relative;
	top: 25px;
	left: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	width: 500px;
	height: 22px;
	margin: 5px 0px 5px 30px;
}

#solution_title {
	height: 25px;
	margin: 5px 0px 15px 30px;
}

