﻿{}
* {
	font-family: Verdana;
	font-size: 12px;
}
body, html {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #666633;
	width: 100%;
	height: 100%;
}
#container {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

/* MENU start */
.menu_column {
	width: 150px;
	position: absolute;
	z-index: 10;
}
.menu_logo {
	border-style: none;
	position: absolute;
	top: 25px;
}
.menu_links {
	padding: 10px; /* image-menu: #1 (x 1 for top padding) */
	position: absolute;
	top: 179px; /* image-menu: #2 */
}
.cat1 {
	text-align: left;
	font-size: 16px; /* image-menu: #3 (x # of large menu items) */;
	color: #FFFFFF;
	text-decoration: none;
	margin: 4px;
	font-weight: normal;
	display: block;
	line-height: 16px;
}
.cat1 a {
	text-align: left;
	font-size: 16px; /* image-menu: #3 (x # of large menu items) */;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
	display: block;
	line-height: 16px;
}
.cat2 {
	text-align: left;
	font-size: 12px; /* image-menu: #5 (x # of small  menu items) */;
	color: #FFFFFF;
	text-decoration: none;
	margin: 4px 0px 4px 10px;
	font-weight: normal;
	display: block;
	line-height: 12px;
}
.cat2 a {
	text-align: left;
	font-size: 12px; /* image-menu: #5 (x # of small  menu items) */;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	display: block;
	line-height: 12px;
}
/* MENU end */

/* MAIN COLUMN */
.content_column {
	position: relative;
	left: 150px;
	background-color: #330000;
	bottom: 0px;
	top: 0px;
	width: 600px;
	color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 15px;
}

/* INDEX PAGE */
.index_content {
	width: 600px;
	padding: 15px;
	margin-top: 100px;
}
.index_header {
	font-size: 26px;
	font-weight: bold;
	padding-left: 95px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: left;
}
.index_row {
	margin-bottom: 50px;
	clear: both;
	width: 570px;
	display: block;
	overflow: auto;
}
.index_col1 {
	width: 50px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
.index_col1 img {
	border: none;
	width: 50px;
}
.index_col2 {
	float: right;
	color: #CCCC99;
	padding-right: 15px;
	padding-left: 15px;
	width: 460px;
	text-align: left;
}
.index_col2_header {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.index_col2_header a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
.index_col2_text {
	color: #FFFFFF;
	font-size: 12px;
}
.index_col2_text a {
	color: #FFFFFF;
	text-decoration: none;
}
.index_col2 li {
	margin: 20px;
	color: #CCCC99;
	font-size: 12px;
	font-weight: bold;
	list-style-position: inside;
	padding-left: 15px;
	text-indent: -15px;
}
.index_col2 li a {
	color: #CCCC99;
}
.index_col2_li_details {
	font-weight: normal;
}
/* INDEX PAGE end */
/* CONTENT PAGE start */
.content_caption {
	border: 0px solid #FFFFFF;
	position: absolute;
	width: 350px;
	height: 10px;
	background-color: #000000;
	right: 0px;
	top: 59px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #ffffff;
	line-height: 10px;
}
.content_top_img {
	width: 600px;
	height: 361px; /* set to height of entire menu (image-menu 1-6) to match image to menu height */;
	overflow: hidden;
	padding-top: 120px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content_top_img img {
	border: 1px solid #000000;
	width: 598px;
}
.content_top_flash {
	width: 600px;
	height: 391px; /* set to height of entire menu (image-menu 1-6) to match image to menu height */;
	padding-top: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content_content {
	padding: 496px 15px 15px 15px;
}
.content_header {
	font-size: 22px;
	font-weight: bold;
	margin-left: 14px;
}
.content_header_info {
	margin: 15px;
}
.content_img_block {
	max-width: 600px;
	margin-bottom: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align:center;	
}
.content_img_block img {
	border: none;
}
.content_column_container {
	width: 570px;
	margin-top: 30px;
	position: inherit;
	margin-bottom: 15px;
}
.content_col1 {
	padding: 0px 15px 15px 15px;
	width: 190px;
	float: left;
	position: relative;
}
.content_col1_img_block {
	margin-bottom: 60px;
	display: block;
}
.content_col1_img_block img {
	border-style: none;
	width: 188px;
}
.content_col1_caption {
	color: #CCCC99;
	text-align: left;
	width: auto;
}
.content_col2 {
	padding: 0px 15px 15px 15px;
	width: 320px;
	float: right;
	position: relative;
}
.content_col2 p {
	margin: 0px 0px 30px 0px;
	text-align: justify;
	color: #CCCC99;
	font-size: 12px;
	clear: both;
	line-height: 22px;
}
.content_col2_img_block img {
	border-style: none;
	width: 320px;
}
.content_col2 a {
	color: #CCCCCC;
}
.team_header {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
	clear: both;
	width: 570px;
	clear: both;
	margin-bottom: 15px;
	text-indent: 235px;
}
.team_row {
	width: 570px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
.team_col1 {
	width: 190px;
	float: left;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.team_col2 {
	width: 320px;
	float: right;
	text-align: justify;
	color: #FFFFFF;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.team_col2 a {
	color: #FFFFFF;
}
.footer {
	text-align: center;
	font-weight: bold;
	background-color: #000000;
	font-size: x-small;
	padding: 3px;
	clear: both;
	width: 594px;
	color: #FFFFFF;
	float: right;
	display: block;
}
