/* Site structure */
body
{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
	background-color:black;
	font-family:Arial;
	font-size:12px;
	color:black;
	overflow-y:scroll;
	overflow-x:hidden;
}

img{
	border:0px;
}

.site
{
	width:900px;
	margin:0px;
	padding:0px;
	border:0px;
}

.site_table
{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
	width:100%;
}

.default_image
{
	border:0px;
}

.menu
{
	position:absolute;
	background-image:url(../images/red_bar.png);
	width:900px;
	height:46px;
	text-align:left;
}

.menu_items, a.menuitems:link, a.menuitems:active, a.menuitems:visited
{
	height:100%;
	color:white;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
}

a.menuitems:hover 
{
	text-decoration:underline;
}

a.link_black:link, a.link_black:active, a.link_black:visited
{
	color:black;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
}

a.link_black:hover 
{
	text-decoration:underline;
}

.banner_td
{
	padding:0px;
	margin:0px;
	border:0px;
	border-collapse:collapse;
	height:279px;
}

.banner_pushbannerdown
{
	height:34px;
	width:100%;
}
.banner
{
	height:245px;
	width:100%;
}

.banner_logo_background
{
	position:absolute;
	top:35px;
	opacity:.3;
	filter:alpha(opacity=45);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
}

.background_search
{
	position:absolute;
	top:35px;
	opacity:.3;
	filter:alpha(opacity=45);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
}

.search_area
{
	position:absolute;
	top:42px;
	width:890px;
	text-align:right;
}

.search_area_text
{
	font-size:14px; 
	font-weight:bold; 
	float:right; 
	padding-right:20px; 
	padding-top:2px;
}

.search_textfield
{
	background-color:#990000; 
	border:1px solid black; 
	vertical-align:top; color:white; 
	font-family:Arial; 
	font-size:11px;
}

.search_button
{
	vertical-align:top; 
	height:18px; 
	cursor:pointer;
	cursor:hand;
}

.banner_logo
{
	position:absolute;
	padding-left:5px;
	top:114px;
}

.red_bar
{
	background-image:url(../images/red_bar_background_color.png);
	height:34px;
	color:white;
	font-size:12px;
	font-weight:bold;
}

.red_bar_title
{
	font-size:12px;
}

.content_left_title
{
	width:250px;
}

.content_left_title2_text
{
	padding-top:10px;
	padding-left:10px;
	color:white;
	font-size:12px;
	font-weight:bold;
}

.content_left_text
{
	padding-top:1px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
}

.content_left_text2
{
	padding-top:2px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
}

.content_left_background
{
	width:272px;
	background-image:url(../images/background_left_content.png);
	background-repeat:repeat-y;
	vertical-align:top;
	border:0px;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

.content_left_background2
{
	background-image:url(../images/background_left_content.png);
	background-repeat:repeat-y;
	vertical-align:top;
	border:0px;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

.content_left_red_bar
{
	background-image:url(../images/red_bar_background_color.png);
	height:44px;
	width:241px;
}

.content_right_title
{
	width:750px;
}

.content_right_background
{
	vertical-align:top;
	background-color:#FFCC66;
	width:350px;
	margin:0px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	border-collapse:collapse;
}

a:link, a:active, a:visited  
{
	height:100%;
	color:#990000;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.home_shadow
{
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
	font-size:0px; height:8px;
}

.home_shadow_left
{
	background-image:url(../images/shadow_left.png);
	background-repeat:no-repeat;
	font-size:0px; height:8px;
}

.home_shadow_right
{
	background-image:url(../images/shadow_right.png);
	background-repeat:no-repeat;
	font-size:0px; height:8px;
}

.footer
{
	border:0px;
	padding:0px;
}

.footer_text
{
	padding-top:5px;
	padding-left:10px;
	font-size:14px;
	float:left;
}

.footer_logo
{
	float:right;
	padding-right:10px;
	padding-top:2px;
}

/* FCK Editor specific styles */
p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a.default_link:link, a.default_link:active, a.default_link:visited
{
	height:100%;
	color:black;
	font-size:12px;
	text-decoration:none;
}

a.default_link:hover 
{
	text-decoration:underline;
}

a.link_white_homepage:link, a.link_white_homepage:active, a.link_white_homepage:visited
{
	height:100%;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.link_white_homepage:hover 
{
	text-decoration:underline;
}

input.form_button {
	height:24px;
	padding-left:4px;
	padding-right:4px;
	border:0px;
	color:white;
	background-color:#990000;
	font-weight:bold;
	font-size: 12px;
	cursor:pointer;
	cursor:hand;
}

span.content_bold
{
	color:#000000;
	font-weight: bold;
}

span.content_red
{
	color:#990000;
}

span.content_red_bold
{
	color:#990000;
	font-weight:bold;
}

span.content_red_bold_underlined
{
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

img.image
{
	border:0px;
}

hr {
	color:#990000;
	height: 80%;
}

span.header_journeyDetail_journeyTitle
{
	font-size:16px;
	font-weight:bold;
}

span.header_journeyDetail
{
	color:white;
	font-weight:bold;
	font-size:12px;
}

span.subheader_journeyDetail
{
	font-weight:bold;
	text-decoration:underline;
}

td.journeyDetailHeader 
{
	background-color:#990000;
	border:1px solid black;
	padding:5px;
}

td.bottom_black 
{
	border-bottom:1px solid #000000;
}

a.link_white:link, a.link_white:active, a.link_white:visited  
{
	height:100%;
	color:white;
	text-decoration:none;
}

a.link_white:hover
{
	text-decoration:underline;
}

a.no_layout:link, a.no_layout:active, a.no_layout:visited, a.no_layout:hover
{
	text-decoration:none;
}

img.image_arrow
{
	position:relative;
	top:2px;
}

div.footer_text p 
{
	font-family:Arial;
	font-size:14px;
}