@charset "utf-8";
/*
---------------------------------------------------------------------
 PAGE STRUCTURE (and section specific styling)
---------------------------------------------------------------------
*/
#outerContainer {
	/* To fix IE 5 centering bug */
	text-align: center;
}
#innerContainer {
	/* Adjust for centering fix */
	text-align: left;
	position:relative;
	width: 740px;
	height: 465px;
	margin: 100px auto;
	background-color:#FFFFFF;
}

#sectionNav {
	position:absolute;
	left:30px;
	top:190px;
}

#portfolio {
	position:absolute;
	left:30px;
	top:430px;
}

#logo {
	position:absolute;
	top:32px;
	left:512px;
}

#mainNav {
	margin:0;
	padding:0;
	position:absolute;
	width:400px;
	left:250px;
	top:60px;
}
#mainNav li { 
	float:left;
	width:120px;
	height:120px;
	list-style: none;
	padding:0;
	margin:0;
}
#mainNav li a {
	border:none;
}

.contentBlock {
	margin:0;
	padding:0;
	position:absolute;
	width:340px;
	height:340px;
	left:250px;
	top:60px;
	background-color:#d7751a;
	color:#FFFFFF;
}

.contentBlock a {
	color:#FFFFFF;
}

.close {
	position:absolute;
	top:5px;
	right:5px;
}

.active {
	color:#d7751a;
}

#contactInfoShell {
}

#contactInfo {
	padding:10px;
}

#aboutShell {
}

#about {
	padding:10px 40px 10px 10px;
}



#tagLine {
	position:absolute;
	width:340px;
	left:250px;
	top:405px;
	text-align:right;
}


/*
---------------------------------------------------------------------
 TAGS
---------------------------------------------------------------------
*/

body {
	background-color:#333333;
	margin:0;
	padding:0;
}
body, td {
	font:10px/13px Arial, Helvetica, sans-serif;
	color:#333333;
}
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:underline;
}


/*
---------------------------------------------------------------------
 CLASSES
---------------------------------------------------------------------
*/
.hidden {
	display:none;
}
