html, body
{
	color: #000000;
	margin: 0px;
	padding: 0px;
}

html, body, input, select, textarea
{
	font-family: calibri, arial, sans-serif;
	font-size: 1em;
}

body
{
	background-color: #080808;
	margin: 20px auto;
	position: static;
	width: 725px;
}

a:link, a:active, a:visited, .link
{
	color: #080808;
}

a:hover, .link:hover
{
	color: #002487;
	cursor: pointer;
}

div#bodyWrapper
{
	background-color: #d2ffb4;
	border: 1px solid #00ff00;
	position: static;
	z-index: 0;
}

#header
{
	background-image: url("/img/header.gif");
	background-repeat: repeat-x;
	margin: 0px;
	height: 60px;
	padding: 0px;
	position: relative;
}

img#andrew
{
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 5;
}

#links
{
	background-color: #a7ff00;
	background-image: url("/img/linkbar.gif");
	background-repeat: repeat-x;
	margin: 0px;
	height: 30px;
	padding: 0px;
}

#links ul
{
	list-style-type: none;
	margin: 0px 5px;
	padding: 0px;
}

#links ul li
{
	float: left;
	margin: 0px 1px 0px 0px;
}

#links ul li a
{
	color: #080808;
	display: block;
	font-size: .8em;
	font-weight: bold;
	float: left;
	line-height: 20px;
	min-height: 20px;
	max-height: 20px;
	height: 20px;
	padding: 5px 5px;
	text-decoration: none;	
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 0px 1px;
}

#links ul li a:hover
{
	background-image: url("/img/link_over.gif");
	background-repeat: repeat-x;
	border-left: 1px solid #080808;
	border-right: 1px solid #080808;
	margin: 0px;
}

#links ul li a.current
{
	background-image: url("/img/link_active.gif");
	border-left: 1px solid #080808;
	border-right: 1px solid #080808;
	color: #080808;
	margin: 0px;
}

#contentWrapper
{
	background-image: url("/img/fade.gif");
	background-repeat: repeat-x;
	clear: both;
	padding: 15px 10px 5px 10px;
	font-size: .9em;
	position: static;
	z-index: 5;
}

#footer
{
	color: #f8f8f8;
	font-size: .8em;
	text-align: center;
}

#footerWrapper
{
	/*background-color: #a7ff00;*/
	background-color: #002487;
	background-image: url("/img/header.gif");
	background-repeat: repeat-x;
	border-top: 1px solid #002487;
	color: #f8f8f8;
	padding: 10px;
}

#footer a, #footer span.link
{
	color: #f8f8f8;
}

#footer a:hover, #footer span.link:hover
{
	color: #080808;
}

ul
{
	list-style-type: square;
	margin: 0px;
	padding: 0px 15px;
}

ul li
{
	color: #031a69;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h1
{
	color: #031a69;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
}

h2
{
	color: #031a69;
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
}

h3
{
	color: #031a69;
	font-size: 1.2em;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

h4
{
	color: #2ca500;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
}

h5
{
	color: #2ca500;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
}

h6
{
	color: #2ca500;
	font-size: .9em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
}

/* Forms */
.required, .error
{
	color: #880000;
}

input.error, select.error, textarea.error
{
	border: 1px solid #880000;
	background-color: #ffd0d0;
}

label.major
{
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

input, textarea
{
	border: 1px solid #002487;
	background-color: #dcdcdc;
	margin-bottom: 10px;
	padding: 2px;
}

input
{
	background-color: #788aff;
	background-image: url("/img/inputFade.gif");
	background-repeat: repeat-x;
	width: 200px;
}

img#macbeth
{
	float: right;
	position: relative;
	margin-top: 25px;
	margin-right: 15px;
	z-index: 25;
}

img#slate
{
	float: right;
	position: relative;
	margin-top: 40px;
	margin-right: 15px;
	z-index: 25;
}

textarea.emailMessage
{
	width: 544px;
}

textarea
{
	background-color: #788aff;
	background-image: url("/img/textareaFade.gif");
	background-repeat: repeat-x;
}

input.submit
{
	background-color: transparent;
	background-image: url("/img/send.gif");
	background-repeat: repeat-x;
	border: 0px;
	color: #f0f0f0;
	font-weight: bold;
	height: 28px;
	width: 75px;
	padding: 2px 10px;
}

input.submit:hover
{
	background-image: url("/img/sendOver.gif");
}

/* Errors */
ul.error
{
	background-color: #ffd0d0;
	border: 1px solid #880000;
	padding: 10px;
	margin: 10px;
	list-style: none;
}

ul.error li
{
	color: #880000;
}

ul.confirmation
{
	background-color: #add176;
	border: 1px solid #006600;
	padding: 10px;
	margin: 10px;
	list-style: none;
}

ul.confirmation li
{
	color: #006600;
}

p
{
	text-indent: 15px;
}

p.noIndent
{
	text-indent: 0px;
}

p:first-letter
{
	font-size: 1.5em;
}


/* Two Column Layouts */
div.twocol, div.resumecol
{
	overflow: auto;
	z-index: 10;
}

div.twocol div.leftcol
{
	float: left;
	width: 351px;
}

div.twocol div.rightcol
{
	float: left;
	width: 351px;
}

div.resumecol div.leftcol
{
	float: left;
	width: 125px;
}

div.resumecol div.rightcol
{
	float: left;
	width: 556px;
}

div.leftcol div.container
{
	margin-right: 5px; 
}

div.rightcol div.container
{
	margin-left: 5px; 
}

img#collage
{
	border: 1px solid #002487;
}

div.container
{
	background-color: #002487;
	background-image: url("/img/bluefade.gif");
	background-repeat: repeat-x;
	clear: both;
	position: relative;
	border: 1px solid #031a69;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	z-index: 20;
}

div.middle
{
	margin: 0px auto;
	width: 550px;
}

div.container h1
{
	background-color: transparent;
	background-image: url("/img/h1.gif");
	background-repeat: repeat-x;
	color: #080808;
	line-height: 20px; 
	margin: -10px;
	height: 34px;
	padding: 5px;
	z-index: 5;
}

div.tabs
{
	background-color: #a7ff00;
	background-image: url("/img/linkbar.gif");
	background-repeat: repeat-x;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #080808;
	margin: -15px -10px 10px -10px;
	height: 30px;
	padding: 0px;
	position: relative;
	z-index: 25;
}

div.tabs ul
{
	list-style-type: none;
	margin: 0px 5px;
	padding: 0px;
}

div.tabs ul li
{
	float: left;
	margin: 0px 1px 0px 0px;
}

div.tabs ul li div
{
	color: #080808;
	display: block;
	font-size: .8em;
	font-weight: bold;
	float: left;
	line-height: 20px;
	min-height: 20px;
	max-height: 20px;
	height: 20px;
	padding: 5px 5px;
	text-decoration: none;	
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 0px 1px;
}

div.tabs ul li div.link:hover
{
	background-image: url("/img/link_over.gif");
	background-repeat: repeat-x;
	border-left: 1px solid #080808;
	border-right: 1px solid #080808;
	color: #080808;
	margin: 0px;
}

div.tabs ul li div.active, div.tabs ul li div.active:hover
{
	background-image: url("/img/link_active.gif");
	border-left: 1px solid #080808;
	border-right: 1px solid #080808;
	color: #080808;
	margin: 0px;
}

div.video
{
	margin: 0px auto;
	position: relative;
	text-align: center;
	height: 265px;
	width: 320px;
}

div.video_desc
{
	margin-top: 15px;	
}

div.video_desc p
{
	margin: 0px;
}

.hidden
{
	display: none;
	visibility: hidden;
}

.visible
{
	visibility: visible;
}

span.label
{
	font-weight: bold;
}

.center
{
	text-align: center;
}
