/* CSS Document */

body {
	background: #003768;
	margin: 0;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#003366;
}

#logo {
margin:0;
background-color:#fff;
border-bottom: 4px solid #003768;
}

#header {
min-height: 200px;
background: #fff url(images/homecinema.jpg) 0px 0px repeat;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
}

#residential #header {
min-height: 200px;
background: #fff url(images/picture.jpg) 0px 0px repeat;
}
#commercial #header {
min-height: 200px;
background: #fff url(images/buttons.jpg) 0px 0px repeat;
}
#consulting #header {
min-height: 200px;
background: #fff url(images/tablet.jpg) 0px 0px repeat;
}

#press #header {
min-height: 200px;
background: #fff url(images/lvgroom.jpg) 0px 0px repeat;
}

#wrapper {
margin:0px;
padding:0px;
background-color: #fff;
border-top: 4px solid #003768;
}

#sidebar {
float:left;
width:180px;
background-color:#fff;
margin-top:10px;
}

#content {
margin:10px 15px 0px 180px;
padding:5px 15px 120px 15px;
background-color: #fff;
}

#content img {
float:left;
margin-right:10px;
padding:2px;
border:1px solid #ccc;
}

#content img.cert {
border:none;
}

#content img.nofloat {
float:none;
border:none;
}

#content img.banner {
float:none;
margin-right:10px;
padding:2px;
border:1px solid #ccc;
}

#nav {
margin-top:-42px;
margin-left:0px;
padding:0;
float:left;
width:100%;
background-color:#e9e2b3;
border-width:1px;
min-width:840px;
}
#nav ul {
list-style:none;
list-style-type:none;
margin:0px;
padding:0px;
}
#nav li {
display:inline;
padding:0;
margin:0;
}
#nav a:link,
#nav a:visited {
color:#000;
background:#e9e2b3;
padding:4px 12px;
float:left;
width:auto;
border:2px solid #fff;
text-decoration:underline;
text-transform:capitalize;
text-shadow: 1px 1px 1px #999;
}
#nav a:hover {
background:#f0dc7a;
}
#hs a:link,
#hs a:visited {
background:#ffcc00;
}
#hs a:hover {
background:#f0dc7a;
}

/**
 * subnav
*/

#navcontainer { width: 200px; }

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
display: block;
padding: 6px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navlist a:link, #navlist a:visited {
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover {
background-color: #369;
color: #fff;
}

ul#navlist li .current {
background-color: #369;
color: #fff;
}

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: underline;
	color: #003366;
}
h1 {
font-size: 15px;
}

#footer {
clear:left;
background: url(images/footer_bkgd.gif) repeat-x left top;
padding:0;
margin:0;
min-height:72px;
border-top:1px solid #fff;
}

#footer p {
padding:30px 20px 0 0;
color:#666666;
font-size: .95em;
text-align:right;
}