/* general stuff */
body{
	margin:0;
	padding:0;
	font-family: arial, helvetica, sans-serif;
	background: #eee;
	text-align: center;
}

#printHeader {
	margin-bottom: 15px;
}

a {
	color: #7E932B;
	text-decoration:  none;
}

a:hover {
	color: #5C6D15;
}
 
/* Layout */

#container {
	width: 760px;
	background: #fff url(../images/shadow.gif) top left repeat-y;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
}

#content {
	width: 560px;
	float: left;
	margin-bottom: 15px;
}

.contentpaneopen td {
	padding: 0;
}

#footer {
	clear: both;
	width: 410px;
	padding: 0 0 20px 0;
	margin: 0 0 0 170px;
	color: #666;
	font-size: 9px;
	border-top: 1px solid #eee;
}

#breadcrumb {
	font-size: 11px;
	margin: 3px 0 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
	color: #666;
}

#menuWrapper {
	display: inline;
	float: left;
}

#mainlevelNav {
	width: 120px;
	margin: 0 25px 0 25px;
	padding: 0;
	font-size: 11px;
	list-style: none;
}

#mainlevelNav li {
	margin: 1px 0;
	padding: 3px 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}

#mainlevelNav ul {
	margin: 0 0 0 7px;
	padding: 0;
	list-style: none;
}

#mainlevelNav ul li {
	margin: 3px 0;
	padding: 0;
	list-style: none;
	border-bottom: 0;
}

#mainlevelNav a {
	color: #666;
}

#mainlevelNav a:hover {
	color: #7E932B;
}

#mainlevelNav a#active_menuNav, #mainlevelNav ul a#active_menuNav {
	color: #7E932B;
}

h1#header {
	display: none;
}

h2 {
	width: 410px;
	color: #A19471;
	margin: 0;
	padding: 0;
	font-size: 43px;
}

h3 {
	width: 410px;
	color: #7E932B;
	margin: -5px 0 10px 0;
	padding: 0;
	font-size: 20px;
}

h4 {
	width: 410px;
	color: #666;
	font-size: 12px;
	margin: 12px 0 -8px 0;
	padding: 0;
	line-height: 16px;
}

p {
	width: 410px;
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

.headImg {
	margin-bottom: 10px;
}

.sampleIntro {
	width: 390px;
	background: url(../images/left-quote.gif) no-repeat;
	background-position: 5px 5px;
	margin: 15px 0 30px 0;
	padding: 5px;
	line-height: 30px;
	font-size: 22px;
	color: #666;
	border: thin dotted #ccc;
}

* html .sampleIntro {
	border: 1px solid #ccc;
}

.sampleIntro blockquote {
	margin: 20px 30px 0 30px;
	padding: 0 5px 0 0;
}

.sampleIntroFooter {
	width: 390px;
	margin: 0;
	padding: 0;
	line-height: 21px;
	background: url(../images/right-quote.gif) bottom right no-repeat;
}

.sampleIntroSmall {
	width: 390px;
	background: url(../images/left-quote-small.gif) no-repeat;
	background-position: 5px 5px;
	margin: 15px 0 30px 0;
	padding: 5px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	border: thin dotted #ccc;
}

* html .sampleIntroSmall {
	border: 1px solid #ccc;
}

.sampleIntroSmall blockquote {
	margin: 10px 25px 0 30px;
	padding: 0 5px 0 0;
}

.sampleIntroSmallFooter {
	width: 390px;
	margin: 0;
	padding: 0;
	line-height: 15px;
	background: url(../images/right-quote-small.gif) bottom right no-repeat;
}

.sampleReadMore {
	font-size: 14px;
}

.article_seperator {
	display: none;
}

.accessibility-graphic {
	display: none;
}

/* LOGIN FORM */

/*.dhtmlgoodies_question {
	overflow: hidden;
	cursor: pointer;
	width: 400px;
	font-size: 11px;
	color: #7E932B;
	margin-top: 10px;
	padding: 3px;
	background: #eee;
}
.dhtmlgoodies_answer {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;

}
.dhtmlgoodies_answer_content {	
	width: 400px;
	margin: 0;
	padding: 3px;
	position: relative;
	font-size: 9px;
	background: #eee;
	color: #666;
}*/

.dhtmlgoodies_question {	/* Styling question */
	overflow: hidden;
	cursor: pointer;
	font-size: 9px;
	color: #7E932B;
	position: relative;
	width: 30px;
	right: 0;
}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;

}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	position: relative;
	font-size: 9px;
	color: #666;
	padding-top: 5px;
}

#loginForm {
	margin: 0;
	padding: 0;
}

#loginForm .inputbox {
	width: 65px;
	height: 10px;
	font-size: 9px;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #999;
	margin: 0 10px 0 5px;
	color: #666;
}

#loginForm  .button {
	width: 44px;
	font-size: 9px;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #999;
	background: #eee;
	padding: 0;
	color: #666;
}

.footerText {
	margin-top: 10px;
}

.elevenPix {
	font-size: 11px;
}

/* CONTACT FORM */

#contactForm {
	width: 410px;
	color: #666;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

#contactForm fieldset
{
	width: 410px;
	display: block;
	margin: 0 0 1em 0;
	border: 0;
	padding: 0 0 1em 0;
}

#contactForm input
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
	border: 1px solid #ccc;
}

#contactForm textarea
{
	position: relative;
	top: -1.4em;
	left: 8.2em;
	display: block;
	border: 1px solid #ccc;
}

#contactForm input.hidden
{
	display: none;
}

#contactForm input.submit
{
	clear: both;
	margin-left: 232px;
	margin-top: 15px;
	font-size: 11px;
	color: #666;
	border: 1px solid #666;
	cursor: pointer;
}

#contactForm label
{
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: 0;
}

#contactForm label.first
{
	margin-top: 1em;
}

.hidden {
	display: none;
	border: 0;
}
