@charset iso-8859-1;
/* CSS Document */
/* Updated: January 4, 2010 */

body {
	margin:0;
	padding:0;
	font: 10pt/15pt Geneva, Arial, Helvetica, sans-serif; 
	color: #6e6e6e;
	text-align: left;
	background: url(images/paperbg.jpg) repeat-y 939px 0px;
	}
	
#rootElement {
	position:relative;
	margin:0;
	width:939px;
	position:relative;
	text-align:left;
	}

#mainPage { 
	position:relative;
	padding:0;
	margin:0;
	font:11pt/13pt Geneva, Arial, Helvetica, sans-serif; 
	color:#6e6e6e;
	text-align:left;
	}

#contactHover {
	position: absolute; top: 86px; right: 30px;
	font: 8pt Arial; color: #40668d;
	text-align: center;
}

#secondaryNav {
	position: absolute; top: 350px; left: 10px;
	width: 200px;
}

#indexText {
	width: 400px;
	margin: 20px;
	padding: 30px;
}

#formText {
	width: 400px;
	padding-top: 30px;
}
	
#footer
	{
	padding-top: 30px;
	padding-left: 10px;
	font: 10pt/15pt  Geneva, Arial, Helvetica, sans-serif; color: #40668d; 
	text-align: left;
	}

#list
	{
	padding-left: 10px;
	}

/* ------------------------------------------------------ navigation --------------------------------------------------------*/

a:active, a:visited, a:link
	{ color: #e37800; text-decoration: none; font: 10pt/15pt Geneva, Arial, Helvetica, sans-serif;}
a:hover
	{ color: #e37800; text-decoration: underline; font: 10pt/15pt Geneva, Arial, Helvetica, sans-serif;}

.yellow:active, .yellow:visited, .yellow:link
	{ color: #e37800; text-decoration: none; font: 8pt Geneva, Arial, Helvetica, sans-serif;}
.yellow:hover
	{ color: #e37800; text-decoration: underline; font: 8pt Geneva, Arial, Helvetica, sans-serif;}
	
.Landed { color: #40668d; font: 10pt/15pt Geneva, Arial, Helvetica, sans-serif;}


/* ------------------------------------------------------text elements ------------------------------------------------------*/


p, td, .bio {
	font: 10pt/15pt Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #6e6e6e;

	}

h1, h2, h3, h4, h5 { font-family: Georgia, "Times New Roman", Times, serif;	color: #40668d;}

h1 {	font: 16pt/20pt Georgia, "Times New Roman", Times, serif;	color: #40668d;}

h2 {	font: 16pt/20pt Georgia, "Times New Roman", Times, serif;	color: #40668d;}

.standOut { 	font: 13pt Arial; color: #40668d; }

.strong {font: 10pt Geneva, Arial, Helvetica, sans-serif; color: #1c3650;}

.small {font-size: 8pt;}

/* ------------------------------------------------------ LISTS ------------------------------------------------------*/

ul
	{
	list-style-position: inside;
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: disc;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	}



/* ------------------------------------------------------Table ------------------------------------------------------*/

table
	{
	border-collapse: collapse;
	table-layout: auto;
	}
	


/*------------------- PAGE ELEMENTS -----------------------*/

/*About Page*/

.bio { padding-top: 15px; }

.aboutName {font: 14pt/16pt Arial; color: #40668d;}