/*
	Class to clear floats
*/
.clr {
	clear: both;
}
/*
		BODY & FRAME
*/
body {
	/*background-image: url(../images/tile_gravel_1.jpg);*/
	background-color: #333;
}
#frame {
	background-color: #fff;
	border: solid #000 3px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	margin-top: 12px;
	text-align: left;
}

/*
		MAIN NAVIGATION
*/
/*
	Clears floated menu items.
	Assigned to a <br> tag placed just before
	nav_wrappers's closing DIV tag
*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#nav_wrapper {	
	background-color: #000;
	padding: 0 0 0 0;
	text-align: center;
}
#topnav, #topnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10;
}
#topnav a {
	border: solid #000 1px; 	/* invisible but leaves space for border on hover border-right: solid #fff 1px;*/
	
	color: #eee;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 10px 3px 8px;
	text-decoration: none;
}
#topnav a.trigger {
	padding: 3px 11px 3px 10px;
}
#topnav .active {
	color: #F35913;
}

#topnav li {
	color: #333;
	float: left;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 12em;
}
#topnav li ul, #topnav ul li {
	padding: 0;
	margin: 0;
	text-align: left;
	width: 15em;
}
#topnav ul li a  {
	font-size: 14px;
	font-weight: normal;
}
#topnav li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #000;
}

#topnav li:hover a, #topnav a:focus,
#topnav a:active, #topnav li.topnav_hvr a {
	background-color: #111;
	border: solid #333 1px;
	color: #ccc;
}
#topnav li:hover ul, #topnav li.topnav_hvr ul {
	display: block;
}
#topnav li:hover ul a, #topnav li.topnav_hvr ul a {
	color: #000000;
	background-color: transparent;
}
#topnav ul a:hover {
	background-color: #111 !important;
	color: #FFFFFF !important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#topnav li {width: auto;}


/*
		SUB NAVIGATION
*/
#subnav {
	clear: both;
	background-image: url(../images/nav_drop_shadow_o.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F35913;
	padding: 15px 0 12px 0;
	vertical-align: top;
	width: 296px;
}
#subnav h1 {
	color: #000;
	font-size: 24px;
	margin: 4px 0 6px 0;
	text-align: center;
}
#subnav ul {
	background-color: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#subnav ul li {
	background-color: #000;
	margin: 0 0 1px 0;
	padding: 3px 10px 3px 10px;
}
#subnav a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
#subnav a:hover {
	color: #F35913;
	text-decoration: none;
}
#subnav .active {
	color: #F35913 ;
	text-decoration: none;
}
#subnav a span { /* smaller text for stages on Route page */
	font-size: 14px;
}

.tile_dash {
	background-image: url(../images/tile_dash.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 4px;
}


/*
		CONTENT
*/
#content {
	background-image: url(../images/nav_drop_shadow.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #555;
	padding: 18px 30px 15px 30px;
	vertical-align: top;
}
#content table {
	color: #444;
	font-size: 15px;
}
#content h1 {
	color: #000;
	font-size: 21px;
	margin: 0 0 4px 0;
	text-align: center;
}
#content h2 {
	color: #DB4F00;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 4px 0;
}
#content h3 {
	color: #DB4F00;
	font-size: 16px;
	margin: 0 0 4px 0;
}
#content h4 {
	color: #333;
	font-size: 15px;
	margin: 0;
}
#content h4 b {
	color: #333;
}
#content p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 12px 0;
	text-align: justify;
}
#content ul, #content ol {
	font-size: 14px;
	margin: 0 20px 12px 30px;
}
#content ul {
	/*list-style-image: url(../images/ul_wheel.gif);*/
}
#content li {
	margin: 3px 0 3px 30px;
}
#content a {
	color: #2E70AD;
}
#content a:hover {
	color: #DB4F00;
}

/*
		CONTENT - Left and Right panels
*/
.float_left {
	float: left;
	width: 45%;
}
.float_right {
	float: right;
	width: 45%;
}
/*
		CONTENT - Tables
*/
.data_table {
	border: solid #000 1px;
	border-collapse: collapse;
	margin: 0 0 10px 20px;
}
.data_table th {
	background-color: #eee;
	padding: 5px 15px;
}
.data_table td {
	border: solid #000 1px;
	padding: 5px 15px;
	text-align: right;
}
.table_2_col td {
	padding: 10px;
	vertical-align: top;
}
/*
		CONTENT - Info Boxes
*/
.insert_white_right {
	border: solid #000 2px;
	background-color: #fff;
	float: right;
	padding: 5px 0px 5px 8px;
	width: 210px;
}
.insert_white_right h3 {
	text-align: center;
}
.insert_white_right a span {
	font-size: 12px;
}
.info_box_std {
	background-color: #fd0;
	border: solid #000 3px;
	color: #000;
	line-height: 24px;
	margin: 10px 10px 10px 0;
	padding: 10px;
	text-align: left;
}
.info_box_std h1 {
	font-size: 24px !important;
}
.info_box_std a {
	color: #009 !important;
	font-size: 16px !important;
	text-decoration: none !important;
}
.info_box_std a:hover {
	color: #444 !important;
}
.info_box_50 {
	background-color: #C62C30;
	border: solid #000 1px;
	float: left;
	margin: 0 10px;
	padding: 10px 20px;
	width: 40%;
}
#content .info_box_50 h1 {
	color: #ccc;
	font-size: 16px;
}
#content .info_box_50 a {
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
	text-decoration: none;
}

/*
		ADVERTISING
*/
#lp_adverts {
	text-align: center;
}
#lp_adverts h1 {
	font-size: 21px;
}
#lp_adverts img {
	border: solid #333 1px;
	margin-bottom: 3px;
}