/*SETUP and NORMALIZE*/
#video {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
}
td{
	vertical-align:top;
}

p{
	padding:4px 15px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	color: #666666;
	line-height: 12pt;
}
a{
	color:#003366;
	text-decoration: none;
}
a:hover{
	color:#003366;
	text-decoration: underline;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	color: #666666;
	line-height: 12px;
	background-color: #999999;
	padding-left: 10px;
	padding-top: 6px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}



h1 {
	font-size: 15px;
	color: #003366;
	padding-left: 0px;
	margin: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	font-stretch: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: left;
	display: inline;
	text-transform: none;
	text-indent: 10pt;
	margin-left: 0px;
}
h2 {
	font-size: 12px;
	color: #996633;
	font-weight: bold;
	padding-left: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	letter-spacing: 0pt;
	line-height: 12pt;
}
h3 {
	font-size: 11px;
	color: #515939;
	font-weight: bold;
	padding-left: 0px;
	margin: 0px;
}

#wrap{
	
	width:922px;
	position:relative;
	margin:0px auto auto auto;
}

#header{
	position:relative;
	height:240px;
	left: 239px;
	top: 51px;
	overflow: hidden;
	width: 670px;
	z-index: 10;
}
#header_over {
	position:absolute;
	background-repeat: no-repeat;
	z-index: 100;
	left: 0px;
	top: 0px;
}
#header h1 span{
	display:none;
	background:none;
}

.side_blurb {
	position: absolute;
	width: 185px;
	height: 177px;
	left: 41px;
	top: 110px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	visibility: visible;
	z-index: 220;
}
.smblurb {
	position: absolute;
	width: 185px;
	height: 112px;
	left: 1px;
	top: 58px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	visibility: visible;
	z-index: 220;
}

/* NAVIGATION SECTION */


#nav{
	width:918px;
	height:50px;
	position:absolute;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	top: 327px;
	visibility: visible;
	z-index: 200;
	left: 2px;
	background-color: #FFFFFF;
	font-weight: bold;
}

#nav a{
	text-decoration:none;
	line-height:20px;
	vertical-align:middle;
	color:#000000;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#nav ul{
	position:absolute;
	width:875px;
	height:20px;
	padding:0px;
	margin:0px;
	left: 19px;	
}

#nav ul li {
	height:20px;
	float: left;
	margin:0px;
	list-style: none;
	padding: 0px;
}


#nav ul li a:hover,#nav ul li #activetab {
	color: #476B96;
}
#nav ul li #activetab {
	color: #476B96;
}

#nav ul li ul{
	display:none;
	position:absolute;
	left:0px;
	top:20px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
#nav ul li ul li{
	background:none;
	height:20px;
	display: block;	
}
#nav ul li ul li a{
	color:#333333;
	position: relative;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
	display: inline;
}
#nav ul li ul li a:hover{
	color: #476B96;

}
/* this pops the lower menu */
#nav ul li:hover ul{
	display:block;
	visibility: visible;
	background-color: #FCF6CF;
	z-index: 500;
	height: 35px;
	color: #333333;
	overflow: visible;
	text-align: left;
}
.youarehere{
	font-weight: bold;
	
}


/* PAGE STRUCTURE */

#mainbody{
	top: 374px;
	position: absolute;
	background-color: #FFFFFF;
	width: 918px;
	left: 2px;
}

#footer{
	text-align:center;
	position: relative;
	top: 2px;
	background-color: #FEEEB8;
	background: #FEEEB8;
}


#messages {
	background: #eeffee;
	border: 1px solid #009900;
	color: #009900;
}
#errors {
	background: #ffeeee;
	border: 1px solid #990000;
	color: #990000;
}
#warnings {
	background: #FFFFEE;
	border: 1px solid #FFFF33;
	color:#333333;
}
.messagebox {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 20px;
	padding: 8px;
}
.messagebox span {
	display: block;
}

.mainbutton{
	position:relative;
	width: 227px;
	height:55px;
	display:block;
	text-align: left;
	padding: 0px;
	margin: 0px 0px;
	line-height:25px;
	color:#333333;
	font-size:12px;
	background-image: url(images/danforth_leftcol.png);
	background-repeat: no-repeat;	
	
}
.mainbutton span{
	padding-left:25px;
}

.contentbox1 {
	position:relative;
	width: 227px;
	height: 110px;
	text-align: left;
	z-index:100;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/danforth_leftcol.png);
	background-repeat: no-repeat;
	display: block;
	overflow: visible;
	visibility: visible;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.contentbox1 h2 {
	color: #476B96;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	z-index:1000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 22px;
	overflow: visible;
	visibility: visible;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.contentbox1 .photocaption{
	font-size:10px;
	font-style:italic;
	color:#ffffff;
	z-index:100;
}
.contentbox1 .base{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 227px;
	position: relative;
	z-index: 10;
	bottom: 0px;
	left:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #476B96;
	border-right-color: #476B96;
	border-bottom-color: #476B96;
	border-left-color: #476B96;
	overflow: visible;
	visibility: visible;
	top: 44px;
	
}
.contentbox1 p {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	width: 190px;
	top: 18px;
	left: 4px;
}
.contentbox1 a{
	color:#000000;
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
}


.contentbox2 {
	width: 178px;
	text-align: center;
	background-image: url(images/Danforth_top178.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	z-index: 101;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.contentbox2 h2 {
	color: #ffffff;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/photoarrow.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 100;
}
.contentbox2 .photocaption{
	font-size:12px;
	font-style:normal;
	color:#000000;
}
.contentbox2 .date{
	font-size:10px;
	font-weight: bold;
	color: #333333;
}
.headerlinks {
	position: relative;
	left: 270px;
	z-index: 220;
	top: 29px;
	
}
#facebook {
	position: absolute;
	height: 38px;
	width: 30px;
	z-index: 240;
	visibility: visible;
	left: 840px;
	top: 14px;
}
#purity_icon {
	position: absolute;
	height: 84px;
	width: 116px;
	z-index: 220;
	visibility: visible;
	left: 729px;
	top: 37px;
}
#purity_logo {
	position: absolute;
	height: 37px;
	width: 177px;
	z-index: 220;
	visibility: visible;
	left: 28px;
	top: 21px;
}
#move_wood {
	position: absolute;
	height: 61px;
	width: 118px;
	z-index: 230;
	visibility: visible;
	left: 774px;
	top: 244px;
}
