@charset "utf-8";
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	margin-top: 15px;
	margin-left: 20px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../images/sitewide_pictures/bkgrnd.gif);
	background-repeat: repeat;
	font-size: 100%;
}
#container {
	width: 984px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #4C0808;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/sitewide_pictures/newbkgrnd.gif);
	background-repeat: repeat-y;
	font-size: 80%;
} 
p {
	line-height: 1.2;
	margin-top: 0.3em;
	margin-bottom: 0.4em;
}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #C4C37B;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C4C37B;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C4C37B; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 25px 10px 25px; /* padding keeps the content of the div away from the edges */
}
#mainContent {
	margin: 0 230px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 28px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9DC0D6;
	font-size: 70%;
} 
 #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 */
	width: 59%;
	color: #4c0808;
}
#footer  ul  {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 39%;
	list-style-type: none;
}
#footer  li  {
	float: right;
}
#footer  a  {
  	color: #4C0808;
	display: block;
	padding: 10px;
	text-decoration: none;
}
#footer  a:hover,#footer  li  a:focus  {
	color: #990000;
}
.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: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.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;
}
#sidebar1 h3, #sidebar2 h3 {
	color: #4C0808;
	font-weight: bolder;
	font-size: 1.2em;
	margin-bottom: -1px;
	margin-top: 1px;
}
#sidebar1 p, #sidebar2 p {
	margin-bottom: 10px;
}
#quotes blockquote {
	margin-top: 20px;
	margin-bottom: 20px;

}
#sidebar1 #quotes p cite, #sidebar2 #quotes p cite {
	font-style: italic;
	font-size:9px;
	padding-top: 10px;
}

#sidebar1 li, #sidebar2 li {
	list-style-type: disc;
	margin-bottom: 8px;
}
/*reg form syles*/
#signup fieldset {
	border: 1px solid #4C0808;
	width: 180px;
	
}
#signup legend {
	color: #4C0808;
	font-weight:bold;
}
"mc_embed_signup" submit {
	color: #E4E485;
	background-color: #4C0808;
	margin-top: 3px;
	margin-bottom: 8px;
	border: 1px solid #4C0808;
	padding-left: 10px;
}
#signup label {
	font-weight: bold;
	display: block;
}

.indicate_required {
	font-style: italic;
	text-align: right;
	margin-top: 0px;
	margin-right: 9%;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	}
	
.mc-field-group {
	clear: both;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: .8em;
	margin-left: 10px;
	overflow: hidden;
}

	
	
#signup #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe {
	background-color: #4C0808;
	color: #E4E485;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #766060;
	border-right-color: #280404;
	border-bottom-color: #280404;
	border-left-color: #766060;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	
}
.reg_txt_disclaim {
	font-size: 75%;
	padding-left: 10px;
	margin-right: 5px;
	
	}
strong {
	font-weight: bold;
	}
#mainContent  img {
	margin-top: 5px;
	margin-bottom: 5px;
	}
#mainContent li {
	list-style-type: disc;
	margin-bottom: 3px;
}
#mainContent h1 {
	margin-top: 1px;
	margin-bottom: -1px;
}
#mainContent h2 {
	margin-bottom: 5px;
	}
#mainContent h3 {
	margin-bottom: 10px;
	}
#mainContent h4 {
	margin-bottom: -5px;
	}
#container #mainContent p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.special_info {
	font-size: 1.1em;
	font-weight: bold;
}
.special_event {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1em;
}
#mainContent h3 {
	margin-top: 10px;
	margin-bottom: -7px;
}
#mainContent ul {
	margin-top: 5px;
}
#mainContent h5 {
	margin-top: 10px;
	margin-bottom: -7px;
	font-size: 0.75em;
	font-weight: lighter;
}
#container #mainContent input {
	margin-top: 5px;
}
#sidebar1 #quotes cite {
	font-size: 9px;
	font-style: italic;
}
#sidebar2 img{
	padding-bottom: 3px;
}
#container #sidebar2 a {
	color: #4C0808;
}
#container #sidebar2 a:visited, a:hover, a:focus {
	color: #4C0808;
}