body {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	color: white;
	background-color:#070303;
}
a {
	color:#FF6600;
	text-decoration:none;
}
.submitButton {
	height:17px;
	width:30px;
	font-size:10px;
	font-family: "Century Gothic", Arial;
	border:1px solid #FF6600;
}
.textInput {
	height:17px;
	width:20px;
	font-size:10px;
	font-family: "Century Gothic", Arial;
	border:1px solid #FF6600;
	background-color:#070303;
	color:#FF6600;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: white;
	font-weight:normal;
	padding:0px;
	margin:0px;
	margin-bottom:8px;
}
p {
	font-size:11px;
	line-height:16px;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
}
.centered {
	text-align:center;
}	
.padding {
	padding:10px;
}
.hidden {
	display:none;
}
#mainContainer {
	margin: 0 auto;
	text-align:left;
	width:876px;
	background-image:url(images/pagebg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
}

#navigation {
	clear:both;
	width:520px;
	height:159px;
}
#about #navigation {
	background-image:url(images/navbg.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#contact #navigation {
	background-image:url(images/nav1bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#portfolio #navigation {
	height:110px;
}
#column1 {
	width:520px;
	float:left;
}
#column2 {
	padding-top:120px;
	width:356px;
	float:left;
}
.navDiv {
	height:34px;
	width:96px;
	border-left:1px solid #666666;
	float:left;
}
.navDiv .selected {
	font-weight:bold;
}
.navDiv a {
	padding-left:9px;
	font-size:10px;
	line-height:10px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}
.navDiv .selected,.navDiv a:hover {
	color:#FF6600;
}
#children {
	padding-left:20px;
	padding-top:0px;
	padding-bottom:5px;
	display:none;
}
#visibleChildren {
	padding-left:20px;
	padding-top:0px;
	padding-bottom:5px;
}
.child .selected {
	color:white;
}
#homeRow {
	width:876px;
	clear:both;
}
#homeColumn1 {
	float:left;
	width:520px;
	padding-top:30px;
}
#homeContent {
	padding-top:40px;
	padding-right:20px;
}
#homeColumn2 {
	float:left;
	width:333px;
}
#portfolioRow {
	width:876px;
	clear:both;
}
#portfolioColumn1 {
	float:left;
	width:160px;
}
#portfolioColumn2 {
	margin-left:43px;
	float:left;
	width:664px;
}
.leftTitle {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding-left:10px;
	font-size:10px;
	text-transform:uppercase;
	line-height:10px;
}
#subnavigation {
	padding-top:15px;
	padding-bottom:10px;
	padding-left:10px;
	clear:both;
}
.subnavDiv {
	margin-bottom:2px;
	text-transform:uppercase;
	font-size:10px;
}
.subnavDiv a {
	color:white;
	text-decoration:none;
}
.subnavDiv .selected,.subnavDiv a:hover {
	color:#FF6600;
}
#footer {
	width:876px;
	clear:both;
	font-size:10px;
	padding-top:10px;
	text-transform:uppercase;
}
#imageNav {
	height:30px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	margin-bottom:4px;
}
#instructions {
	margin-bottom:15px;
}
#imageNav .selected {
	background-color:#FFBB8E;
}
.imageButton {
	height:19px;
	width:19px;
	margin-right:2px;
	margin-top:5px;
	background-color:#FF6600;
	float:left;
}
.imageButton a {
	display:block;
	width:19px;
	height:19px;
}
.button {
	margin-top:5px;
	margin-right:2px;
	height:19px;
	float:left;
}
.inactive {
	background-color:#333333;
}
#imageBox {
	width:662px;
	height:508px;
	border:1px solid #333333;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.bigImageHolder {
	text-align:center;
	vertical-align:middle;
}
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#thumbnail {
	height:60px;
	display:table-cell;
	display:none;
	position:absolute;
}
#thumbnailPic {
	height:50px;
	border-left:1px solid white;
	border-top:1px solid white;
	border-right:1px solid white;
}
#thumbnailArrow {
	height:9px;
	background-image:url(images/thumbnail_bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
}