@charset "UTF-8";
/* CSS Document */

	/* hide from ie on mac \*/
	html {
	}
	
	#flashcontent {
		height: 95%;
	}
	/* end hide */

	body {
		width: 100%;
		margin: 0 auto;
		padding: 0 auto;
		background-color: #181818;
		color:#CCCCCC;
		font-family:sans-serif;
		font-size:0.8em;
		text-align:center;
	}
	
	a {	
		color:#999999;
	}
#header{
height:5%;
}
	
#header ul {  
margin:0;
padding: 0;  
list-style: none;
float:right;
}

#header li {  
padding: 5px;
float:left;
border-bottom:#111111 solid thin;
color:#666666;
background-color:#202020;
} 


#header li.first {  
border-left:#111111 solid thin;
}

#header li:hover {  
background-color:#151515;
color:#cccccc;
border-right:#666666 solid thin;
border-left:#666666 solid thin;
}


#resume {
	margin:auto;
	width: 600px;
	height:100%;
	text-align:left;
	background-color:#1F1F1F;
	padding:1em;
}
#resume #newbook ,
#wrapper #newbook {
	float: right;
	margin:  -50px;
	border:none;
}
#resume ul {  
list-style: none;
}

#resume li {
	padding: 5px;
	color:#CCCCCC;
}

#wrapper{
margin:auto;
height: 50%;
width: 700px;
}
#logo{
	padding:1em;
	text-align:left;
	}
#logoImg{
margin-top:20em;
margin-left:5em;
margin-right:5em;
}
#contactImg{
margin-top:10em;
margin-bottom:5em;
border:#fff 15px solid;
}
#resume h3 {
	font-size: 1.4em;
}
#resume img {
	margin: 0px 20px 20px;
}

#contact ul {  
margin:0;
padding: 0;  
list-style: none;
}

#contact li {  
padding: 5px;
margin-left:1em;
color:#ffffff;
font-size:1.5em;
} 

#wrapper #exhibit li.exhibitList {
	float: left;
	height: 250px;
	width: 250px;
	list-style-type: none;
	margin: 5px;
	padding:5px;
	border:10px solid white;
}

fieldset{
	border:1px solid #666666;
	width:450px;
	text-align:left;
}
fieldset legend{
background-image:url(../../sys_images/BGD_pinstripes_white.jpg);
margin:10px;
padding:5px;
font-size:1.6em;
background-color:#333333;
color:#CCCCCC;
border:1px solid #666666;
font-weight:normal;
font-variant:small-caps;
}
fieldset ol {
list-style:none;
margin:10px;
padding:0px;
}
fieldset ol li{
padding-top:5px;
font-size:1.2em;
}
fieldset ol li label{
display:block;
width:100%;
}
fieldset ol li label.fixed{
display:inline-block;
width:100px;
background-color:#333333;
color:#CCCCCC;
border:1px solid #666666;
}
fieldset ol li input,
fieldset ol li textarea{
width:98%;
font-size:1.4em;
margin:0.5%;
background-color:#333333;
color:#CCCCCC;
border:1px solid #666666;
}
fieldset ol li input.sml{
width:20px;
}
fieldset ol li button{
width:25%;
padding:.25em;
font-size:1.2em;
margin:0.5%;
background-color:#333333;
color:#CCCCCC;
border:1px solid #666666;
}
