/* Homepage specific styles */

#header {
	margin: 30px 0 0 0;
	/* Required to prevent border collapse */
	padding: 0 0 1px 0;
	background: #921d02 url(../images/homepage_header/header_bg.jpg) top right;
}

#header a:link { 
	color: #fbf7db; 
	border-bottom: 2px dotted #fbf7db;
}

#header a:hover, #header a:focus { 
	color: #ccc; 
	border-bottom: 2px dotted #ccc;
}

#header a:visited { 
	color: #fbf7db; 
	border-bottom: 2px dotted #fbf7db;
}

#header a:active { 
	color: #000; 
	border-bottom: 2px dotted #000;
}

#header-photo {
	float: right;
	width: 340px;
	height: 243px;
	padding: 0;
	margin: -30px 31px 0 -25px;
	background: url(../images/homepage_header/homepage_header_image.gif);

}

#header-photo a.photo:link, #header-photo a.photo:hover,#header-photo a.photo:focus, #header-photo a.photo:visited, #header-photo a.photo:active {
	display: block;
	width: 340px;
	height: 243px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#header-photo span {
	position: absolute; left:-9999px;
}

#header-quote {
	margin: 0 375px 0 0;
	padding: 30px 15px 15px 15px;
	color: #fbf7db;
}

#header-quote blockquote {
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	line-height: 1.2em;
	text-shadow: #58564f 2px 2px 5px;
}

#mailinglist {
	margin: 0;
	padding: 0;
	color: #fbf7db;
	background: #58564f url(../images/homepage_header/mailinglist_bg.jpg) bottom right;
	border-top: 2px solid #fcfbf7;
}

#mailinglist #mailinglist-contents {
	padding: 10px 10px 0 15px;
	margin: 0;
}

#mailinglist-form {
	padding: 0;
	margin: 0;
}

#mailinglist-form fieldset {
	display: inline;
	border: 0;
	margin: 0;
	padding: 0;
}

#mailinglist-form legend {
	display: none;
}

#mailinglist-form label {
	color: #fbf7db;
}

#mailinglist #mailinglist-footer {
	margin: 0;
	padding: 0;
	height: 10px;
	background: url(../images/homepage_header/mailinglist_bottom_right.gif) bottom right no-repeat;
}

#mailinglist #mailinglist-footer #mailinglist-footer-left {
	margin: 0;
	padding: 0;
	height: 10px;
	background: url(../images/homepage_header/mailinglist_bottom_left.gif) bottom left no-repeat;
}

#mailinglist h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fbf7db;
	float: left;
	padding: 0 15px 0 0;
	border-right: 1px dotted #fbf7db;
}

#mailinglist #mailinglist-form {
	float: left;
	padding: 4px 0 0 15px;
	margin: 0;
}

#mailinglist #mailinglist-form label {
	float: left;
	margin: 1px 10px 0 0;
	padding: 0
}

#mailinglist #mailinglist-form input.email {
	width: 110px;
	float: left;
	margin: 3px 10px 0 0;
	padding: 0;
	background: #fbf7db;
	border: 1px solid #58564f;
}

#mailinglist #mailinglist-form .button {
	margin: 0;
	padding: 0;
	width: 54px;
	height: 23px;
}

/* Homepage 3 column layout */
#main-container { float:left; width:100%; margin: 15px 0 0 0; }
#content-photo { margin: 0 220px 0 160px; }
#info { float:left; width:199px; margin: 15px 0 0 -199px; }

.info-box {
	margin: 0 0 5px 0;
	padding: 0;
	background: #fbf7db url(../images/info_boxes/home_info_top.gif) repeat-y;
}

.info-box-content {
	margin: 0;
	padding: 14px;
	background: url(../images/info_boxes/home_info_bot.gif) no-repeat bottom;
}

.info-box-content h2 {
	margin: 0 0 5px 0;
}
