/* 
Created by Matt Dente
matt@mattdente.com 
*/

html {
	height: 100.5%;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.65em;
	color: #333;
	background-color: #FFF;
	background: url(images/wrapper_bg.gif) center repeat-y;
	}
	
#wrapper {
	position: relative;
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-bottom: 30px;
	}

/*-------- HOME NAVIGATION --------*/

#navigation {
	float: left;
	width: 50px;
	list-style-type: none;
	padding: 4px 0 0 55px;
	margin: 0;
	}
	
#navigation span {
	display: none;
	}
	
#navigation li {
	margin-bottom: 9px;
	}

/* Home */

#navigation li#home {
	width: 9px;
	height: 31px;
	}
	
#navigation li#home a {
	display: block;
	width: 9px;
	height: 31px;
	background: url(images/nav_home_off.gif);
	}
	
#navigation li#home a:hover {
	display: block;
	width: 9px;
	height: 31px;
	background: url(images/nav_home_on.gif);
	}
	
#navigation li#home a.onstate {
	display: block;
	width: 9px;
	height: 31px;
	background: url(images/nav_home_on.gif);
	}
	
/* Portfolio */

#navigation li#portfolio {
	width: 9px;
	height: 62px;
	}
	
#navigation li#portfolio a {
	display: block;
	width: 9px;
	height: 62px;
	background: url(images/nav_portfolio_off.gif) no-repeat;
	}
	
#navigation li#portfolio a:hover {
	display: block;
	width: 9px;
	height: 62px;
	background: url(images/nav_portfolio_on.gif) no-repeat;
	}
	
#navigation li#portfolio a.onstate {
	display: block;
	width: 9px;
	height: 62px;
	background: url(images/nav_portfolio_on.gif) no-repeat;
	}
	
/* About Us */

#navigation li#about {
	width: 9px;
	height: 56px;
	}
	
#navigation li#about a {
	display: block;
	width: 9px;
	height: 56px;
	background: url(images/nav_about_off.gif) no-repeat;
	}
	
#navigation li#about a:hover {
	display: block;
	width: 9px;
	height: 56px;
	background: url(images/nav_about_on.gif) no-repeat;
	}
	
#navigation li#about a.onstate {
	display: block;
	width: 9px;
	height: 56px;
	background: url(images/nav_about_on.gif) no-repeat;
	}
	
/* About Us */

#navigation li#contact {
	width: 9px;
	height: 56px;
	}
	
#navigation li#contact a {
	display: block;
	width: 9px;
	height: 56px;
	background: url(images/nav_contact_off.gif) no-repeat;
	}
	
#navigation li#contact a:hover {
	display: block;
	width: 9px;
	height: 56px;
	background: url(images/nav_contact_on.gif) no-repeat;
	}
	
#navigation li#contact a.onstate {
	display: block;
	width: 9px;
	height: 56px;
	background: url(images/nav_contact_on.gif) no-repeat;
	}
	
#navigation a img {
	border: none;
	}

/*-------- BODY --------*/

h1 {
	position: relative;
	left: 41px;
	top: 0;
	width: 200px;
	padding: 0 0 20px 0;
	}
	
#localNav {
	float: left;
	width: 158px;
	*width: 159px;
	padding: 0;
	margin: 0;
	}
	
#localNav p.upper {
	color: #666;
	font-size: .85em;
	line-height: 1.5em;
	padding: 0 20px 0 0;
	text-transform: uppercase;
	}
	
#localNav h3 {
	font-size: .8em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	}

#localNav ul {
	padding: 0 0 20px 0;
	margin: 0;
	list-style-type: none;
	font-size: .9em;
	line-height: 1.2em;
	text-transform: uppercase;
	}
	
#localNav ul li {
	padding: 0;
	margin: 0;
	}
	
#localNav ul a {
	color: #666;
	text-decoration: none;
	}
	
#localNav ul a:hover {
	color: #F00;
	text-decoration: none;
	}
	
#localNav ul a.onstate {
	color: #F00;
	text-decoration: none;
	}
	
#portfolioImage {
	float: left;
	position: relative;
	top: -80px;
	padding: 0;
	margin: 0;
	}
	
#mapImage {
	float: left;
	position: relative;
	top: 0;
	padding: 0;
	margin: 0;
	}
	
/*-------- Sub Page Content --------*/

#subContent {
	float: left;
	width: 574px;
	padding: 0 40px 0 0;
	margin: 0;
	}
	
#subContent h2 {
	color: #000;
	font-size: 1.2em;
	padding: 0 0 40px 0;
	margin: 0;
	text-transform: uppercase;
	}

#subContent p {
	color: #666;
	line-height: 1.5em;
	padding: 0 0 15px 0;
	margin: 0;
	}
	
#subContent p.upper {
	text-transform: uppercase;
	}
	
#subContent p a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#subContent p a:hover {
	color: #F00;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#subContent p a img {
	position: relative;
	top: -2px;
	left: 2px;
	border:  none;
	}
	
#subContent p strong {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	}

#subContent p span {
	color: #000;
	text-transform: uppercase;
	}

#subContent p.intro {
	color: #666;
	font-size: 1.8em;
	line-height: 1.5em;
	padding: 0 0 30px 0;
	margin: 0;
	text-transform: uppercase;
	}
	
#subContent p.intro strong {
	color: #000;
	}
	
#subContent .twoCol {
	float: left;
	width: 245px;
	padding: 0 40px 0 0;
	margin: 0;
	}
	
#subContent .twoCol h3 {
	position: relative;
	top: -3px;
	font-size: .9em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	}

#subContent .twoCol ul {
	color: #666;
	list-style-type: none;
	padding: 0 0 30px 0;
	margin: 0;
	}
	
#subContent .twoCol ul li {
	line-height: 1.4em;
	}
	
#subContent .fourCol {
	float: left;
	width: 120px;
	padding: 0 20px 0 0;
	margin: 0;
	}
	
#subContent .fourCol h3 {
	font-size: .9em;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 0 0 4px 0;
	margin: 0;
	}

#subContent .fourCol ul {
	color: #666;
	font-size: .85em;
	list-style-type: none;
	padding: 0 0 15px 0;
	margin: 0;
	}
	
#subContent .fourCol ul li {
	line-height: 1.35em;
	text-indent: -5px;
	margin: 0 0 0 5px;
	}


#subContentBar {
	position: relative;
	top: 70px;
	left: 15px;
	clear: both;
	width: 862px;
	*width: 863px;
	height: 22px;
	margin: 0;
	padding: 0;
	background-color: #000;
	}
	
#subContentBarMap {
	position: relative;
	left: 15px;
	clear: both;
	width: 862px;
	*width: 863px;
	height: 22px;
	margin: 0;
	padding: 0;
	background-color: #000;
	}


/*-------- subNav --------*/

#subNav {
	position: relative;
	top: -80px;
	left: 15px;
	clear: both;
	width: 862px;
	*width: 863px;
	height: 22px;
	margin: 0;
	padding: 0;
	background-color: #000;
	}
	
#subNav p {
	float: left;
	color: #FFF;
	font-size: .8em;
	text-transform: uppercase;
	text-indent: 40px;
	margin: 2px 0 0 0;
	*margin: 3px 0 0 0;
	padding: 0;
	}
	
#subNav p span {
	color: #666;
	}
	
#subNav p.projectDescription {
	float: right;
	color: #FFF;
	font-size: .8em;
	text-transform: uppercase;
	
	}
	
#subNav p a {
	color: #FFF;
	text-decoration: none;
	}
	
#subNav p a:hover {
	color: #F00;
	text-decoration: none;
	}
	
#subNav p a img {
	position: relative;
	top: 1px;
	padding: 0 0 0 3px;
	margin: 0;
	border: none;
	}
	
#subNav ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
#subNav ul li {
	float: left;
	}
	
#subNav ul li a span {
	display: none;
	}
	
#subNav ul li#previous a {
	float: left;
	width: 21px;
	height: 22px;
	padding: 0;
	margin: 0;
	background: url(images/arrow_left_on.gif);
	}
	
#subNav ul li#previous a:hover {
	width: 21px;
	height: 22px;
	background: url(images/arrow_left_over.gif);
	}
	
#subNav ul li#previous a.off {
	width: 21px;
	height: 22px;
	background: url(images/arrow_left_off.gif);
	}
	
#subNav ul li#previous a:hover.off {
	width: 21px;
	height: 22px;
	background: url(images/arrow_left_off.gif);
	}
	
#subNav ul li#next a {
	float: left;
	width: 21px;
	height: 22px;
	padding: 0;
	margin: 0;
	background: url(images/arrow_right_on.gif);
	}
	
#subNav ul li#next a:hover {
	width: 21px;
	height: 22px;
	background: url(images/arrow_right_over.gif);
	}
	
#subNav ul li#next a.off {
	width: 21px;
	height: 22px;
	background: url(images/arrow_right_off.gif);
	}
	
#subNav ul li#next a:hover.off {
	width: 21px;
	height: 22px;
	background: url(images/arrow_right_off.gif);
	}

	
/*-------- Footer --------*/

#footer {
	position: relative;
	top: -80px;
	left: 15px;
	*left: 16px;
	width: 862px;
	*width: 862px;
	height: 30px;
	margin: 0 0 50px 0;
	padding: 0;
	background-color: #000;
	background: url(images/footer_bg.gif) top repeat-x;
	}

#footer p {
	color: #666;
	font-size: .8em;
	text-transform: uppercase;
	margin: 0 0 0 40px;
	padding: 10px 0 0 0;
	}
	
#footerSub {
	position: relative;
	top: 70px;
	left: 15px;
	*left: 16px;
	width: 862px;
	*width: 862px;
	height: 30px;
	margin: 0 0 50px 0;
	padding: 0 0 40px 0;
	background-color: #000;
	background: url(images/footer_bg.gif) top repeat-x;
	}

#footerSub p {
	color: #666;
	font-size: .8em;
	text-transform: uppercase;
	margin: 0 0 0 40px;
	padding: 10px 0 0 0;
	}
	
#footerSubMap {
	position: relative;
	left: 15px;
	*left: 16px;
	width: 862px;
	*width: 862px;
	height: 30px;
	margin: 0 0 50px 0;
	padding: 0 0 40px 0;
	background-color: #000;
	background: url(images/footer_bg.gif) top repeat-x;
	}

#footerSubMap p {
	color: #666;
	font-size: .8em;
	text-transform: uppercase;
	margin: 0 0 0 40px;
	padding: 10px 0 0 0;
	}
