/*
New Chapter Styles
Version 1.0

PRIMARY COLORS:
----------------------------
Purple: #5a4099
Brown: #635F3A
Light Brown: #AFA570
Dark Brown: #645E3C
Black: #000000
Dark Gray: #4e462f
Light Gray: #A7A386
Red: #7F170F

FORM COLORS:
----------------------------
Border/Type Brown: #635F3A
Background Tan: #C8C4A1
Background Alt: #DFDDD1

TILING OPTIONS:
----------------------------
Light Tile:  ../images/layout/lightTile.jpg
Mid Tile:    ../images/layout/midTile.jpg
Mid/Dark Tile:   ../images/layout/midDarkTile.jpg
Dark Tile:   ../images/layout/darkTile.jpg

*/

img {
	border: none;
}

/* Text Treatments */
.boldText {
	font-weight: bold;
}

.alertText {
	color: #7F170F;
	font-weight: bold;
}

.alertTextLarge {
	font-size: 22px;
	color: #7F170F;
	font-weight: bold;
}

.subtleText {
	color: #333333;
}

.bodyCopy {
	font-family: Arial, Verdana, sans-serif;
	text-align:left;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

/* General Link Classes */
a, a:link, a:visited, a:active {
	color: #635F3A;
	text-decoration: none;
}

a:hover {
	color: #5a4099;
}

.bodyCopy a,  .bodyCopy a:link, .bodyCopy a:visited, .bodyCopy a:active{
	color: #5D439E;
	font-weight:700;
}

.bodyCopy a:hover{
	color: #4e462f;
}

/* Error/Validation Classes */

.validation {
	border: 1px dotted #635F3A;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/layout/midTile.jpg);
	padding-left: 10px;
}


/* Headlines */
.headline1 {
	font-size: 20px;
	text-align:left;
	font-weight: bold;
	color: #635F3A;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

.headline2 {
	font-size: 20px;
	text-align:left;
	font-weight: bold;
	color: #635F3A;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Verdana, sans-serif;
}

/* Sub Headlines */
.subHeadline1 {
	font-size: 14px;
	font-weight: bold;
	color: #635F3A;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px 0px 5px 0px;
}

.subHeadline2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	text-align:left;
	color: #000000;
	padding: 5px;
	margin: 10px 0px 5px 0px;
	background-image: url(../images/layout/midTile.jpg);
	display:block;
}

.subHeadline3 {
	font-size: 14px;
	font-weight: bold;
	color: #635F3A;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px 0px 5px 0px;
}

.subHeadline4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px 0px 5px 0px;
}

/* Boxes */
.box {
	height: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 8px;
	background-image: url(../images/layout/darkTile.jpg);
	display:block;
}

.box2 {
	height: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 8px;
	background-image: url(../images/layout/lightTile.jpg);
	display:block;
}

.boxEncloser {
	height: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 8px;
	background-image: url(../images/layout/lightTile.jpg);
	display: block;
	border: 1px dashed #AFA570;
}

.noFlash{
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
}

/* Form Classes */

form {
	display:inline;
}

.inputClass {
	font-size: 11px;
	padding:2px;
	text-align: left;
	border: 1px solid #635F3A;
	color: #000000;
	background-color: #C8C4A1;
	margin-bottom: 8px;
	/* Default Width.  Overwrite with inline style if need be */
	width: 155px;
}

.selectClass {
	font-size: 11px;
	padding:2px;
	text-align: left;
	border: 1px solid #635F3A;
	color: #000000;
	background-color: #C8C4A1;	
	margin-bottom: 8px;
	/* Default Width.  Overwrite with inline style if need be */
	width: 155px;
}

.submitClass {
	font-size: 11px;
	font-weight: bold;
	padding:1px 2px 1px 2px;
	text-align: center;
	border: 1px solid #635F3A;
	color: #635F3A;
	background-color: #DFDDD1;
	margin-bottom: 8px;
}

.submitClass:hover, .submitClass.hover {
	background-color: #C8C4A1;
}

.searchBar {
	font-size: 11px;
	padding:2px;
	text-align: center;
	border: 1px solid #635F3A;
	color: #635F3A;
	background-color: #C8C4A1;
	width: 150px;
}

.formLabel {
	width: 100px;
	text-align: right;
	float:left;
	clear:both;
	padding-right:5px;
}

.formLabel2 {
	width: 100px;
	text-align: right;
	float:left;
	clear:both;
	padding-right:5px;
}

.formLabelSub {
	font-size: 9px;
}

.formLabelLeft {
	font-weight:bold;
	width: 100px;
	text-align: left;
	float:left;
	clear:both;
	padding-right:5px;
	padding-bottom:5px;
}

.formGroup {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	background-image: url(../images/layout/darkTile.jpg);
}

.interfaceLeft{
	float: left;
}

.inputClassNoWidth {
	font-size: 11px;
	padding:2px;
	text-align: left;
	border: 1px solid #635F3A;
	color: #000000;
	background-color: #C8C4A1;
	margin-bottom: 8px;
}

div.auto_complete {
	z-index: 999;
	width: 350px;
	background: #fff;
	text-align: left;
}
div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected {
	background-color: #ffb;
}
div.auto_complete ul strong.highlight {
	color: #800;
	margin:0;
	padding:0;
}



form.inplaceeditor-form {
	vertical-align: middle;
	clear: both;
}

form.inplaceeditor-form input[type="text"] {
	font-size: 11px;
	padding:2px;
	text-align: left;
	border: 1px solid #635F3A;
	color: #000000;
	background-color: #C8C4A1;
	margin-bottom: 8px;
	float: left;
}

form.inplaceeditor-form textarea {
	float: left;
}

form.inplaceeditor-form input[type="submit"] {
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
	padding:1px 2px 1px 2px;
	text-align: center;
	border: 1px solid #635F3A;
	color: #635F3A;
	background-color: #DFDDD1;
	margin-bottom: 8px;
	float: left;
}

form.inplaceeditor-form a {
	margin-left: 10px;
	font-size: 13px;
	height: 15px;
	font-weight: bold;
	padding:1px 2px 1px 2px;
	text-align: center;
	border: 1px solid #635F3A;
	color: #635F3A;
	background-color: #DFDDD1;
	margin-bottom: 8px;
	float: left;
}

.inplaceeditor-saving {
	background: url(../images/layout/loading.gif) bottom right no-repeat;

}
.row1{
	height:100%;
	padding:5px;
	background-image: url(../images/layout/darkTile.jpg);
}

.row2{
	height:100%;
	padding: 5px;
	background-image: none;
}

/* ------------------------------------  Navigation ------------------------------------*/

/* Top Navigation Classes */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
}

/* Nav Links */
#nav a, #nav a:link, #nav a:active, #nav a:visited {
	display: block;
	width: auto;
	text-decoration: none;
	color: #000000;
	padding-top: 7px;
	margin-top: -7px;
	padding-bottom: 7px;
	margin-bottom: -7px;
}

#nav li ul li a, #nav li ul li a:link, #nav li ul li a:active, #nav li ul li a:visited, #nav li ul li a:hover {
	display: block;
	text-decoration: none;
	color: #000000;
	width: 130px;
	padding-top: 7px;
	margin-top: -7px;
	padding-bottom: 7px;
	margin-bottom: -7px;
}

/* Parent Items */
#nav li {
	padding: 6px 5px 6px 5px;
	margin-left: 2px;
	margin-right: 1px;
	font-size: 13px;
	border-top: 1px solid #635F3A;
	border-bottom: 1px solid #635F3A;
	background-image: url(../images/layout/darkTile.jpg);
	float: left;
	width: auto;
}

#nav li:hover, #nav li.hover {
	padding: 6px 4px 6px 4px;
	border: 1px solid #635F3A;
	background-image: url(../images/layout/midDarkTile.jpg);
}

/* Dropdown groups */
#nav li ul {
	position: absolute;
	width: auto;
	margin-top: 0px;
	margin-left: -7px;
	left: -999em;
}

/* Dropdown Items*/
#nav li ul li {
	width: 138px;
	text-align:left;
	margin-top: -1px;
	background-image: url(../images/layout/midDarkTile.jpg);
	border: 1px solid #635F3A;
	float:none;
}

#nav li ul li:hover, #nav li ul li.hover {
	width: 139px;
	padding-left: 5px;
	background-image: url(../images/layout/lightTile.jpg);
}

/* Nav Magic */
#nav li:hover ul, #nav li.hover ul {
	width: 10em;
	left: auto;
}

/* ------------------------------------  End Navigation ------------------------------------*/


/* ------------------------------------  Status Messages ------------------------------------*/
.flash_messages {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 10px;
	font-size: 14px;
	border: 1px solid #0B0B0B;
}
/* ------------------------------------  End Status Messages --------------------------------*/


/* ------------------------------------  Section Classes ------------------------------------*/


/* Identity Class */

#identity .solutionSelector {
	text-align: left;
	color: #635F3A;
	font-size: 15px;
	width: 225px;
	float: left;
	padding-top: 28px;
	
}

#identity .logo {
	text-align: center;
	width: 408px;
	padding-left: 20px;
	float: left;
}

#identity .fblink {
	float: left;
	width: 30px;
	padding-top: 16px;
	padding-left: 75px;
}

#identity .searchForm {
	text-align: right;
	width: 160px;
	float: left;
	padding-top: 22px;
}


/* Content Classes */

#content .headline {
	width: 250px;
	padding: 4px 5px 4px 5px;
	margin:0px auto;
	color: #635F3A;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #635F3A;
	border-bottom: 1px solid #635F3A;
}

/* Sidebar Classes */

#sidebar .headline{
	width: 250px;
	padding: 4px 5px 4px 5px;
	margin-left:5px;
	color: #635F3A;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #635F3A;
}

#sidebar .smallHeadline{
	width: 250px;
	padding: 4px 5px 4px 5px;
	margin-left:5px;
	margin-top: 5px;
	color: #635F3A;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #635F3A;
}

#sidebar .smallHeadlineNoBorder{
	width: 250px;
	padding: 4px 5px 4px 5px;
	margin-left:5px;
	margin-top: 5px;
	color: #635F3A;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#sidebar .header{
	width: 250px;
	padding: 3px 5px 2px 5px;
	margin-left:5px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	border-top: 1px solid #635F3A;
	border-bottom: 2px solid #635F3A;
	background-image: url(../images/layout/lightTile.jpg);
}

#sidebar .item{
	width: 250px;
	padding: 10px 5px 10px 5px;
	margin-left:5px;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #AFA570;
}

#sidebar .item a, #sidebar .item a:link, #sidebar .item a:active, #sidebar .item a:hover {
	display: block;
	width: 250px;
	color: #000000;
	padding-top: 10px;
	margin-top: -10px;
	padding-bottom: 10px;
	margin-bottom: -10px;
	text-decoration:none;
}

#sidebar .item:hover, #sidebar .item.hover {
	background-image: url(../images/layout/lightTile.jpg);
}

#sidebar .findAStoreTitle {
	float: left;
	width:100px;
	text-align: left;
	padding-top: 5px;
}

#sidebar .findAStoreForm {
	float: left;
	width:150px;
	text-align: right;
}


/* E-Newsletter Classes */
#sidebar .enewsletter {
	float: left;
	padding: 20px 20px 0 0;
	width: 130px;
	text-align: right;
	font-size: 14px;
}

#sidebar .brochure {
	float: left;
	padding: 10px 0 0 20px;
	width: 120px;
	text-align: left;
	font-size: 14px;
}

/* True Stories Sidebar Classes */
#sidebar .tsContainer {
	width: 100%;
	height: 125px;
	overflow: hidden;
}

#sidebar .tsImage {
	border: 1px solid #635F3A;
	float: left;
	width: 129px;
	height: 97px;
	margin: 5px 5px 5px 5px;
	overflow: hidden;
}

#sidebar .tsTitle {
	font-weight:bold;
	padding-right: 2px;
	margin-top: 5px;
}

#sidebar .tsDesc {
	color: #635F3A;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	float: left;
	width: 110px;
	height: 100%;
	font-size: 11px;
	line-height: 14px;
	margin: 2px 5px 5px 0px;
}

#sidebar .tsThumb, #search .tsThumb {
	float: left;
	width: 62px;
	height: 62px;
	margin: 2px 2px 2px 2px;
}

/* ------------------- Bottom Nav Classes START -------------------*/
#bottomNav .structureFunction {
	height: 100px;
	/*width: 110px;*/
	width: 98px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	border-bottom: 2px solid #635F3A;
	float: left;
}

/* Solution Selector Exception */
#bottomNav .ssTitle {
	border-top: 2px solid #4e462f;
	border-bottom: 2px solid #4e462f;
	height: 28px;
	/*width: 110px;*/
	width: 98px;
	text-align: center;
	padding-top: 2px;
	background-color: #4e462f;
	text-transform: uppercase;
}

#bottomNav .sfTitle {
	border-top: 2px solid #AFA570;
	border-bottom: 2px solid #AFA570;
	height: 28px;
	/*width: 110px;*/
	width: 98px;
	text-align: center;
	padding-top: 2px;
	background-image: url(../images/layout/darkTile.jpg);
	text-transform: uppercase;
}

#bottomNav .sfImage {
	height: 66px;
	/*width: 110px;*/
	width: 98px;
	background-repeat: no-repeat;
	background-position: center;
}

#bottomNav a, #bottomNav  a:link, #bottomNav a:visited, #bottomNav a:active {
	display: block;
	/*width: 110px;*/
	width: 98px;
	color: #4E462F;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	text-decoration:none;
}


#bottomNav a:hover {
	color: #FFFFFF;
}

.hover_state{
	color: #FFFFFF;
}

#bottomNav .ssTitle a, #bottomNav  .ssTitle a:link, #bottomNav .ssTitle a:visited, #bottomNav .ssTitle a:active {
	display: block;
	/*width: 110px;*/
	width: 98px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	text-decoration:none;
}

#bottomNav .ssTitle a:hover {
	color: #AFA570;
}

/* ------------------- Bottom Nav Classes END -------------------*/

/* Copyright Classes */
#copyright .certifiedOrganic {
	width:430px;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color:#635F3A;
	font-weight: bold;
	padding-top:2px;
}

#copyright .copyrightInfo {
	width: 470px;
	float: right;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color:#635F3A;
	font-weight: bold;
	padding-top:12px;
}

#copyright .iconLinks {
	float: right;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color: #635F3A;
	font-weight: bold;
	padding-top: 0px;
}

#copyright .iconLinks a {
	padding-left: 15px;
}

#copyright .nsfLogo {
    clear: both;
    width: 200px;
    height: 26px;
    float: left;
	padding-left: 10px;
}

#copyright .nsfLogo img {
    float: left;
}

#copyright .nsfLogo span {
    display: block;
    width: 130px;
    margin-top: 6px; 
    margin-left: 3px;
    float: left;
    font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color:#635F3A;
	font-weight: bold;
}

/* Contact us boxes */

.contactBox {
	width: 178px;
	float:left;
	margin-left: 10px;
	margin-right:10px;
}

.contactItem {
	border-top: 1px solid #635F3A;
	padding-top:5px;
	padding-bottom: 10px;
}

.contactTextArea {
	width:280px;
	height:200px
}


/* ------------------------------------  End Section Classes ------------------------------------*/



/* ------------------------------------  Image Classes ------------------------------------*/

.thumb {
	border: 1px solid #645E3C;
}

.thumb2 {
	border: 0px solid #645E3C;
}

.headerImage {
	width: 635px;
	overflow: hidden;
}

/* ------------------------------------  End Image Classes ------------------------------------*/


/* "Share it" section */
* html #shareit{ /*IE6 only rule, applied on top of the default above*/
	position: absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+250+"px" : body.scrollTop+250+"px");
	left: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollLeft+450+"px" : body.scrollLeft+450+"px");
}

#shareit {
	/*
	width:480px;
	height: 350px;
	border: 3px solid #645e3c;
	position: absolute;
	background-image: url(../images/layout/darkTile.jpg);
	background-color: white;
	overflow: hidden;
	z-index: 0;
	padding: 10px;
	/*display:none;*/
	top: 50%;
	left: 50%;
	margin-top: -175px; /*set to a negative number 1/2 of your height*/
	margin-left: -350px; /*set to a negative number 1/2 of your width*/
	width:480px;
	height: 350px;
	border: 3px solid #645e3c;
	position: fixed;
	background-image: url(../images/layout/darkTile.jpg);
	background-color: white;
	overflow: hidden;
	z-index: 0;
	padding: 10px;
}

#shareit_link {
	 cursor:pointer;
}

#shareit_content .closePage {
	float: right;
	margin-top:-10px;
	margin-right:-10px;
	background: #645E3C;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	/*border:1px solid #AFA570;*/
}

#shareit_content .closePage a {
	color: #AFA570;
}

#shareit_content .closePage .closeText {
	cursor:pointer;
}

/* Pagination */

.pagination {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	padding: 5px;
	background-image: url(../images/layout/darkTile.jpg);
}

.legal {
	font-family: Arial, Verdana, sans-serif;
	line-height: 12px;
	text-align: left;
	margin-top: 20px;
	font-size: 10px;
	padding: 5px 10px 3px 10px;
	border: 1px solid #333333;
}

/*Homepage Color Bars*/
a.colorbar {
    padding:0px;
}
a.colorbar:hover {
	background-position: -110px 0px;
}
a.colorbar:active {
	background-position: -110px 1px;
}
.home_table {
	margin-left:36px;
	position:absolute;
	top:425px;
}
a.colorbar {
	display:block;
	width: 109px;
	height: 35px;
}