/*--Main--*/
body {
	margin: 0px; 
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 11px;
	color: #FFFFFF; 
	background-color: #03356b; 
	text-align: center;
}
	
#maincontainer {
	text-align: left;
	background-color: #072154; 
	margin-left: auto; 
	margin-right: auto; 
	width: 798px;
}

#top {
	height: 157px;
}

#navigation {
	margin: 14px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
	border: 1px solid #d2d3d3;
	background-image: url(../images/nav_bg.jpg);
	padding: 12px 8px 12px 9px;
	background-position: 200px 0px;
	line-height: normal;
}

#navigation a:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
	background-position: 0px 0px;
}


#content {
	line-height: 16px;
	padding: 30px 17px 30px 17px;
	margin-top: 14px;
}

.left {
	float: left;
	width: 225px;
}

.left div {
	padding: 10px;
	border-left: 1px solid #c2c9d6;
	border-top: 1px solid #c2c9d6;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 25px;
}

.left p {
	padding: 3px 0px 3px 0px;
}

.box_blue {
	background-color: #0c275d;
	color: #FFFFFF;
}

.box_blue img {
	border: 3px solid #FFFFFF;
	float: left;
	margin: 4px 8px 0px 0px;
}

.box_blue h2 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 2px solid #7f9eca; 
}

.box_blue h2.rss_feed {
	background-image: url(../images/rss_feed.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.box_blue h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.box_white {
	background-color: #FFFFFF;
	font-size: 14px;
	color: #000000;
	line-height: 19px;
}

.box_white img {
	float: left;
	margin: 4px 18px 0px 0px;
}

.box_white a:link, .box_white a:visited, .box_white a:active {
	color: #1d7cbd; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 11px;
}

.box_white a:hover {
	color: #6f3069; 
	text-decoration: underline; 
	font-weight: bold;
}

.right {
	float: right;
	width: 510px;
	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 40px;
	min-height: 500px;
	height: auto;
	margin-bottom: 25px;
}

.right img {
	float: right;
	margin: 12px 0px 10px 12px;
	border: 3px solid #FFFFFF;
}

/*\*/
* html .right {
	height: 500px;
}


.image {
	border: 1px solid #000000; 
	float: left; 
	margin: 3px 8px 8px 0px;
}

p {
	margin: 0px; 
	padding: 8px 0px 8px 0px;
}

p.skip {
	position: absolute; 
	left: -9999px; 
	width: 0px; 
	overflow: hidden;
}

.font_grey {
	color: #CCCCCC;
}

.font_gold {
	color: #b08e4b;
}



/*--Footer--*/
#footer {
	clear: both; 
	height: 113px!important;
	height: 125px;
	padding: 12px 0px 0px 18px;
	color: #666666; 
	font-size: 11px; 
	border-top: 2px solid #eaeef3;
	background-color: #FFFFFF;
}


#footer a:link, #footer a:visited, #footer a:active {
	color: #083b72; 
	text-decoration: none; 
	font-weight: normal;
}

#footer a:hover {
	color: #6f3069; 
	text-decoration: underline; 
	font-weight: normal;
}

.footer_left {
	float: left;
	width: 220px;
}

.footer_right {
	float: right;
	width: 560px;
	text-align: right;
}

.footer_right img {
	margin: 0px 4px 0px 4px;
}

/*--Horizontal Rule--*/
hr {
	border: 0px; 
	border-bottom: 2px; 
	color: #7f9eca; 
	border-bottom-style: solid; 
	height: 0px; 
	clear: left; 
	margin: 0px 0px 10px 0px!important; 
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 0px 0px!important; 
	padding: 0px 0px 0px 0px;
}


/*--Bullets--*/
ul {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 3px;
	padding: 1px 0px 1px 15px;
}

/*--Forms--*/
form {
	padding: 0px; 
	margin: 20px 0px 0px 0px;
}

form p {
	margin: 3px 0px 3px 0px; 
	padding: 0px;
}

form p label {
	float: left; 
	width: 80px;
}

form input {
	font-size: 11px; 
	color: #000000; 
	background-color: #7f9eca; 
	border: 2px solid #072154; 
	width: 250px;
	padding: 3px;
}

form textarea {
	font-size: 11px; 
	color: #000000; 
	background-color: #7f9eca; 
	border: 2px solid #072154; 
	width: 420px; 
	height: 150px; 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 13px;
	padding: 3px;
}

form input.submit {
	width: 60px; 
	margin-left: 80px!important;
	margin-left: 83px; 
	color: #FFFFFF;  
	background-color: #1d7cbd; 
	border: 2px solid #072154; 
	padding: 2px 5px 2px 5px; 
	font-size: 12px;
	font-weight: bold;
}

/*--News Layout--*/
.news_title {
	font-weight: bold; 
	background-color: #7f9eca; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 4px;
}

#news {
	margin-right: 150px; 
	height: 1%;
}

#news_nav {
	float: right; 
	text-align: left; 
	border-left: 1px solid #7f9eca; 
	font-size: 11px; 
	width: 125px; 
	margin-top: 10px;
}

#news_nav ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#news_nav ul li {
	padding: 0px 0px 0px 5px;
	background-image: none;
}

#news_nav li a:link, #news_nav li a:visited {
	margin: 0px; 
	text-decoration: none; 
	line-height: 16px; 
	font-weight: bold;
}

#news_nav li a:hover {
	color: #FFFFFF;
}

#news_nav ul ul li {
	padding-left: 15px;
}

.pagecount {
	text-align: right; 
	margin: 0px; 
	padding: 10px 0px 0px 0px;
}

.category {
	padding-top: 15px; 
	font-size: 10px;
}

/*--Tables--*/
table, tr, td {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 11px;
}

table {
	border-collapse: collapse; 
	margin: 10px 0px 10px 0px;
}

td {
	text-align: left; 
	padding: 5px; 
	border: 1px solid #7f9eca;
}

th {
	font-weight: bold; 
	text-align: left; 
	padding: 10px 5px 10px 5px; 
	border: 1px solid #7f9eca;
}

/*--Home Page--*/
.col_1 {
	float: left;
	display: inline;
	width: 170px;
	margin: 30px 10px 0px 0px;
}

.col_2 {
	float: left;
	width: 210px;
	margin: 30px 10px 0px 0px;
}

.col_3 {
	float: left;
	width: 110px;
	margin: 30px 0px 0px 0px;
}

.blue_bg {
	background-image: url(../images/home_technical_services_bg.jpg);
	width: 236px!important;
	width: 240px;
	height: 143px!important;
	height: 147px;
	padding: 4px 0px 0px 4px;
	float: left;
	margin-bottom: 25px;
}

.purple_bg {
	background-image: url(../images/home_security_officers_bg.jpg);
	width: 236px!important;
	width: 240px;
	height: 143px!important;
	height: 147px;
	padding: 4px 0px 0px 4px;
	float: right;
	margin-bottom: 25px;
}

.blue_bg img, .purple_bg img {
	margin: 0px 0px 4px 0px;
	border: 0px;
	float: none;
}

.purple_bg a:link, .blue_bg a:link, .purple_bg a:visited, .blue_bg a:visited, .purple_bg a:active, .blue_bg a:active {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.purple_bg a:hover, .blue_bg a:hover {
	color: #FFFFFF; 
	text-decoration: underline; 
	font-weight: normal;
}


a[href $='.pdf']:link, a[href $='.pdf']:visited, a[href $='.pdf']:active {
	background-image: url(../images/download_icon_pdf.gif); 
	background-repeat: no-repeat; 
	padding: 0px 0px 2px 20px; 
}

a[href $='.pdf']:hover {
	color: #ffffff;
}

a[href $='.doc']:link, a[href $='.doc']:visited, a[href $='.doc']:active, a[href $='.docx']:link, a[href $='.docx']:visited, a[href $='.docx']:active, a[href $='.xls']:link, a[href $='.xls']:visited, a[href $='.xls']:active {
	background-image: url(../images/download_icon_plain.gif); 
	background-repeat: no-repeat; 
	padding: 0px 0px 2px 20px;

}

a[href $='.doc']:hover, a[href $='.docx']:hover, a[href $='.xls']:hover {
	color: #ffffff; 
}
