﻿body {
	background-color: #4D4F53;
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-bottom: 16px;
	color: #5D4F4B;
}
h2 {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	/*padding-bottom: 16px;  Commented Out By Brian Sausser, requested by Susan M. */
	padding-left: 12px; /* Inserted By Brian Sausser, requested by Susan M. */
	color: #5D4F4B;
}
h3 {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
h4 {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding-left: 12px;
	color: #5D4F4B;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/***************************/
/*      Element Names      */
/***************************/

#divWrapper {
	background-color: #eeebe9;
	width: 1025px;
	margin: 0px;
}
#FlashObject 
{
	z-index: 0;
	/* XHTML object tag has an nested param and an embed property  */
	float: right;
	margin: 0px;
	padding: 0px;
	background-color: #5582AB;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 250px;
	top: 110px;
	background-image: url(../images/Flash_Image1.jpg);
	background-repeat: no-repeat;	
}
#divLogo {
	background-image: url(Images/Logo.jpg);
	background-repeat: no-repeat;
	top:0px;
	left:0px;
	position:absolute;
	width: 311px;
	height:112px;
}
#divSearch {
	height: 37px;
	position:absolute;
	top:0px;
	left:311px;
	width:210px;
	text-align: right;
	padding-left: 484px;
	padding-top: 25px;
}
#divSearch img {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EEEBE9;
}
#divNavigation {
	font-size:11px;
	background-image: url(Images/Float_Bg.jpg);
	position:relative;
	top:62px;
	left:311px;
	height: 20px;
	width: 403px;
	padding-top:30px;
	padding-left:311px;
	background-repeat: no-repeat;
	z-index: 1;   /* This is for the menu server control to stay 'on-top' of other elements */
}
#divNavigation ul {
	margin: 0px;
	list-style-type: none;
	float: right;
	padding-top: 30px;
}
#divNavigation li {
	display: inline;
	padding-right: 10px;
	padding-left: 20px;
}
#divHeaderWrapper {
	margin: 0px;
	height: 112px;
	margin: 0px;
	padding: 0px;
}
#divSubHeaderWrapper {
	background-color:#FFFFFF;
	position: relative;
	width: 1025px;
	height: 85px;
	margin: 0px;
	padding: 0px;
}
#divSubHeaderImage1 {
	background-image:	url(Images/Bk_01.jpg);
	background-repeat:	no-repeat;
	float: left;
	position: absolute;
	height:85px;
	width:175px;
}
#divSubHeaderImage2 {
	background-image:	url(Images/Bk_02.jpg);
	background-repeat:	no-repeat;
	width:				407px;
	height:				45px;
	position:			absolute;
	left:				175px;
	padding-top:		40px;
	padding-left:		15px;
	font-size:			10px;
}
#divSubHeaderImage2 a{
	color:#5D4F4B;
	font-size:10px;
}
#divSubHeaderImage2 a:link {
	color:#5D4F4B;
	font-size:10px;
}
#divSubHeaderImage2 a:hover {
	color:#21578A;
	font-size:10px;
}
#divSubHeaderImage2 a:visited {
	color:#21578A;
	font-size:10px;
}
#divSubHeaderImage2 a:active {
	color:#21578A;
	font-size:10px;
}
#divSubHeaderImage3 {
	background-repeat:	no-repeat;
	position: absolute;
	left: 625px;
	height:85px;
	width:400px;
}
#divContentWrapper {
	margin: 0px;
	padding: 0px;
	background-color: #CAC6C3;
	overflow: hidden;
}
#divContent {
	width: 583px;
	background-color: #FFFFFF;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	padding-left: 30px;
	float: left;
	text-align: left;
	padding-right: 12px;
	color: #5D4F4B;
}
#divContent a{
	color:#5D4F4B;
}
#divContent a:link {
	color:#5D4F4B;
}
#divContent a:hover {
	color:#21578A;
}
#divContent a:visited {
	color:#21578A;
}
#divContent a:active {
	color:#21578A;
}
#divContent ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#divContent li {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding-left: 12px;
	list-style-type: square;
}
#divMainNav {
	background-color: #5482AB;
	background-image: url(Images/Main_Nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	height: 195px;
	width: 195px;
	float: left;
	clear:left;
	position: absolute;
	padding-top: 105px;
	padding-left: 55px;
	z-index: 1;  
	/* This is for the menu server control to stay 'on-top' 
	of other elements | coupled with Flash Object's z-index: 0 */
}
#divMainNav ul {
	list-style-type: none;
}
#divMainNav li {
	padding-top: 20px;
}
#divMainFooterTag {
	background-image: url(Images/Main_Tag.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 113px;
	width: 680px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 100px;
	margin: 0px;
}
#divMainFooterLinks {
	position: absolute;
	left: 0px;
	top: 548px;
	background-color: #FFFFFF;
	margin: 0px;
	height: 85px;
	width: 1000px;
	padding-top: 25px;
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 0.8em;
	font-style: normal;
	padding-left: 25px;
	color: #5D4F4B;
}
#divMainFooterLinks a{
	color:#5D4F4B;
}
#divMainFooterLinks a:link {
	color:#5D4F4B;
}
#divMainFooterLinks a:hover {
	color:#21578A;
}
#divMainFooterLinks a:visited {
	color:#21578A;
}
#divMainFooterLinks a:active {
	color:#21578A;
}
#divMainFooterWrapper {
	top: 410px;
	position: absolute;
}
#divMainFooterFind {
	background-image: url(Images/Main_Find.jpg);
	background-repeat: no-repeat;
	left: 800px;
	position: absolute;
	height: 98px;
	width: 200px;
	padding-top: 40px;
	padding-left: 25px;
}
#divSpacer {
	padding-bottom:10px;
}
#divSubNavControl {
	padding-left:20px;
}
#divSubNav {
	background-color: #CAC6C3;
	width: 175px;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	float: left;
	clear: both;
	z-index: 1;  /* This is for the menu server control to stay 'on-top' of other elements */
}
#divSubNav ul {
	list-style-type: none;
}
#divSubNav li {
	padding-top: 20px;
}
#divFooterLinks a{
	color:#5D4F4B;
}
#divFooterLinks a:link {
	color:#5D4F4B;
}
#divFooterLinks a:hover {
	color:#21578A;
}
#divFooterLinks a:visited {
	color:#21578A;
}
#divFooterLinks a:active {
	color:#21578A;
}
#divFooterWrapper 
{
	clear:both;
	position:relative;
}
#divFooterTag {
	background-image: url(Images/Tag_Bk.jpg);
	margin: 0px;
	height: 64px;
	width: 525px;
	float: left;
	padding-top: 65px;
	padding-left: 225px;
	padding-right: 50px;
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
#divFooterFind {
	background-image: url(Images/Quick_Find.jpg);
	float: left;
	height: 39px;
	width: 200px;
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-left: 25px;
}
#divSidebar {
	width: 165px;
	background-color: #FFFFFF;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	float: right;
	color: #5D4F4B;
	padding-left: 60px;
	padding-top: 60px;
}
#divSidebar a{
	color:#5D4F4B;
}
#divSidebar a:link {
	color:#5D4F4B;
}
#divSidebar a:hover {
	color:#21578A;
}
#divSidebar a:visited {
	color:#21578A;
}
#divSidebar a:active {
	color:#21578A;
}
#divSidebar img {
	display: block;
}
#divFooterLinks {
	background-color: #FFFFFF;
	margin: 0px;
	height: 75px;
	width: 1000px;
	float: left;
	padding-top: 25px;
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 0.8em;
	font-style: normal;
	padding-left: 25px;
	color: #5D4F4B;
}
#divBigGap {
	padding-top:100px;
}
#divDirectoryResults {
	width:200px;
	text-align:left;
}
#TitleCase {
    text-transform:capitalize;
}
#divAlert p
{
    position:fixed;
    top:35px;
    left:450px;
    color:Red;
}
/*****************************/
/*   CSS Class Definitions   */
/*****************************/
.SectionDescTableCell
{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: LightGray;
	font-size: smaller;
}
.ApplicationLegend
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	padding-bottom: 12px;
	color: #5D4F4B;
}
.divWizardWrapper
{
}
.tblWizard 
{
	background-color: Gray;
	width: 80%;
	height: 350px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tdWizardHeader
{
	width: 100%;
	height: 75px;
	text-align: right;
	background-color: Gray;
}
.tdWizardContent
{
	border: 1px;
	width: 100%;
	text-align: center;
}
.tdWizardNavigate
{
	border: 1px;
	width: 200px;
	vertical-align: top;
}
.tdWizardControlBar
{
	border: 1px;
	height: 50px;
	vertical-align: middle;
}

.MainMenuSubNav {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	padding-left:0px;
	z-index:1000;
}
.FloatMenuSubNav {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	padding-left:0px;
}
.MainStaticHoverStyle {
 	background-image:url('Images/Main_Over_Slice.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
}
.MainStaticMenuItemStyle {
	background-image:url('Images/Main_Up_Slice.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:11px;
}
.StaticSelectedStyle {
	background-image:url('Images/Main_Click_Slice.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
}
.MainDynamicHoverStyle {
 	background-image:url('Images/Main_Up_Slice.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:11px;
}
.MainDynamicMenuItemStyle {
	background-image:url('Images/Main_Up_Slice.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:11px;
}
.DynamicSelectedStyle {
	background-image:url('Images/Main_Click_Slice.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
}
.FloatStaticHoverStyle {
 	background-image:url('Images/Float_Over_Slice.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
}
.FloatStaticMenuItemStyle {
	background-image:url('Images/Float_Up_Slice.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
}
.FloatDynamicHoverStyle {
 	background-image:url('Images/Float_Over_Slice.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
}
.FloatDynamicMenuItemStyle {
	background-image:url('Images/Float_Up_Slice.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
}
.Form
{
    width:450px;
    display: block;
    
}
.Float_Right
{
    float: right;
    clear: both;
    width:200px;
}
.Form_Item
{
    height: 30px;
}
