/*  Frontend CSS - frontend-style.css	*/
/*  Establish general layout parameters */

/* main body */
body {
	color: #000000;
	background-color: #F9E2BE;
	font: 11px/18px tahoma, verdana, sans-serif;
	padding: 0;
	margin: 0px 0px 0px 0px;
	background-image: url("../images/background-main.gif");
	background-repeat: repeat-y;	
}

td	{
	font: 11px/14px verdana, sans-serif;	
}	

/* links */
a:link, a:visited, a:active {
	color: #DA572D;
	text-decoration: none;
}

/* mouseover links */
a:hover {
	color: #DA572D;
	text-decoration: underline;
}



h1	{
	color: #000;	
	font: 18px/24px verdana, sans-serif;
	font-weight: bold;
}

h2	{
	color: #000;	
	font: 14px/18px verdana, sans-serif;
	font-weight: bold;
}

h3	{
	color: #000;	
	font: 12px/16px verdana, sans-serif;
	font-weight: bold;

}

.text-header	{
	color: #000000;	
	font-size: 14px;
	font-weight: bold;
}

.text-small	{
	color: #000000;	
	font-size: 11px;
}

.text-small-welcome	{
	color: #FFF;	
	font-size: 11px;
	font-weight: bold;
}

.text-copyright	{
	color: #FFF;	
	font-size: 10px;
}

/*  Define the footer */

.copyright	{
	color: #9EA496;	
	font-size: 10px;
}

.home-headers  {
	background-color:#000;
	font: 14px/18px verdana, sans-serif;
	color: #FFF;
	font-weight:bold;
	white-space: nowrap;
}

/* Define the navigation */

.navigation  {
	height:38px;
	background-color:#F9E2BE;
	text-align: center;
	font: 9px/38px verdana, sans-serif;
	color: #DA572D;
	font-weight:bold;
	white-space: nowrap;
}

/* Define the Subnav Location */

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

div.container2 {
	position: relative;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

div.AboutNav {
	position: absolute;
	top: 105px;
	right: 40px;
	width: 150px;
	padding: 0px;
	visibility: hidden;
	z-index:3;

}

div.ServicesNav {
	position: absolute;
	top: 42px;
	left: 248px;
	width: 170px;
	padding: 0px;
	visibility: hidden;
	z-index:3;

}

div.DirectoryNav {
	position: absolute;
	top: 42px;
	left: 399px;
	width: 170px;
	padding: 0px;
	visibility: hidden;
	z-index:3;

}

div.BenefitsNav {
	position: absolute;
	top: 42px;
	left: 554px;
	width: 170px;
	padding: 0px;
	visibility: hidden;
	z-index:3;

}

div.HideLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	visibility: hidden;
	z-index:2;

}

div.HideLayer2 {
	position: absolute;
	top: 42px;
	left: 0px;
	width: 600px;
	padding: 0px;
	visibility: hidden;
	z-index:2;

}

div.HideLayer3 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 600px;
	padding: 0px;
	visibility: hidden;
	z-index:2;

}

div.HideLayer4 {
	position: absolute;
	top: 105px;
	right: 0px;
	width: 600px;
	padding: 0px;
	visibility: hidden;
	z-index:2;

}


/* Define the Subnav Element Styles */

#SubNav td		{
	font-size:9px;  
	text-align: left;
   	vertical-align: middle;	
	background-image: none;	
	background-color: #F9E2BE;
	display: block; 
	width: 170px;	
	color: #DA572D;
	float: none;
	padding: 0px;
}


#SubNav td a		{
	font-size:9px; 
	text-align: left;
   	vertical-align: middle;	
	height: 24px;
	line-height:24px;
	background-image: none;	
	background-color: #F9E2BE;
	display: block; 
	width: 170px;	
	color: #DA572D;
	float: none;
	text-decoration: none;
	border-left: 1px solid #DA572D;
	border-right: 1px solid #DA572D;
	border-bottom: 1px solid #DA572D;
}


#SubNav td a:hover  {
	background-image: none;
	color: #FFF;
	background-color: #DA572D;
   	text-decoration : none;   
	border-left: 1px solid #DA572D;
	border-right: 1px solid #DA572D;
	border-bottom: 1px solid #DA572D;	
}

/* Define the 2nd Tier Subnav Element Styles */

#SubNav2 td		{
	font-size:9px;  
	text-align: left;
   	vertical-align: middle;	
	background-image: none;	
	background-color: #F2C071;
	display: block; 
	width: 170px;	
	color: #DA572D;
	float: none;
	padding: 0px;
}


#SubNav2 td a		{
	font-size:9px; 
	text-align: left;
   	vertical-align: middle;	
	height: 24px;
	line-height:24px;
	background-image: none;	
	background-color: #F2C071;
	display: block; 
	width: 170px;	
	color: #DA572D;
	float: none;
	text-decoration: none;
	border-left: 1px solid #DA572D;
	border-right: 1px solid #DA572D;
	border-bottom: 1px solid #DA572D;
}


#SubNav2 td a:hover  {
	background-image: none;
	color: #FFF;
	background-color: #DA572D;
   	text-decoration : none;   
	border-left: 1px solid #DA572D;
	border-right: 1px solid #DA572D;
	border-bottom: 1px solid #DA572D;	
}


/*  Define the form elements */

input.loginbox	{ 
	font-family: arial,helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #000; 
	background-color: #FFF;
	width: 140px;
	height:20px;
}

input.Loginbutton	{ 
	font-family: arial,helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
	border: 1px solid #000; 
	background-color: #FFF;
	width: 75px;
	height:20px;
}


input.button	{ 
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 100px;
	height:20px;
}

input.largebutton	{
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 150px;
	height:20px;
}

input.smallbutton	{
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000;  
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 75px;
	height:20px;
}

input.searchbutton {
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 55px;
	height:20px;
}

input.textbox	{ 
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 200px;
	height:20px;
	padding-left:3px;
}

select.select	{  
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 200px;
	height:20px;
}

select.selectsmall	{  
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 150px;
	height:20px;
}

select.selectmedium	{  
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 365px;
	height:20px;
}

select.selectnowidth	{  
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	height:20px;
}

select.selectlarge	{  
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 425px;
	height:20px;
}


textarea.textarea	{
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 300px;
	height:100px;
	padding-left:3px;
}

textarea.largetextarea	{
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 400px;
	height:300px;
	padding-left:3px;
}

input.searchbox	{
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 139px;
	height:20px;
	padding-left:3px;
}

input.multisearchbox	{
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 110px;
	height:20px;
	padding-left:3px;
}

input.smalltextbox	{ 
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 100px;
	height:20px;
	padding-left:3px;
}

input.mediumtextbox	{
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 150px;
	height:20px;
	padding-left:3px;
}

input.largetextbox	{
	font-family:  arial, helvetica,sans-serif; 
	font-size: 11px; 
	color: #000; 
   	vertical-align: middle;
	border: 1px solid #6D7067; 
	background-color: #FFF;
	width: 250px;
	height:20px;
	padding-left:3px;
}