/* VERSIONS
/* 1_0: Primary Site Structure
/* 1_1: Changed default colors and site width 
/* 1_2: Updated to Sticky Footers, added tertiary-content [Author: Landon Durnan]
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =MAIN POSITIONING STYLES
----------------------------------------------------------------------------- */
html, body{ }
html{ background: url("/images/common/bg_body.jpg") repeat scroll 0 0 transparent; }
body { text-align: center; background: url(/images/common/bg_header.jpg) no-repeat top center; }
#container{ }
#inner-container,
#footer {
	height: 100%;
	width: 986px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	}
#inner-container{}
#content {
	background: url(/images/common/bg_content_short.png) top center no-repeat;
	position: relative;
	margin: 0;
	padding: 41px 0 0;
	height: 100%;
	}

	
/* 
-----------------------------------------------------------------------------
 =HEADER
----------------------------------------------------------------------------- */
#header {
	padding: 0;
	z-index: 100;
	position: relative;
	margin: 0 auto;
	width: 986px;
	height: 234px;
	}
	#masthead { 
		position: relative;
		padding: 0;
		display: block;
		}
	#masthead h1 { }
		#masthead h1 a {
			background: url(/images/common/bg_masthead.png) no-repeat;
			display: block;
			height: 126px;
			text-decoration: none;
			text-indent: -3000px;
			width: 479px;
			}
	#search_set { position: absolute; top: 0; right: 20px; height: 40px; width: 40px; }
		#search_set #search_button {
			background: url(/images/common/bg_search.png) no-repeat;
			display: block;
			width: 40px;
			height: 40px;
			text-indent: -9000px;
			}
		#search_set div.search {
			display: none;
			background: url(/images/common/bg_search_field.png) no-repeat;
			width: 266px;
			height: 90px;
			position: absolute;
			left: -191px;
			}
			#q {
				background-color: transparent;
			    border: 0;
			    color: #EAF2F3;
			    font-family: "MuseoSans-500",Arial,Helvetica,sans-serif;
			    font-size: 12px;
			    height: 30px;
			    left: 33px;
			    outline: 0 none;
			    position: absolute;
			    text-shadow: 0 -1px 1px #204158;
			    top: 27px;
			    width: 190px;
				}
			.watermark_container .watermark { 
				color: #fff; 
				left: 38px !important; 
				top: 30px !important; 
				width: 200px;
				}
/*alert button*/
#alert_button {
	position: absolute;
	top: 65px;
	right: 0;
}
	#alert_button .bd { 
		border: none;
		background: none;
		padding: 0;
		box-shadow: none;
	}
	#alert_button h2,
	#alert_button .bd h4,
	#alert_button .bd h6 { display: none;}
	#alert_button .bd li {
		border: none;
	}
	#alert_button .bd li .thumb {
		background: none;
		padding: 0;
	}
/* 
-----------------------------------------------------------------------------
 =CONTENT
----------------------------------------------------------------------------- */

#primary-content,
#secondary-content,
#tertiary-content{ 
	font-family: "MuseoSans-500", Arial, Helvetica, sans-serif;
	color: #2d190b;
	text-shadow: 0px 1px 1px #f9f6f1;
	float: left; 
	position: relative;
	padding-top: 20px;
	min-height: 470px;
	display: inline; /* blast you IE6 */
	}
#primary-content {
	width: 480px;
	padding: 20px 0 50px;
	font-size: 1.4em;
	line-height: 1.5em;
	}
#secondary-content {
	width: 240px;
	padding: 92px 20px 0 40px;
	font-size: 1.2em;
	line-height: 1.2em;
	clear: right;
	word-wrap: break-word;      /* IE 5+ */
	}
#tertiary-content{
	width: 166px;
	padding: 20px 15px 0 23px;
	font-size: 1.1em;
	line-height: 1.2em;
	}


/* 
-----------------------------------------------------------------------------
 =FOOTER
----------------------------------------------------------------------------- */
#footer-container {
	background: url(/images/common/bg_footer.png) no-repeat top;
	position: relative;
	height: 100px; 
	padding-top: 17px;
	padding-bottom: 20px;
	color: #97745a;
	text-shadow: 0px -1px 1px #2c1610;
	font-size: 11px;
	}
	#footer-container #footer {
		width: 982px;
		padding-top: 35px;
		}
		#footer address {
			margin: 0;
			}
		#footer #validators {
			position: absolute;
			top: 50px;
			left: 20px;
			}
			#footer ul#sm_buttons {
				margin: 1.5em 0 .5em 0;
				}
				#footer ul#sm_buttons li {
					display: block;
					float: left;
					margin: 0;
					padding: 0;
					background: none;
					margin-right: 3px;
					}
					#footer ul#sm_buttons a {
						text-indent: -999em;
						overflow: hidden;
						height: 37px;
						width: 37px;
						display: block;
						}
						#footer ul#sm_buttons a:hover {
							background-position: 0 -40px;
							}
					#footer ul#sm_buttons a#wcc_youtube { background-image: url(/images/common/btn_youtube.png); }
					#footer ul#sm_buttons a#wcc_facebook { background-image: url(/images/common/btn_facebook.png); }
		#footer #wisdom {
			float: right;
			margin: 0;
			padding: 0;
			width: 250px;
			height: 24px;
			background: url(/images/common/bg_footer_wisdom.png) no-repeat;
			text-indent: -999em;
			overflow: hidden;
			}

/* 
-----------------------------------------------------------------------------
 =STRUCTURE
----------------------------------------------------------------------------- */

/* One Column
----------------------------------------------------------------------------- */
body.layout-n0-p1-s0 #primary-content {
	width: 940px;
	margin-left: 24px;
	}
body.layout-n0-p1-s0 #tertiary-content,
body.layout-n0-p1-s0 #secondary-content {
	display: none;
	}
	

/* Two Column A
----------------------------------------------------------------------------- */
body.layout-n1-p1-s0 #primary-content,
body.layout-n1-p1-s0-c #primary-content {
	width: 760px;
	}
body.layout-n1-p1-s0 #secondary-content {
	display: none;
	}
body.layout-n1-p1-s0 #tertiary-content,
body.layout-n1-p1-s0-c #tertiary-content {
	}


/* Two Column B
----------------------------------------------------------------------------- */
body.layout-n0-p1-s1 #primary-content {
	width: 660px;
	padding-left: 24px;
	}
body.layout-n0-p1-s1 #tertiary-content {
	display: none;
	}
body.layout-n0-p1-s1 #secondary-content {
	}

	
	
/* Three Column
----------------------------------------------------------------------------- */
body.layout-n1-p1-s1 #primary-content {
	}
body.layout-n1-p1-s1 #secondary-content {
	}
body.layout-n1-p1-s1 #tertiary-content {
	}

	
/* Split PC View
----------------------------------------------------------------------------- */
div.columns {
	}
div.columns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
div.columns div.col1 {
	margin-right: 3%; 
	}
div.columns div.col1, 
div.columns div.col2 {
	float: left;
	width: 47%;
	}

/* Float Container (unique special treatment)
----------------------------------------------------------------------------- */
.float-container{ 
	width: 240px;
	margin-left: 2em;
	}