@charset "utf-8";
/* <![CDATA[ */

* {
	margin: 0;
	padding: 0;
}
body, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #d2d9be;
	background-image: url("../graphics/bgs/bg_body_650_x.gif");
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 160%;
}
img {
	border: 0; 
}
p {
	padding: 4px 0 8px 0;
}
ul, ol {
	margin: 4px 0 4px 8px;
	padding: 0 0 0 14px;
}
ul li li, ol li li {
	list-style: circle;
}
li {
	list-style: disc;
	margin: 0 0 0 5px;
	padding: 0;
}
h1 {
}
h2 {
}
h3 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #9aa95e;
	line-height: 22px;
	margin: 12px 0 16px 0;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #67763c;
	line-height: 18px;
	margin: 10px 0 16px 0;
}
h5 {
}
h6 {
}

sup, sub {
	margin: 0;
	line-height: 0;
}
.show {
	display: block;
	visibility: visible;
}
.hide {
	display: none;
	visibility: hidden;
}
a:link, a:visited, a:hover, a:active {
	color: #3c647c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input {
	color: #00446A;
	font-size: 11px;
	text-indent: 4px;
}
input.inputBox
{
	border: 1px solid #cecece;
	height: 16px;
	margin: 2px 0;
	line-height: normal; 
	overflow: hidden;
}
input.checkBox {
	margin-right: 7px;
	text-indent: 0 !important;
}
.formLabel {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

#div_anchor {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#div_master {
	position: relative;
	min-width: 640px;
	min-height: 480px;
	text-align: left;
	margin: 0 auto;
}
#div_padder {
	padding: 72px 0 0 0;
}

#div_header {
	width: 100%;
	height: 85px;
}
#div_headerContent {
}
#div_logo {
}

/* Absolutely positioned */
#div_abs_bamboo {
	position: absolute;
	z-index: 500;
	right: 8px;
	width: 308px;
	height: 388px;
}
#div_abs_bamboo * {
	position: relative;
}
/* Absolutely positioned */


/* Navigations styles */

/* Navigations styles */

#div_pgContentContainer {
	background-color: #ffffff;
	border: 8px solid #67763c;
	clear: both;
	float: none;
}
#div_pgContent {
	height: 461px; /* Set size */
	background-image: url("../graphics/template/headers/consciousDesign.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#div_footerCell {
/*	Use class below */
}
.footerCell { /* Repeated to refresh footer in IE */
	padding: 12px 0 20px 0;
}
#div_footer {
	line-height: 150%;
	font-size: 11px;
	color: #67763c;
}
#div_footer a:link, #div_footer a:visited, #div_footer a:hover, #div_footer a:active {
	color: #405a62;
	text-decoration: underline;
}
#div_footer a:hover {
	text-decoration: none;
}

.clearer { height: 0; overflow: hidden; clear: both; display: block; }

#div_col1, #div_col2, #div_col3 { position: relative; float: left; margin: 0; } 
#div_col1 { width: 50%;  }
#div_col2 { width: 50%;  }
#div_col3 { width: auto; }

#div_col1_content { }
#div_col2_content { }
#div_col3_content { }

#div_col1_padding { padding: 106px 16px 12px 18px; }
#div_col2_padding { padding: 0 0 0 0; }
#div_col3_padding { padding: 0; }

/* Colors and Styles */
.noUnderline, .noUnderline a:link, .noUnderline a:visited, .noUnderline a:hover, .noUnderline a:active {
	text-decoration: none;
}

.revUnderline, .revUnderline a:link, .revUnderline a:visited, .revUnderline a:active {
	text-decoration: none;
}
.revUnderline a:hover {
	text-decoration: underline;
}

.lRed, .lRed a:link, .lRed a:visited, .lRed a:hover, .lRed a:active {
	color: #a00000;
}
.lGray, .lGray a:link, .lGray a:visited, .lGray a:hover, .lGray a:active {
	color: #666666;
}
.lBlack, .lBlack a:link, .lBlack a:visited, .lBlack a:hover, .lBlack a:active {
	color: #000000;
}

.bgBlackish {
	background-color: #1a1a1a;
}
.bgPg {
	background-color: #2c2c2c;
}
.bgRed {
	background-color: #a00000;
}
.bgWhite {
	background-color: #ffffff;
}
.bgLtGray {
	background-color: #ecebe7;
}
.bgGreen {
	background-color: #A4D867;
}
.bgDkBlue {
	background-color: #00446A;
}
.bgBlue {
	background-color: #20336F;
}
.bgLtBlue {
	background-color: #cedde9;
}
.cGreen {
	color: #A4D867;
}
.cRed {
	color: #a00000;
}
.cOrange {
	color: #c6721e;
}
.cLtOrange {
	color: #e49323;
}
.cWhite {
	color: #ffffff;
}
.cYellow {
	color: #f1c572;
}
.cLtBlue {
	color: #6c929b;
}
.cBlue {
	color: #3c647c;
}
.cTeal {
	color: #0B95BA;
}
.cBlack {
	color: #000000;
}
.cGray {
	color: #666666;
}

.fBold {
	font-weight: bold;
}
.fItalic {
	font-style: italic;
}
.fNormal {
	font-weight: normal;
	font-style: normal;
}
.fSuper {
	vertical-align: super;
	font-size: 60%;
}
.fSub {
	vertical-align: sub;
	font-size: 60%;
}
.fSmallCaps {
	font-variant: small-caps;
}
.fAllCaps {
	text-transform: uppercase;
}
.fCapitalize {
	text-transform: capitalize;
}
.fJustify {
	text-align: justify;
}
.fCenter {
	text-align: center;
}
.fRight {
	text-align: right;
}
.fLeft {
	text-align: left;
}
/* Colors */

/* Sizes */
.xlgcontent {
	font-size: 14px;
}
.lgcontent {
	font-size: 13px;
}
.content {
	font-size: 12px;
}
.subcontent {
	font-size: 11px;
}
.subsubcontent {
	font-size: 10px;
}
.tinycontent {
	font-size: 9px;
}
/* Sizes */

/* Padding */
.pt8px {
	padding: 8px 0 0 0;
}
.pb8px {
	padding: 0 0 8px 0;
}
.ptb8px {
	padding: 8px 0 8px 0;
}
.plr8px {
	padding: 0 8px 0 8px;
}
.p8px {
	padding: 8px;
}
/* Padding */

.fltL {
	position: relative;
	float: left;
	margin: 0 auto;
	text-align: left;
}
.fltR {
	position: relative;
	float: right;
	margin: 0 auto;
	text-align: right;
}

/* Hacks */
html, body, #div_anchor {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
html { /* Use this for forcing vertical scrollbars in FF */
	overflow-y: scroll;
}
html>body, html>body #div_anchor {
	height: auto;
}
.cc_tallest { position: relative; }
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
.cc { /* Reserved */ }
/* Hacks */

/* ]]> */
