/*
----------------------------------------
Style: We Are Colin
Description:
Author: Justin Alexander
Author URL: http://www.jtadesigns.com/
----------------------------------------*/

@charset "utf-8";
/* CSS Document */

/* Global */
body {
	background: #154152 url(images/bg.png) repeat;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img,
img a { border: 0; }

/* Content */

.wrapper #wrap-main {
	background: #154152 url(images/bg.png);
	position: relative;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 780px;
	color: #fff;
}

/* Container
----------------------------------------*/
#container {
	width: 850px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* Top Navigation
----------------------------------------*/
#top-bg {
	background: #000000;
	width: 100%;
	height: 60px;
	position: absolute;
}

#top {
	background: #000000;
	color: #8A8A8A;
	display: block;
	padding: 5px 0;
	width: 850px;
	height: 50px;
	margin: 0;
}

#top ul.icons {
	float: right;
	margin: 22px 0 0 0;
	list-style: none;
}

#top ul.icons li {
	height: 30px;
	position: relative;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

#top ul.menu {
	float: right;
	font: 14px Arial;
	margin: 22px 10px 0 0;
	list-style-type: none;
}

#top ul.menu li {
	height: 30px;
	position: relative;
	border-right: 1px solid #333333;
	padding: 0 10px 0 10px;
	display: block;
	float: left;
	border-bottom: 3px solid #333333;
}

#top ul.menu a {
	display: block;
	border: none;
	font-size: 0.9em;
	margin: 0 5px;
	color: #8A8A8A;
	text-decoration: none;
}

#top ul.menu a:hover {
	color: #ffffff;
}

#top ul.menu li:hover {
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}

#logo {
	height: 60px;
	width: 255px;
	float: left;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
}

/* Header
----------------------------------------*/

#header {
	background: #000000 url(img/header.png) no-repeat;
	width: 850px;
	height: 320px;
	margin: 0;
	padding: 0;
}

ul.tabs {
	float: right;
	font: 14px Georgia;
	list-style: none;
	position: relative;
	margin: 146px 0 0 0;
}

ul.tabs li {
	height: 20px;
	padding: 10px;
	display: block;
	float: left;
	background: #000000;
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	display: block;
	border: none;
	font-size: 0.9em;
	margin: 0 5px;
	color: #8a8a8a;
	text-decoration: none;
	outline: none;
}

ul.tabs a:hover, 
ul.tabs li:hover {
	background: #333;
	color: #fff;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	color: #000;
}

.tab_container {
	clear: both;
	float: left; 
	width: 100%;
}

.tab_content {
	float: left;
	line-height: 1.5em;
	color: #333333;
}

#banner {
	position: relative;
	margin: 10 auto;
	width: 100%;
	align: center;
}

/* Carousel
----------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	background: #333333;
	border: 5px solid #333333;
	overflow: scroll; /*leave this value alone*/
	width: 550px; /*Width of Carousel Viewer itself*/
	height: 150px; /*Height should enough to fit largest content's height*/
	margin: 10px auto;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 550px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* Right
----------------------------------------*/

.wrapper #right {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 160px;
}

/* Content
----------------------------------------*/

.wrapper #content {
	float: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #555;
	background: #f5f5f5;
	position: relative;
	margin: 0 auto;
	padding: 5px 20px 30px 20px;
	background-image: url(images/background_content.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 740px;
}

.left {
	float: left;
}
.right {
	float: right;
}

.wrapper #clear {
	clear: both;
}

.wrapper #postdate {
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 10px;
	font-family: Verdana;
	float: left;
	color: #999999;
}

.wrapper #postcomments {
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 10px;
	font-family: Verdana;
	float: right;
	color: #999999;
}

img.left {
	float: left;
	margin: 2px 10px 5px 0px;
}
img.img_border {
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #ffffff;
}

a:hover img.img_border {
	border: 1px solid #81A755;
	padding: 4px;
	background: #ffffff;
}

.wrapper #small {
	font-size: 10px;
	font-family: Verdana;
	float: left;
	color: #999999;
}

.wrapper #left {
	float: left;
	width: 560px;
	margin-right: 20px;
}

.wrapper #content h1 {
	clear: both;
	color: #81A755;
	letter-spacing: -1px;
	font: normal 190% "Trebuchet MS", Arial;
	border-bottom: 1px dotted #81A755;
	padding-bottom: 2px;
	margin: 15px 0 10px 0;
	text-align: left;
}

.wrapper #content h2 {
	clear: both;
	color: #81A755;
	letter-spacing: -1px;
	font: normal 170% "Trebuchet MS", Arial;
	border-bottom: 1px dotted #999999;
	margin: 15px 0 10px 0;
	text-align: left;
}

.wrapper #content h3 {
	clear: both;
	padding-top: 5px;
	font: normal 150% "Trebuchet MS", Tahoma, Arial;
	border-bottom: 1px dotted #999999;
	margin: 0;
}

.wrapper #content h1 a,
.wrapper #content h2 a,
.wrapper #content h3 a,
.wrapper #content h4 a{
	text-decoration: none;
	color: #fff;
}

.wrapper #content h4 {
	clear: both;
	color: #81A755;
	border-bottom: 1px dotted #81A755;
	font: normal 12px "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
	margin: 15px 0 10px 0;
	text-align: left;
	font-weight: bold;
}
	
.wrapper #footer {
	clear: both;
	color: #fff;
	margin: 0px;
	float: right;
	padding: 10px;
	width: 760px;
	
}

.wrapper #content a:link,
.wrapper #content a:visited,
.wrapper #content a:active {
	text-decoration: none;
	color: #218FA6;
}

.wrapper #content a:hover {
	text-decoration: none;
	color: #224362;
}
	

div#topnav {
	margin: 0;
	background-color: #81A755;
	height: 30px;
}

div#topnav ul {
	float: left;
	padding: 0;
	margin: 0;
	background-color: #81A755;
}

div#topnav li {
	float: left;
	list-style-type: none;
	color: #000;
	line-height: 30px;
	border-right: 1px solid #ABDB6C;
}

div#topnav li a {
	color: #fff;
	padding: 7px 8px;
	text-decoration: none;
}

div#topnav li a:hover {
	background-color: #F5F5F5;
	color: #81A755;
	text-decoration: none;
	border-bottom: 1px solid #F5F5F5;
}

div#topnav li a:selected {
	background-color: #81A755;
	color: #fff;
	text-decoration: none;
}

.list td, .list th {
	width: 20%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 6px 6px 6px 6px;
}

.list img,
.list img a {
	border: 3px solid #198399;
}

.list td {
	border: 1px soldier #198399;
}

.list td.text,
.list th.text {
	font-weight: normal:
	font-size: 11px;
}

#clear {
	clear: both;
}

#p.clear {
	clear: both;
}

#twitter_div {
	position: relative;
	left: -40px;
	width: 200px;
	clear: both;
	margin: 0;
}
ul#twitter_update_list {
	list-style: none;
	font-size: 12px;
	margin: 0;
}
ul#twitter_update_list li {
	padding: 5px;
	color: #ffffff;
	background-color: #81A755;
	margin: 0;
}

#backingBlue {
	clear: both;
	padding: 5px;
	background: #D5F1F2 url(images/backingBlue.png) no-repeat 100% 0;
	/*#E2FFDB*/
	margin-bottom: 5px;
}

#backingWhite {
	clear: both;
	padding: 5px;
	background: #f5f5f5 url(images/backingWhite.png) no-repeat 100% 0;
	/*#E2FFDB*/
	margin-bottom: 5px;
}
