/* CSS Document */

* {
	margin:0;
	padding:0;
	outline: none;
}

html, body {
	height:100%;
}

body {
	font: 12px Arial, Verdana, sans-serif; 
	color: #000; 
	background: #1c1c1c;  /*url('../images/body-bg.png')  repeat-x 0 0;*/
	position: relative;
	height: 100%;
}

a img {
	outline: none;
	border: none;
}

ul li {
	list-style: none;
}

ol li{
	list-style-position: inside;
	margin-top: 8px;
}

h1 {
	color: #FFF;
	position: absolute;
	top: 130px;
	left: 230px;
}

h2 {
	color: #FFF;
	margin-top: 5px;
}

h3 {
	color: #FFF;
	padding: 10px 0px;
}

h3 img {
	padding-right: 10px;
}

#left_nav h3 {
	cursor: pointer;
}

.strong {
	font-weight: bold;
	font-size: 16px;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	background: #AA5A54 url('../images/content-bg.png') repeat-x;
	background-position: 0 170px;
	/*height: 100%;*/
}

#header {
	height: 170px;
	position: relative;
	background: #974644 url('../images/header.jpg') no-repeat;
}

#header a img#meet {
	position: absolute;
	top: 84px;
	left: 700px;
}

#header a img#contact {
	position: absolute;
	top: 145px;
	left: 801px;
}

#header #acc_logo {
	position: absolute;
	top: 0;
	right: 0;
}

#content {
	float: left;
	width: 100%;
	background: #AA5A54 url('../images/content-bg.png') repeat-x;
}

#main_content {
	margin: 15px 180px 0 220px; /*Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth*/
}

#wide_main_content {
	margin: 15px 340px 0 220px; /*Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth*/
	color: #FFF;
	line-height: 16px; 
}

#wide_main_content p {
	margin-top: 10px; /*Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth*/
}

#wide_main_content ul {
	margin-top: 8px;
}

#left_nav {
	width: 220px;  
	float: left;
	margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/    
}

#left_nav ul {
	border: 1px solid #CBCBCB;
}

#left_nav ul li {
	color: #FFF;
	background: #2b2b2b;
	border-bottom: 1px solid #404040 ;
	/*height: 30px;*/
	padding: 8px 5px 8px 5px; 
}

#left_nav ul li a {
	color: #CCC;
	text-decoration: none;
}

#left_nav ul li a:hover {
	color: #FFF;
}

span.time {
	font-size: 11px;	
}

#right_sidebar, #wide_right_sidebar {
	float: left;
	color: #FFF !important;
	line-height: 16px;
}

#right_sidebar {
	width: 180px; /*Width of right column*/
	margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
}

#wide_right_sidebar {
	width: 325px; /*Width of right column*/
	margin-left: -340px; /*Set left margin to -(RightColumnWidth)*/
}

#right_sidebar p, #wide_right_sidebar p {
	padding-top: 10px;
}

#right_sidebar a, #wide_right_sidebar a {
	color: #FFF;
	text-decoration: none;
}

#right_sidebar a:hover {
	color: #CCC;
}

#right_sidebar a img{
	padding-right: 5px;
}

#footer {
	color: #EFEFEF;
	height: 60px;
	background: #710708;
	clear: both;
	height: 100%;
	padding: 20px 40px;
}

#footer .footer_col {
	float: left;
	width: 220px;
	text-align: center;
	border-left: 1px solid #872e2f;
	margin-bottom: 20px;
}

#footer .no_border {
	margin-left: 70px;
	margin-right: 20px;
	border-left: none;
	
}

#footer #copyright {
	clear: left;
	text-align: center;
}

#footer a {
	color: #CCC;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFF;
}

.innertube{
margin: 0 10px 20px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

fieldset {
	border: none;
}

label {
	font-size: 14px;
	color: #FFF;
	display: block;
	margin: 10px 0;
}

textarea {
	margin-bottom: 10px;
}
