/* CSS Reset  (from http://meyerweb.com/eric/tools/css/reset/)
---------------------------------------------------------- */
/* v1.0 | 20080212 */

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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Typography
---------------------------------------------------------- */

body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, sans-serif
	color: #013662;
	}

h1 {
	font-size: 1.8em;
	}
	
h2 {
	font-size: 1.5em;
	color: #fff;
	border-bottom: 1px dotted #005aa4;
	margin-left: 10px;
	margin-bottom: 10px;
	background:url(images/heading_background.png) no-repeat top left;
	display:block;
	text-indent: 17px;
	}

h3 {
	font-size: 1.3em;
	margin-left: 10px;
	margin-bottom: 5px;
	}

h4,
h5,
h6 {
	font-size: 1.2em;
	margin-left: 10px;
	}

p {
	margin: 0 0 1.5em 0;
	margin-left: 10px;
	color: #000;
	}

p:last-child {
	margin-bottom: 0;
	}

p img {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
	}

img {
	margin: 0 0 1.5em;
	}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
	}

ul {
	list-style-type: none;
	}

ol {
	list-style-type: decimal;
	}

dl {
	margin: 0 0 1.5em 0;
	}

dl dt {
	font-weight: bold;
	}

dd {
	margin-left: 1.5em;
	}

abbr, acronym {
	border-bottom: 1px dotted #666;
	}

address {
	font-style: italic;
	margin-top: 1.5em;
	}

del {
	color:#666;
	}

a:focus, 
a:hover {
	color: #000;
	text-decoration: underline;
	}

a:link, 
a:visited,
a:active {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #7a0b0b;
	text-decoration: underline;
	}
	

blockquote {
	color: #666;
	font-style: italic;
	margin: 1.5em;
	}

strong {
	font-weight: bold;
	}

em, dfn {
	color: #fff;
	float: left;
	padding-left: 10px;
	}

dfn {
	font-weight: bold;
	}

pre, code {
	margin: 1.5em 0;
	white-space: pre;
	}

pre, code, tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
	} 

tt {
	display: block;
	line-height: 1.5;
	margin: 1.5em 0;
	}

table {
	margin-bottom: 1em;
	}

th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	}

td {
	border-bottom: 1px solid #ccc;
	}

th, td {
	padding: 0.2em;
	}

input, textarea, select {
	background: #f5f5f5;
	border: 1px solid #aaa;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	width: 330px;
	}

input:focus, textarea:focus, select:focus {
	background: #fff;
	border: 1px solid #666;
	}

textarea {
	font-size: inherit;
	width: 330px;
	}

input.inputButton {
	background: #3397cb;
	border: 1px solid #1c658b;
	color: #fff;
	font-weight: bold;
	font-family: inherit;
	overflow: visible;			/* fix for IE6 double padding on buttons */
	padding: 0 10px;
	text-align: center;
	width: auto;				/* fix for IE6 double padding on buttons */
	}

input.inputButton:hover {
	background: #1c658b;
}

b {
	background-color: #eee363;
}

/* Containers
---------------------------------------------------------- */
body#index {
	background: #eaeaea;
}

#container_inner {
	width: 986px;
	margin-left: auto ;
	margin-right: auto ;
}
#col_left {
	background: #fff;
	width: 186px;
	height: 1180px;
	float: left;
}

#col_left_approach {
	background: #fff;
	width: 186px;
	height: 975px;
	float: left;
}
#col_left_team {
	background: #fff;
	width: 186px;
	height: 1305px;
	float: left;
}
#col_left_contact {
	background: #fff;
	width: 186px;
	height: 980px;
	float: left;
}

#col_right {
	background: #eaeaea url(images/background.jpg) no-repeat top left;
	width: 800px;
	min-height: 800px;
	float: right;
}

#top_header {
	background: #eaeaea url(images/top_header.jpg) no-repeat bottom left;
	height: 40px;
}

#top_header p{
	color: #fff;
	text-align: right;
	padding: 10px 50px 0px 0px;
}

#top_header a {
	color: #fff;
	text-decoration: none;
}

#header {
	padding: 10px 10px 0 10px;
}

#page_header {
	padding: 10px 10px 5px 10px;
}

#headline {
	padding-left: 10px;
}

#team_header {
	padding-left: 10px;
}

/* Left Contact Frame
---------------------------------------------------------- */
#contact_left {
	padding-top: 10px;
	background: #fff url(images/contact.jpg);
	width: 186px;
	height: 240px;
}

#contact_left h3 {
	margin: 25px 18px 20px 20px;
	color: #fff;
}

#contact_left h4 {
	margin-left: 20px;
}

#contact_left p {
	margin: 10px 18px 10px 20px;
	color: #000;
}

/* Content
---------------------------------------------------------- */
#content_left {
	width: 390px;
	float: left;
	padding-right: 5px;
}

#content_right {
	width: 390px;
	float: left;
}

#footer {
	width: 778px;
	float: left;
	margin: 30px 10px;
	border-top: 1px solid #7c7c7c;
}
#footer p {
	font-size: 10px;
	text-align: right;
}

#content li {
	margin-left: 50px;
}

#content h4 {
	margin-bottom: 10px;
}

/* Nav
---------------------------------------------------------- */
#nav {
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-bottom: 15px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
}
		
#nav li {
	display: block;
	float: left;
	height: 18px;
	padding-right: 35px;
}

#nav a {
	display: block;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
}

#nav li.nav_services a {
	background: transparent url(images/nav_services.png) top left no-repeat;
	width: 138px;
}		
#nav li.nav_services a:hover {
	background: transparent url(images/nav_services_hover.png) top left no-repeat;
}

#nav li.nav_about a {
	background: transparent url(images/nav_about.png) top left no-repeat;
	width: 96px;
}	
#nav li.nav_about a:hover {
	background: transparent url(images/nav_about_hover.png) top left no-repeat;
}

#nav li.nav_team a {
	background: transparent url(images/nav_team.png) top left no-repeat;
	width: 97px;
}		
#nav li.nav_team a:hover {
	background: transparent url(images/nav_team_hover.png) top left no-repeat;
}

#nav li.nav_testimonials a {
	background: transparent url(images/nav_testimonials.png) top left no-repeat;
	width: 140px;
}		
#nav li.nav_testimonials a:hover {
	background: transparent url(images/nav_testimonials_hover.png) top left no-repeat;
}

#nav li.nav_contact a {
	background: transparent url(images/nav_contact.png) top left no-repeat;
	width: 122px;
}		
#nav li.nav_contact a:hover {
	background: transparent url(images/nav_contact_hover.png) top left no-repeat;
}