@charset "UTF-8";
* { 
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	background-color: #000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a:link {
	color: #6B5A43;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6B5A43;
}
a:hover {
	text-decoration: none;
	color: #6B5A43;
}
a:active {
	text-decoration: underline;
	color: #6B5A43;
}
h1 {
	font-size: 18px;
	line-height: 20px;
	color: #6B5A43;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	color: #6B5A43;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	color: #6B5A43;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}
ul {
	margin-left: 0px;
	padding-left: 18px;
}
li {
	list-style-type: decimal;
	margin-bottom: 10px;
}
form {
	margin:0;
	padding:0
}
input {
	border: 1px solid #BCA379;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height:18px;
}
textarea {
	border: 1px solid #BCA379;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height:120px;
	overflow: auto;
}
.top_banner {
	background-image: url(../images/sarah-goodnough-banner.png);
	background-repeat: no-repeat;
}
.main_menu a {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	margin-right: 18px;
	margin-left: 18px;
	font-weight: bold;
}
.main_menu a:hover {
	color: #fff;
	text-decoration: none;	
}
.top_banner h2 {
	font-size: 14px;
	line-height: 16px;
	color: #6B5A43;
	font-weight: normal;
	display: block;
	padding: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gallery_menu {
	background-color: #6B5A43;
}
.gallery_menu a {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	margin-right: 15px;
	margin-left: 15px;
}
.gallery_menu a:hover {
	color: #000;
	text-decoration: none;	
}
.gallery_menu h2 {
	font-size: 21px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	display: block;
	margin: 0px;
	height: 23px;
	padding: 0px;
}
.gallery_menu h3 {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	letter-spacing: 1px;
	margin-right: 15px;
	margin-left: 15px;
}
.red {
	color: #FF0000;
	padding-top: 24px;
	padding-left: 30px;
	font-weight: bold;
}
#outer_table {
	background-color: #FFDDA4;	
}
#inner_table {
	background-color: #fff;
	border: 1px solid #BCA379;	
}
#photo_align_left_with_border {
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 3px;
	border: 1px solid #cccccc;
}
#photo_align_right_with_border {
	padding: 1px;
	margin-left: 10px;
	margin-bottom: 3px;
	border: 1px solid #cccccc;
}
#contact_info p {
	padding-left: 10px;	
}
#ContactFirstName {
	display: none;
}

/* Newsletter Signup Form */
.response-waiting {
	background:url("../images/loading.gif") no-repeat;
}

.response-success {
	background:url("../images/tick.png") no-repeat;
}

.response-error {
	background:url("../images/cross.png") no-repeat;
}
fieldset {
	border:none;
	color:#FFDDA5;
}
.newsletter_signup form {
	margin-top:7px;
	width:700px;
}

.newsletter_signup input {
	border:none;
	background-color:none;
	color:#6B5A43;
	height: 20px;
	width:200px;	
}

#f_name {
	border:1px solid #FFDDA5;
	color:#999;
	padding:5px;
	margin-left:10px;
	margin-right:4px;
}

#f_name:focus {
	border-color:#9FCBFF;
	background-color:#EEE;
	background-image:none;
	color:#000;
}

#f_email {
	border:1px solid #FFDDA5;
	color:#999;
	padding:5px;
	margin-left:10px;
	margin-right:4px;
}

#f_email:focus {
	border-color:#9FCBFF;
	background-color:#EEE;
	background-image:none;
	color:#000;
}

#signup-button {
	background-color:#CDB386;
	color:#6B5A43;
	width:95px;
	height: 32px;
	border: 5px solid #FFDDA5;
}

#signup-button:hover {
	cursor:pointer;
	color: #FFF;
	background-color:#CDB386;
}
#loader_container {
	float:right;
	margin-top:3px; margin-right:60px;
}
.show-loader {
	background-image:url(../images/newsletter-loader.gif);
	background-repeat:no-repeat;
}
.show-success {
	margin-top:10px;
	background-image:url(../images/check.png);
	background-repeat:no-repeat;
}
.show-error {
	margin-top:10px;
	background-image:url(../images/error.png);
	background-repeat:no-repeat;
}

#signup-response {
	display:inline;
	margin-left:4px;
	padding-left:20px;
}
.bold_text {
	font-weight:bold;
}
