/*****************************************************
 DEFAULT HTML ELEMENTS
*****************************************************/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	background: #5a5457;
	margin: 0;
	padding: 0;
	font: 62.5% Verdana, Tahoma, Sans-Serif;
	text-align: left;
	color: #313131;
}
h1 {
	background-repeat: no-repeat;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFF;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #842a82;
}
a:hover {
	text-decoration: underline;
}
hr {
	height: 1px;
	background: transparent url(images/dots.gif) repeat-x;
	border: none;
	margin: 15px 0;
	color: #9C8D68;
}
img {
	vertical-align: top;
	border: none;
}
ul li strong {
	text-transform: uppercase;
}

/*****************************************************
 ARCHITECTURE / INTERFACE ELEMENTS
*****************************************************/
#wrapStar { /* dead center of browser window. everything goes inside this div */
	width: 910px;
	height: 100%;
	margin: 0 auto;
}
#shadow {
	width: 894px;
	height: 525px;
	background: transparent url(images/shadow.gif) no-repeat;
	padding: 5px 10px 11px 6px;
}
#leftCol {
	float: left;
	width: 545px;
	background: #999;
}
#rightCol {
	float: left;
	width: 349px;
	background: #777;
}
#title { /* background image div for slogan */
	width: 545px;
	height: 100px;
	margin: 0;
	background: transparent url(images/title.jpg);
}
#logo { /* background image div for slogan */
	float: left;
	width: 278px;
	height: 146px;
	margin: 0;
}
#menu {
	width: 545px;
	height: 146px;
	background: transparent url(images/logo.jpg) 0 0 no-repeat;
}
	#globalNav { /* for main menu. sppears on every oage */
		float: left;
		width: 128px;
	}
		#subNav { /*for sub menus. only appears on select pages */
			float: left;
			width: 132px;
			height: 67px;
			background: transparent url(images/bracket.gif) no-repeat bottom right;
			padding-top: 79px;
			padding-left: 5px;
		}
#leftBody {
	float: left;
	width: 545px;
	height: 279px;
	background: transparent url(images/leftCol.jpg) no-repeat;
}
#focus {
	float: left;
	width: 355px;
	height: 209px;
	padding: 50px 0 20px 50px;
}
#related {
	float: left;
	width: 100px;
	height: 209px;
	padding: 50px 25px 20px 15px;
}
#topCap {
	width: 255px;
	height: 59px;
	background: transparent url(images/topRight.jpg) no-repeat;
	padding: 30px 21px 11px 73px;
	text-align: right;
	color: #FFF;
}
#bottomCap {
	width: 219px;
	height:90px;
	background: transparent url(images/bottomRight.jpg) no-repeat;
	padding: 10px 20px 0 110px;
	font-size: 0.9em;
	text-align: left;
	color: #FFF;
}
#photo {
	width: 349px;
	height: 325px;
}
.portGrid {
	height: 283px;
	padding: 50px 70px 0 70px;
}

/*****************************************************
 TYPE CLASSES
*****************************************************/
#globalNav ul, #subNav ul, .grid, #contact, #arrows ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#globalNav li {
		float: left;
		width: 30px;
		height: 146px;
		margin: 0 2px 0 0;
		padding: 0;
	}
	#subNav li {
		width: 132px;
		height: 13px;
		margin: 0;
		padding: 0;
	}
	#globalNav a, #subNav a, .grid a, #arrows a {
		display: block;
		width: 30px;
		height: 146px;
		text-indent: -9999px;
		overflow: hidden;
	}
		#subNav a {
			width: 132px;
			height: 13px;
		}

#leftBody p {
	margin-left: 15px;
	font-size: 1.1em;
}
#leftBody li {
	font-size: 1.1em;
	line-height: 1.4em;
}
#contact {
	height: 65px;
	background: transparent url(images/contactBracket.gif) no-repeat;
	margin-top: 25px;
	padding-top: 5px;
}
	#contact li {
		margin: 0;
		padding: 0 0 0 105px;
		font-size: 1.1em;
		line-height: 1.6em;
		color: #5a5457;
	}
.hidden {
	text-indent: -9999px;
	overflow: hidden;
}
.grid li {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 5px 5px 0;
	padding: 0;
}
.grid a {
	width: 60px;
	height: 60px;
}
#arrows {
	float: left;
	text-align: left;
}
	#arrows ul li {
		float: left;
		width: 19px;
		height: 19px;
		margin: 0 5px 0 0;
		padding: 0;
	}
	#arrows a {
		width: 19px;
		height: 19px;
	}
	.prev {
		background: transparent url(images/arrows.gif) 0 -26px no-repeat;
	}
	a.prev:hover {
		background: transparent url(images/arrows.gif) -26px -26px no-repeat;
	}
	.next {
		background: transparent url(images/arrows.gif) 0 0 no-repeat;
	}
	a.next:hover {
		background: transparent url(images/arrows.gif) -26px 0 no-repeat;
	}
#launch {
	float: right;
}
a.thumb {
	background-position: 0 0;
	background-repeat: no-repeat;
}
a.thumb:hover {
	background-position: -65px 0;
	background-repeat: no-repeat;
}
.projTitle {
	height: 37px;
}
.there {
	display: block;
}
.gone {
	display: none;
}

/*****************************************************
 MENU LINK CLASSES
*****************************************************/
a.home {
	background: transparent url(images/menu.jpg) 0 0 no-repeat;
}
a.home:hover {
	background: transparent url(images/menu.jpg) 0 -153px no-repeat;
}
a.about {
	background: transparent url(images/menu.jpg) -32px 0 no-repeat;
}
a.about:hover {
	background: transparent url(images/menu.jpg) -32px -153px no-repeat;
}
a.portfolio {
	background: transparent url(images/menu.jpg) -64px 0 no-repeat;
}
a.portfolio:hover {
	background: transparent url(images/menu.jpg) -64px -153px no-repeat;
}
a.contact {
	background: transparent url(images/menu.jpg) -96px 0 no-repeat;
}
a.contact:hover {
	background: transparent url(images/menu.jpg) -96px -153px no-repeat;
}
/* About Page sub nav items */
a.history {
	background: transparent url(images/about.gif) 0 -39px no-repeat;
}
a.history:hover {
	background: transparent url(images/about.gif) 0 -98px no-repeat;
}
a.mission {
	background: transparent url(images/about.gif) 0 0 no-repeat;
}
a.mission:hover {
	background: transparent url(images/about.gif) 0 -59px no-repeat;
}
a.services {
	background: transparent url(images/about.gif) 0 -13px no-repeat;
}
a.services:hover {
	background: transparent url(images/about.gif) 0 -72px no-repeat;
}
a.team {
	background: transparent url(images/about.gif) 0 -26px no-repeat;
}
a.team:hover {
	background: transparent url(images/about.gif) 0 -85px no-repeat;
}
/* Portfolio Page sub nav items */
a.print {
	background: transparent url(images/portfolio.gif) 0 0 no-repeat;
}
a.print:hover {
	background: transparent url(images/portfolio.gif) 0 -59px no-repeat;
}
a.photography {
	background: transparent url(images/portfolio.gif) 0 -13px no-repeat;
}
a.photography:hover {
	background: transparent url(images/portfolio.gif) 0 -72px no-repeat;
}
a.web {
	background: transparent url(images/portfolio.gif) 0 -26px no-repeat;
}
a.web:hover {
	background: transparent url(images/portfolio.gif) 0 -85px no-repeat;
}
a.packaging {
	background: transparent url(images/portfolio.gif) 0 -39px no-repeat;
}
a.packaging:hover {
	background: transparent url(images/portfolio.gif) 0 -98px no-repeat;
}

/*****************************************************
 PHOTO CLASSES
*****************************************************/
.homePhoto {
	background: transparent url(images/photos/home.jpg) no-repeat;
}
.aboutPhoto {
	background: transparent url(images/photos/stairs.jpg) no-repeat;
}
.historyPhoto {
	background: transparent url(images/photos/door2.jpg) no-repeat;
}
.missionPhoto {
	background: transparent url(images/photos/skylight.jpg) no-repeat;
}
.servicesPhoto {
	background: transparent url(images/photos/table.jpg) no-repeat;
}
.teamPhoto {
	background: transparent url(images/photos/doors.jpg) no-repeat;
}
.contactPhoto {
	background: transparent url(images/photos/sign.jpg) no-repeat;
}