/*

	Defines basic layout for splash screen.
	
	To be used for all index pages. Differences apply to the Page Body's 3
	defined content sections and headings.
	
*/
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/support/background.gif);
	background-repeat: repeat;
	background-color: #B5B5B5;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 12pt;
	color: #000000;
}

a:link {
	color: #00386A;
	text-decoration: underline;
}
a:visited {
	color: #00386A;
}
a:hover {
	color: #28973B;
}
a:active {
	color: #174F88;
}
li {
	font-size: 8.5pt;
	padding-right: 18px;
	padding-bottom: 8px;
	line-height: 12pt;
}

.hidden { display: none;	}


/* page section identifiers */
#wrapper {
	text-align: left;
	width: 878px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top_nav {
	width: 878px;
	background-color: #BFD2E3;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#top_nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#top_nav li {
	display: inline;
	list-style-type: none;
	text-align: center;
}

#top_nav a:link, #top_nav a:visited {
	text-decoration: none;
	font-weight: bold;
}
#top_nav a:hover, #top_nav a:active {
	text-decoration: underlined;
	font-weight: bold;
}

#banner {
	width: 878px;
	height: 152px;
	background-image: url(/support/banner_top.jpg);
}
#print_banner {
	background: url(printbannertop.jpg);
	width: 782px;
	height: 152px;
	display: none;
}
#page_content {
	background-image: url(/support/bg_page.gif);
	background-repeat: repeat-y;
}


#mainnav {
	width: 183px;
	margin: 0px;
	float: left;
	clear: right;
	padding-top: 22px;
	background-color: #719BC1;
	font-weight: bold;
	color: #F7F8BC;
}

#bodycontent{
	float: left;
	clear: right;
	width: 693px;
	margin: 0px;
	padding: 0px;
}

#feature {
	width: auto;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
}
	
/* style for index tagline */
#heading {
	width: auto;
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 12px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#heading h1 {
	font-size: 16pt;
	padding: 0px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
	color: #416C94;
}

#content {
	font-size: 8.5pt;
	width: auto;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

#content p{
	font-size: 8.5pt;
	line-height: 12pt;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 18px;
	margin-top: 0px;
}
#content ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content li {
	line-height: 12pt;
	margin-top: 0px;
	margin-bottom: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content h1 {
	text-transform: uppercase;
	color: #3F698F;
	letter-spacing: 1px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14pt;
	padding-bottom: 0px;
	margin-bottom: 0.75ex;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	text-align: left;
	padding-top: 0px;
}
#content h2 {
	color: #000000;
	padding-left: 0px;
	font-size: 12pt;
	margin-bottom: 0.75ex;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}

#content h3 {
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 6px 0px 0.75ex 0px;
	padding-bottom: 0.5ex;
}

#content table {
	margin-bottom: 18px;
}

#content .textnote {
	color: #00386A;
	font-weight: bold;
	font-size: 7pt;
}

#content .indent_1 {
	margin-left: 40px;
}
#content .indent_2 {
	margin-left: 80px;
}
#content .iac_photo_border {
	border: 1px solid #719BC1;
	background-color: #F7F8BC;
	padding: 3px;
}


.floatright {
	float: right;
	margin-left: 30px;
}
.floatleft {
	float: left;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.border_yellow {
	border: thin solid #F7F8BC;
}

#sponsor_footer {
	width: 878px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #BFD2E3;
	margin: 0px;
}
#sponsor_footer p {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	line-height: normal;
	padding-right: 10px;
}
#footer {
	color: #FFFFFF;
	width: 878px;
	text-align: left;
	clear: both;
	background-color: #F7F8BC;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

#footer p {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}
#footer a { color: #000000; }

#footer .bluetype {
	color: #669ACC;
	font-weight: bold;
}
#footer .white_link {
	color: #FFFFFF;
}
#footer .footer_type {
	color: #FFFFFF;
	font-weight: bold;
}

#footer_committee {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 878px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	height: 60px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #A9A9A9;
}

#footer_committee p {
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 75px;
}
#footer_committee a { color: #000000; }

#footer_committee .bluetype {
	color: #669ACC;
	font-weight: bold;
}
#footer_committee .white_link {
	color: #FFFFFF;
}
#footer_committee .footer_type {
	color: #FFFFFF;
	font-weight: bold;
}

.important {
	font-weight: bolder;
	color: #FFFFFF;
	background: #DE1620;
	display: block;
	padding: 3px;
}
.coming_soon {
	color: #CCCCCC;
}

