/*
------------------------------------------------------------
Reese & Reese CSS Style
Title:	  screen.css
Media:    Screen
Author:   Stephen J. Withington, Jr.
Version:  February 5, 2008
------------------------------------------------------------ */

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, ul, ol, li, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hack to generate vertical slider in Firefox, & Safari doesn't work in Opera */
/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	background-color: #947a43;	
}

#divWrapper {
	width: 899px;
	margin: 0px auto;
	display: block;
}

#divBanner_ {
	width: 899px;
	height: 192px;
}

#divPrintBanner {
	display: none;
}

#divHomeBannerSub_ {
	background-image: url(../images/divHomeBannerSub.gif);
	background-repeat: no-repeat;
	width: 899px;
	height: 30px;
	padding-top: 100px;
}

#divContent_ {
	width:500px;
	float: left;
	padding-left: 128px;
	padding-right: 54px;
	padding-top: 30px;
}

#divContent_ h2 {
	font-size: 180%;
	color: #785200;
	padding-bottom: 18px;
	text-transform: uppercase;
}

#divContent_ ul {
	list-style-type: square;
	padding-left: 24px;
	padding-bottom: 6px;
}

#divContent_ ol {
	padding-left: 24px;
	padding-bottom: 12px;
}

#divContent_ li {
	padding-bottom: 0px;
}

#divRightCol_ {
	width:193px;
	float: left;
	padding-top: 30px;
	padding-bottom: 12px;
	padding-right: 24px;
}

#divFooter_ {
	width:771px;
	clear: both;
	color: #785200;
	padding-left: 128px;
	padding-top: 18px;
}
#divContentWrapper {
	background-color: #e2d1b8;
}

h1 {
	font-size: 200%;
	color: #785200;
	padding-bottom: 18px;
	margin-left: -56px;
}

h3 {
	font-size: 120%;
	text-transform: uppercase;
	color: #785200;
	padding-bottom: 12px;
	clear: left;
}

#divRightCol_ p {
	padding-left: 18px;
	padding-bottom: 6px;
}

#divContent_ p {
	padding-bottom: 12px;
}

#divFooter_ p {
	font-size: 80%;
	padding-right: 60px;
	padding-bottom: 24px;
}

/* divRightCol Link Effects */
#divRightCol_ ul {
	list-style-type: none;
}

#divRightCol_ li a:link, #divRightCol_ li a:visited {
	display: block;
	text-decoration: none;
	color: #785200;
	padding: 3px 12px 3px 24px;
}

#divRightCol_ li a:hover, #divRightCol_ li a:focus, #divRightCol_ li a:active { 
	text-decoration: underline;
	color: #4e402a;
}

/* divTopNav Links Effects */
#divTopNav {
	font-size: 120%;
	color: #FFFFFF;
}

#divTopNav a:link, #divTopNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#divTopNav a:hover, #divTopNav a:focus, #divTopNav a:active { 
	text-decoration: underline;
	color: #FFFFFF;
}

#divPrimaryNav {
	font-size: 120%;
	color: #785200;
	clear: both;
	padding-top: 12px;
}

#divPrimaryNav a:link, #divPrimaryNav a:visited {
	text-decoration: none;
	color: #785200;
}

#divPrimaryNav a:hover, #divPrimaryNav a:focus, #divPrimaryNav a:active { 
	text-decoration: underline;
	color: #4e402a;
}

#divContent_ a:link, #divContent_ a:visited {
	text-decoration: underline;
	color: #785200;
}

#divContent_ a:hover, #divContent_ a:focus, #divContent_ a:active { 
	text-decoration: none;
	color: #4e402a;
}.partnerimg {
	padding-right: 20px;
	padding-bottom: 10px;
	clear: left;
}
.red { color: #FF0000; }