@charset "utf-8";
/* CSS Document */
body { 
	background-color:#FFF;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
	
#container {

	width: 990px;
	margin: 0 auto;
	margin-top: -8px;
}
/*the following divs are used for the shadow drop*/
#main {
	background-image:url(../images/layout/wrapper_shadow_none.png);
	background-repeat: repeat-y;
	min-height: 600px }
#bottom {
	background-image:url(../images/layout/wrapper_shadow_bottom_none.png);
	height: 40px }

#header {
	width: 920px;
	margin: 0 auto;
	height: 90px;
	position: relative}
	
.tablet {
	text-align: left;
}
	
/*The following divs are for the navigation bar */
#navbar {
	margin: 25px 0 0 -30px;
	padding: 0;
	width: 82%;
	float: left;
	background-image: url(../images/layout/link_break.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 0px 5px 15px 5px;
	text-decoration: none; 
	color: #000;
	font-family: Arial, sans-serif;
	letter-spacing: -1px;
	font-weight: 200;
	font-size: 14px;

 }
#navbar li a:hover {
	color: #900; }
#navbar li ul {
	display: none;  }
#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 75%;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0; }
#navbar li:hover li, #navbar li.hover li {
	float: left; }
#navbar li:hover li a, #navbar li.hover li a {
	color: #000; }
#navbar li li a:hover {
	color: #900; }
	
/*This is the content div, which all the content sits in */
#content {
	padding: 15px 45px;
	width: 900px;
	background-image: none;
	/*working defaul, doesnt work in res-proj page 
	min-height: 690px;
	*/
	min-height: 100%;
 }
 
 #logo {
	float: right;
	padding-right: 20px;
	margin-top: 16px;
}


#boxfloat {
	width: 278px;
	float: right;
	border-style: solid;
	border-width: thin;
	border-color: #FFF;
	background-color: #ebe9dc;
	margin: 20px 0;
	padding: 5px 10px;
	min-height: 348px;
	height: 100%;
}

body.projects #boxfloat {
	min-height: 250px;
}

#boxfloat ul li{
	list-style: url(../images/layout/bullet_boxout.jpg) outside;
	margin-left: -20px;
	padding-bottom: 5px;
}


#boxfloat h1 {
	font-size: 16px;
	color: #900;
	text-align: center;
	font-weight: 100;
	letter-spacing: -1px;
	padding=: 5px 0;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}
	
#boxfloat a {
		color: #900;
	text-decoration: none;
}

#doubletext {
	padding: 20px;
	float: left;
	max-width: 520px;
	min-height: 100%;
}

#doubletext h2 {
	text-align: left;
	letter-spacing: normal;
}
#doubletext ul li{
	list-style: url(../images/layout/bullet.jpg);
	padding-top: 5px;
		margin-left: -20px;

}
#doubletext ul li ul li{
	list-style: none;
	padding-top: 5px;
	margin-left: -30px;
}
#doubletext a {
	text-decoration: none;
	color: #900;
}

#homepagetext {
	padding: 20px 20px;
	float: left;
	max-width: 260px;
}

#picturefloat {
	float: left;
	margin: 20px 0;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
		color: #900;
	text-align: left;
	/*font-weight: 100;*/
	font-weight: normal;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}


h2 {
	font-size: 16px;
	color: #900;
	text-align: center;
	font-weight: 100;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	color: #900;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	background-image: url(../images/layout/line_break.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0 auto;
	width: 910px;
	clear: both;
}

#footer a {
	color: #900;
	text-decoration: none;
}




#contact {
	text-align: center;
	margin-top: 40px;
	font-size: 16px;
	margin-bottom: 30px;
}

#contact h2 { font-size: 14px }
#contact a {
	color: #900;
	text-decoration: none;
}

#contact h2 {
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-top: 10px;
}

.tiny {
	font-size: 10px;
}

body.home #navbar li.home a, body.company #navbar li.company a, body.architects #navbar li.architects a, body.products #navbar li.products a, body.contact #navbar li.contact a, body.solutions #navbar li.solutions a, body.company #navbar li.employment a { color: #900}

body.projects #navbar li.projects a {color: #900 }
body.company #navbar li.company a {color:#900 }

body.projects_residential #navbar li.projects_residential a {color: #900 }
body.projects_commercial #navbar li.projects_commercial a {color: #900 }
body.projects_tourism #navbar li.projects_tourism a {color: #900 }
body.projects_museums #navbar li.projects_museums a {color: #900 }

body.projects #navbar li.projects_residential a {color: #000}
body.projects #navbar li.projects_commercial a {color: #000}
body.projects #navbar li.projects_tourism a {color: #000}
body.projects #navbar li.projects_museums a {color: #000}

body.employment #navbar li.company {color:#000 }

/*this removes the border from images*/
img { border: none }
	

