/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #FCC154;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 17px; 
	color: #FCC154;
	font-weight: normal;
	margin: 5px 0;
}

h3 {
	font-size: 15px; 
	font-weight: normal;
	margin: 5px 0;
	color: #7B6F55;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
	color: #7B6F55;
}
	
h5 {
	font-size: 12px; 
	margin: 5px 0;
	color: #7B6F55;
}

h6 {
	font-size: 10px; 
	margin: 5px 0;
	color: #333;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #FCC154;/*#699;*/
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

blockquote {
	margin: 20px 0;
	padding: 0 0 0 80px;
}

.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */

.Home_Links a:hover {color:#7B6F55;}