/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	height: 100%;
	background-color: #FFFFFF;
}


a				{
	outline: none;
}
a:link 			{
	color:#bc7c62;
	text-decoration:underline;
	font-weight:normal;
	line-height: normal;
	font-style: normal;
	
}
a:visited 		{
	color:#CC9C88;
	text-decoration:underline;
}
a:hover 		{color:#FF9523; text-decoration:none;}
a:active 		{color:#FF9523; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{
	margin:0 0 15px;
	color: #999999;
}
h1 					{
	font-size:1.35em;
	margin:0 0 12px;
	color: #4B4A49;
}
h2 					{
	font-size:0.95em;
	margin:8px 0;
	color: #952F06;
	text-transform: none;
	font-style: italic;
}
h3 					{
	font-size:0.95em;
	margin:6px 0 5px;
	color: #605D5C;
}
h4 					{
	font-size:0.95em;
	margin:4px 0;
	color: #999999;
	font-style: italic;
}
h5					{
	font-size:0.95em;
	margin:3px 0;
	color: #999999;
	font-style: italic;
	font-weight: normal;
}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* overrides for gallery */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
}

.gallery-item a {
	text-decoration: none;
}

.gallery-item a:link {
	color: #952F06;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

/* Page */

#wrapper {
	width: 830px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outer-wrapper {
	width: auto;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Header */

#header {
	width: 830px;
	height: 128px;
	float: left;
}




/* Content */

#content {
	width: 782px;
	margin-left: 22px;
	margin-top: 20px;
	float: left;
	padding-bottom: 20px;
}

.content-main {
	width: 575px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	float: right;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 160%;
	color: #605d5c;
	font-size: 0.95em;
}

#content-side-wrapper {
	float: left;
	width: 161px;
	margin-bottom: 20px;
}

.content-side {
	float: left;
	width: 161px;
	text-align: center;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
.sidebar-rounded {
	display: block;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}

.content-side p {
	color: #952F06;
	text-align: left;
	padding-left: 10px;
	font-size: 0.85em;
}
.content-side h1 {
	font-size: 0.85em;
	text-align: center;
	background-image: url(../images/side-bar-heading.gif);
	background-position: center center;
	display: block;
	height: 23px;
	width: 161px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.content-editable {
	float: left;
	width: 161px;
}
.content-editable p {
	font-size: 0.85em;
	color: #605D5C;
}


/* Footer */

#footer {
	width: 816px;
	height: 20px;
	overflow: visible;
	padding-bottom: 0px;
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	padding-right: 10px;
	padding-top: 135px;
}
#footer a {
	color: #98350E;
}


#footer p {
	margin: 0;
	color: #993003;
	font-size: 0.85em;
}

/*-- FORM STYLING --*/

.newsletter form {
	color: #fff;
}

.newsletter form br {clear:left;}

.newsletter label, 
.newsletter input, 
.newsletter textarea {
	display:block;
	float:left;
  	width:200px;
	margin-bottom:6px;
	padding: 2px;
}

.newsletter label {
	width:80px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

.newsletter {
	width: 217px;
	height: 71px;
	padding: 10px;
	color: #fff;
	background: url("../images/newsletter-bg.gif") no-repeat;
}

.newsletter_error p {color: #fff;}

.newsletter .hidden {display: none;}

.newsletter span.newsletter-signup {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
	color: #fff;
}

.newsletter input {
	color: #fff;
	border: 0px solid #fff;
	background: #BC7C62;
	width: 151px;
	height: 14px;
	padding: 4px;
}

.newsletter input.button {
	width: 30px;
	height: 22px;
	margin: 0 0 0 4px;
	padding-top: 3px;
}

.newsletter input.radio {
	border: 0px solid #DDDDD5;
	float: left;
	width: 10px;
	margin: 3px 3px 0 0;
}
