/*       General
======================= */
* { margin:0; padding:0; }
html{ height: 100%;  margin-bottom: 1px; }
html *{ padding: 0; margin: 0; }
body {
	text-align:center;
	background:#633411 url(../images/bg.gif) repeat-x left top;
	margin:6px 0;
	}
.left { float:left; }
.right { float:right; }
.clear { clear:both;}

/*       Links
======================= */
a {
	color:#00669a;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:none;
}
a img {
	border:none;
}
a:active, a:focus {
	outline:0;
}

/*     Float containers fix 
=============================== */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/*       Text
======================= */
body, td, th, div, p, ul, li, h1, h2, h3, input, select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#2d0e0e;
	}
	
h1, h2, h3, p, table {
	margin-left:35px;
	margin-right:35px;
}

h1, h2, h3 {
	color:#00669a;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

h1{
	font-size:18px;
	padding-top:20px;
	margin-bottom:10px;
}
h2 {
	font-size:16px;
	margin-top:1.4em;
	margin-bottom:.5em;
    border-bottom: 1px dashed #00669a;
}
h3 {
	font-size:12px;
	margin-top:1.5em;
    margin-bottom:0;
	font-weight:bold;
}
p{
	line-height:17px;
	margin-bottom:10px;
}
#Content ul,
#Content ol{
	padding:10px 30px 10px 0;
	margin:0 0 0 60px;
}
#Content ul li,
#Content ol li{
	padding: 0 0 9px 0px;
	}
#Content li ul,
#Content li ol{
	padding: 0 0 0 0;
	margin:0 0 0 15px;
}
#Content li ul li,
#Content li ol li {
	padding: 9px 0 0  0;
	}

/*
         Menu
====================== */
#MainNav {
	border-top:1px solid #FFF;
	list-style:none;
}
#MainNav li {
	list-style:none;
}
#MainNav li strong {
	display:none;
}
.Home a, .Services a, .Where a, .Project a, .Contact a, .Homeon a, .Serviceson a, .Whereon a, .Projecton a, .Contacton a {
	background: url(../images/nav.gif) no-repeat;
	display:block;
	height:40px;
	width:250px;
}
.Home a {background-position:0 0;}
.Services a {background-position:0 -40px;}
.Where a {background-position:0 -80px;}
.Project a {background-position:0 -120px;}
.Contact a {background-position:0 -160px;}

.Home a:hover, .Homeon a, .Homeon a:hover  {background-position:0 -200px;}
.Services a:hover, .Serviceson a, .Serviceson a:hover {background-position:0 -240px;}
.Where a:hover, .Whereon a, .Whereon a:hover {background-position:0 -280px;}
.Project a:hover, .Projecton a, .Projecton a:hover {background-position:0 -320px;}
.Contact a:hover, .Contacton a, .Contacton a:hover {background-position:0 -360px;}


#MainNav li li a{
background:none;
height:auto;
width:auto;
padding:5px;
margin-left:59px;
border-left:1px solid #fff;
border-top:1px solid #fff;
color:#25150D;
font-size:10px;
}
#MainNav li li a.on{
font-weight:bold;
}
#MainNav li li a:hover{
color:#fff;
}
#MainNav li li a span{
white-space:nowrap;
}
#MainNav li ul{
border-bottom:1px solid #fff;
margin-top:-1px;
}

/*       Layout
======================= */
#Page {
	width:734px;
	text-align:left;
	margin:0 auto;
	background:#FFF;
}
#Top {
	background: url(../images/top.gif) no-repeat;
	height:30px;
}
#Header{
	height:240px;
	background: #022e40 url(../images/bgh.gif) repeat-x left top;
	}
#Header div {
	height:240px;
	background: url(../images/banner.jpg) no-repeat;
	position:relative;
}
#Header img{
position:absolute;
top:31px;
left:156px;
}
#Header.sub img{
position:absolute;
top:21px;
left:166px;
}
#Header.sub,
#Header.sub div{
height:179px;
}
#Header.sub div{
	background: url(../images/bannersub.jpg) no-repeat;
}
#Main {
}
#MainInner {
	background: url(../images/bgl.gif) repeat-y left top;
	border-top:3px solid #e5b53a;
	margin-top:10px;
}
#Content {
	width:484px;
}
#Sidebar{
	width:250px;
	background:#e5b53a;
	}

.images img { 
	border:6px solid #633411;  
	margin: 0 7px 7px 0;
	float:left;
}
.caption {
	text-align: right;
	font-size: 9px;
	line-height: 13px;
	clear:both;
}
/*  Featured Projects
======================= */
#Feature1 {
	background: url(../images/feature/noodles-fort.jpg) no-repeat 5px 5px;
}	
#Feature2 {
	background: url(../images/feature/noodles-bloomington.jpg) no-repeat 5px 5px;
}	
#Feature3 {
	background: url(../images/feature/elevation.jpg) no-repeat 5px 5px;
}	
#Feature4 {
	background: url(../images/feature/toppers.jpg) no-repeat 5px 5px;
}
#Feature5 {
	background: url(../images/feature/vapiano.jpg) no-repeat 5px 5px;
}		
.Feature {
	min-height:200px;
	padding-left:250px;
	display: none;
}
* html .Feature {
	height:200px;
}
.Feature h2, .Feature p {
	margin-right:20px;
}
.Feature h2 {
	padding-top:30px;
}
	
/*       Logo
======================= */
#Logo {
	position:absolute;
	top:40px;
	right:0;
	width:240px;
	height:160px;
	margin:0;
	padding:0;
}
#Logo a {
	display:block;
	width:240px;
	height:160px;
}
#Header.sub #Logo{
top:0;
}
#Logo strong{ display:none; }


/*       Forms
====================== */

form {
        margin: 15px 30px 30px 40px;
}
input, textarea, select {
        font: 12px Arial, Helvetica, sans-serif;
        color:#040404;
}
form fieldset {
        display: block;
        width: 26em;
        margin: 0 0px 3em;
        padding: 0 1em 1em;
        border: 1px solid #ccc;
}
form .submit {
        width: auto;
}
form legend {
	font-size: 13px;
	color:#00669a;
	font-weight:bold;
}

form fieldset.radio {
        width: 26em;
        margin: 1em 0 2em 0;
}

form fieldset.radio input {
        clear: both;
        float: left;
        width: auto;
}

form fieldset.radio label {
        font-weight: normal;
}

form input,
form textarea {
        display: block;
        width: 24em;
		font-size: 11px;
}

form label {
        display: block;
        margin-bottom: 1em;
        font-size: 11px;
		color:#040404;
}

form label.first,
p.first {
        padding-top: 1em;
}
form p {
	margin-left:0;
	margin-right:0;
}	
form select {
        display: block;
}

/*       Footer
======================= */

#Footer {
	height:60px;
	background: url(../images/bot.gif) no-repeat left bottom;
	border-top:15px solid #25140c;
}
#Footer p {
	margin:0;
	text-align:center;
	padding-top:20px;
}
#Footer p a {
	color:#2d0e0e;
}
#Footer p span.TP {
	color:#00669a;
	padding-right:3px;
	font-weight:bold;
	font-size:14px;
}
#Footer p span.SP {
	padding: 0 4px;
}
#Copyrights {
	width:734px;
	margin:0 auto;
}
#Copyrights p.left, #Copyrights p.right {
	color:#25140C;
	margin:0;
	padding:10px;
}
#Copyrights p.left a, #Copyrights p.right a {
	color:#25140C;
}

/*     printer styles
========================= */
@media print{
/* Hide unwanted elements */
#Top, #Sidebar, #Feature  {display:none;}
#Header, #Header div, #Logo, #Logo a {
	width: auto;
	height: auto;
	font-size:20px;
	position:relative;
	left:0;
	top:0;
}
#Logo strong {
display:block;
}

/* Kill floats */
#Page, #Header, #Main, #MainInner, #Content, #Footer{width:100%; float:none;}
#MainInner {
	border:none;
}
/* Kill Backgournds */
body, #Page, #Header, #Main, #Footer { background: none; margin:0; padding:0; }
#Footer { border-top:1px solid #7ab9cb;}
h1, h2, h3, table, p {
margin-left: 0;
margin-right:0;
text-align:left;
}
}
