﻿@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
	IMPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@import url("blue.css");  

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
		background: transparent; }
	
body {
	line-height: 1; }
		
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	background-position: center;
	font: normal 11px Arial, Helvetica, sans-serif;
	letter-spacing: -0.04em;
	color: #754D00;
	font-size: 72%;
	line-height: 1.538em;
	background: #afb1b4 url("../../images/bg_body.jpg") repeat-y center
top;
}

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	margin: 0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none;
	color: #7A4E24;
}
 
a:hover {
	color: #A96C32;
	text-decoration: none; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.7;
	font-size:1em;
	margin: 0 0 12px 0; }
 
h1 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h2 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h3 {
	font-weight:bold;
	font-size:1.1em;
	margin: 20px 0 0 0;}

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both;
	font-size: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.mainlogo {
	background-image: url('../../images/animated_suburbia.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 120px;
}
.container {
	margin: 0 auto;
	padding:60px 0 0 0;
	width: 100%;
	background: transparent; }
.container1 {
	margin: 0 auto;
	padding:10px 0 0 0;
	width: 100%;
	background: transparent; }

.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 898px; }
 
.header {
	position: relative;
	margin: 0;
	height:91px;
	width: 898px; }

.sub-header {
	margin: 0 0 10px 0;
	height:268px;
	width: 898px;
	background:transparent url("../../images/shadow.png") no-repeat bottom center; }

.content {
	padding:0 14px 90px 14px;
	width: 898px;
	background: url("../../images/bg_content.png") no-repeat bottom left; }
.content1 {
	padding: 0 14px 90px 14px;
	width: 898px;
	background: url("../../images/bg_content1.png") no-repeat bottom left;
	height: 730px;
}

.content-text {
	margin: 0 auto;
	padding: 0 0 70 0;
	width: 879px;
	float: left;
}
.content-wide {
	margin:0 auto;
	padding:0;
	width:870px; }
.footer-text {
	margin: 10px 0 10px 0;
	padding:0;
	width: 898px;
	font-size:0.9em;
	text-align:center;
	background:none; }
.banner {
	height:150px;
}
/*	-------------------------------------------------------------
	INTERFACE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {
	position: absolute;
	top: 13px; /* adjust this position for your logo */;
	left: 273px;
	margin: 0;
	padding: 0;
	width: 617px;
	height: 25px;
	color: #4C3117;
}

.header .nav {
	position:absolute;
	top:42px;
	right:40px;
	margin:0;
	padding:0; }

.header .nav li {
	float:left;
	width:auto;
	margin:0 15px;
	background:transparent; }

.header .nav li a {
	color:#fff !important;
	font-size:1.4em;
	text-transform:uppercase;
	background:transparent; }

.header .nav li a:hover, .header .nav li a.selected {
	background:transparent; }

/* FRONTPAGE */ 
#banner {
	float:left;
	width:66%;

}
#front-left {
	float:left;
	width:200px;
	padding:0px 0px 0 15px;
	margin:0;
}
#front-mid, #front-right {
	float:left;
	width:315px;
	padding:2px 10px 0 0;
	margin:0;
	}

#front-left h2 a, #front-right h2 a, #front-mid h2 a {
	background-position: left bottom;
	font-size: 1.9em;
	font-weight: bold;
	margin: 0;
	color: #80CDE1 !important;
	background-image: url('../../images/point.png');
	background-repeat: no-repeat;
	padding-left: 20px;
}

#front-left h2 a:hover, #front-right h2 a:hover, #front-mid h2 a:hover {
	font-size:1.9em;
	font-weight:bold;
	margin:0;
	color:#3DB4D1 !important; }
	
#front-left p, #front-right p {
	padding:0 15px 0 0;}
#front-mid p, {
	padding:0 15px 0 0;}
#front-mid {
	padding:2px 28px 0 5px;  }

#front-right {
	background-position: right center;
	padding: 2px 0 0 10px;
}
.sign {
	height: 105px;
}
/* COL-LEFT */
.stars {
	background-position: left bottom;
	background-image: url('../../images/stars_top.png');
	background-repeat: no-repeat;
	height: 75px;
	width: 200px;
}
.stars2 {
	background-position: left top;
	background-image: url('../../images/stars_end.png');
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
	margin-top: 22px;
}
.office {
	background-position: left bottom;
	background-image: url('../../images/green_office.gif');
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
}
.map {
	width: 450px;
	height: 235px;
	background-repeat: no-repeat;
	background-image: url('../../images/map.gif');
	background-position: left;
}
.picture_right {
	float: right;
	margin-left: 15px;
	border: 1px solid #4C3117;
	padding: 4px;
}
.picture_left {
	float: left;
	margin-right: 15px;
	border: 1px solid #4C3117;
	padding: 4px;
}
.picture_left2 {
	float: right;
	margin-right: 0px;
	padding: 4px;
}

#col-left {
	float:left;
	width:200px;
	margin:0px 0 0 10px;
	padding:0px 0 0 0;
}

#col-left h1 {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	padding:5px 0 5px 13px;
	border-left:6px solid #ccc; }

			
/* COL RIGHT */ 	
#col-right {
	float: left;
	width: 580px;
	margin: 0 0 0 0;
	padding: 0px 40px 0 40px;
}
#col-right ul li {
	list-style-type: none;
}
#col-right h1 {
	font-size:2.4em;
	letter-spacing:-2px;
	text-transform:uppercase;
	margin:0px 0 0 0; 	
	color: #83CFE3;
}
#col-right h2 {
	background-position: left 54px;
	font-size: 5.5em;
	color: #4C3117;
	font-weight: bold;
	letter-spacing: -4px;
	text-transform: uppercase;
	margin: 0px 0 12px 0;
	background-image: url('../../images/brown_line.gif');
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
.pricing {
	font-family:"Courier New", Courier, monospace;
}
#col-right .span-11 {
	float:left;
	margin:10px 25px 10px 0;
	width:45%;  
	font-family: Lucida Console, Courier New;
	font-size: 9pt;
	}
#col-right .span-1 {
	float:left;
	margin:0px 30px 0 0;
	width:45%;  
	}

#col-right .span-2 {
	float:left;
	padding:20px 0 20px 45px;
	margin:20px 0 0 0;
	width:40%;
	background:transparent url("../../images/col_sep_quote.gif") no-repeat top left;  }

#col-right .span-2 p {
	font-size:1.6em;
	text-align:left;
	line-height:1.4em;
	color:#b2b1b1;
	padding:3px 0 3px 0 }

#col-right .span-2 span {
	padding: 0 0 5px 0;
	text-transform:uppercase; }

#col-right .span-3 {
	float:left;
	margin:0px 30px 0 0;
	width:40%;  }
#col-right .span-31 {
	float:left;
	margin:10px 25px 10px 0;
	width:46%;  
	font-family: Lucida Console, Courier New;
	font-size: 9pt;
}

/* TEAM MEMBERS */
.team-block {
	width:100%;
	float:left;
	margin:30px 0 0 0; }

.team-block .box-left img {
	border: 3px solid #f1f1f1; }

.team-block .box-right {
	margin:0 0 0 150px; 
	padding:0; }

.team-block .box-right h3 {
	font-weight:bold;
	margin:0; }

.team-block .box-right blockquote { 
	margin:0 0 20px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url("../../images/quote.png") no-repeat 0 0; }
	
.team-block .box-right blockquote p { 
	margin-bottom:10px; 
	text-align:left; }

/* SHOWCASE */
.showcase {
    float: left;
	width: 175px;
	margin: 15px 18px 10px 0; 
	overflow:auto;	}
.showcase h3 {
	font-weight: normal;
	font-size:1.2em;
	margin-top: 8px; }
	
.showcase h4 {
	font-size: 10px;
	font-weight: normal;
	margin: 1px 0 0 2px; }

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}

