
/* text */

body {
	margin: 0;
	height: 100%;
	background-color: #eeeeee;
	text-align: center;
}

body, p, table, td, form, input, textarea, select {
	color: #000000;
	font-family: arial;
	font-size: 13px;
}

h2 {
	color: #333333;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	letter-spacing: 1px;
}

form, input, textarea, select {
	color: #000000;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a.viewLrg:link, a.viewLrg:visited, a.viewLrg:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.viewLrg:hover {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}

a.mail:link, a.mail:visited, a.mail:active {
	color: #0033ff;
	text-decoration: none;
	font-weight: bold;
}

a.mail:hover {
	color: #000099;
	text-decoration: none;
}

#container {
	text-align: left;
	margin: 35px 0 50px 70px;
}

#main {
	width: 835px;
	padding-bottom: 50px;
}

.fieldAlert {
    background: transparent url(/images/yellowAlert.gif) no-repeat top left;
    display: inline;
    width: 16px;
    height: 16px;
    padding-left: 16px;
	margin-left: 5px;
}

#left {
	float: left;
	width: 230px;
	height: 1000px;
}

#left p {
	
}

#logo {
	display: block;
	width: 255px;
	height: 35px;
	background: url(images/logo2.gif) no-repeat top left;
	margin: 0 0 33px 0;
}

#content {
	float: left;
	padding: 65px 0 35px 5px;
	color: #000000;
	width: 580px;
}

#content .bioContent {margin-bottom: 35px;}

#content img {
}

#content h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

/* TOP NAV */
ul#topnav {
	padding: 0;
	margin: 0 0 38px 0;
	width: 134px;
	height: 81px;
}
ul#topNav li {
	display: block;
}
ul#topNav li a {
	display: block;
	outline: none;
	height: 134px;
	/*background: transparent url(images/nav.gif) no-repeat 0 0;
	text-indent: -9009px;*/
	margin: 0;
}

ul#topNav li#Home a {height:20px;background-position:0 0;}
ul#topNav li#Home a:hover {background-position:-134px 0}
#HomePage ul#topNav li#Home a, #HomePage ul#topNav li#Home a:hover {background-position:-134px 0; color: #999999;}

ul#topNav li#Bio a {height:21px;background-position:0 -20px;}
ul#topNav li#Bio a:hover {background-position:-134px -20px}
#BioPage ul#topNav li#Bio a, #BioPage ul#topNav li#Bio a:hover {background-position:-134px -20px; color: #999999;}

ul#topNav li#Statement a {height:23px;background-position:0 -41px;}
ul#topNav li#Statement a:hover {background-position:-134px -41px}
#StatementPage ul#topNav li#Statement a , #StatementPage ul#topNav li#Statement a:hover {background-position:-134px -41px; color: #999999;}

ul#topNav li#Contact a {height:17px;background-position:0 -64px;}
ul#topNav li#Contact a:hover {background-position:-134px -64px}
#ContactPage ul#topNav li#Contact a, #ContactPage ul#topNav li#Contact a:hover {background-position:-134px -64px; color: #999999;}

#thumbnails {
	padding: 0;
}

#thumbnails img {
	border: 1px solid #000000;
}

#thumbnails a, #thumbnails a:visited, #thumbnails a:active {
	display: block;
	width: 52px;
	padding: 2px;
	margin: 4px 3px 0 3px;
	float: left;
}

#thumbnails a:hover {
	background-color: #f7931d;
}

#thumbnails a.thumb2, #thumbnails a.thumb2:visited, #thumbnails a.thumb2:active, #thumbnails a.thumb2:hover {
	display: block;
	width: 52px;
	background-color: #f7931d;
	padding: 2px;
	margin: 4px 3px 0 3px;
	float: left;
}

#ModalBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #ffffff;
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9; /* for future compatibility */
}

#largeImage {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 30px 100px;
	z-index: 10;
	background-color: #ffffff;
	padding: 20px;
	/*border: 1px solid #333333;*/
}

#processingBox {
	position: absolute;
	top: 30%;
    left: 30%;
	z-index: 999;
	padding: 10px 20px;
	width: 200px;
	border: 1px solid #666666;
	background-color: #96a3b2;
	color: #eeeeee;
	text-align: center;
}

fieldset {  
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0; 
	border: none;
}
legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
}
fieldset ol {  
	padding: 1px 1em 0 1em;  
	list-style: none;
	display: inline-block;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: .5em;
}
.labelRight fieldset {
	margin: 0;
	padding: 0;
}

.labelRight fieldset ol li label {
	float: right;  
	width: 8em;  
	margin-right: .5em;  
	text-align: left;
}

.labelRight fieldset ol li input {
	float: left;  
	margin-right: .5em;  
	text-align: left;
}
.labelRight {
	margin: 0;
	padding: 0;
}

.labelRight span label {
	float: right;  
	width: 8em;  
	margin-right: .5em;  
	text-align: left;
}

.labelRight span input {
	float: left;  
	margin-right: .5em;  
	text-align: left;
}

fieldset.submit {  
	border-style: none;
}
label {  
	float: left;  
	width: 10em;  
	margin-right: .5em;  
	text-align: right;
}
fieldset fieldset {  
	margin-bottom: -2.5em;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
}
fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
}
fieldset fieldset ol {    
	margin: 0 0 1.5em 11em;  
	padding: 0;
	display: inline-block;
}
fieldset fieldset li {  
	padding-bottom: .5em;
}
fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
	margin-left: .5em;
}

li.left fieldset ol {    
	margin: 0 0 1.5em 0;  
	padding: 0;
	display: inline-block;
}