/* ############ FONT TYPES############# */
.blue {
	color: #0b4e83;
}
.light_blue {
	color: #83b2e8;
}
.bold {
	font-weight: bold;
}

h1 {
	color: #ffffff;
	font: bold 16px Arial, Verdana, Helvetica sans-serif;
	padding: 8px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
}	

h2 {
	color: #ffffff;
	font: bold 16px Arial, Verdana, Helvetica sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}	

h3 {
	color: #ffffff;
	font: bold 14px Arial, Verdana, Helvetica sans-serif;
	padding: 3px 0px 3px 5px;
	margin: 0px 0px 0px 0px;
	background: #0456a0;
}	

h4 {
	color: #dd1717;
	font: bold 14px Arial, Verdana, Helvetica sans-serif;
	padding: 3px 0px 3px 5px;
	margin: 0px 0px 0px 0px;
	background: #f9e1a9;
}

p {
	margin: 2px 2px 2px 2px;
	padding: 5px 2px 5px 2px;
}



/* ############ BODY ############# */
html {
	width:100%;
	height:100%; }
body {
	width:100%;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 11px Arial, Verdana, Helvetica sans-serif;
}

/* ############ CONTAINERS ############# */
#outer_container {
width:100%;
background: url(/images/container_bg.jpg) center center repeat-y;
}
#container_index {
	padding: 0px 0px 0px 0px;
	margin: auto;
	width: 950px;
}

#container {
	padding: 0px 0px 0px 0px;
	margin: auto;
	width: 950px;
}

#content_container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	min-height: 718px;
	background: url(/images/content_container_bg.jpg) repeat-y;
}

#content_container_inner {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 950px;
	min-height: 718px;
	background: url(/images/content_container_bg_inner.jpg) repeat-y;
}

/* ############ LEFT COLUMN ############# */
#left_column {
	float: left;
	width: 216px;
}

#left_column_inner {
	height: 318px;
	float: left;
	width: 216px;
	background: #ffffff;
}

#logo {
	width: 216px;
	height: 124px;
	/*float: left;*/
	background: url(/images/logo.jpg) left no-repeat;
}

#small_content {
	width: 216px;
	height: 124px;
	float: left;
	background: url(/images/small_content.jpg) left no-repeat;

}

/* ############ MAIN SECTION ############# */
#main_section {
		width: 729px;
		float: left;
}
#main_section_inner {
		width: 729px;
		height: 216px;
		float: left;
		background: #000000;
}
#header {
	width: 729px;
	height: 124px;
	background: url(/images/header.jpg) no-repeat;
}
	#header_inner {
		padding: 44px 10px 0px 0px ;
		text-align: right;
		color: #024c8b;
		font: normal 16px Arial, Verdana, Helvetica sans-serif;
	}

#menu {
	width: 729px;
	height: 44px;
	background: url(/images/menu.jpg) no-repeat;
}
#banner {
	width: 729px;
	height: 150px;
	background: url(/images/banner.jpg) no-repeat;
}
	#members_login {
		float: right;
		width: 195px;
	}
	#members_login_container {
		background: url(/images/members_login_nolink.jpg) no-repeat;
		float: right;
		width: 163px;
		height: 90px;
		padding: 60px 0px 0px 32px;
	}
	#members_login_point {
		font-weight: bold;
		text-decoration: none;
		color: #cc1f25;
		background: url(/images/dot_arrow_point.jpg) bottom right no-repeat;
		width: 110px;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
		height: 8px;
	}
	#members_login_point a {
		text-decoration: none;
		color: #cc1f25;
	}
	#members_login_point a:hover {
		text-decoration: underline;
		color: #cc1f25;
	}
#heading {
	width: 727px;
	height: 35px;
	background: url(/images/heading.jpg) no-repeat;
}
#heading_inner {
	width: 945px;
	height: 35px;
	background: url(/images/heading_inner.jpg) no-repeat;
}
#content_area {
	margin: 1px 1px 1px 1px ;
	width: 727px;
	min-height: 312px;
	background-color: #b7d6f2;
}
#content_area_inner {
	float: left;
	width: 945px;
	min-height: 312px;
}
	#content_area_inner a, 
	#content_area_inner a:hover,  
	#content_area_inner a:visited {
	color: #024c8b;

	}

/* ############ BOX BLUE ############# */

.blue_box_container {
		float: left;
		padding: 15px 5px 5px 25px;
		margin: 0px 0px 0px 0px;
}
.blue_box_container_inner {
		float: left;
		padding: 15px 5px 5px 20px;
		margin: 0px 0px 0px 0px;
}

.blue_box_top {
	width: 207px;
	height: 41px;
	background: url(/images/blue_box_top.jpg) top no-repeat;
}
	.blue_box_top h2 {
		padding: 10px 5px 5px 10px;
		color: #ffffff;
		font: bold 18px Arial, Verdana, Helvetica sans-serif;
	}

.blue_box_top_inner {
	width: 207px;
	height: 41px;
	background: url(/images/blue_box_top.jpg) top no-repeat;
}
	.blue_box_top_inner h2 {
		padding: 14px 5px 5px 10px;
		color: #ffffff;
		font: bold 14px Arial, Verdana, Helvetica sans-serif;
	}
.blue_box_bg {
	width: 207px;
	padding: 0px 0px 0px 0px;
	background: url(/images/blue_box_bg.jpg) repeat-y;
}
.blue_box_inner {
	min-height: 100px;
	width: 190px;
	padding: 0px 8px 0px 8px;
}
	.blue_box_inner a, 
	.blue_box_inner a:hover,  
	.blue_box_inner a:visited {
	color: #024c8b;
	}

	.blue_box_inner ul {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	.blue_box_inner li {
		list-style-type: none;
		background: url(/images/dot_arrow_point_blue.jpg) top left no-repeat;
		padding: 0px 0px 5px 13px;
		margin: 0px 0px 0px 0px;
	}
.blue_box_footer {
	width: 207px;
	height: 16px;
	background: url(/images/blue_box_footer.jpg) bottom no-repeat;
}	
.blue_viewmore_btn {
	margin: 0px 0px 0px 588px;
	clear: both;
	padding: 10px 0px 0px 20px;
	width: 112px;
	height: 28px;
	background: url(/images/blue_viewmore_btn.jpg) no-repeat;
}
.blue_viewmore_btn_inner {
	margin: 0px 0px 0px 805px;
	clear: both;
	padding: 10px 0px 0px 20px;
	width: 112px;
	height: 28px;
	background: url(/images/blue_viewmore_btn.jpg) no-repeat;
}
.blue_viewmore_btn a {
	text-decoration: none;
	color: #024d91;


}
/* ############ BOX WHITE ############# */

.white_box_container {
		/*clear:both;*/
		padding: 0px 0px 5px 5px;
		margin: 0px 0px 0px 0px;
}

.white_box_top {
	width: 212px;
	height: 35px;
	background: url(/images/white_box_top.jpg) top no-repeat;
}
	.white_box_top h2 {
		padding: 10px 5px 5px 15px;
		color: #ffffff;
		font: bold 16px Arial, Verdana, Helvetica sans-serif;
	}

.white_box_top_icon {
	width: 212px;
	height: 35px;
	background: url(/images/white_box_top_icon.jpg) top no-repeat;
}
	.white_box_top_icon h2 {
		padding: 10px 5px 5px 15px;
		color: #ffffff;
		font: bold 16px Arial, Verdana, Helvetica sans-serif;
	}

.white_box_bg {
	width: 207px;
	padding: 0px 0px 0px 0px;
	background: url(/images/white_box_bg.jpg) repeat-y;
}
.white_box_inner {
	width: 190px;
	padding: 8px 8px 12px 8px;
	margin: 0px 0px 0px 3px;
}
.white_box_footer {
	width: 212px;
	height: 16px;
	background: url(/images/white_box_footer.jpg) bottom no-repeat;
}	

.white_right {
	text-align: right;
}
.white_right a {
	color: #464646;
}

.white_viewmore_btn {
	margin: 0px 0px 0px 97px;
	clear: both;
	padding: 10px 0px 0px 20px;
	width: 100px;
	height: 28px;
	background: url(/images/white_viewmore_btn.jpg) no-repeat;
}
.white_viewmore_btn a {
	text-decoration: none;
	color: #024d91;
}

/* ############ FOOTER ############# */
#footer {
	clear: both;
	margin: auto;
	background: url(/images/footer.jpg) center top no-repeat;
	width:auto;
	height: 191px;
}

/* ############ BUMP ############# */

#bump {
	clear: both;
	height: 10px;
}

/* ############ LOGIN ############# */

#login_container {
	margin: 30px 0px 0px 0px;
}

#login {
	margin: auto;
	width: 300px;
	min-height: 155px;
	background: #ffffff;
	border: solid 2px #80b0d8;
}
#forgot_password {
	margin: auto;
	width: 300px;
	min-height: 180px;
	background: #ffffff;
	border: solid 2px #80b0d8;
}
#below_login {
	color: #0261b1;
	text-align: center;
}
	#below_login a {
	color: #0261b1;
	}
.login_field {
	width: 130px;
}

.password_field {
	width: 215px;
}

#login_submit {
	text-align: right;
	height: 25px; 

}

.submit_btn {
	border: none;
	background: url(/images/btn_overlay.jpg) no-repeat;
	height: 25px;
	width: 90px;
}
#login_banner {
	padding: 10px 0px 0px 0px;
	text-align: center;
	float: left;
	height: 30px;
	width: 300px;
	color: #0261b1;
	font: bold 14px Arial, Verdana, Helvetica sans-serif;
}

.left_side {
	padding: 5px 5px 5px 35px;
	float: left;
	width: 90px;
}

.password_l_side {
	padding: 5px 5px 5px 25px;
	float: left;
	width: 30px;
}

.password_r_side {
	padding: 5px 5px 5px 5px;
	float: left;
	width: 215px;
}
.error_long_side {
	text-align: left;
	padding: 5px 5px 5px 5px;
	float: left;
	width: 290px;
}

.long_side {
	text-align: center;
	padding: 5px 5px 5px 5px;
	float: left;
	width: 290px;
}

.right_side {
	padding: 5px 0px 5px 0px;
	float: left;
	width: 150px;
}
#login_container .right_side .white_right input {
width: 150px; }
#login_container .right_side .white_right input.submit_button {
width:auto; }

/* ################### INNER LONG BOX ######################### */

.blue_box_container_long {
		float: left;
		padding: 15px 5px 5px 10px;
		margin: 0px 0px 0px 0px;
}

.blue_box_top_long {
	width: 930px;
	height: 41px;
	background: url(/images/blue_box_top_long.jpg) top no-repeat;
}
	.blue_box_top_long h2 {
		padding: 10px 5px 5px 10px;
		color: #ffffff;
		font: bold 18px Arial, Verdana, Helvetica sans-serif;
	}

.blue_box_bg_long {
	width: 930px;
	padding: 0px 0px 0px 0px;
	background: url(/images/blue_box_bg_long.jpg) repeat-y;
}

.blue_box_footer_long {
	width: 930px;
	height: 16px;
	background: url(/images/blue_box_footer_long.jpg) bottom no-repeat;
}	
.blue_long_right {
	text-align: right;
	padding: 0px 10px 0px 0px;
}

/* ############### CONTENT SECTION ############## */

#content_section {
	width: 923px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 1px;
}

#content_section ul {

}

#content_section li {
	
	
}


/* ############### VIEW INCIDENT FORM ############## */
#content_section th{
	text-align: left;
	vertical-align: top;
}

.input_size_nonselect {
	width: 294px;
}

.input_size {
	width: 300px;
}

#content_section textarea {
	width: 500px;
}

.incidentlist_header {
text-align: left;
	color: #ffffff;
	background: #0456a0;
	padding: 5px;

}

.incident_other, tr.incident_other td, tr.incident_other th {
	padding: 5px;
	background: #fff5cc;
}


/* ############### ERROR ############ */

.form_error {
      margin: 5px 0px 0px 0px;
      padding: 0px 0px 0px 20px;
      color: #db291e;
      background: url(/images/incorrect.gif) 0px 0px no-repeat;
}

.btn_overlay {
	border: none;
	background: url(/images/btn_overlay.jpg) no-repeat;
	height: 25px;
	width: 90px;
	text-align: center;
	vertical-align: middle;
	float: left;
	color: #000000;
	margin: 0px 0px 5px 5px;
	text-decoration: none;
	font: normal 13px Arial, Verdana, Helvetica sans-serif;
}

.btn_inner_text {
	padding: 5px 0px 0px 0px;

}

/* ######### LINKS  ########## */

a img { border: 0px; }