body {
	background: url(../img/bg_body.jpg) black;
	background-repeat: repeat-x;
}

#global {
	width: 980px;
	margin: 0 auto;
}

#left {
	width: 237px;	
	float: left;
	margin-right: 13px;
}

#left_top {
	height: 360px;
	background: url(../img/menu_bg.jpg);
}

#left_top a {
	color: white;
	display: block;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 0 10px 5px;
}

#left_top a:hover {
	color: #ccc;
}

#left_bottom {
	height: 85px;
	background: url(../img/facebook_bg.jpg);
	margin-top: 13px;
}

#right {
	float: left;
	background: white;
}

#right_bottom {
	width: 730px;
	background: url(../img/content_round_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#right_top {
	background: url(../img/content_round_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#bg_autos {
	width: 100%;
	height: 100%;
	background: url(../img/bg_autos.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#blue_square {
	background: #00578f;
	height: 359px;
	width: 9000px;
	position: absolute;
	left: 50%;
	margin-left: -9490px;
	top: 476px;
}

#header {
	height: 463px;
	margin-bottom: 13px;
}

#footer {
	background: #232021; 
	width: 710px; 
	padding: 10px;
	float: right;
	color: white;
	margin-top: 13px;
}

#footer a {
	color: #00578f;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover {
	color: white;
}

#content {
	width: 669px;
	float: left;
	padding: 15px 30px;
}

#content_stretch {
	width: 1px;
	height: 360px;
	float: left;
}

#tabs {
	margin: 10px 0 20px 0;	
}

#tabs a {
	padding: 10px;
	text-decoration: none;
	border: 1px solid #00578f;
	color: #00578f;
	display: block;
	width: 125px;
	float: left;
	text-align: center;
	margin-right: 10px;
}

#tabs a:hover {
	background: #00578f;
	color: white;
}

.header_bottom_middle {
	background: #232021;
	height: 67px;
	width: 240px;
}

.header_bottom_bottom {
	background: url(../img/header_square_bottom.jpg);
	height: 30px;
	width: 240px;
	color: red;
	padding-top: 12px;
}

.header_bottom_top {
	height: 173px;
}

.header_square {
	text-align: center;
}

.header_square_hover {
	float: left;
	width: 241px;
	height: 282px;
	padding: 2px;
}

.header_square_hover:hover {
	background: red;
}

.header_square {
	float: left;
	margin-right: 6px;
	width: 240px;
	text-align: center;
}

.square_blue_text {
	color: #00578f;
	font-size: 13px;
	padding-top: 10px;
}

.square_white_text {
	color: white;
	font-size: 11px;
	padding-top: 5px;
}

/*********************** NEWS *************************/

.news_title {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

.news_sub_title {
	font-weight: bold;	
}

.news_bar {
	padding: 20px 0 20px 0;
}

.news_date {
	margin-bottom: 20px;
	font-size: 10.5px;
	font-style: italic;
}

.news_content {
	/*margin: 20px 0;*/
}

.news_bottom_table{
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.news_bottom_table div a{
	text-decoration: none;
}

.news_page_numbers{
	display: inline; 
	padding: 5px 8px; 
	border: 1px solid #666; 
	background-color: white;
	color: black;
	line-height: 30px;
	text-decoration: none;
}

.news_page_numbers_active{
	display: inline; 
	padding: 5px 8px; 
	border: 1px solid #666; 
	background: red;
	color: white;
	line-height: 30px;
	text-decoration: none;
}

#slideShow > div {
	width: 745px;
	height: 375px;
	margin-left: -37px;
	margin-top: -18px;
}

.slideShow_nav {
	height: 60px;
	float: left;
	margin-top: 315px;
	margin-left: 20px;
}

.slideShow_link {
	height: 50px;
	width: 200px;
	float: right;
	margin-top: 310px;
}

.slideShow_button {
	float: left;
	font-size: 28px;
	cursor: pointer;
	margin: 7px 0 0 0;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-left: 3px;
}

#gnetix {
	float: right;	
	text-align: center;
	margin-top: 20px;
}

.gnetix_text {
	color: #0055a6;
	text-decoration: none;
	font-size: 11px;
}