/*--------------------------------------------------------------------
   P A G E   C O N T A I N E R S
--------------------------------------------------------------------- */

div#subhead {
	background-color:#7ac143;
	margin:25px 45px 15px 45px;
	float:left;
	width:910px;
	height:50px;}

div#left-column{
	float:left;
	width:745px;
	height:auto;
	margin: 0px 30px 0px 0px;}
	
div#logo-column{
	float:left;
	width:180px;
	height:auto;
	margin: 0px 45px 0px 0px;}

div#call-out-box{
	background-color:#d9eff9;
	float:left;
	width:615px;
	height:auto;
	margin: 5px 0px 20px 70px;
	padding: 30px 30px 20px 30px;}
	
div#tab-system{
	float:left;
	width:870px;
	height:800px;
	margin:25px 65px 50px 65px;}
	
	
/*--------------------------------------------------------------------
   P A G E   S T Y L E S
--------------------------------------------------------------------- */

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color:#fff;
	font-size:28px;
	letter-spacing:1px;
	margin: 5px 0px 0px 25px;
	text-align:left;}
h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color:#7ac143;
	font-size:20px;
	letter-spacing:1px;
	margin: 15px 0px -6px 70px;
	text-align:left;}

.main-txt {
	color:#000;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:1.75em;
	margin: 0px 0px 15px 70px;
	text-align:left;}
	
.main-callout-txt {
	color:#333;
	font-family: Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.55em;
	margin: 0px 0px 10px 0px;
	text-align:left;}
	
.tab-txt {
	color:#000;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:1.75em;
	margin: 0px 0px 15px 0px;
	text-align:left;}
.tab-txt-bullet {
	color:#000;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:1.75em;
	margin: 0px 0px 8px 20px;
	text-align:left;}
	
.tab-callout-txt {
	color:#666;
	font-family: Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.55em;
	margin: 20px 0px 15px 0px;
	text-align:left;}
	
.tab-bullets {
	color:#000;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:1.75em;
	margin: 10px 30px 20px 50px;
	text-align:left;}
	

/*--------------------------------------------------------------------
   T A B S
--------------------------------------------------------------------- */

#tab-wrapper {
	width:860px;
	height:750px;
	float:left;
	clear:both;
	margin:30px 0px 0px 70px;}
	
#tabswitch{
	font-family:Arial;
	font-size:12px;
	color:#fff;}
#tabswitch ul{
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	height:50px;}
#tabswitch ul li{
	border:solid 1px #fff;
	background-color:#ccc;
	float:left;
	margin:0;
	width:282px;
	height:40px;
	cursor:pointer;}
#tabswitch ul li.active{
	background-color:#7bc144;}
#tabswitch ul li:hover{
	background-color:#7bc144;}
#tabswitch .tab-container{
	width:790px;
	height:auto;
	padding:0px 30px 20px 30px;
	border:solid 1px #fff;
	background-color:#ebf6e3;
	display:none;}