* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	margin-left:50px;
	overflow: visible;
	
}


p {
	background: white;
	font-size: 13px;
	line-height: 18px;
	margin-left:9px;
	color: #999999;
	margin-right: 220px;
	position: relative;
	z-index: 1;
}

a { color: #5CC4B9; text-decoration: underline; font-weight: bold}
a:hover, a:active { color: #24201F; text-decoration: none; }

.homepagecopy a {
color: #B3B3B3;
font-weight: normal;
}

.homepagecopy a:hover {
color: black;
font-weight: normal;
}

h1 { 
	background: white;
	font-size: 25px;
	padding:0px 0 8px 8px;
	margin:-15px 0 0 0;
	color: #999999;
	text-transform: uppercase;
	position:relative;
	z-index: 1;
	}
	
h2 {
	background: white;
	font-size: 28px; 
	margin-top: -15px;
	margin-bottom: 10px;
	color: #EB7926;
	text-transform: uppercase;
	width: 420px;
	position: relative;
	z-index: 3;
	}
h2::selection, h3::selection, p::selection{background: #24201F; color:#5cc4b9;}
h2::-moz-selection,h3::-moz-selection, p::-moz-selection{background: #24201F; color:#5cc4b9;}
		
h3 {
	background: white;
	font-size: 16px; 
	margin-top: -15px;
	margin-bottom: 10px;
	color: #EB7926;
	text-transform: uppercase;
	width: 420px;
	font-weight: 100;
	font-variant: condensed;
	position: relative;
	z-index: 3;
	}



.clear { clear: both; }

div#page-wrap  {
	width:99999px;
	margin: 0px ;
}
#homepage, .project{float:left; width:907px; margin-right:600px;}
#homepage {
width: 907px;
margin: 215px 600px 0 5px;
position: relative;
}
.contact{
margin-top:10px
}
#homepage p{
margin-left:0;
}

.homepagecopy{width:640px;}

div#profilepic {
z-index: 1;
position: absolute;
top:-37px;
right:0px;
}

div#pagetop {
position: fixed;
top: 0px;	
width: 907px;
z-index: 0;
}

div#header {
text-indent: -9999px;
height: 150px;
background: url(images/header.png) no-repeat;
}


.description {
padding-top: 2px;
padding-bottom: 250px;
}

ul#nav {
	list-style: none;
	float:right;
	}
	ul#nav li {
		display: inline;
		font-size: 1.3em;
		float: left;
	}
	ul#nav li a {
		outline:none;
		text-indent: -9999px;
		display: block;
		height: 31px;
		}
			ul#nav li a#home {
				background: url(images/menu_home.png) no-repeat bottom center;
				width: 76px;
			}
			
			ul#nav li a#previous {
				background: url(images/menu_previous.png) no-repeat bottom center;
				width: 104px;
			}
			
			ul#nav li a#next {
				background: url(images/menu_next.png) no-repeat bottom center;
				width: 61px;
			}
			
				ul#nav li a#home:hover, 
				ul#nav li a#previous:hover, 
				ul#nav li a#next:hover {
				background-position: top center;
				}
				
				
				


/*--------------------------js slideviewer ---------------*/

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 

.stripViewerWrapper{position: relative; overflow: hidden; background:url(images/box_background.png) no-repeat; padding:8px; margin: 180px 0 1px 0;  width:907px; height: 416px;}

/*core classes*/ 
.stripViewer {  
position: relative;
top:8px;
left:8px;
overflow: hidden;  
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
margin:10px 17px 0;
z-index: 2;
position: relative;
} 
.stripTransmitter ul { 
margin: 15px 0 0 0; 
padding: 0; 
float: right;
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px helvetica; 
text-align: center; 
line-height: 22px; 
background: #F2F2F2; 
color: #fff; 
text-decoration: none; 
display: block; 
} 

.stripTransmitter a:hover{
background: #B3B3B3;
color: #ffffff; 
}

.stripTransmitter a.current{ 
background: #EB7926;
color: #ffffff; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 

/*--------------------------js slideviewer end---------------*/



div#footer {
position: fixed;
background: url(images/footer.png) no-repeat;
bottom: 0px;
width:355px;
height: 40px;
margin-left:24%;
z-index: 3;
}

#footer p { 
	background: transparent;
	float:left;
	text-align: center;
	font-weight: 100;
	font-size: 12px; 
	margin: 11px 0px 14px 23px;
	color: white;
	font-family: Georgia;
	font-style: italic;
	width:auto;
	}
	
#footer a{
	color:white;
	text-decoration: none;
}

