/* Remove padding and margin*/
* {
	margin: 0;
	padding: 0;
} 

body {
	margin: 0px;
	padding: 0;
	background: url(../images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #291B0C;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #360;
}



h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 1.5em;
}

p, ul, ol {
	margin-top: 10px;
	line-height: 165%;
	text-align: left;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #CCC;		
}


a { 
	text-decoration: none;
	color: #090; 
}

a:hover { 
	text-decoration: underline;
	color: #F90;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

.footnote {
	font-size: 11px;
	font-style: italic;
	}

#wrapper {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	background: #FFF;
}


/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


/* Header */


#header {
	width: 920px;
	height: 74px;
	margin: 0 auto;
}


/** Logo Area */

#logo {
	width: 920px;
	height: 427px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#homelogo {	
	position: relative;
	left: 22px;
	top: 46px;
}

#seclogosafety {
	width: 920px;
	height: 225px;
	background: url(../images/secheader-safety.jpg) no-repeat left top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#seclogoconstruction {
	width: 920px;
	height: 225px;
	background: url(../images/secheader-construction.jpg) no-repeat left top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#seclogoservice {
	width: 920px;
	height: 225px;
	background: url(../images/secheader-service.jpg) no-repeat left top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#seclogocommunications {
	width: 920px;
	height: 225px;
	background: url(../images/secheader-communications.jpg) no-repeat left top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#seclogoprojects {
	width: 920px;
	height: 225px;
	background: url(../images/secheader-projects.jpg) no-repeat left top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#seclogocontact {
	width: 920px;
	height: 225px;
	background: url(../images/secheader-contact.jpg) no-repeat left top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Page */

#page {
	width: 920px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}

#secpage {
	width: 920px;
	padding: 20px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	background: #FFF;
}

/* Content structure*/

#content {
	float: right;
	width: 600px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	height: 235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #CC9;
	margin-bottom: 20px;
}

#secsidebar {
	float: left;
	width: 280px;
	height: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #CC9;
	margin-bottom: 20px;
}


#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#secsidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
}

#secsidebar li {
	margin-bottom: 30px;
}


#sidebar li ul {
	margin: 0px;
	padding: 0px;
	background: #CC9;
}

#secsidebar li ul {
	margin: 0px;
	padding: 0px;
	background: #CC9;
}

#sidebar li li {
	margin: 0px 15px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #FFFFFF;
}

#secsidebar li li {
	margin: 0px 15px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar li li a {
	font-weight: bold;
}

#secsidebar li li a {
	font-weight: bold;
}

#sidebar li li a:hover {
	font-weight: normal;
	color: #F60;
}

#secsidebar li li a:hover {
	font-weight: normal;
	color: #F60;
}

#sidebar p {
	line-height: 200%;
	padding: 20px 15px 0px 15px;
}

#secsidebar p {
	line-height: 200%;
	padding: 20px 15px 0px 15px;
}

#sidebar h2 {
	height: 30px;
	padding: 10px 0px 0px 15px;
	background: url(../images/img04.jpg) no-repeat left top;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#secsidebar h2 {
	height: 30px;
	padding: 10px 0px 0px 15px;
	background: url(../images/img04.jpg) no-repeat left top;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #3C2811;
}

#secsidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #3C2811;
}


#secsidebar .currentpage {
	color: #060;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: square;
}

.sidebarhead {
	margin-top: 0;
}

/* Misc */

#address {
	float: left;
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}

.phone {
	font-size: 14px;
	font-weight: bold;
	color: #360;
}

.jobtitle {
	font-size: 12px;
	color: #666;
}


/* Footer */

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 300px;
	background: #000000;
}

#footer {
	width: 920px;
	height: 49px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

#footer p {
	margin: 0;
	padding-right: 30px;
	line-height: normal;
	font-size: 10px;
	text-align: center;
	color: #999;
}


#footer img {
	margin-bottom: 20px;	
}
