/* Main Body Formatting */
body {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	font-family: verdana, arial;
	font-size: 12px;
	color: #fff;
	background-color: #336699;
	text-align: center;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: dotted 1px #000;
	
}

a:hover {
	color: #EF000A;
	border-bottom: dotted 1px #EF000A;
}

a img, a img:hover {
	border: none;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	margin-top: 5px;
	width: 730px;
	height: 100%;
	padding: 0;
	text-align: left;
}


#content_header {
	width: 535px;
	margin-top: -3px;
	padding-left: 4px;
	float: left;
}

html>body div#content_header {
	/*Corret value for browsers that dont' suffer from the IE Win's bugs */
	margin-top: 5px;
}

hr {
	height: 1px;
	border: 0px;
	background-color: #fff;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

#menu_area {
	width: 190px;
	float: left;
	border-right: solid 1px #fff;
	margin-top: -7px;
}

html>body div#menu_area {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-top: 0px;
	margin-bottom: 7px;
}

#main_content {
	width: 531px;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-top: -1px;
	padding: 3px;
	background-color: #fff;
	color: #000;
	float: left;
}

html>body div#main_content {
	width: 526px;
	margin-top: 1px;
}

#footer {
	width: 730px;
	height: 20px;
	border-top: solid 1px #fff;
	float: left;
}

#footer_link a {
	color: #fff;
	border-bottom: dotted 1px #fff;
}

#footer a:hover {
	color: #EF000A;
	border-bottom: dotted 1px #EF000A;
}
/********** Global Navigation **********/
div#menu_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	}

div#menu_area ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
div#menu_area ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #336699; /* IE6 Bug */
	padding: 5px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

/* Fix IE. Hide from IE Mac \*/
* html div#menu_area ul li { float: left; height: 1%; }
* html div#menu_area ul li a { height: 1%; }
/* End */

div#menu_area ul li a:hover { color: #000; background: #f9f9f9; border-bottom: 1px solid #fff;} /* Hover Styles */
		
div#menu_area li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
div#menu_area li:hover ul, li.over ul { display: block; } /* The magic */

/* LOGIN & SIGNUP BUTTONS */

div#globalnav ul#menu	{
	height: 75px;
	width: 250px;
	background: transparent url("images/signin-register.jpg") top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	top: 128px;
	left: 264px;
	z-index: 0px;
	}
html>body div#globalnav ul#menu {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	position: relative;
	top: 133px;
	left: 458px;
	
	}
div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
ul#menu li, ul#menu a {
	height: 75px;
	display: block;
	border: none;
	}
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	border: none;
	}
	
#header_button1	    {left: 0px; width: 115px;}
#header_button2    {left: 118px; width: 130px;}

#header_button1 a:hover     {background: transparent url("images/signin-register.jpg") 0px -81px no-repeat;}
#header_button2 a:hover       {background: transparent url("images/signin-register.jpg") -118px -81px no-repeat;}