/* === FLASH MESSAGES === */
div#flash-notice {
	background-color: #e9ffe7;
	border-top: 1px solid #ffb0bd;
	border-bottom: 1px #ffb0bd solid;
	margin: 2px 1px 2px 1px;
	color: #288320;
	font-weight: normal;
	padding-left: 10px;
	font-size: 14px;	
}

div#flash-warning {
	
}

div#flash-error {
	background-color: #ffdee2;
	border-top: 1px solid #ffb0bd;
	border-bottom: 1px #ffb0bd solid;
	margin: 2px 1px 2px 1px;
	color: #ff5762;
	font-weight: normal;  
	padding: 4px;
}

/* === ERROR MESSAGES === */
div#errorExplanation {
	background-color: #ffdee2;
	border-top: 1px solid #ffb0bd;
	border-bottom: 1px #ffb0bd solid;
	margin: 2px 1px 2px 1px;
	color: #ff5762;
	font-weight: normal;	
}

div#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
/*	margin: -7px;*/    
	margin-top: 0px;
	background-color: #c00;
	color: #fff;  
}

div#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;	
}

div#errorExplanation ul {
	
}

div#errorExplanation ul li {
  font-size: 12px;
  list-style: square;	
}

/* === FORMS === */
div.fieldWithErrors {
	
}

div.fieldWithErrors label {
	
}

div.fieldWithErrors input, div.fieldWithErrors select, 
div.fieldWithErrors textarea
{
	
}               




@charset "UTF-8";
/* IE Hack for broken em handling */
html { 
    font-size: 100%;
}
body {       
	font-size: 1em;  /* based on a default browser font size of 16 px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEDDC2;
	text-align: center;
	margin: 0px;
	padding: 0px;
}         
#wrapper {
	text-align: left;
	width: 944px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CBAF9A;
	background-color: #FFFFFF;
}
#header {
	margin-top: 12px;
	margin-bottom: 0px;
}
#photo {
	float: right;
	width: 280px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	padding-top: 10px;
}
#logo {
	height: 71px;
	padding-bottom: 12px;
}
#nav {
	height: 50px;
	margin: 0;
	text-align: center;
	margin-bottom: 5px;
}
#purlnav {
	height: 50px;
	margin: 0 5px 5px 5px;
	text-align: right;
}
#leftcolumn {
	float: left;
	width: 310px;
	padding-right: 3px;
	padding-left: 10px;
}
#rightcolumn {
	float: right;
	width: 590px;
	padding-left: 20px;
	padding-right: 5px;
}
#leftthird {
	float: left;
	width: 190px;
	padding-right: 5px;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #990000;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.photo {
	padding: 0px 10px;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}
.bodyserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
}
.smtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.redbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #990000;
}
.brownbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #612911;
}
.serifhead {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #990000;
	letter-spacing: 3pt;
	font-variant: normal;
}
#photo2 {
	float: right;
	width: 280px;
	margin-left: 10px;
}
#midthird {
	float: left;
	width: 190px;
	padding-right: 5px;
}
#rightthird {
	float: left;
	width: 190px;
	padding-right: 5px;
}
#lefthome {
	text-align: left;
	float: left;
	width: 280px;
	padding-left: 30px;
}
#righthome {
	text-align: left;
	width: 280px;
	float: right;
	padding-left: 10px;
}
#fullcolumn {
	float: left;
	width: 930px;
	padding-right: 3px;
	padding-left: 10px;
}
.photosmall {
	float: left;
	width: 87px;
	margin-bottom: 10px;
	margin-right: 10px;
}



/* overlay dialog styling */
.overlay {
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
.dialog {
	width: 33%;
	min-height: 33%;
	background: white;
	border: 3px solid #CBAF9A;
	margin: 5px;
	position: fixed;
	top: 33%;
	left: 33%;
	z-index: 99;
}        

.dialog p { 
	margin: 5px;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
}
.table {    border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	width: auto;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	padding-left: 8px;
}
.body1 {    font-size: 14px;
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


.formdiv ol {
	list-style-type: none;
}     

.formdiv li {
	height: 30px;
}

.formdiv label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 95px; 
	padding: 0; 
	margin: 5px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.buttons {
	margin: 5px 5px 5px 5px;
}              

.style1 {
	font-size: medium;
	margin-left: 50px;
}


/* Smerf form */
/* -------------------------------------------------------------------------- */

form.smerfForm {
}

form.smerfForm p {
	font-size: 0.8em;
}

form.smerfForm .checkbox input {
	margin-right: 3px;      
	margin-left: 15px;
	float: left;
}

form.smerfForm .radiobutton input {
	margin-right: 3px;  
	margin-left: 15px;
	float: left;
}

form.smerfForm .select select {
	margin-right: 3px;  
	margin-left: 15px;

}

form.smerfForm .smerfInstruction p {
	margin-right: 3px;  
	margin-left: 15px;
	display: block;
}

form.smerfForm input[type='submit'] {
	width: 200px; 
	display: inline; 
}

form.smerfForm textarea { }
form.smerfForm .text input {margin: 5px 10px 5px 10px;}


/* Welcome message */
form.smerfForm .smerfWelcome p {
	font-size: 0.875em;
}

/* Thank you message */
form.smerfForm .smerfThankyou p {
	font-size: 0.75em;
}


/* Form Title */
form.smerfForm h2 { 
	font-size: 1.4em; 
	font-weight: bold; 
	padding: 5px 10px;
	margin:0;
	color: #264764;
	border-bottom: 1px solid #B8B8B8;
}

/* Group Name */
form.smerfForm h3 { 
	font-size: 1.2em; 
	font-weight: bold; 
	font-style: italic;
	background-color : #EDE9C5;
	text-align: center;
	border: 1px #b7b7b7 solid;
}

/* Group Description */
form.smerfForm .smerfGroupDescription p {
	font-size: 12px;
	border-bottom: 1px dotted #B8B8B8;
	padding: 5px 10px;
}

/* Question Heading (You can group questions under another heading) */
form.smerfForm .smerfQuestionHeader p {
	font-weight: bold;
	background-color : #EDE9C5;
	text-align: left;
	margin: 5px 10px 5px 10px;
	padding: 2px 2px;
}

/* Question */
form.smerfForm .smerfQuestion p {
	font-weight: bold;
	background-color : #e0ebf1;
	text-align: left;
	margin: 5px 10px 5px 10px;
	padding: 2px 2px;
}	

/* Subquestion */
form.smerfForm .smerfSubquestion p {
	font-weight: bold;
	text-align: left;
	margin: 5px 10px 5px 10px;
	padding: 2px 2px;
	font-style: italic;
}	

/* Question error (error displayed above the actual question) */
form.smerfForm .smerfQuestionError p {
	font-weight: bold;
	background-color : #ffdee2;
	text-align: left;
	margin: 5px 10px 5px 10px;
	padding: 2px 2px;
}	

/* Error messages */
form.smerfForm .smerfFormError {
	background-color: #ffdee2;
	border-top: 1px solid #ffb0bd;
	border-bottom: 1px #ffb0bd solid;
	margin: 2px 1px 2px 1px;
	color: #ff5762;
	font-weight: normal; 
	padding: 4px;
}

form.smerfForm .smerfFormError li { 
	font-size: 10px;
	padding-left: 10px;
	list-style: square;  
}

form.smerfForm .smerfFormError h2 { 
	font-size: 0.75em;
	border-bottom: none
}

form.smerfForm .smerfFormError a { color: #fff; }

/* Notice messages */
form.smerfForm .smerfFormNotice p { 
	display: none;
	background-color: #e9ffe7;
	border-top: 1px solid #ffb0bd;
	border-bottom: 1px #ffb0bd solid;
	margin: 2px 1px 2px 1px;
	color: #288320;
	font-weight: normal;
	padding-left: 10px;
	font-size: 0.875em;
}

