/*                                            Site Wide CSS */

body {
	background-color: #e6e6e6;
	font: 12px arial, sans-serif;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

a  {
	color: #000000; 
	TEXT-DECORATION: none;
}

a.off_nav  {
	color: #ffffff; 
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 14px;
}

hr.rod {
	background-color: #34416a;
	color: #34416a;
	height: 1px;
	border: 0px;
}


/*                                            Officer Popup */


#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#ffffff;
	width:630px;
	height:400;
	z-index: 9002;
}

#offpop_container {
	width: 630px;
	height: 400px;
	margin: 0px auto;
	background-color: #000000;
	z-index: 105;
}

#offpop_title {
	width: 630px;
	height: 25px;
	background-color: #34416a;
	float: right;
	border-top: 5px solid;
	border-color: #34416a;
}

#offpop_body {
	width: 630px;
	height: 400px;
	background-color: #3f4b73;
	border-bottom: 5px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #34416a;
}

#off_details {
	width: 190px;
	height: 370px;
	float: left;
	border-right: 2px solid;
	border-color: #34416a;
	text-align: center;
}

img.off_border {
	border:solid 1px #C0C0C0;
	padding:5px;
	align: center;
}

#off_bio {
	width: 410;
	height: 370;
	float: right;
	text-align: left;
	margin-right: 10px;
	background-image: url(../imgs/fallen_bg.jpg);
	background-repeat: no-repeat;
	background-position: 40% 50%;
	overflow: auto;
}

/*                                            index.php */

#container {
	height: 712px;
	width: 736px;
	margin: 0px auto;
	background-color: #ffffff;
	z-index: 2;
}

#edger {
	height: 742px;
	width: 760px;
	margin: 0px auto;
	background-image: url(../imgs/edger.gif);
	z-index: 1;
}

#top_nav {
	height: 31px;
	width: 736px;
	margin: 0px auto;
	background-image: url(../imgs/top_n_bg.gif);
	border-top: #5768a0 8px solid;
	
}

p.top_nav {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	background-color: #525c7f;
}

#header_contain {
	height: 122px;
	width: 736px;
	margin: 0px auto;
	background-color: #000000;
}

#logo {
	height: 122px;
	width: 735px;
	background-color: #475277;
	float: left;
}

#r_space {
	height: 122px;
	width: 150px;
	float: right;
	background-image: url(../imgs/header_bg.gif);
}

#nav {
	height: 40px;
	width: 736px;

	background-image: url(../imgs/nav_bg.gif);
	text-align: center;
	background-color: #475277;
}

#nav_fade {
	height: 20px;
	width: 736px;
	margin: 0px auto;
	background-image: url(../imgs/nav_fade.gif);
}

#body {
	width: 736px;
	height: 530px;
	margin: 0px auto;
	overflow: auto;
	text-align: center;

}

#footer {
    height: 31px;
	width: 736px;
	margin: 0px auto;
	background-image: url(../imgs/footer_bg.gif);
	border-top: #2f3b68 1px solid;
}

p.footer {
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
}

#b_logo {
	margin: 0px auto;
	width: 736px;
	height: 35px;
	margin: 0px auto;
	background-color: #e6e6e6;
	text-align: right;
}

/*                                            home.php */


p.titles {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
}

p.inner_txt {
	text-indent: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right: 10px;
	text-align: left;
	font-size: 12px;
}

p.inner_txt_rfo {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
	text-align: left;
	font-size: 12px;
}


p.stats {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right: 10px;
	text-align: left;
}

#wel_container {
	width: 475px;
	height: auto;
	background-color: #ffffff;
	text-align: left;
	float: left;
}

#wel_title {
	width: 450px;
	height: 25px;
	background-color: #34416a;
	float: right;
	border-top: 5px solid;
	border-color: #34416a;
}

#welcome {
	width: 450px;
	height: auto;
	background-color: #3f4b73;
	float: right;
	border-bottom: 5px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #34416a;
}

#fallen_title {
	width: 450px;
	height: 25px;
	background-color: #34416a;
	float: right;
	border-top: 5px solid;
	border-color: #34416a;
}

#fallen {
	width: 450px;
	height: auto;
	background-color: #3f4b73;
	float: right;
	border-bottom: 5px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #34416a;
	background-image: url(../imgs/fallen_bg.jpg);
	background-repeat: no-repeat;
	background-position: 75% 60%;
}

#right_container {
	width: 225px;
	height: auto;
	background-color: #ffffff;
	text-align:right;
	float: right;

}

#right_title {
	width: 200px;
	height: 25px;
	background-color: #34416a;
	float: left;
	border-top: 5px solid;
	border-color: #34416a;
}

#right {
	width: 200px;
	height: auto;
	background-color: #3f4b73;
	float: left;
	border-bottom: 5px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #34416a;
	text-align: left;
}

#spacer {
	width: 100px;
	height: 30px;
	background-color: #ffffff;
	text-align:right;
	float: right;
}

#search_contain {
	width: 700px;
	height: auto;
	margin-left: 15px;
	background-color: #3f4b73;
	border-bottom: 5px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #34416a;
	text-align: center;
	background-repeat: no-repeat;
	float:left;
}

/*                                            officers.php */

#officer_contain {
	width: 700px;
	height: 475;
	margin-left: 15px;
	background-color: #3f4b73;
	border-bottom: 5px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #34416a;
	text-align: center;
	background-image: url(../imgs/officers_bg.jpg);
	background-repeat: no-repeat;
	float:left;
}

#officer_title {
	width: 700px;
	height: 25px;
	background-color: #34416a;
	float: left;
	border-top: 5px solid;
	border-color: #34416a;
	margin-bottom: 10px;
	left-padding: 5px;
}

#odd_wrapper {
	width: 700px;
	height: 20px;
	background-color: #5768a0;
	float: left;
}

#even_wrapper {
	width: 700px;
	height: 20px;
	float: left;
}

#off_name {
	width: 170px;
	height: 20px;
	text-align: left;
	float:left;
	display:inline;
	margin-left: 18px;
	margin-top: 3px;
}

#off_rank {
	width: 140px;
	height: 20px;
	text-align: left;
	float:left;
	display:inline;
	margin-top: 3px;
}

#off_dept {
	width: 275px;
	height: 20px;
	text-align: left;
	float:left;
	display:inline;
	margin-top: 3px;
}

#off_eow {
	width: 80px;
	height: 20px;
	text-align: left;
	float:left;
	display:inline;
	margin-top: 3px;
}

#off_bnav {
	width: 700px;
	height: 30px;
	margin: 0px auto;
	float: left;
	margin-top: 20px;
	text-align: center;
}


/*                                            search.php */

#srch_container {
	width: 736px;
	height: 30px;
	margin: 0px auto;
	float: left;
}	

#srch_text {
	width: 75px;
	height: 30px;
	display:inline;
	font-size: 13px;
	text-align: left;
	color: #000000;
	float: left;
	margin-left: 10px;
}

#srch_input {
	width: 125px;
	height: 30px;
	display:inline;
	font-size: 14px;
	text-align: left;
	float: left;
}

#srch_input_dept {
	width: auto;
	height: 30px;
	display:inline;
	font-size: 14px;
	text-align: left;
	float: left;
}

#srch_icon {
	width: 30px;
	height: 30px;
	display:inline;
	text-align: left;
	float: right;
}

#srch_spacer {
	width: 736px;
	height: 30px;
	float: left;
	background-color: #000000;
}

/*                                            contact.php */


#contact_contain {
	width: 450px;
	height: auto;
	margin: 0px auto;
	background-color: #3f4b73;
	border-bottom: 5px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #34416a;
	background-image: url(../imgs/contact_bg.jpg);
	background-repeat: no-repeat;
}	

#contact_title {
	width: 450px;
	height: 25px;
	background-color: #34416a;
	float: left;
	border-top: 5px solid;
	border-color: #34416a;
	margin-bottom: 10px;
	display:inline;
}

#contact_destr {
	width: 450px;
	height: 30px;
	float: left;
	text-align: left;
	font-size: 14px;
}

#contact_text {
	width: 100px;
	height: 25px;
	float: left;
	display:inline;
	text-align: left;
	margin-left: 40px;
	margin-top: 5px;
}

#contact_input {
	width: 250px;
	height: 25px;
	float: left;
	display:inline;
	text-align: left;
	margin-top: 5px;
}

p.continput {
	margin-top: 1px;
	text-align: left;
}

#messages {
	width: 325px;
	height auto;
	float: right;
	display:inline;
	text-align: right;
}

#contactipom {
	width: 100px;
	height auto;
	float: left;
	display:inline;
	text-align: left;
	margin-left: 10px;
	font-weight: bold;
}


/*                                            linkus.php */


p.linkus {
	margin-top: 10px;
	text-align: center;
	color: #000000;
}


#linkus {

	width: 710;
        margin: 0px auto;
}
