

@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: url(images/bg.jpg) repeat-y center;
	background-color: #ECECEC;
	color: #000000;
	line-height: 140%;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#logo {
	width:760px;
	height:69px;
	background: url(images/aci_security_r1_c1a.jpg);
}
#topnav {
	width:760px;
	height:45px;
	background-image: url(images/aci_security_r2_c1a.jpg);
}
#navbar {
	padding-top: 17px;
	float: right;
	padding-right: 20px;
}

#topnav ul {
	list-style: none;
}
#topnav li {
	display: inline;
}
#topnav li a {
	color: #7B281A;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: none;
}
#topnav li a:hover {
	color: #000000;
	text-decoration: underline;
}

#header {
	width:760px;
	height:145px;
	background-image: url(images/aci_security_r3_c1a.jpg);
}
#header h1 {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	margin-left: 290px;
	padding-top: 108px;
}
#header h1 a {
	color: #000000;
	text-decoration: none;
}




#page {
	background-color: #D9CEB9;
}
#leftside {
	width: 230px;
	float: left;
}
#lefttop {
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #917A59;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#leftnav {
	width: 230px;
}
#leftnav ul {
	list-style: none;
}
#leftnav li {
	margin-left: 10px;
	background: url(images/explore.gif) no-repeat left center;
	border-bottom: 1px dotted #BCA985;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 10px;
}

#leftnav li a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;

}
#leftnav li a:hover {
	color: #917A59;
}
#leftbottom {
	margin-top: 45px;
	margin-left: 10px;
	font-size: 11px;
	color: #818181;
}



#rightside {
	width: 510px;
	margin-left: 10px;
	float: left;
}





#content {
	clear: both;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
}
#content h1 {
	font-size: 16px;
	color: #999999;
}
#content a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #000000;
	background: #E8DAB5;
}
#content h2 {
	color: #917A59;
	font-size: 14px;
}
#content li {
	margin-left: 30px;
	font-size: 11px;
	list-style: url(images/BULLET.GIF);
}

#pagecontent {
	clear: both;
}

#pictureheadings {
	width: 220px;
	padding-top: 20px;
	float: left;
	text-align: center;
	color: #993300;
	background-color: #F5EFE0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#pictureheadings a {
	font-size: 11px;
	text-decoration: underline;
	background-color: #FFFFFF;
}


#pictureheadings a img {
	border: 1px solid #000000;
}
#pictureheadings2 {
	width: 220px;
	padding-top: 20px;
	float: left;
	text-align: center;
	color: #993300;
	background-color: #F5EFE0;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#pictureheadings2 a {
	font-size: 11px;
	text-decoration: underline;
	background-color: #FFFFFF;
}

#pictureheadings2 a img {
	border: 1px solid #000000;
}
#contact {
	font-size: 11px;
	border-top: 1px dotted #AD966B;
	border-bottom: 1px dotted #AD966B;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: #F5EFE0;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

#footer {
	height:40px;
	background-color: #F5EFE0;
	border-top: 2px dotted #BFCED5;
	clear: both;
	padding: 20px;
}


#legal {
	float: left;
	font-size: 11px;
	color: #917A59;
}
#legal a {
	color: #917A59;
}
#links {
	float: right;
}
#links a {
	color: #000000;
}
#links a:hover {
	color: #000000;
}

