/* CSS Document for las cruces security services */

html { height: 100%; } 

body {
	height: 100%;
	background-color: #cfc1b1;
	margin-top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table{ font-size:10px;}
a:link {
	color: #545454;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #545454;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #c6c6c6;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}

#container { 
	width: 765px; 
	float: none; 
	margin-right: auto; 
	margin-left: auto; 
	padding: 0px; 
	background-color:#FFFFFF; 
	border: 1px solid #000000; 
	overflow: visible;
}
#header { 
	width: 100%;  
	height: 150px; 
	float: none; 
	margin-right: auto; 
	margin-left: auto; 
	background-image:  url("images/topbar.jpg"); 
	background-repeat: no-repeat; 
	border-bottom: 10px solid #666666; 
}

#leftcontent {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #60534b;
	height: 452px;  
	overflow: visible;
	width: 200px;
	float: left; 
	margin-right: auto; 
	margin-left: auto; 
	padding-left: 0px; 
	padding-right: 0px; 
	margin-top: 0px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}
#rightcontent {
	background-image: none;
	background-repeat: repeat;
	background-color: #FFFFFF;
	min-height: 452px;
	* height: auto !important;
	width: 540px;
	float: left; 
	margin-right: auto; 
	margin-left: auto; 
	padding-left: 10px; 
	padding-right: 10px; 
	margin-top: 0px; 
	padding-top: 3px; 
	padding-bottom: 3px;  
}
#centerrightcontent {
	background-image: none;
	background-repeat: repeat;
	background-color: #FFFFFF;
	min-height: 452px;
	* height: auto !important;
	width: 250px;
	float: left; 
	padding: 0px;
}
#farrightcontent {
	background-image: none;
	background-repeat: repeat;
	background-color: #FFFFFF;
	min-height: 452px;
	* height: auto !important;
	width: 260px;
	float: left; 
	padding-left: 15px; 
	margin-top: 0px; 
}

#footer {
	background-color: #071e94; 
	font-size: 8pt; 
	text-align: center; 
	color: #fdd600;
	height: 75px; 
	overflow: visible;
	padding-bottom: 5px; 
	float: none; 
	margin-right: auto; 
	margin-left: auto; 
	font-weight: normal; 
	padding-top: 5px; 
	border-top: 10px solid #666666;  
}
#footer a:link {
	color: #FED700;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FED700;
}
#footer a:hover {
	text-decoration: none;
	color: #FED700;
}
#footer a:active {
	text-decoration: none;
}

.clear{ clear: both; height: 0px; overflow: hidden; }
h1,h2,h3,h4{ color: #545454; text-align:left;}
h1{ font-size: 18px;}
h2{ font-size: 16px;}
h3{ font-size: 14px;}
h4{ font-size:12px; font-weight:bold; font-style: italic;}
.emphasis{ color:#FF0000; font-size: 10pt; font-weight: bold;}
.emphasis_2{ color:#0071a4; font-size: 12px; font-weight: bold; text-align: center;}
