﻿/* global css */
body, div {
	margin: 0;
	padding: 0;
}

/* ==========================Global Page Styles=================================== */
#main_content {
	padding: 40px 0 0 24px;
	width: auto;
	clear: both;
}

.global_image {

}

.content_post ul {
	line-height: normal;
	font: 11px Georgia;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: none;
}

/*
.content_post a{
	text-decoration: none;
	color: #999999;
	font-family: Georgia;
	font-size: 11px;
}
*/
/* ==========================Header Logo Styles=================================== */
#header_logo {
	margin: 15px 0 0 24px;
	float: none;
	border: 0px;
	background: #ffffff;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia;
}

#header_logo a.header_logo_link {
	color: #333333;
	text-decoration: none;
}

#default_header {
	width: 640px;
}

/* ============================Footer Style====================================== */
#copyright {
	width: 480px;
	font-size: 11px;
	font-family: Georgia;
	color: #999999;
	margin: 0 0 0 160px;
}

#hosted {
	font-size: 11px;
	font-family: Georgia;
	color: #999999;
	float: none;
	margin: 0 0 0 160px;
	visibility: hidden;
}

#hosted a {
	font: 11px Georgia;
	color: #333333;
	text-decoration: none;
}

#hosted a:hover {
	font: 11px Georgia;
	color: #000000;
	text-decoration: none;
}

#default_footer {
	color: #999999;
	width: 480px;
	float: none;
	clear: both;
}

/* ==========================Left Menu Styles=================================== */
.left_menu {
	font: 12px Georgia;
	float: left;
	width: 136px;
	text-decoration: none;
	line-height: normal;
}

.left_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.left_menu ul li {
	text-decoration: none;
	padding: 0 0 1px 0;
}

.left_menu ul li a {
	text-decoration: none;
	color: #999999;
}

#main_menu .active_page a {
	color: #333333;
}

.left_menu ul li a:hover {
	color: #333333;
}

#main_menu {
	width: 136px;
}

#main_menu ul{
	text-transform: uppercase;
}

#left_menu_separator {
	padding: 0 0 50px 0;
}

/* ==========================News Content Styles=================================== */
#news_content {
	font: 11px Georgia;
	float: left;
	color: #666666;
	text-align: left;
	width: 480px;
	clear: right;
}

#news_post {
	text-decoration: none;
}

#news_date {
	padding: 10px 0 0 0;
	font: 11px Georgia;
	color: #666666;
	text-decoration: none;
}

#news_title {
	font: 11px Georgia;
	color: #666666;
}

#news_title a {
	font: 11px Georgia;
	color: #666666;
	text-decoration: none;
}

#news_title a:hover {
	color: #000000;
}


#news_description {
	padding: 0 0 10px 0;
	border-bottom: 1px #999999 solid;
	font: 11px Georgia;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}

#news_separator {
	padding: 50px 0 0 0;
}

.sub_active {
	color: #333333;
}

/* ==========================Static Styles=================================== */
#static_content {
	font: 11px Georgia;
	float: left;
	color: #666666;
	text-align: left;
	padding-bottom: 50px;
	width: 800px;
	height: 800px;
}

#static_post {
	text-decoration: none;
}

#static_title {
	color: #999999;
	text-decoration: none;
	text-transform: none;
	font-size: 11px;
	font-family: Georgia;
}

/* ==========================Motion Styles=================================== */
#motion_content {
	font: 11px Georgia;
	float: left;
	color: #666666;
	text-align: left;
	padding-bottom: 50px;
	width: 480px;
	height: 800px;
}

#motion_post {
	text-decoration: none;
}

#motion_title {
	color: #999999;
	text-decoration: none;
	text-transform: none;
	font-size: 11px;
	font-family: Georgia;
}

#motion_play {
	padding: 5px 0 0 0;
}

.play_image {
	vertical-align: middle;
}

/* ==========================Movie Styles=================================== */
#movie_content {
	font: 11px Georgia;
	float: left;
	color: #666666;
	text-align: left;
	padding-bottom: 50px;
	width: 800px;
	height: 800px;
}

#movie_post {
	text-decoration: none;
}

#movie_title {
	color: #999999;
	text-decoration: none;
	text-transform: none;
	font-size: 11px;
	font-family: Georgia;
}

#movie_play {
	padding: 5px 0 0 0;
}

.play_image {
	vertical-align: text-bottom;
}

/* ==========================Bio Styles=================================== */
#bio_content {
	font: 11px Georgia;
	float: left;
	color: #666666;
	text-align: left;
	height: 800px;
}

#bio_post {
	text-decoration: none;
	width: 480px;
	text-align: left;
	font: 11px Georgia;
}

.bio_link a{
	color: #666666;
	text-decoration: none;
}

.bio_link a:hover {
	color: #333333;
	text-decoration: none;
}
/* ==========================Contact Styles=================================== */
#contact_content {
	font: 12px Georgia;
	float: left;
	color: #999999;
	text-align: left;
	height: 800px;
}

#contact_post {
	text-decoration: none;
	width: 800px;
	text-align: left;
}

.content_post a{
	color: #666666;
	text-decoration: none;
}

.content_post a:hover {
	color: #333333;
	text-decoration: none;
}

