/* ------------------------------------------------------------------------------------------------------*/
/* Zero out all browser-preset values  ------------------------------------------------------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

html 	{ overflow-y: scroll; }	/* Add this in to always generate vertical scrolls (and avoid page shift on centered layouts) */
a:focus	{ outline: 0; } 		/* Gets rid of outlines in FF */
.clear 	{ clear: both; }


/* ------------------------------------------------------------------------------------------------------*/
/* The following styles are for layout/postioning for specific DIV elements -----------------------------*/


body {
	background-color: #E9E7D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



a:link {
	color: #7A220F;
	text-decoration: none;
}
a:visited {
	color: #7A220F;
	text-decoration: none;
}
a:hover {
	color: #B34315;
	text-decoration: underline;
}
a:active {
	color: #B34315;
	text-decoration: underline;
}









/* ------------------------------------------------------------------------------------------------------
   CSS STYLES & DIV/BLOCK DEFINITIONS FOR PAGES APPEARING IN THE MAIN SITE WINDOW 
   ------------------------------------------------------------------------------------------------------*/



/* -----------------------------------------------------------------------*/
/* "WRAPPER" ID SELECTORS FOR DIVS AND TABLES-----------------------------*/


/* Container for overall layout that also displays the background "natural" texture */

#background {
	background-color: #D8D4BA;
	background-image:url(../images/shared/bg_texture.gif);
	background-repeat:repeat;
}


/* Container for Left Column and Main Column content (Basically all page content minus Top Navigation and Footer blocks) */

#pageContent {
	width:780px;
}





/* -----------------------------------------------------------------------------------------------------*/
/* CSS STYLES FOR "MAIN COLUMN BLOCK" INCLUDING DIV/BLOCK DEFINITION, H1, H2, P, UL AND LI -------------*/


/* Styles for the different kind of elements that appear in the Main Column area of each page's layout */

#mainColumn{
	width: 415px;
	margin: 0 0 0 265px;
	padding: 20px 0 0 0;
}



/* Although page headlines are graphics for custom font, they are still enclosed in <H1> tags for accessibility purposes */

#mainColumn h1 {
	margin-bottom: 8px;
}

/* Text Subheads */

#mainColumn h2 {
	font-size: 10px;
	font-weight:bold;
	line-height: 17px;
	color: #B34315;
	margin: 14px 0px 16px;
	text-transform: uppercase;
}

#mainColumn h3 {
	font-size: 10px;
	font-weight:bold;
	line-height: 17px;
	color: #B34315;
	margin: 14px 0px 0;
	/*text-transform: uppercase;*/
}

#mainColumn ul {
 	list-style-type: none;
	padding: 0;
	margin: 0 0 14px 0;
	font-size: 10px;
	line-height: 17px;	
	color: #674B2B;
}

#mainColumn li {
	margin: 8px 0 4px 0;
	background: url(../images/shared/subnav_listBullet_ie_on.gif) no-repeat 0 .3em;
	padding-left: 13px;
}


/* -------------------------------------------------------------------------------------------------------*/
/* FOOTER ------------------------------------------------------------------------------------------------*/


.footer {
	font-size: 9px;
	color: #B8AD92;
	line-height: 10px;
	margin-left: 50px;
	margin-top: 7px;
	padding-bottom: 7px;
	color: #988475;
}
