﻿body
{
	margin: 0 auto;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
    background-image:url('/Assets/images/1033/homepage/stripebackgrndimage.gif');
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 760px;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

textarea
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

table
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


/* START Navigation Header Tall */

h2.nav_header_tall, label.hidden
{
	position: absolute;
	top: -20em;
	left: -200em;
}

div#nav_header_tall
{
	width: 760px;
	height: 68px;
	background-color: #000000;
}

div#nav_header_tall ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 3em;
	text-align: center;
}

#nav_header_tall li
{
	float: left;
	width: 95px;
}

#nav_header_tall li a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#nav_header_tall li a:hover
{
	text-decoration: underline;
}

/* END Navigation Header Tall */



/* START Navigation Header Short */

h2.nav_header_short, label.hidden
{
	position: absolute;
	top: -20em;
	left: -200em;
}

div#nav_header_short
{
	width: 760px;
	height: 32px;
	background-color: #000000;
}

#nav_header_short ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 3em;
	text-align: center;
}

#nav_header_short li
{
	float: left;
	
}

#nav_header_short li a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#nav_header_short li a:hover
{
	text-decoration: underline;
}


/* END Navigation Header Short */


/* START Navigation Top */
/* Made width 770px, which is 10px greater than body width of 760px, 
in order for Firefox to render top navigation bar on one line. 
Also changed div#nav_top li a padding from .3em to 4px 3px 4px 3px; 
to accommodate Firefox Ver. 1.5. */

h2.nav_top, label.hidden
{
	position: absolute;
	top: -20em;
	left: -200em;
}

div#nav_top
{
	width: 770px;
}

div#nav_top ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#nav_top li
{
	float: left;
	font-size: .85em;
}

div#nav_top li a
{
	width: 121px;
	height: 2em;
	background-color: #525151;
	line-height: 1em;
	display: block;
	border-top: 1px solid #999999;
	border-bottom: 4px solid #000000;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 4px 3px 4px 3px;
}

div#nav_top li a:hover
{
	width: 119px;
	margin-left: .1em;
	margin-right: .1em;
	border-bottom: 4px solid #a72d1a;
}

div#nav_top li a.highlight
{
	width: 119px;
	border-bottom: 4px solid #b8a809;
	font-weight: bold;
	color: #b8a809;
}

div#nav_top li a.highlight:hover
{
	width: 117px;
	border-bottom: 4px solid #a72d1a;
	text-decoration: none;
}

/* END Navigation Top */

/* new style for both menus at the top */

h2.nav_second_menu, label.hidden
{
	position: absolute;
	top: -20em;
	left: -200em;
}

#nav_second_menu
{
	clear: both;
	width: 760px;
	height: 2.2em;
	line-height: 2em;
	background-color: black;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

#nav_second_menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_second_menu li
{
	float: left;
	font-size: 10px;
}

#nav_second_menu li a
{
	background-color: #000000;
	width: 108.5px;
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#nav_second_menu li a:hover
{
	text-decoration: underline;
}

/* START Footer */

div#footer
{
	clear: both;
	margin-top: .5em;
	font-size: 10px;
	text-align: center;
}

/* END Footer */


/* Hide from IE5-Mac \*/
#nav_bottom li a
{
	float: none;
}
/* End hide */



/* Hide from IE5-Mac \*/
div#nav_top li a
{
	float: none;
}
/* End hide */


/* Hide from IE5-Mac \*/
div#nav_header_short li a
{
	float: none;
}
/* End hide */


/* Hide from IE5-Mac \*/
div#nav_header_tall li a
{
	float: none;
}
/* End hide */



