/* CSS Document */
/* ########################################################### */
/* #################################### Default Redefinitions */
* {
	margin: 0;
	padding: 0;
	}
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .75em;
	text-align: justify;
	color: #000000;
	text-align: center;
	}
a img {
	border: 0;
	}
a:link {
	color: #003399;
	text-align: left;
	}
a:visited {
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	text-decoration: none;
	}
div.break, br.break {
	clear: both;
	height: 1px;
	background-color: #FFFFFF;
	}
.show {
	display: block;
	}
.hide {
	display: none;
	}
	
/* #################################### Module Classes */
/* Header ########################################### */
#header {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #6699CC;
	text-align: left;
	}
#logo {
	float: left;
	margin-left: 15px;
	margin-right: 270px;
	margin-top: 10px;
	}
.globalNav {
	display: inline;
	list-style: none;
	float: left;
	margin-top: 10px;
	}
.globalNav li {
	display: inline;
	list-style: none;
	list-style-position: outside;
	}
.globalNav li a {
	display: block;
	line-height: 1.8em;
	color: #000000;	
	text-decoration: none;
	}
.globalNav a:hover {
	text-decoration: underline;
	}
.navColOne {
	width: 160px;
	}
.navColTwo {
	width: 120px;
	}
form#search {
	float: left;
	margin-top: 10px;
	margin-bottom: 35px;
	text-align: left;
	}
form#search fieldset {
	display: inline;
	border-style: none;
	}
form#search fieldset label {
	display: block;
	line-height: 1.8em;
	color: #000000;
	}
form#search #searchField {
	width: 200px;
	height: 15px;
	font-family: Times, serif;
	line-height: 1em;
	vertical-align: middle;
	}
form#search #searchButton {
	margin-left: 5px;
	vertical-align: middle;
	}
	
/* Footerer ########################################### */
#footer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
	clear: left;
	}
#footer p {
	font-size: 1em;
	line-height: 1.7em;
	margin-left: 210px;
	margin-bottom: 16px;
	}
#footer p a:hover {
	color: #000000;
	text-decoration: underline;
	}
#footer ul {
	list-style: none;
	margin-left: 210px;
	}
#footer ul li {
	display: inline;
	font-size: .8em;
	line-height: 1.6em;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003399;
	}
#footer ul li.first {
	padding-left: 0;
	border-left-style: none;
	}
#footer ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}

/* Homepage Feature Module ########################################### */
#feature {
	clear: left;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	text-align: center;
	}
/* Homepage Mission Statement Module ########################################### */
#mission {
	width: 729px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F0EFE4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: left;
	}
#mission h1 {
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
	}

/* Homepage Section Menus ########################################### */
#homeContent {
	width: 736px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../img/home_middleBackground.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
#homeContent #sections {
	background-image: url(../img/home_baseBackground_one.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
/* Homepage Navigation Lists ########################################### */
#homeContent #sections ul#sectionNav {
	float: left;
	width: 180px;
	list-style: none;
	margin-top: 12px;
	}
ul#sectionNav li {
	display: inline;
	list-style: none;
	list-style-position: outside;
	}
ul#sectionNav li a {
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666666;	
	text-decoration: none;
	margin-left: 15px;
	margin-bottom: 12px;
	}
ul#sectionNav li a.selected {
	color: #000000;
	}	
ul#sectionNav li a.unselected {
	color: #666666;
	}	
ul#sectionNav li a:hover {
	color: #000000;
	}
/* Homepage Section Content ########################################### */
#homeContent #sections .sectionContent {
	float: right;
	width: 555px;
	min-height: 175px;
	background-image: url(../img/home_bottomBackground.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: top;
	text-align: left;
	margin-top: 20px;
	}
#homeContent #sections #sectionOne {
	display: block;
	padding-bottom: 30px;
	}
#homeContent #sections #sectionTwo {
	display: none;
	padding-bottom: 20px;
	}
#homeContent #sections #sectionThree {
	display: none;
	padding-bottom: 20px;
	}
#homeContent #sections #sectionFour {
	display: none;
	padding-bottom: 20px;
	}
#homeContent #sections #sectionFive {
	display: none;
	padding-bottom: 20px;
	}
#homeContent #sections #sectionSix {
	display: none;
	padding-bottom: 20px;
	}
#homeContent #sections #sectionSeven {
	display: none;
	padding-bottom: 5px;
	}

#homeContent #sections .sectionContent h2 {
	display: none;
	font-size: 1.2em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	vertical-align: top;
	}
#homeContent #sections .sectionContent p {
	font-size: 1.1em;
	line-height: 1.7em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 16px;
	vertical-align: top;
	}
#homeContent #sections .sectionContent .sectionList {
	
	}
#homeContent #sections .sectionContent .sectionList ul {
	float: left;
	width: 250px;
	list-style: none;
	padding-left: 20px;
	padding-bottom: 30px;
	}
#homeContent #sections .sectionContent .sectionList ul li {
	display: inline;
	list-style: none;
	list-style-position: outside;
	}
#homeContent #sections .sectionContent .sectionList ul li p {
	margin-left: 0;
	margin-top: 0;
	}
#homeContent #sections .sectionContent .sectionList ul li a {
	display: block;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #003399;	
	text-decoration: underline;
	margin-bottom: 6px;
	}
#homeContent #sections .sectionContent .sectionList ul li a:hover {
	color: #000000;
	}
	
/* Subpage Content ########################################### */
#bodyContainer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	text-align: left;
	}
#bodyContainer h1 {
	font-size: 2em;
	font-weight: normal;
	margin-left: 210px;
	margin-right: 30px;
	margin-bottom: 18px;
	}
#bodyContainer h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	clear: left;
	}
#bodyContainer h2.subtitle {
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
	}
#bodyContainer h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
	}
#bodyContainer h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 16px;
	}
#bodyContainer h5 {
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: normal;
	}
#bodyContainer h6 {
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	}
/* Sub Navigation */
#bodyContainer ul#subNav {
	float: left;
	width: 210px;
	margin-top: 4px;
	}
#bodyContainer #subNav li {
	list-style: none;
	list-style-position: outside;
	padding-bottom: 10px;
	}
#bodyContainer #subNav li a {
	display: block;
	font-size: 1em;
	line-height: 1.3em;
	color: #666666;	
	text-decoration: none;
	padding-left: 15px;
	padding-right: 40px;
	}
#bodyContainer #subNav li a.selected {
	color: #000000;
	font-weight: bold;
	}
#bodyContainer #subNav li a:hover {
	color: #000000;
	}

/* General Body Styles */
#bodyContainer #mainContent {
	float: left;
	width: 535px;
	text-align: justify;
	}
#bodyContainer #mainContent p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 16px;
	}
#bodyContainer #mainContent p img {
	margin-right: 10px;
	}
#bodyContainer #mainContent p a {
	color: #003399;	
	text-decoration: underline;
	}
#bodyContainer #mainContent .moduleCol {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	}
#bodyContainer #mainContent .moduleColHalf {
	float: left;
	width: 245px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 25px;
	}
#bodyContainer #mainContent form p input {
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
	}
#bodyContainer #mainContent form p input.checkbox, #bodyContainer #mainContent form p input.radioButton {
	display: inline;
	}	
#bodyContainer #mainContent form input.formField {
	width: 200px;
	height: 20px;
	}
#bodyContainer #mainContent form input.formFieldLarge {
	width: 375px;
	height: 20px;
	}
#bodyContainer #mainContent form input.formFieldMedium {
	width: 150px;
	height: 20px;
	}
#bodyContainer #mainContent form input.formFieldSmall {
	width: 100px;
	height: 20px;
	}
#bodyContainer #mainContent form p em {
	font-style: normal;
	font-size: .9em;
	line-height: 1.4em;
	color: #666666;
	}
#bodyContainer #mainContent form p {
	clear: both;
	}
#bodyContainer #mainContent form li {
	clear: both;
	}
#bodyContainer #mainContent form .formCol {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	}
#bodyContainer #mainContent form .formColGroup {
	float: left;
	font-size: .85em;
	margin-right: 15px;
	margin-top: 6px;
	margin-bottom: 15px;
	}
#bodyContainer #mainContent ul, #bodyContainer #mainContent ol {
	margin-left: 30px;
	margin-top: 8px;
	margin-bottom: 16px;
	}
#bodyContainer #mainContent ul li, #bodyContainer #mainContent ol li {
	margin-bottom: 3px;
	font-size: 1em;
	line-height: 1.5em;
	}
#bodyContainer #mainContent ul.linkList {
	margin-left: 0;
	margin-bottom: 16px;	
	}
#bodyContainer #mainContent ul.linkList li {
	list-style: none;
	margin-bottom: 5px;
	}
#bodyContainer #mainContent ul.linkList li img {
	margin-left: 3px;
	margin-top: 2px;
	vertical-align: text-top;
	}
#bodyContainer #mainContent ul.linkList li p {
	margin-top: 5px;
	margin-bottom: 8px;
	}

#bodyContainer #mainContent ul.linkList li ul {
	margin-left: 30px;
	}
#bodyContainer #mainContent ul.linkList li ul li {
	list-style-type: circle;
	}
#bodyContainer #mainContent blockquote {
	font-size: 1em;
	line-height: 1.5em;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
	}
#bodyContainer #mainContent hr {
	margin-bottom: 32px;
	}
#bodyContainer #mainContent table {
	margin-bottom: 16px;
	width: 100%;
	}
#bodyContainer #mainContent table thead {
	background-color: #F0EFE4;
	}
#bodyContainer #mainContent table tr {
	}
#bodyContainer #mainContent table tr th {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	font-weight: 200;
	}
#bodyContainer #mainContent table tr th.headRow {
	}
#bodyContainer #mainContent table tr td {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	}
#bodyContainer #mainContent table tr td.rowHeader {
	}
td.section {
	width: 40px;
}
td.section + td {
	width: 450px;
}
td.fileLabel {
	width: 40px;
	}
/* Form Tabs */
#mainContent #formTabs {
	margin-top: 35px;
	margin-bottom: 30px;
	}
#mainContent #formTabs a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 7px;
	}
#mainContent #formTabs a.selected {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	}
#mainContent #formTabs a.unselected {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 5px;
	}
#formOne {
	display: block;
	}
#formTwo {
	display: none;
	}
#formThree {
	display: none;
	}
	
/* Classes for esp-217... pages */
#bodyContainer #mainContent table.tableHeader {
	padding-top: 16px;
	}
#bodyContainer #mainContent table.tableHeader td {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}

/* Classes for imposter pages */
#bodyContainer #mainContent table.tableImposter {
	padding-bottom: 40px;
	}
#bodyContainer #mainContent table.tableImposter td {
	padding-left: 0;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	text-align: right;
	}
#bodyContainer #mainContent table.tableImposter tbody tr td img {
	padding-top: 2px;
	padding-bottom: 15px;
	}

#bodyContainer #mainContent table.tableImposter tbody tr td p, #bodyContainer #mainContent table.tableImposter tbody tr td h2 {
	text-align: left;
	}

/* Trailer Pages */
#bodyContainer #mainContent .sectionList {
	
	}	
#bodyContainer #mainContent .sectionList ul {
	float: left;
	width: 250px;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 20px;
	}
#bodyContainer #mainContent .sectionList ul li {
	display: inline;
	list-style: none;
	list-style-position: outside;
	}
#bodyContainer #mainContent .sectionList ul li p {
	margin-left: 0;
	margin-top: 0;
	}
#bodyContainer #mainContent .sectionList ul li a {
	display: block;
	font-size: 1em;
	line-height: 1.4em;
	color: #003399;	
	text-decoration: underline;
	text-align: left;
	margin-bottom: 12px;
	margin-right: 20px;
	}
#bodyContainer #mainContent .sectionList ul li a:hover {
	color: #000000;
	}
