@charset "utf-8";
/*GENERAL*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	background-color:#000;
}
#content h1 {
	color:#aa2702;
	font-size:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	margin-left:-1px;
	margin-bottom:8px;
	line-height:26px;
}
#content p {
	line-height:22px;
	text-align:justify;
	margin-bottom:7px;
}
img, img a {
	border:0;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*************************************************************************************************************************/
/*WRAPPER*/
#wrapper {
	margin:0 auto;
	width:980px;
	background:#fff;
}
/*************************************************************************************************************************/
/*HEADER*/
#header {
	height:225px;
	background:url(../images/header-bg.png) 0 0 repeat-x;
	text-align:center;
}
/*************************************************************************************************************************/
/*NAVIGATION*/
#nav {
	height:40px;
	/*background:url(../images/nav-top-bg.png) 0 0 repeat-x;*/
}
#nav-divider {
	height:4px;
	background:url(../images/nav-divider-bg.png) 0 0 repeat-x;
}
/*************************************************************************************************************************/
/*SLIDER*/
#slider {
	margin:0 auto;
	width:980px;
	height:300px;
	background-color:#fff;
}
#slider-divider {
	height:3px;
	background:url(../images/slider-divider-bg.png) 0 0 repeat-x;
}
/*************************************************************************************************************************/
/*CONTENT*/
#content {
	overflow:auto;
	padding:19px 20px 7px;
}
#content a:link, #content a:visited {
	font-family: Arial, Helvetica;
	font-size:12px;
	text-decoration:underline;
	color:#aa2702;
}
#content a:hover, #content a:active {
	font-family: Arial, Helvetica;
	font-size:12px;
	text-decoration:none;
	color:#aa2702;
}
#navlist
{
	margin-left:10px;
	margin-top:0;
	padding-left: 0;
	list-style: none;
}
#navlist li
{
	padding-left:15px;
	line-height:22px;
	margin-bottom:2px;
	text-align:justify;
	background-image: url(../images/arrow-ul.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
.browntext {
	color:#aa2702;
}
table.outer {
	border-width: 0px;
	border-collapse: collapse;
}
table.outer th {
	border: 0px;
	border-collapse: collapse;
}
table.outer td {
	border: 0px;
	border-collapse: collapse;
}
table.nested, table.nested th {
	border: 1px solid #c9c9c9;
	border-collapse: collapse;
	line-height:30px;
	padding:5px 10px;
	background-color:#aa2702;
	color:#FFF;
	text-align:left;
	vertical-align:top;
}
table.nested, table.nested td {
	border: 1px solid #c9c9c9;
	border-collapse: collapse;
	line-height:20px;
	padding:5px 10px;
	background:none;
	color:#000;
	text-align:left;
	vertical-align:top;
}
table.normal, table.normal td {
	border: 1px solid #fff;
	border-collapse: collapse;
	line-height:20px;
	padding:5px 10px;
	background:none;
	color:#000;
	text-align:left;
	font-weight:bold;
	vertical-align:top;
}
.row0 {
    background-color: #eff2f7;
}
/*************************************************************************************************************************/
/*FOOTER*/
#footer {
	background-color:#e1000c;
	color:#ffffff;
	padding:9px 20px 17px;
	font-size:13px;
	font-family: sans-serif, Arial, Helvetica;
}
#footer ul {
	list-style:none;
}
#footer li {
	display:block;
	border-bottom:#e7e6e6 1px solid;
	padding:8px 0;
}
#footer1 a:link, #footer1 a:visited, #footer2 a:link, #footer2 a:visited, #footer3 a:link, #footer3 a:visited {
	font-family: sans-serif, Arial, Helvetica;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
}
#footer1 a:hover, #footer1 a:active, #footer2 a:hover, #footer2 a:active, #footer3 a:hover, #footer3 a:active {
	font-family: sans-serif, Arial, Helvetica;
	font-size:13px;
	text-decoration:none;
	color:#e7e6e6;
}
#footer1, #footer2, #footer3 {
	margin-right:36px;
	float:left;
}
#footer1 {
	width:174px;
}
#footer2 {
	width:203px;
}
#footer3 {
	width:192px;
}
#footer4 {
	width:263px;
	margin-right:0;
	float:right;
}
#footer4 a:link, #footer4 a:visited, #footer5 a:link, #footer5 a:visited {
	text-decoration:none;
	color:#FFF;
}
#footer4 a:hover, #footer4 a:active, #footer5 a:hover, #footer5 a:active {
	text-decoration:none;
	color:#e7e6e6;
}
#footer4 h1 {
	font-family: sans-serif, Arial, Helvetica;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	font-weight:normal;
	/*margin:8px 0 0 0;*/
	border-bottom:#e7e6e6 1px solid;
	padding:8px 0;
	margin-bottom:3px;
}
#footer4 p {
	line-height:20px;
}
#footer5 {
	display:block;
	width:940px;
	text-align:right;
	margin-top:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}