@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #a7a9ac;
	background-color: #234160;
	text-align: center;
	background-image: url(http://www.access-security.ca/themes/access-security/images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(http://www.access-security.ca/themes/access-security/images/content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#inner {
	background-image: url(http://www.access-security.ca/themes/access-security/images/content-top.jpg);
	background-repeat: no-repeat;	
	min-height: 350px;
}
#navbar {
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 50px;
}
#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navbar ul li {
	float: left;
}
ul.nav-header a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	display: block;
	margin-top: 9px;
	margin-right: 10px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #000000;
	color: #009900;
}
ul.nav-header a:hover {
	border: 1px solid #009900;
	color: #009900;
}
ul.nav-header li.nav-selected a {
	border: 1px solid #009900;
	color: #00FF00;
}
ul.nav-header li:hover.nav-selected a {
	border: 1px solid #51725f;
	color: #00FF00;
}

#content {
	padding-top: 20px;
	color: #555;
	padding-right: 50px;
	padding-left: 50px;
	min-height: 250px;
}
#header {
	background-image: url(http://www.access-security.ca/themes/access-security/images/logo.png);
	background-repeat: no-repeat;
	height: 150px;
}
#footer {
	clear: both;
	background-color: #234160;
	background-image: url(http://www.access-security.ca/themes/access-security/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	padding-top: 80px;
	padding-left: 50px;
	text-align: right;
	padding-right: 50px;
}
#footer a {
	color: #a7a9ac;
}
.leftside {
	float: left;
	width: 460px;
}
.rightside {
	width: 460px;
	margin-left: 487px;
}
#header h1, #header h2 {
	text-indent: -9000px;	
}
h2, p, ul {
	margin-bottom: 12px;	
}

#content h2 {
	font-weight: 100;
	color: #000000;
}
#content h3 {
	color: #804d5b;
	font-style: oblique;
	font-weight: 100;
}
#content li {
	margin-left: 20px;
	padding-left: 5px;	
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.printonly {
	display: none;	
}

