@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	text-align:center;
	background:url(images/bg.jpg) repeat-x top left;
	background-color:#d8ca8e;
	color:#555;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:852px;
}

#footer {
	
	margin:10px 0 0 0;
	width:852px;
	
}

#footer a {
	color:#555;
	font-size:14px;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	color:#777;
	font-size:14px;
}

/* --------------------------------------------------------------  
TYPOGRAPHY
------------------------------------------------------------ */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight:normal;
}

h3{
	font-size:16px;
}

p, ul, ol {
	margin: 0 0 5px;
	padding:0;
}

a {
	outline:none;
	text-decoration: underline;
	color:#5C7C3B;
	font-size:14px;
}

a:hover {
	text-decoration:none;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------------------------------  
IDS
------------------------------------------------------------ */

#homePageSpread {
	width:300px;
	margin:55px 0 0 20px;
	padding:0;
}

#homePageSpread h1 {
	font-size:24px;
	color:#FFF;
}

#homePageSpread p {
	margin:10px;
	font-size:16px;
	color:#E5DE9B;
}

.homePagePromoContainer {
	margin:0;
	padding:0;
	width:411px;
	border:2px solid #645C15;
	background-color:#FFF;
	
}

.homePagePromoContainer h2 {
	margin:0;
	padding:10px 0 10px 20px;
	color:#FFF;
	background-color:#6A944D;

}

/* --------------------------------------------------------------  
CONTENT PAGES
------------------------------------------------------------ */

#contentContainer{
	margin:0;
	padding:20px;
	width:810px;
	background-color:#FFF;
	border:2px solid #645C15;
}

#contentPageSpread {
	width:400px;
	height:60px;
	overflow:hidden;
	float:right;
	padding:15px;
	text-align:right;
}

#contentPageSpread h1 {
	font-size:24px;
	color:#FFF;
}

#contentPageSpread h1 a {
	font-size:24px;
	color:#FFF;
	text-decoration:none;
}

#contentPageSpread h1 a:hover {
	text-decoration:underline;
}

/* --------------------------------------------------------------  
FORMS
------------------------------------------------------------ */

label       { font-weight: bold; vertical-align:middle; }
fieldset    { padding:20px; margin:0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:20px; }

input[type=text], input.text, input.title, textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], textarea { padding:3px; font-size:14px; padding:3px; font-size:14px; }

input[type=checkbox], input[type=radio], input.checkbox, input.radio { 
  position:relative; top:.25em; 
}


/* --------------------------------------------------------------  
VALIDATOR
------------------------------------------------------------ */

div.validatorError { 
	font-weight:bold;
	color: #9e1111;
	display:inline-block;
	margin:5px 0; 
	padding: 0 0 0 35px; 
	background: url(icon/16x16/error.png) no-repeat 10px center;
}
