@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #5F5F5F;
	background-attachment: scroll;
}
#Wrapper {
	height: 700px;
	width: 100%;
	background-color: #FFFFFF;
}
#HeaderWrap {
	background-color: #FF9230;
	background-image: url(images/bgExtend.jpg);
	background-repeat: repeat-x;
	height: 101px;
	width: 100%;
}
#Header {
	height: 101px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#Masthead {
	float: left;
	height: 31px;
	width: 500px;
	padding-top: 69px;
}
#Nav {
	float: left;
	height: 31px;
	width: 400px;
	text-align: left;
	padding-top: 69px;
	padding-right: 100px;
}
#Main {
	height: 620px;
	width: 1000px;
	padding-top: 100px;
	background-image: url(images/systemsbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
}
#MainResume {
	height: 600px;
	width: 1000px;
	padding-top: 100px;
	background-image: url(images/resumebg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
}
#Left {
	height: 500px;
	width: 500px;
	float: left;
}
#Right {
	float: left;
	height: auto;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5F5F5F;
	line-height: 140%;
}

#RightResume {
	float: right;
	height: auto;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5F5F5F;
	line-height: 140%;
}
#Right a, #Right a:link, #Right a:visited, #RightResume a, #RightResume a:link, #RightResume a:visited {
	color: #FF9933;
	text-decoration: none;
}
#Right a:hover, #RightResume a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}

.subhead {
	font-size: 14px;
	font-weight: bold;
}
#FooterWrap {
	background-color: #5F5F5F;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#Footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.box {
	float: left;
	width: 500px;
	height: 200px;
	padding-top: 15px;
}
#Footer p, #Footer a, #Footer a:link, #Footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #F1F6FC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
	line-height: 140%;
}
#Footer a:hover {
	text-decoration: underline;
}
/* End hide from IE-mac */.thumbBorder {
	padding-right: 30px;

}

/* Clearing Floats! */
.clearFloat:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFloat
{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearFloat
{height: 1%;}

.clearFloat
{display: block;}

/* Light Box Styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('http://www.creativechris.net/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('http://www.creativechris.net/images/nextlabel.gif') right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
