@charset "utf-8";
.stripeBG {
	background-image: url(images/stripePattern.png);
	height: 10px;
	padding: 0px;
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.curious {
	background-image: url(images/curious.png);
	background-repeat: no-repeat;
	left: 20px;
	top: 64px;
	height: 100px;
	width: 1000px;
	position: absolute;
}
.subheader {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	font-variant: small-caps;
	color: #E44044;
}
#mainBody {
	margin-top: 0px;
	margin-left: 40px;
	position: relative;
	min-height: 100%;
}

html, body {
	height: 100%;
}


#navigation ul {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-weight: lighter;
	font-variant: small-caps;
	font-size: 24px;
	left: 750px;
	top: 67px;
	margin-left: 0px;
	padding-left: 0px;
	position: absolute;
}
.bottomStripeBG {
	background-image: url(images/bottomStripePattern.png);
	background-repeat: repeat;
	height: 125px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	background-position: bottom;
}
#me img {
	margin-bottom: 50px;
	border: medium solid #4D4D4D;
}

#introBlueText img {
	float: right;
	clear: right;
	position: absolute;
	left: 500px;
	top: 300px;
}

.introText {
	float: right;
	clear: right;
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #4D4D4D;
	width: 600px;
	position: absolute;
	left: 500px;
	top: 600px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #4D4D4D;
	line-height: 17px;
}

.text {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #4D4D4D;
	width: 600px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #4D4D4D;
	margin-top: 100px;
	margin-right: 100px;
	margin-bottom: 200px;
	margin-left: 400px;
}

#navigation ul li {
	margin-left: 0px;
	padding: 3px 6px;
	display: inline;
	list-style-type: none;
}

#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
	cursor: crosshair;
}

#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	cursor: crosshair;
}

#navigation a:hover {
	color: #E44044;
	text-decoration: none;
	cursor: crosshair;
}

#navigation a:active {
	color: #AEDEE4;
	text-decoration: none;
	cursor: crosshair;
}

body {
	padding: 0px;
	margin: 0px;
}
.darkGradiant {
	background-image: url(images/darkGradient.png);
	background-repeat: repeat-x;
	height: 115px;
	min-width: 1024px;
}

#mainBody a:link {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	color: #4D4D4D;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #4D4D4D;
	cursor: crosshair;
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
}

#mainBody a:hover {
	background-color: #AEDEE4;
	cursor: crosshair;
	text-decoration: none;
	color: #4D4D4D;
}

#mainBody a:active {
	color: #FFFFFF;
	background-color: #4D4D4D;
	cursor: crosshair;
	text-decoration: none;
}

#mainBody a:visited {
	background-color: FFFFFF;
	color: #4D4D4D;
	cursor: crosshair;
	text-decoration: none;
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	color: #4D4D4D;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #4D4D4D;
	font-size: 9pt;
	font-weight: normal;
}

#versionText {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	padding-left: 80%;
	padding-right: 10px;
}
.sectionHeader {
	width: 80%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #4D4D4D;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#workPics a:link {
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/*Javascript Image view css-------------------------------------------------------------------------------------------*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid #E44044;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: 9pt;
	padding: 5px;
	background-color: white;
	font-weight: lighter;
	color: #4D4D4D;
}

.highslide-caption b {
	font-weight: bold;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-caption a:link {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	color: #4D4D4D;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #4D4D4D;
	cursor: crosshair;
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
}

.highslide-caption a:hover {
	background-color: #AEDEE4;
	cursor: crosshair;
	text-decoration: none;
	color: #4D4D4D;
}

.highslide-caption a:active {
	color: #FFFFFF;
	background-color: #4D4D4D;
	cursor: crosshair;
	text-decoration: none;
}

.highslide-caption a:visited {
	background-color: FFFFFF;
	color: #4D4D4D;
	cursor: crosshair;
	text-decoration: none;
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	color: #4D4D4D;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #4D4D4D;
	font-size: 9pt;
	font-weight: normal;
}



/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.noBullets {
	list-style-type: none;
}
#mainBody h4 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#mainBody h4.first {
	padding: 0px;
	margin: 0px;
}

#mainBody h5 {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #E44044;
}



#mainBody h5.first {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 400px;
}

#resumeLink {
	position: absolute;
	margin-top: 75px;
	margin-left: 850px;
}
