/* ANDERSON SECURITY SERVIVES, LTD - PHOENIX */

body {
	background: #E8E8E8;
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* GENERAL TEXT SETTINGS */
p {	color: #333333; font-family: Verdana, Arial, Tahoma; font-size: 11px; font-style: normal;	line-height: normal; font-weight: normal; }
h1 { color: #990000; font-family: Arial, Verdana,Tahoma; font-size: 18px; font-style: normal; font-weight: normal; }
h2 { color: #536082; font-family: Arial, Verdana,Tahoma; font-size: 14px; font-style: normal; font-weight: normal; }
h3 { color: #8B95AF; font-family: Arial, Verdana,Tahoma; font-size: 12px; font-style: normal; font-weight: normal; }
.T_Caption { color: #536082; font-family: Arial, Helvetica, Tahoma; font-size: 11px; font-style: normal; font-weight: normal; }
ul {
	font-size: 11px;
}

.TH_12 { color: #145099; font-family: Arial, Verdana, Tahoma; font-size: 12px; font-weight: bold; }
.TH_14 { color: #145099; font-family: Arial, Verdana, Tahoma; font-size: 14px; font-weight: bold; }
.TH_18 { color: #145099; font-family: Arial, Verdana, Tahoma; font-size: 18px; font-weight: normal; }

.formField {
	color: #000000;
	z-index: 100;
	background: #EFEFEF;
	font: normal 11px Tahoma, Arial, Verdana;
	border: 1px solid #003366;
	padding-left: 5px;
}


/* ENTIRE PAGE */
#pageContainer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

/*.centerDiv {
	width: 750px;
	left: 50%;
	position: relative;
	clear: both;
	height: 40px;
}
*/
#bodyContainer {
	background: url(images/sidebar_bg.gif) repeat-y right;
	clear: both;
	width: 750px;
	margin-top: 10px;
}

#masthead {
	background: url(../images/masthead/masthead.jpg) no-repeat;
	height: 22px;
	padding-top: 195px;
	padding-left: 195px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
	border-bottom-width: 1px;
	border-bottom-color: #003366;
}
#masthead a {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;

}
#masthead a:hover {
	color: #990000;
	text-decoration: underline;
}


#mastheadInt {
	height: 20px;
	padding-left: 195px;
	padding-top: 145px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
	border-bottom-width: 1px;
	border-bottom-color: #003366;
}
#mastheadInt a {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;

}
#mastheadInt a:hover {
	color: #990000;
	text-decoration: underline;
}

.mh_aboutus {
	background: url(../images/masthead/masthead_about.jpg);
}
.mh_services {
	background: url(../images/masthead/masthead_services.jpg);
}
.mh_community {
	background: url(../images/masthead/masthead_community.jpg);
}
.mh_news {
	background: url(../images/masthead/masthead_news.jpg);
}
.mh_employment {
	background: url(../images/masthead/masthead_employment.jpg);
}
.mh_contactus {
	background: url(../images/masthead/masthead_contact.jpg);
}
.mh_siteinfo {
	background: url(../images/masthead/masthead_siteinfo.jpg);
}
#mastheadNavigation {
	height: 35px;
	background: url(../images/masthead/bg_topnav.jpg);
	clear: both;
	border-top: 1px #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


/* SIDEBAR NAVIGATION MENU */
#sidebarNav {
	float: left;
	width: 170px;
	border-bottom: 1px solid #9A945A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #9A945A;
	border-right-color: #9A945A;
	border-left-color: #9A945A;
}
#sidebarNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
	font: bold 10px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
#sidebarNav li a {
	margin: 0;
	display: block;
	padding: 5px 2px 5px 10px;
	background: url(../images/buttons/bg_buttons_UP.jpg) no-repeat 0% top;
	color: #003366;
	border-top: 1px solid #9A945A;
	border-right: 1px solid #9A945A;
	border-bottom: 1px #9A945A;
	border-left: 1px solid #9A945A;
	text-decoration: none;
}
#sidebarNav li a:hover {
	background: url(../images/buttons/bg_buttons_over.jpg) no-repeat 0% top;
	color: #990000;
	text-decoration: underline;
}

#sidebarNav li li a {
	margin: 0;
	display: block;
	padding: 5px 2px 5px 20px;
	background: url(../images/buttons/bg_buttons_UP.jpg) no-repeat 0% top;
	color: #003366;
	border-top: 1px solid #9A945A;
	border-right: 1px solid #9A945A;
	border-bottom: 1px #9A945A;
	border-left: 1px solid #9A945A;
	text-decoration: none;
}
#sidebarNav li li a:hover {
	background: url(../images/buttons/bg_buttons_over.jpg) no-repeat 0% top;
	color: #990000;
	text-decoration: underline;
}

/* BODY CONTENT */
#bodyContent {
	float: left;
	width: 538px;
	padding: 10px;
	background: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #003366;
}
#bodyContentMain {
	float: left;
	width: 538px;
	padding: 10px;
	background: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #003366;
}
#bodyContentFull {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #003366;
	width: 728px;
}
.linkBody  { color: #002441; font-size: 11px; font-weight: normal; font-family: Verdana, Arial, Tahoma; text-decoration: underline;}
A.linkBody:Hover {  color: #990000; font-size: 11px; font-weight: normal; font-family: Verdana, Arial, Tahoma; text-decoration: none;}

.buttonWeb {
	color: #FFFFFF;
	z-index: 100;
	font: bold normal 11px/14px Tahoma, Arial, Verdana;
	background: #122550;
}

/* FOOTER */
#footerContainer {
	padding-top: 10px;
	padding-left: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #E2E2E2;
	clear: both;
	background: url(../images/masthead/bg_footer.jpg);
	height: 40px;
}
#footer {
	bottom: 0px;
	background: #122550 url(images/footer_bg.gif);
	height: 45px;
	clear: both;
}
.linkFooterNav {
	color: #CCCCCC;
	/*margin: 1px; */
	text-decoration:none;
	font: normal 11px Arial, Helvetica, sans-serif;
}
A.linkFooterNav:Hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	/*margin: 1px; */
	text-decoration:underline;
}
.topicMain {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #145099;
	border-bottom: 3px solid #990000;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/masthead/bg_header.jpg);
	padding-left: 5px;
	text-transform: capitalize;
	margin-top: 0px;
}
.imgPadLB {
	border: 1px solid #003366;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgPadRB {
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #003366;
}
.pullQuote {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
	width: 300px;
	padding-left: 30px;
	color: #004487;
}
.alphaList {
	list-style: upper-alpha;
}
.message {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
#pageShell {
	width: 750px;
	border-style: none;
}
#SideBarNormal {
	float: left;
	margin-bottom: 10px;
	width: 180px;
}
#sidebarXtra {
	clear: both;
	background: #DFDABD;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #9A945A;
}
#sidebarMain {
	float: left;
	width: 190px;
	margin-bottom: 10px;
}
#sidebarMainXtra {
	background: #DFDABD;
	padding: 2px;
	border-top: 1px solid #9A945A;
	border-right: 1px solid #9A945A;
	border-bottom: 1px solid #9A945A;
	border-left: 1px #9A945A;
	text-align: center;
}

.bgBuilding {
	background: url(../images/photos/bg_front_building_lg.jpg) no-repeat right bottom;
}

