@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #694f40;
	margin:  5px 4px 5px 50px;
	padding:  0px 0px 0px 0px;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0px 0px 0px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/shortGradient.jpg);
	height: 50px;
	padding: 6px 10px 0 20px;  /* should be: padding: 0 10px 0 20px; 
	
	this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.inside_left {
	float: left;
	padding: 50px 20px 0px 20px;
}
.inside_middle {
	width: 464px; /* s/b 464px */
	padding: 68px 0px 0px 0px;
	float: left;
}
.inside_right {
	float: left;
	padding: 0px 0px 0px 0px;
}
.inside_left_BAs {
	float: left;
	padding: 40px 65px 0px 20px;
}
.inside_before {
	width: 262px;
	padding: 35px 00px 0px 0px;
	float: left;
}
.inside_after {
	float: left;
	width: 500px;
	padding: 35px 00px 0px 0px;
}
.inside_left_square_BAs {
	width: 300px;
	float: left;
	padding: 40px 0px 0px 20px;
}
.inside_square_before {
	width: 339px;
	padding: 35px 00px 0px 0px;
	float: left;
}
.inside_square_after {
	float: left;
	width: 327px;
	padding: 35px 0px 0px 0px;
}
.inside_applause {
	width: 740px; /* s/b 464px */
	padding: 68px 0px 0px 0px;
	float: left;
}
.inside_contactMiddle {
	width: 543px; /* s/b 464px */
	padding: 68px 0px 0px 0px;
	float: left;
}



.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#fff; Green is  #c2b600 */
	background-image:url(images/shortGradientFooter.jpg);
	height: 50px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 60%;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	text-align: center;
	/*cursor: pointer;*/
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*  The following code was imported from tannin.css - change pallette accordingly*/
/*=================================
 DESIGN items like fonts etc.
 ===================================*/

.bodyLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 0.5px;
	color: #666;
	text-align: left;
}
.BA_numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	letter-spacing: 1px;
	margin-bottom: 0.5px;
	color: #666;
	text-align: left;
}
.insidePageHeader_Green {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style:normal;
	letter-spacing: 1.5px;
	color: #c2b600;
	margin:  10px 4px 0px 30px;
	padding:  0px 0px 0px 0px;
}
.insidePageSubHeader_Green {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
	letter-spacing: 1.5px;
	color: #c2b600;
	margin:  10px 4px 0px 30px;
	padding:  0px 0px 0px 0px;
}
.insidePageHeader_BAs_Green {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style:normal;
	text-align:right;
	letter-spacing: 1.5px;
	color: #c2b600;
	margin:  0px 4px 10px 0px;
	padding:  0px 0px 0px 0px;
}
.insideBeforeAfterCopy_Green {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:normal;
	letter-spacing: 1.5px;
	color: #c2b600;
	margin:  5px 4px 20px 0px;
	padding:  0px 0px 0px 0px;
}
.insideBodyCopy_BROWN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width:400px;
	font-style: normal;
	font-weight: normal;
	color: #694f40;
	margin:  5px 4px 5px 30px;
	padding:  0px 0px 0px 0px;
}
.insideBodyCopy_BROWN_noWidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #694f40;
	margin:  5px 4px 5px 30px;
	padding:  0px 0px 0px 0px;
}
.insideBodyCopy_BROWN_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width:400px;
	font-style: normal;
	font-weight: bold;
	color: #694f40;
	margin:  5px 4px 5px 30px;
	padding:  0px 0px 0px 0px;
}
.applauseAuthors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align:left;
	font-style:italic;
	font-weight: bold;
	color: #c2b600;
	margin:  -3px 0px 0px 30px;
	padding:  0px 0px 15px 0px;
}

.bodyLightdkBROWN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #694f40;
	text-align: left;
	margin: -3px 0px 0px 30px;
}
.bodyLight_WHITE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: left;
}
.utilityText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: right;
}

.bodyLightSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
.bodyBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	list-style-type: square;
}
.bodyBoldGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #c2b600;
	list-style-type: square;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666;
}
.formFieldRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #694f40;
}
.menuLanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #694f40;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #694f40;
}

.bodyBoldBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	list-style-type: square;
}


.bodyBoldBig_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	list-style-type: square;
}
.bodyBoldBig_dkBROWN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height:26px;
	color: #694f40;
	list-style-type: square;
	margin:  10px 4px 0px 30px;
	padding:  0px 0px 0px 0px;
}
.bodyBoldBig_dkBROWN_Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:italic;
	font-weight: bold;
	color: #694f40;
	list-style-type: square;
}
h1 {/*Use this for headers on top of boxes with a green colored top*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-align: center;
	margin: 4px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h2 {/*Use this for headers*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-align: left;
	margin: 4px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	margin: 4px;
	padding: 10px;
}*/
p {
margin: 0;
padding-top: .22em;
padding-bottom: .35em;
}
a:link {
	color: #c2b600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c2b600;
}
a:hover {
	text-decoration: none;
	color: #694f40;
}
a:active {
	text-decoration: none;
}


/*=================================
 Callout classes
 ===================================*/
.rm_calloutHeader{
	width: 150px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding-bottom: 7px;
}

.rm_rMargin{margin:15px 0px 0px 0px;}

.rm_calloutTable{
	width: 150px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	/*background-image: url(images/callout-gradient.jpg);*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 7px;
}

.rm_calloutFloatRight {
	float:right;
	padding-left: 10px;
	padding-bottom: 3px;
}
.rm_calloutFloatLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 3px;
}

.rm_calloutContent{
	font-family: Arial;
	font-size: 10px;
	color: #666;
	padding-bottom: 7px;
	vertical-align: top;
}
.rm_calloutSideBySideImages {
	text-align: center;
}
.rm_calloutSidebySideRight {
	margin-left: 10px;
}

-->
</style>