/********************************************************************************************/
/* 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 13px Century Gothic, Apple Gothic, sans-serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

p{margin: 0 0 15px;}
h1,h2,h3,h4,h5,h6{	 margin: 0 0 10px 0; }

/* Headings */
h1 {
	font-size: 20px; 
	color: #000;
}

h2 {
	font-size: 16px; 
	color: #32503c;
}

h3 {
	font-size: 16px; 
	color: #97a59d;
}

h4 {
	font-size: 13px;
	color: #32503c; 
}
	
h5 {
	font-size: 13px; 
	font-weight: normal;
	color: #97a59d;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	color: #32503c; }
	
hr {
border: 0;
color: #E3E3E3;
background-color: #E3E3E3;
height: 1px;
width: 100%;
text-align: left;
}	

/* Links - default */
a:link {
	text-decoration: underline;
	color: #32503c;
}

a:visited {
	text-decoration: underline;
	color: #32503c;
}		

a:hover {
	text-decoration: none;
	color: #353535;
}	

a:active {
	text-decoration: underline;
	color: #32503c;
}	
a{ outline: none;}
.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 */
/* The following declarations required by the SiteCM page editor */

/* Classes that can be used with any element */
.RedBoldText { font-weight: bold; color: #f00; }
.GreenBoldText { font-weight: bold; color: #0f0; }
.BlueBoldText { font-weight: bold; color: #00f; }
.BlackBoldText { font-weight: bold; color: #000; }

/* Link <a></a> specific classes */
a.BlackLink { background-color: #000; color: #fff; }

/* Paragraph <p></p> specific classes */
p.PurpleParagraph { background-color: #88f; color: #fff; }

/* Table <table></table> specific classes */
table.RedTable { background-color: #f00; color: #fff; }

/* Table cell <td></td> specific classes */
td.GreenTableCell { background-color: #080; color: #fff; }

/* Image <img /> specific classes */
img.BorderedImage { border: solid 5px #f00; }
