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

html, body {
	height: 100%;
}

body {
	background-image:url(../images/background.jpg);
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-x;
	padding:0px;
	background-color:#262626;
	font-family: "Trebuchet MS", "Verdana", "Arial", Sans-Serif;
	font-family: Trebuchet MS;
	color: #bfbfbf;
	line-height: 24px;
	font-size: 11px;
}

p {
	padding: 0 35px 0 35px;

}

a {
	color: #818181;
}

a:visited {
	color: #818181;
}

a:hover {
	color: #bfbfbf;

}

table.main_table{
	margin-left:auto;
	margin-right:auto;
	margin-top: 62px;
	width:1024px;
	padding:0px;
	vertical-align:top;
	
}

table.main_tableVR{
	margin-left:auto;
	margin-right:auto;
	margin-top: 42px;
	width:866px;
	padding:0px;
	vertical-align:top;
	
}

td.spacer{
	height:90px;
}

td.image_holder{
	vertical-align:top;
	width:660px
}

table.flash_content{
	width:586px;
}

div.main_content{
	background:#000000;
	width:570px;
	margin-left:8px;
}

td.image_footer{
	background-repeat:no-repeat;
	background-position:bottom;
	background-image:url(../images/content_shadow.jpg);
	width:586px;
	height:24px;
}

td.image_footerLG{
	background-repeat:no-repeat;
	background-position:bottom;
	background-image:url(../images/content_shadowLG.jpg);
	width:866px;
	height:24px;
}

td.right_content{
	vertical-align:top;
}

div.right_spacer{
	height:55px;
}

#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -39px; /* the bottom margin is the negative value of the footer's height */
}

#footer, #push {
	height:39px; /* .push must be the same height as .footer */
}

#push {
	clear:both;
}

#footer{
	background-color:#590019;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	width:100%;
	margin: 0 auto;
	height:39px;
	
}

td.image_png{
	padding-top:10px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(../images/BodyDivA.png);
	width:586px;
	min-height:447px;
}

td.image_pngLG{
	padding-top:10px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(../images/BodyDivLG.png);
	width:850px;
	min-height:447px;
}

li.Head {
	margin-top:10px;
	text-transform:uppercase;
	list-style-image:url(../images/bullet.gif);
}

li.BulletList {
	line-height:20px;
	list-style-image:url(../images/bullet.gif);
}


li.Inner {
	list-style-type:disc;
	text-transform:none;
	line-height:20px;
}

.Constraints {
	padding-left:10px;
	padding-right:75px;
}	

#header {
	width: 830px;
	height: 123px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	text-align:right;
	height: 26px;
	float: right;
	width: 400px;
	margin-top: 77px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
	line-height: 22px;
}

#nav a.sub {
	padding: 2px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a.sub:hover {
	color: #590019;
	background-color: #FFFFFF;
	text-decoration: none;
}

.active {
	padding: 4px 10px;
	color: #590019;
	background-color: #FFFFFF;
}