/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #000000;
}
#header {
	width: 780px;
	height: 38px;
	padding-top: 22px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

#header_home {
	width: 780px;
	height: 44px;
	padding-top: 16px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#header_left {
	width: 500px;
	padding-top: 6px;
	float: left;
}
#header_right {
	width: 200px;
	float: right;
}



/* Navigation */

#menu {
	width: 780px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}
#menu a {
	margin: 0 10px 0 0;
	text-decoration: none;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 0;
} 
#menu a:link.active, #menu a:visited.active{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #CCCCCC;
	padding: 0 0 3px 0;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #990000;
	padding: 0 0 4px 0;
}
#content_title {
	width: 780px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	clear: both;
}



/* General Content */

#content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#flash_content {
	width: 778px;
	height: 340px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	background-color: #333333;
}
#split_content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#split_flash {
	width: 508px;
	height: 322px;
	float: left;
	padding: 1px;
	background-color: #333333;
}
#split_image {
	width: 510px;
	float: left;
}
#split_text {
	width: 240px;
	float: right;
}
#image_content {
	width: 780px;
	height: 276px;
	margin-left: auto;
	margin-right: auto;
}
#padding24 {
	width: 780px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#padding20 {
	width: 780px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#padding12 {
	width: 780px;
	height: 4px;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#sub_content {
	width: 780px;
	height: 148px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 18px;
	clear: both;
}



/* Home Page */

#home_fsc {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	clear: both;
}

#home_news {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
	padding-bottom: 8px;
	clear: both;
}

#home_news_left {
	width: 180px;
	float: left;
}
#home_news_right {
	width: 574px;
	float: right;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}


.home_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	color: #CCCCCC;
	text-decoration: none;
}
.home_text  a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.home_text  a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.home_text  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.home_text  a:active {
	color: #CCCCCC;
	text-decoration: none;
}


#text_columns {
	width: 780px;
	padding-top: 24px;
	margin-left: auto;
	margin-right: auto;
}
#column_left {
	width: 240px;
	float: left;
	padding-top: 20px;
}
#column_centre {
	width: 240px;
	position: relative;
	left: 30px;
	top: 0px;
	float: left;
	padding-top: 20px;
}
#column_right {
	width: 240px;
	float: right;
	padding-top: 20px;
}

#double_column {
	width: 480px;
	float: left;
	padding-top: 20px;
}

#content_keyline {
	width: 754px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	padding: 12px;
}


#floors_content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#floors_text {
	width: 240px;
	float: left;
}
#floors_image {
	width: 510px;
	height: 510px;
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}

#footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	clear: both;
}



/* News Page */

#news_columns {
	width: 780px;
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
}
#news_left {
	width: 120px;
	float: left;
	padding-top: 20px;
}
#news_centre {
	width: 360px;
	position: relative;
	left: 30px;
	top: 0px;
	float: left;
	padding-top: 20px;
}
#news_right {
	width: 240px;
	float: right;
	padding-top: 20px;
}

#news_navigation {
	width: 780px;
	padding-top: 20px;
}

.news_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.news_menu a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.news_menu a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.news_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.news_menu a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.news_headline {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.news_headline a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.news_headline a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.news_headline a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.news_headline a:active {
	color: #CCCCCC;
	text-decoration: none;
}

#news_keyline {
	width: 780px;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}



/* Text */

.bodytext {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.bodytext a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.bodytext a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.bodytext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bodytext a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.bodytext_red {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.header_keyline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.red_keyline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.grey_keyline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#paneltext {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	margin-bottom: 12px;
}

.credits {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
}
.credits a:link {
	color: #666666;
	text-decoration: none;
}
.credits a:visited {
	color: #666666;
	text-decoration: none;
}
.credits a:hover {
	color: #990000;
	text-decoration: underline;
}
.credits a:active {
	color: #666666;
	text-decoration: none;
}

.partnernews_photo {
	padding-top: 5px;
}
