@charset "UTF-8";
/* CSS Document */

/* Universals
******************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../images/bg.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
}

/* Structure
*******************/
#container {
	width: 868px;
	margin: 0 auto;
}

.clearfix {
	height: 0px;
	line-height: 0.1px;
	margin: 0;
	clear: both;
}

#header {
	margin:32px 0 0 0;
	height: 70px;
	clear: both;
}

#tl, #tlcorner, #main_nav, #tr, #trcorner {
	float: left;
	height: 70px;
}

#bl, #blcorner, #footer_text, #br, #brcorner {
	float: left;
	height: 36px;
}

#body {
	width: 870px;
	padding: 0 5px;
	margin: 0;
	clear: both;
}

#flashcontent {
	clear: both;
	margin: 0;
}

#content {
	width: 808px;
	margin: 0;
	padding: 27px 25px;
}

/* Global styles
********************/
#header h1 {
	text-indent: -9999px;
	float: left;
	height: 70px;
	width: 174px;
	background: transparent url(../images/logo.gif) no-repeat bottom left;
}

#body {
	background: transparent url(../images/body_bg.gif) repeat-y top left;
}

#content {
	background: transparent url(../images/content_bg.gif) repeat-x top left;
}

h2, h3, h4, p {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

p.legal {
	font-size: 11px;
	line-height: 13px !important;
	color: #fff;
}



/* Main Menu
********************/
#tl, #tr, #bl, #br {
	width: 5px;
}

#tlcorner, #trcorner, #blcorner, #brcorner {
	width: 4px;
}

#main_nav {
	background: transparent url(../images/top_bg.gif) repeat-x top left;
	width: 850px;
}

#tl {
	background: transparent url(../images/tl.gif) no-repeat top left;
}

#tr {
	background: transparent url(../images/tr.gif) no-repeat top left;
}

#tlcorner {
	background: transparent url(../images/tlcurve.gif) no-repeat top left;
}

#trcorner {
	background: transparent url(../images/trcurve.gif) no-repeat top left;
}

#header ul {
	list-style: none;
}

#header ul li {
	float: left;
	height: 70px;
	margin: 0 0 0 20px;
}

#header a {
	display: block;
	margin-top: 5px;
	height: 65px;
	text-indent: -9999px;
}

#pos1 a, #pos2 a, #pos3 a, #pos4 a, #pos5 a {
	background-position: left top;
	background-repeat: no-repeat;
}

#pos1 a:hover, #pos2 a:hover, #pos3 a:hover, #pos4 a:hover, #pos5 a:hover, #pos1.active a, #pos1.active a:visited, #pos2.active a, #pos2.active a:visited, #pos3.active a, #pos3.active a:visited, #pos4.active a, #pos4.active a:visited, #pos5.active a, #pos5.active a:visited {
	background-position: right top;
}

#pos1 a {
	background-image: url(../images/pos1.gif);
	width: 57px;
}

#pos2 a {
	background-image: url(../images/pos2.gif);
	width: 190px;
}

#pos3 a {
	background-image: url(../images/pos3.gif);
	width: 119px;
}

#pos4 a {
	background-image: url(../images/pos4.gif);
	width: 95px;
}

#pos5 a {
	background-image: url(../images/pos5.gif);
	width: 76px;
}

/* Submenu Styles
***************************/
#subnav {
	list-style: none;
	width: 838px;
	height: 30px;
	background: url(../images/subnav_bg.gif) repeat-x top left;
	padding: 0 10px;
}

#subnav li {
	float: left;
	font-size: 12px;
}

#subnav li.active {
	background: url(../images/tab_white_bg.gif) repeat-x bottom left;
	padding: 0 1px;
}

#subnav li.active a, #subnav li.active a:visited {
	padding: 10px 12px 6px 12px;
	background: url(../images/tab_white.gif) repeat-x left bottom;
	color: #000;
}

#subnav li.right {
	float: right;
}

#subnav li b {
	display: block;
	font-weight: normal;
	padding: 8px 12px 8px 0px;
}

#subnav a, #subnav a:visited {
	display: block;
	padding: 8px 12px;
	height: 16px;
	color: #555;
	text-decoration: none;
}

#Alert {
    display: block;
    margin: 10px;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    background: #fff;
    border: 1px solid #ff0000;
}


/* Footer
**************************/
#bl {
	background: transparent url(../images/bl.gif) no-repeat top left;
}

#br {
	background: transparent url(../images/br.gif) no-repeat top left;
}

#blcorner {
	background: transparent url(../images/blcurve.gif) no-repeat top left;
}

#brcorner {
	background: transparent url(../images/brcurve.gif) no-repeat top left;
}

#footer_text {
	width: 830px;
	background: transparent url(../images/bottom_bg.gif) repeat-x top left;
	padding: 2px 10px;
}

#footer_text p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0;
	color: #fff;
	float: left;
}

#footer_text a, #footer_text a:visited {
	font-size: 12px;
	display: block;
	padding: 7px 14px 6px 14px;
	color: #fff;
	text-decoration: none;
}

#footer_text ul {
	list-style: none;
}

#footer_text ul li {
	float: right;
}

/* Menu link hover styles
******************************/
#subnav a:hover, #subnav a:active, #footer_text a:hover, #footer_text a:active {
	color: #fec75d;
}