html {
	height:101%;
	background: #0B396D url(/images/bg_body.gif) repeat-y 50% 0;
	margin: 0;
	padding: 0;
}


body {
		margin:0 auto;
		padding: 0;
		font-size: 100%;
		background-attachment: scroll;/* fixes MAC - border shows about 15px*/
												/* of backgroundimage below last div*/
												/* if window is larger than content also*/
												/*place background-color in html above*/
												/*-fix by http://www.zeldman.com/press/discuss_css.html*/
	}
h1, h2, h3, h4 {
	font: 100%/100% "Lucida Grande", Verdana, Arial,sans-serif;
	margin:0;
	padding:0;
}

h1 {
	font-size:2.9em;
	color: #FFF;
}

h2{
	font-size: 2.2em;
	color: #0B396D;
}


h3 {
	font-size:1.5em;
	color:#007DC3;
}
	
h4 {
	font-size:1.0em;
	color: #333;
	padding:0 0 3px 0;
	margin:0;
	
}

h5 {
	font-size:0.9em;
	color: #000000;
}


p, ol, ul, table, dl {
	font:normal .7em/150% "Lucida Grande", Verdana, Arial,sans-serif;
	margin:0;
	padding:0 0 10px 0;
	color: #000;
}

p {
	font-size:.8em;
}

a, a:visited {
	text-decoration: underline;
	color:#0B396D;
}
  
a:hover {
  color:#0B396D;
  text-decoration: none;
  }

dl {
	margin:0;
	padding:0 0 5px 10px;
}

dd {	
	margin:0 0 5px 0px;
	padding:0;
}
dt {
	font-weight:bold;
}

ol {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

ol li {
	margin: 0px;
	padding:0px 0px 10px 0px;
}

ul {
	margin:0px;
	padding: 0px 0px 0px 15px;
}
ul li {
	margin:0px;
	padding: 0px 0px 10px 0px;
}

li.xsmall {
	background-image:url('/images/xsmall_bullet.gif');
	background-repeat:no-repeat;
	list-style:none;
	padding: 0px 0px 10px 18px;
	
}

ul.xsmall2 {
	list-style-position: outside;
	margin:0;
	padding:0;
	}

th {
	font-weight:bold;
}

td {
	padding: 3px 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

.highlight {
	font-weight: bold;
	color: red;
}

#wrapper {
	width: 778px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding:0;
	}

#header  {
	width: 778px;
	height: 93px;
	margin: 0px;
	background: url(/images/top_hdr.gif) no-repeat 0 0;
	position: relative;
	}
	#logolink {
		float: left;
		height: 75px;
		width: 125px;
		margin: 0px;
		cursor: pointer;
		background:transparent;
		z-index: 1; 
		position:relative;
		left: 30px;
	}
	#logolink_whole{
		height: 93px; width: 300px;
		z-index: 3;
		position: absolute;
		background: transparent;
		cursor: pointer;
		margin: 0;
		top: 0; 
		right: 0;
	}

/* Navigation */
#nav {    /* the top nav  */	
		height: 24px;
		width: 778px;
		padding: 0;
		margin: 0;
		z-index: 1;
	}
	#nav ul {
		padding:0;
		margin:0;
		list-style-type:none;		
		margin-left: 25px;
	}
	#nav li {
		float: left;
		padding:0;
		margin:0px 1px; 
		text-align: center;
		width: 114px;
		height: 24px;
		}

	#nav li a {
		color:#FFF;
		text-decoration:none;
		padding:0;
		margin:0;
		text-align: center;
		top: 3px;
		position: relative;
		}
		
	#nav li a:hover {
		color:#CCC;
		text-decoration:none;
		} 
		
	#nav li.tab {
		background: url(/images/tab_inactive.gif) no-repeat 0 0;
	}
	
	#nav li.activetab {
		background: url(/images/tab_active.gif) no-repeat 0 0;
	}
	
#home_hdr{
	background: url(/images/home_hdr.jpg) no-repeat 0 0;
	width: 778px;
	height: 228px;
	margin-bottom: 30px;
}

#interior_hdr, #contractors_hdr {
	width: 778px;
	height: 151px;
	margin-bottom: 24px;
	position: relative;
	text-align: left;
}

#interior_hdr {
	background: url(/images/interior_hdr.jpg) no-repeat 0 0;
}

#contractors_hdr {
	background: url(/images/hdr_contractors.jpg) no-repeat 0 0;
}		

#interior_hdr h1, #contractors_hdr h1{
	position: absolute;
	text-align: left;
	margin-top: 90px;
	margin-left: 35px;
}

#home_content{
	width: 778px;
	background: url(/images/home_bg.gif) repeat-y 0 0;
	border-bottom: 1px solid #FFF;
	text-align: left;
}
	
#cell1{
	width: 262px;
	float: left;
	background: url(/images/entertainment_bg.jpg) no-repeat 100% 0;
}

#cell1 .padding{
	padding: 3px 15px 22px 37px;
}

#cell2{
	width: 251px;
	float: left;
	background: url(/images/security_bg.jpg) no-repeat 100% 0;
}

#cell2 .padding{
	padding: 3px 15px 22px 22px;
}

#cell3{
	width: 240px;
	float: left;
	background: url(/images/automation_bg.gif) no-repeat 100% 0;
}

#cell3 .padding{
	padding: 3px 15px 22px 28px;
}

#cell1 p, #cell2 p, #cell3 p{
	padding-right: 80px;
	color: #333;
}
	
#cell1 ul, #cell2 ul, #cell3 ul{
	padding: 13px 0px 0px 0px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

#cell1 li, #cell2 li, #cell3 li{
	padding: 0px 0px 5px 25px;
	background: url(/images/sm_bullet.gif) no-repeat 0 0.2em;
}

#back_content {
	float: left;
	width: 486px;
	text-align: left;
	margin-left: 30px;
	display:inline;
}

#back_content h2{
	margin-bottom: 10px;
}

#back_content strong{
	font-size: 1.1em;
	line-height: 150%;
	color: #007DC3;
	margin-bottom: 15px;
}

#back_right{
	float: right;
	width: 198px;
	margin-right: 26px;
	display:inline;
}

#secondary_nav{
	margin-bottom: 30px;	
	width: 198px;
}

#secondary_nav ul{
	font-weight: bold;
	margin:0;
	padding:0;
	list-style:none;
}

#secondary_nav li{
	margin:0;
	padding:0;
	border-bottom: 1px solid #7FBEE1;
	list-style: none;
}

#secondary_nav li.last{
	border-bottom: none;
}

#secondary_nav li a{
	background: url(/images/md_bullet.gif) no-repeat 5px 50%;
	display: block;
	text-decoration: none;	
	padding:7px 0 7px 30px;
	font-size: 1.1em;
	width: 168px; /*necessary*/
}

/*hack to save Mac-IE courtesy of AListApart.com*/
html>body #secondary_nav li a {
		width: auto;
		}

#secondary_nav a:link, #secondary_nav a:visited{
	color: #007DC3;
}

#secondary_nav a:hover{
	color: #0B396D;	
	background: #D9ECF6 url(/images/md_bullet_active.gif) no-repeat 5px 50%;
}

.quote{
	font-size: .8em;
	font-weight: bold;
	line-height: 150%;
	color: #007DC3;
}

.quote_author{
	font-size: .8em;
	padding: 0;
	margin-left: 10px;	
}

.quote_position{
	font-size: .7em;
	padding: 0;
	margin-left: 10px;
	margin-bottom:10px;
}

.quote_link{
	font-size: .7em;
	padding: 0;
	margin: 10px 0 0 15px;	

}

.quote_link a{
	border-bottom: 2px solid #C2CDDA;
}

.quote_link a:link, .quote_link a:visited{
	text-decoration: none;
}

.quote_link a:hover{
	text-decoration: none;
	border-bottom: 2px solid #FFF;
}


#newsletter_box{
	width: 378px;
	height: 163px;
	float: left;
	background: url(/images/newsletter_box.jpg) no-repeat 100% 0;
	margin:28px 0 0 0;
	text-align: left;
}

#newsletter_box .padding{
	padding: 8px 40px 0px 33px;
}

#newsletter_box form{
	margin:0px;
	padding:0px;
}

#newsletter_box input{
	margin: 5px 0px;
	float: left;
	color: #333;
}

#newsletter_box img#getit{
	position:relative;
	margin-left:5px;
	top:3px;
}

#newsletter_box ul li{
	list-style-type: square;
	padding-right: 113px;
}

#newsletter_box .padding h2{
	background: url(/images/lg_bullet.gif) no-repeat 0 0;
	padding: 0px 0px 3px 26px;
}

#newsletter_box p{
	margin:0;
	padding:0;
}

#contractor_box{
	width: 386px;
	height: 163px;
	float: left;
	background: url(/images/contractor_box.jpg) no-repeat 100% 0;
	margin:28px 0 0 0;
	text-align: left;
}
#contractor_box .padding{
	padding: 8px 112px 0px 54px;
}

#contractor_box .padding h2{
	background: url(/images/lg_bullet.gif) no-repeat 0 0;
	padding: 0px 0px 3px 26px;
	}
	
#contractor_box p{
	margin: 5px 0 5px 0;
	padding-bottom: 0;
	color: #333;
	font-size: .75em;
}
#contractor_box ul{padding:0 12px; margin:0;}
#contractor_box ul li{
	padding: 0; margin: 0;
	list-style-type: square;
}

#footer {	
	background: url(/images/footer_bg.gif) no-repeat 50% 100%;
	width: 778px;
	height: 80px;
	text-align: left;
	padding-top:15px;
}

#footer ul{
	color: #007dc3;
	padding: 20px 0 0 47px; 
}

#footer li{
	display: inline;
	list-style-type: none;
}
	
#footer li a{
	text-decoration: none;
	color: #0b396d;
}

#footer li a:hover {
	color:#007DC3;
	text-decoration:none;
} 

#footer p {
	color:#000;
	margin:0;
	padding:0 0 0 47px;
}

#footer .footer_links { font-size: .7em; }

ul#contact{
	list-style: none;
}

	 /* for Skip navigation at bottom of page*/	
.hide {   
	height: 0px;
	width: 0px;
	visibility: hidden;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

.clearfloats{
	clear: both;
}

.control4 {
	margin:10px 0 25px 0;
}