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

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image:url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 12px;
	line-height: 20px;
}

body,td,th {
	color: #67686A;
}

p {
	margin-bottom: 8px;
	margin-top: 0px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #BD1D2C;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

h2 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #BD1D2C;
	font-size: 12px;
	line-height: 20px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #D7702B;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	border-style:solid;
	border-color: #EBB895;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	margin-top:0px;
}

a {
	color:#BD1D2C;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

ol {
	list-style-type:decimal;
	padding-left: 0px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #58595B;
}

ul {
	list-style-type:disc;
	padding-left: 0px;
	margin-left: 16px;
	margin-top: -8px;
	margin-bottom: 8px;
	color: #58595B;
}

li {
	margin:0px;
	padding:0px;
}
form {
	margin:0px;
	padding:0px;
}
td {
	padding-top:2px;	
}
.divider{
	border-style: solid;
	border-color: #EBB895;
	margin-top: 8px;
	margin-bottom: 8px;
	border-width: 1px 0px 0px 0px;
}


#greyspace {
	width:105px;
	height:20px;
	padding-left:6px;
	padding-top:2px;
	margin-right:2px;
	margin-top:2px;
	float:left;	
}
#container {
	position:relative;
	width: 900px;
	background: #FFFFFF;
	margin: 0;
	border: 0px;
	top: 0px;
	text-align: left;
	left: 0px;
}
#mainContent {
	padding: 30px 90px 0px 50px;
	width: 480px;
}

#legals {
	background-image:url(../images/grey_strip.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	margin-top:50px;
	padding-top: 10px;
	padding-left: 50px;
	width: 950px;
	clear: both;
	font-size: 10px;
}

#bannerTop{
	background-image:url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 900px;
	height: 95px;
}
#bannerBottom{
	position: relative;
	z-index: 0;
}
#menus{
	position: absolute;
	top: 93px;
	left: 334px;
	width: 360px;
	height: auto;
	margin-top: 0px;
	padding: 0px;
	color:#FFF;
	font-size:11px;
	z-index:1;
}
#nolinkred{
	display: block;
	padding-left:6px;
	padding-top:2px;
	margin-right:2px;
	margin-top:2px;
	background-image:url(../images/red_button_down.gif);
	color: #FFF;
	text-decoration:none;
	font: 11px;
	z-index:30;
	width:105px;
	height:20px;
	float:left;
}

#nolinkgrey{
	display: block;
	padding-left:6px;
	padding-top:2px;
	margin-right:2px;
	margin-top:2px;
	background-image:url(../images/grey_button_down.gif);
	color: #FFF;
	text-decoration:none;
	font: 11px;
	z-index:30;
	width:105px;
	height:20px;
	float:left;
}

#menubuttonsred a
{	
	display: block;
	padding-left:6px;
	padding-top:2px;
	margin-right:2px;
	margin-top:2px;
	background-image:url(../images/red_button.gif);
	color: #FFF;
	text-decoration:none;
	font: 11px;
	z-index:30;
	width:105px;
	height:20px;
	float:left;
	font-weight:normal;
}

#menubuttonsred a:hover
{	
	background-image:url(../images/red_button_over.gif);
}

#menubuttonsgrey a
{	
	display: block;
	padding-left:6px;
	padding-top:2px;
	margin-right:2px;
	margin-top:2px;
	background-image:url(../images/grey_button.gif);
	color: #FFF;
	text-decoration:none;
	font: 11px;
	z-index:30;
	width:105px;
	height:20px;
	float:left;
	font-weight:normal;
}

#menubuttonsgrey a:hover
{	
	background-image:url(../images/grey_button_over.gif);
}

.nogap{ margin-bottom:0px; }
