/* Color Key
Offwhite light #BBC
Offwhite Med #887
Light Gray #889

*/


body {
	margin:50px 0px;
	padding:0px;
	
	text-align:center;
	background-color: #000;
	
	font-size: 10px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.container {
	width:960px;
	min-height:740px; 
	margin:0px auto;
	text-align:left;
	
	border:1px solid #BBC;
	background-color:#112;
	background-image: url('images/in_bg_01.jpg');
	background-repeat:no-repeat;
}

/* Navigation */

.nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #fff;
}

.nav a:hover {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #ccc;
}

.nav ul {
	float: right;
	margin-top: 25px;
}

.nav li{
	list-style: none;
	display: inline;
	margin-right: 40px;

}

/* Content */

.content {
	margin: 115px 0 0 380px;
	width: 415px;
	padding-bottom: 75px;

	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.55em;
	color: #fff;
}

.content a {	
	text-decoration: underline;
	color: #dde;
}

#home .content a, #clients .content a {
	text-decoration: none;
}

.content a:hover {	
	text-decoration: none;
	color: #aaa;
}

.content li{
	list-style: none;
	line-height: 1.8em;
	position: relative;
	right: 40px;
}

/* Headings */

#home h1 {
	display:none;
}

h1, h2 {
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #fff;
}

/* Specific Page Edits */

#approach .container {
	min-height:960px; 
}

#home .nav {
	margin-top: 170px;
}

#home .container {
	background-image: url('images/home_bg_01.jpg');
	min-height:670px;
}

#home .content {
	margin: 550px 0 0 410px;

	width: 510px;

	text-align:right;
	font-size: 1.8em;
	line-height: 1.4em;
	color: #bbc;

	padding-bottom: 0px;
	letter-spacing: .5px;
}

#home .content a {color: #bbc;}
#home .content a:hover {color: #aaa;}

.blue {
	color: #BBC;
}

#phone {
	font-size: 1.3em;
}
