@charset "UTF-8";
/* CSS Document */

/* reset css doc*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */

/* centering */

#container {
  margin:50px auto;
  width: 800px;
  text-align: left;
 
  }

/* end centering */

#left {
	float:left;
	width:313px;
	
}

#right {
		float:right;
		width:400px;	
}


#header {
	width:313px;
}

#nav {
	width:144px;
	margin:50px 0 0 169px;	
}

#nav p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.8em;
		color:#333;
		line-height:1.1em;
		margin:50px 0 0 40px;
	
}

.download {
	float:right;
}


#right {
	width:400px;
	margin:0 40px 0 0;
}

#right h2 {
	margin:0 0 25px 0;
}

#right h4 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		font-weight:bold;
		color:#333;
		line-height:1.5em;
		margin:0 10px 0px 22px;
}
	

#right p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.8em;
		color:#333;
		line-height:1.4em;
		margin:0 10px 25px 22px;
	
}

#right a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
	
}

#right li {
	font-family:Arial, Helvetica, sans-serif;
		font-size:0.8em;
		color:#333;
		line-height:1.5em;
		margin:0 10px 25px 22px;
		list-style:square;
}
	

#footer p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.7em;
		line-height:1.5em;
		margin:0 100px 20px 10px;
		background-color:#000;
		padding:3px 0px 3px 12px;
		color:#FFF;
}

.photo {
	float:left;
	margin:0 10px 5px 8px;
}
	
/* styling for navigation */

.listsub	{
	margin: 0 0 5px 0;
}

#nav #about {
	background:url(../img/about_nav_off.png) 0 0 no-repeat;
	display:block;
	width:144px;
	height:33px;
}

#nav #about:hover {
	background:url(../img/about_nav_on.png) 0 0 no-repeat;
	
}

#aboutpage #nav #about {
	background:url(../img/about_nav_on.png) 0 0 no-repeat;
	
}

#nav #team {
	background:url(../img/team_nav_off.png) 0 0 no-repeat;
	display:block;
	width:144px;
	height:18px;
}

#nav #team:hover {
	background:url(../img/team_nav_on.png) 0 0 no-repeat;
	
}

#teampage #nav #team {
	background:url(../img/team_nav_on.png) 0 0 no-repeat;
	
}

#nav #history {
	background:url(../img/history_nav_off.png) 0 0 no-repeat;
	display:block;
	width:144px;
	height:18px;
}

#nav #history:hover {
	background:url(../img/history_nav_on.png) 0 0 no-repeat;
	
}

#historypage #nav #history {
	background:url(../img/history_nav_on.png) 0 0 no-repeat;
	
}

#nav #services {
	background:url(../img/services_nav_off.png) 0 0 no-repeat;
	display:block;
	width:144px;
	height:33px;
}

#nav #services:hover {
	background:url(../img/services_nav_on.png) 0 0 no-repeat;
}

#servicespage #nav #services {
	background:url(../img/services_nav_on.png) 0 0 no-repeat;
}

#nav #work {
	background:url(../img/work_nav_off.png) 0 0 no-repeat;
	display:block;
	width:144px;
	height:33px;
}

#nav #work:hover {
	background:url(../img/work_nav_on.png) 0 0 no-repeat;
}

#workpage #nav #work {
	background:url(../img/work_nav_on.png) 0 0 no-repeat;
}

#nav #approach {
	background:url(../img/approach_nav_off.png) 0 0 no-repeat;
	display:block;
	width:144px;
	height:34px;
}

#nav #approach:hover {
	background:url(../img/approach_nav_on.png) 0 0 no-repeat;
}

#approachpage #nav #approach {
	background:url(../img/approach_nav_on.png) 0 0 no-repeat;
}

#nav #contact {
	background:url(../img/contact_nav_off.png) 0 0 no-repeat;
	display:block;
	width:144px;
	height:23px;
}

#nav #contact:hover {
	background:url(../img/contact_nav_on.png) 0 0 no-repeat;
}

#contactpage #nav #contact {
	background:url(../img/contact_nav_on.png) 0 0 no-repeat;
}

#about span, #services span, #work span, #contact span, #approach span, #team span, #history span{
	display:none;
}

/* end navigation */

