/********************************************************************************************/
/* 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 */
/* Any CSS defined in this file will be visible to the client in the SiteCM Manager's Editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 13px Arial, “Helvetica Neue”, Helvetica, sans-serif ;
	text-decoration: none;
	color: #333;
}
p{	margin: 0 0 15px 0;}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 22px;
	font-weight: normal;
	padding: 0px;
	margin: 0;
}

h2 {
	font-size: 19px;
	padding: 0px;
	margin: 0 0 15px 0; 
	font-weight: normal;
}

h3 {
	font-size: 12px; 
	padding: 0px;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 15px;
	color: #666;
	text-transform: uppercase;
	padding: 0px;
	margin: 8px 0; 
	letter-spacing: .5px;
}
	
h5 {
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px;
	margin: 12px 0; 
	font-weight: normal;
	letter-spacing: .5px;
}

h6 {
	font-size: 10px; 

	padding: 0px;
	margin: 0 0 8px 0;
}

/* Links - default */
a:link {
	color: #333;
}

a:visited {
	color: #333;
}	

a:hover {
	color: #333;
}	

a:active {
	color: #333;
}
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: 0 0 8px 0; padding: 0px; }

/* Custom Declarations */

.news{
	background: #EAECED url(/images/HUSH_newsbg.jpg) no-repeat top left;
	padding: 0 10px 0 70px;
}