@charset "UTF-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #B79969 url(../images/bg-parchment.jpg) no-repeat fixed center 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #352616;
}
a:link {
	color: #57652C;
	text-decoration: none;
}
a:visited {
	color: #57652C;
	text-decoration: none;
}
a:hover {
	color: #74863B;
	text-decoration: underline;
}
p {
	font-size: 0.9em;
	line-height: 1.5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: lighter;
	margin-top: 0px;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 1em;
	letter-spacing: 0.1em;
	font-family: Helvetica, sans-serif, Arial;
}
h3 {
	margin: 0.3em 0px 0px;
	padding: 0px;
	font-size: 1em;
}
h4 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
}
h5 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
}
.twoColFixLtHdr .callout {
	float: right;
	height: 650px;
	width: 150px;
	margin-left: 8px;
}

.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container #header .mini_nav {
	float: right;
	margin-right: 45px;
	font-family: Helvetica, sans-serif, Arial;
	text-transform: uppercase;
	background-repeat: no-repeat;
	padding: 6px;
	color: #292119;
	height: 18px;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#email-capture {
	display: inline;
}
.twoColFixLtHdr #container #header .mini_nav a {
	color: #292119;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #header .mini_nav a:visited {
	color: #292119;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.twoColFixLtHdr #container #header .mini_nav a:hover {
	color: #292119;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.twoColFixLtHdr #header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 180px;
	margin: 0px;
} 
.twoColFixLtHdr #container #nav {
	margin-top: 28px;
	clear: right;
	float: right;
	width: 770px;
	margin-left: 8px;
	margin-right: 24px;
	text-align: right;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.twoColFixLtHdr #container .wrapper {
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	background-color: #efe7dc;
	margin: 0px;
}
.twoColFixLtHdr #container .flash {
	text-align: center;
}
.img_left {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 8px;
}
.img_right {
	float: right;
	margin-bottom: 8px;
	margin-left: 10px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	margin-top: 8px;
	padding-top: 12px;
	padding-right: 40px;
	padding-left: 20px;
	padding-bottom: 15px;
	margin-bottom: 8px;
	margin-right: 7px;
}
.twoColFixLtHdr #container #wrapper_bottom {
	background-image: url(../images/wrapper_bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 58px;
}
.twoColFixLtHdr #mainContent {
	height: auto;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	margin-bottom: 12px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.9em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent p {
	margin-right: 16px;
}
.photo_right h4 {
	padding-right: 8px;
	padding-left: 12px;
	margin-top: 0.6em;
}
td p {
	margin-top: 0em;
	margin-bottom: 0.2em;
}
.buttonSignup {
	font-size: 9px;
	color: #efe7dc;
	background-image: url(../images/email-bg.jpg);
	background-color: #281E12;
}
#emailUpdates {
	background-image: url(../images/email-bg.jpg);
	color: #efe7dc;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
}
.bold_text {
	font-weight: bold;
}
hr {
	margin-top: 24px;
	margin-bottom: 24px;
	clear: right;
}
.photo_right_div {
	float: right;
	width: 361px;
	margin-bottom: 8px;
	margin-left: 10px;
	padding-bottom: 4px;
	text-align: right;
	margin-top: 20px;
}
.photo_right_div img {
	margin-bottom: 4px;
}
.photo_right_div p {
	font-size: 13px;
	font-family: Helvetica, sans-serif, Arial;
	font-weight: normal;
	margin-top: 1em;
}
.site-credit {
	font-size: 10px;
}
.photo-credit {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 9px;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 3px;
}
.twoColFixLtHdr #container #footer .site-credit a {
	color: #352616;
}
.photo_left_div {
	float: left;
	width: 361px;
	margin-bottom: 8px;
	padding-bottom: 4px;
	text-align: left;
	margin-top: 20px;
	margin-right: 10px;
}
.photo_left_div img {
	margin-bottom: 4px;
}
