/* CSS Reset Browser Default Code */

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td,hr { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {	/* get rid of link outlines in firefox */
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:focus {
	outline:none
}

/* End CSS Reset Browser Default Code */

/* Start CSS Layout Code */

html {
	height: 100%;
	margin-bottom: 1px;
	padding: 0 0;
}

body {
	height: 100%;
	background-color: #7d868d;
}

#wrapper {
	position: relative;
	border: 0px solid red;
}

#header-container {
	display: block;
	height: 220px;	
	width: 100%;
	background: url("/images/bg-header-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	border: 0px solid red;
}

#header-content {
	position: relative;
	display: block;
	height: 220px;
	width: 960px;
	background: url("/images/bg-header-content.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e3e5e7;
	margin: 0 auto 0 auto;
	padding: 0 0;
	border: 0px solid blue;
}

#header-area {
	position: relative;
	display: block;
	float: left;
	height: 220px;
	width: 390px;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0px solid red;
}

#menu-content {
	position: relative;
	display: block;
	float: right;
	height: 220px;
	width: 540px;
	margin: 0;
	padding: 0;
}

#copy-container {
	display: block;
	height: auto;
	width: 100%;
	background: url("/images/bg-copy-container.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0 0;
	padding: 0 0;
	border: 0px solid green;
}

#copy-content {
	display: block;
	width: 960px;
	background: url("/images/bg-copy-content.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 40px 0;
	min-height: 233px; /* 313px */
	height: auto !important;
	height: 233px; /* IE6 Hack */
	border: 0px solid red;
}

#content-area {
	display: block;
	height: 100%;
	margin: 0 0;
	overflow: hidden;
	padding: 0 0;
	text-align: left;
	width: 960px;
	border: 0px solid red;
}

#footer-container {
	display: block;
	height: 327px;
	width: 100%;
	background: url("/images/bg-footer-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
    background-color: #7d868d;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	border: 0px solid red;
}

#footer-content {
	display: block;
	height: 327px;
	width: 960px;
	background: url("/images/bg-footer-content.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 0;
	text-align: left;
	border: 0px solid red;
}

body#home div#left {
	display: inline;
	float: left;
	clear: right;
	width: 560px;
	height: auto;
	padding: 0 0;
	margin: 0 0;
	border: 0px solid red;
}

body#home div#right {
	display: inline;
	float: left;
	width: 373px;
	height: auto;
	padding: 0 0;
	margin: 0 0 0 22px;
	border: 0px solid red;
}

body#about div#left {
	display: inline;
	float: left;
	clear: right;
	width: 569px;
	height: auto;
	padding: 0 0;
	margin: 0 0 0 196px;
	border: 0px solid red;
}

body#about div#right {
	display: inline;
	float: left;
	width: 178px;
	height: auto;
	padding: 0 0;
    margin: 48px 0 0 16px;
	border: 0px solid red;
}

body#venues div#venue-content {
	display: inline;
	float: left;
	width: 960px;
	overflow: hidden;
	height: auto;
	padding: 0 0 40px 0;
	margin: 0 0;
	border: 0px solid blue;
}

body#venues div#venue-content div#top {
	display: inline;
	float: left;
	width: 960px;
	height: 176px;
	padding: 0 0;
	margin: 0 0 28px 0;
	border: 0px solid red;
}

body#venues div#venue-content div#left {
	display: inline;
	float: left;
	width: 576px;
	height: auto;
	padding: 0 0;
	margin: 0 0 0 192px;
	border: 0px solid red;
}

body#venues div#venue-content div#right {
	display: inline;
	float: left;
	width: 176px;
	height: auto;
	padding: 0 0;
    margin: 0 0 0 16px;
	border: 0px solid red;
}

body#contact div#left {
	display: inline;
	float: left;
	clear: right;
	width: 374px;
	height: auto;
	padding: 0 0;
	margin: 0 0 0 196px;
	border: 0px solid red;
}

body#contact div#right {
	display: inline;
	float: left;
	width: 374px;
	height: auto;
	padding: 0 0;
    margin: 0 0 0 16px;
	border: 0px solid red;
}

/* End CSS Layout Code */

/* Start Security Services Layout Code */

body#security-services div#left {
	display: inline;
	float: left;
	clear: right;
	width: 181px;
	height: auto;
	padding: 0;
	margin: 0 11px 0 0;
}

body#security-services div#middle {
	display: inline;
	float: left;
	clear: right;
	width: 556px;
	height: auto;
	padding: 0;
	margin: 0;
}

body#security-services div#right {
	display: inline;
	float: left;
	width: 184px;
	height: auto;
	padding: 0 0;
    margin: 0 0 0 28px;
}

body#security-services div#footer-container {
	background: #00043f url("/images/bg-footer-container-blue.gif") repeat-x 0 0;
}

body#security-services div#footer-content {
	background: url("/images/bg-footer-content-blue.gif") no-repeat 0 0;
}

/* End Security Services Layout Code */