/* Tag Overrides */
html,body{
	height:100%;
}
body{
	color:#573c22;
	background-color:#91b2c1;
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin:0px;
	padding:0px;
	background-image: url('../img/gradientBg.gif');
	background-repeat: repeat-x;
}

img,table,td,form{
	border:0px;
	padding:0px;
	margin:0px;
}

/* Classes */
.red{
	color:#FF0000;
}

/* IDs */
#exampleID{
	color:#CCCCCC;
}

/* Browser Hacks */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */

#signUpNewsletterContainer { display:none }

#siteContainer{
	position: relative;
	width: 880px;
	min-height: 670px;
	margin-left: auto;
	margin-right: auto;
	color: #573c22;
	padding-bottom: 20px;
}

#header{
	position: relative;
	background-color: #fff;
	height: 81px;
	width: 880px;
	vertical-align: bottom;
}

#sendToFriendForm .required label{
	position: relative;
	display: block;
	left: 10px;
}

#upperRightCornerMenu{
	position: absolute;
	left: 532px;
}

#siteLogo{
	width: 441px;
	position: relative;
	top: 19px;
	left: 15px;
}

#contentContainer{
	background-color: #ffffff;
	border-right:solid 5px #ffffff;
	border-left: solid 5px #ffffff;
	border-bottom: solid 4px #fff;
	width: 870px;
	min-height: 616px;
	position: relative;
}

#contentContainer a:link, #contentContainer a:active, #contentContainer a:hover{
	color: #573c22;
	font-size: 11px;
}

#contentContainer a:visited{
	color: #91bc21;
	font-size: 11px;
}

#leftColumn{
	position: relative;
	min-height: 600px;
	width: 165px;
	background-color: #ebeee2;
	padding-top: 16px;
	*height: 600px;
}

.navContent{
	border: solid 1px #b9c698;
	background-color: #91b2c1;
	position: relative;
	width: 163px;
	height: 23px;
	margin-bottom: 5px;
}

.navContentOther img{
	position: relative;
	top: 6px;
	left: 10px;
}

.navContentOther{
	border: solid 1px #dae0cb;
	background-color: #d4dbc0;
	position: relative;
	width: 163px;
	height: 23px;
}

#pdfLogo{
	position: absolute;
	top: 4px;
	left: 136px;
}

#signUpNewsletterContainer{
	position: absolute;
	top: 280px;
	background-color: #e3e7d9;
	height: 136px;
	width: 165px;
}

.darkHeader{
	position: relative;
	top: 5px;
	left: 5px;
	width: 155px;
	height: 40px;
	background-color: #d9dece;
}

.darkHeader img{
	position: relative;
	top: 4px;
	left: 5px;
}

#signUpNewsletterContainerLabel{
	position: relative;
	top: 13px;
	left: 10px;
	font-size: 10px;
	line-height: 12px;
	height: 30px;
}
.message_error{
	color: #ff0000;
}

.message_success{
	color: #000;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	position: relative;
	top: -15px;
	left: 5px;
	width: 90px;
}

.newsletterInput{
	position: relative;
	top: 10px;
	left: 10px;
	width: 143px;
	height: 16px;
	border-top: solid 1px #646464;
	border-left: solid 1px #646464;
	border-bottom: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
}

#NewsletterSignUpSubmitBtn{
	position: absolute;
	top: 105px;
	left: 92px;
	width: 62px;
	height: 17px;
	border: none;
}

#leftColumnText{
	position: absolute;
	top: 495px;
	left: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

#pageContainer{
	position: absolute;
	top: 0px;
	width: 700px;
	left: 170px;
}

#pageContent{
	position: relative;
	background-color: #ebeee2;
	border: solid 5px #ebeee2;
	min-height: 606px;
	*height: 606px;
}

.pageHeader{
	position: relative;
	background-color: #dde1d2;
	height: 30px;
	text-align: right;
}

.pageHeader img{
	position: relative;
	top: 7px;
	right: 10px;
}

#footer{
	position: relative;
	font-size: 10px;
	color: #fff;
	margin-top: 4px;
}

#footerMenu{
	float: right;
}

#footerMenu a{
	color: #fff;
	text-decoration: none;
}

#footerMenu a:hover{
	text-decoration: underline;
}

