@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
}

img {
	border:0;
}

body {
	margin-top:5px;
	background-color:#ededed;
}

#site {

	width:728px;
	margin:auto;
}

/******  HEADER *****/

#header {
	width:728px;
}

#header_top {
	background:url(../images/blue-top-bar-header.png);
	height:34px;
	padding:10px;
	padding-left:20px;
}


#logo {
	width:215px;
	height:36px;
	float:left;
}

#header_top p {
	color:#FFF;
	margin-left:235px;
	text-align:center;
}

/******   FOOTER *******/

#footer {
	background:url(../images/blue-bottom-bar.png);
	width:728px;
	height:12px;
}

/******* MENU ******/

#menu {
	margin-top:5px;
	margin-bottom:5px;
	width:728px;
	color:#FFF;
}

#menu_left {
	float:left;
}

#menu_right {
	float:right;
}

#menu_center {
	background-color:#9b9184;
	width:712px;
	margin-left:8px;
	height:24px;
	padding-top:5px;
	
}

.tab {
	list-style:none;
	font-size:15px;
	display:inline;
	margin:0 10px;

}

#menu .tabs a:hover {
	color:#B00;
}

.tabs {
	list-style:none;
	text-align:center;
	
}

#menu .tabs a {
	text-decoration:none;
	color:#EEE;
}

#menu .tabs li {
	color:#FFF;
}


/********** CONTENT *********/

#content {
	border:1px solid #6b9cb5;
	border-bottom:none;
	border-top:none;
	padding-bottom:10px;
	
}

#content p {
	font-size:13px;
}

#content h1 {
	background-color:#9b9184;
	color:#FFF;
	font-size:16px;
	height:25px;
	width:650px;
	margin-left:38px;
	text-align:center;
	margin-top:5px;
	padding-top:5px;
}

#h1_left {
	float:left;
	margin-left:30px;
}

#h1_right {
	float:right;
	margin-right:30px;
}

#content h3 {
	color:#9b9184;
	
	padding-bottom:7px;
	text-align:center;
}

#content ul {
	list-style-type:none;
	text-align:center;
}

#content li {
	font-size:13px;
}

#content #right {
	float:right;
	padding-right:10px;
	padding-top:10px;
	width:451px;
	text-align:center;
}

#content #right h4 {
	background-color:#9b9184;
	color:#FFF;
}

#content #left {
	width:210px;
	padding-left:10px;
	padding-top:3px;
}

#top_left_content {
	margin-left:40px;
	width:300px;
}

#top_right_content {
	margin-left:40px;
	margin-right:40px;
	width:300px;
	float:right;
}

.index_content p {
	border-left:1px solid #9b9184;
	border-right:1px solid #9b9184;
}

.blue_top_bar {
	background:url(../images/blue-top-bar.png);
	width:728px;
	height:12px;
}

.blue_bottom_bar {
	background:url(../images/blue-bottom-bar.png);
	width:728px;
	height:12px;
}

.brown_top_bar {
	background:url(../images/brown-top-bar.png);
	width:451px;
	height:7px;
}
  
.brown_bottom_bar {
	background:url(../images/brown-bottom-bar.png);
	width:451px;
	height:7px;
}

#content_center {
	width:451px;
	margin:auto;
	margin-top:5px;
}

#content_center h2 {
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

#content_center h3 {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#9b9184;
}


#content_center_text {
	border-right:1px solid #9b9184;
	border-left:1px solid #9b9184;
}

#content_center_text a {
	text-decoration:none;
}

#content_center_text p {
	text-align:justify;
	padding-left:3px;
	padding-right:3px;
}

#content_center_text ul {
	list-style-type:none;
}

#content_center_text li {
	list-style-type:none;
	text-align:justify;
	padding-left:3px;
	padding-right:3px;
	margin-top:10px;
}
	



