/********************************************************************************************/
/* 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 11px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 20px;
	color: #C26C24;
	font-weight: normal; }
h2 { font-size: 18px; 
	color: #837E5A;}
h3 { font-size: 16px;
	color: #000; }
h4 { font-size: 14px;
	color: #544F2E; }
h5 { font-size: 12px; 
	color: #C26C24;
	font-weight: normal;}
h6 { font-size: 10px; 
	color: #000;}

/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #C26C24;
}

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: none;
	color: #CA8E66;
}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* define custom css classes that you would like access to in the content editor */

.Home_Flash_App { background: transparent url(/images/dropin_image_rotator.gif) no-repeat center center; }

/* examples: */
table.imageborder {border-color: #9E5C31;} 
/* tr.myclass {} - table row specific classes */
/* td.myclass {} - table cell specific classes */
/* img.myclass {} - image specific classes */
/* p.myclass {} - paragraph specific classes */

/* Required Declarations */

.DoNotPrint {} /* this is to apply to content elements that you do not want to be included on print to page */

