/* content style sheet */
/* loaded by wysiwyg editor */

/* ---------- HTML element overrides ---------- */
/* body tag override */
/* keep in mind that this will be used by the wysiwyg tool to style the content within the wysiwyg */
/* the full overridden body tag is in the layout.css file */
body
{
	/* general site styles here */
	color: black;
	font: normal 12px arial, helvetica, sans-serif;
}


img
{
	border: none;
	margin: 0px;
	padding: 0px;
	/* fix IE adding extra white space: */
	display: block;
}

/* these table and td may cause some issues with certain layouts, remove if needed */
table
{	border: none; border-collapse: collapse; border-spacing: 0px; margin: 0px; padding: 0px;}
td
{	vertical-align: top;  border-collapse: collapse; border-spacing: 0px; margin: 0px; padding: 0px;}

/* general link style */
a
{ color: #D9820F; }
a:link, a:visited
{ text-decoration: underline;
	color: #D9820F;
}
a:hover
{ text-decoration: none;
	color: #D9820F;
}

/* horizontal rule */
hr
{border: none; border-top: 1px solid #999; width: 95%; }

/* headings */
h1
{	font-size: 18px; color: #3b78af; margin: 10px 0px 2px;}
h2
{	font-size: 15px; color: #666; margin: 2px 0px;
	font-weight: bold;
}
h3
{	font-size: 15px; color: #D9820F; margin: 2px 0px;
	font-weight: bold;
}

h4
{	font-size: 15px; color: gray; font-weight: bold; margin: 2px 0px;}
h5
{	font-size: 11px; color: #000; }
h6
{	font-size: 9px; color: #000; }

h7
{	font-size: 9px; color: #000; }


/* ---------- GENERAL STYLES ---------- */
/* floatables */
.floatleft
{ 	float: left; }
.floatright
{	float: right; }
.clearfloats
{	clear: both; }
/* highlight marker style */
.hilight
{	background: #ff0; color: #000; }

/* add other styles needed within the wysiwyg editor here */
.spotbox {	
	width: 200px;
	color: #ffffff;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
}

.spotbox h1{
	font-weight: bolder;
	font-size: 17px;
	padding: 5px;
	background: #fe9900;
	color: #ffffff;
	margin-bottom: 2px;
}

.spotbox h2{
	font-weight: bold;
	font-size: 11px;
	background: #34689a;
	color: #ffffff;
	padding: 5px;
}
	
.spotbox a{
	color: #ffffff;
}


/* --------- linkbox ---------- */
/* linkbox is a widget within the text editor, converts UL to a box with highlighted button li's */

.linkbox
{	width: 130px; margin-left: 10px; margin-bottom: 10px; float: left;
    color: black;
	background-color: white;
}

.linkbox p
{
	padding: 2px 4px; margin: 0px;
}

.linkbox h1
{
	color: #fff;
	padding: 6px 10px;
	font-size: 9px;
	text-transform:uppercase;
	background-color:#6AB9D7;
	display:block;
	text-decoration:none;
	margin: 0px;
	 
}

.linkbox ul
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	background: #d7d7eb;
	border-top: 1px solid #fff;
}

.linkbox li
{
	background: #45799b;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

.linkbox li a
{
	display: block;
	text-decoration: none;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;	 
	padding: 5px 5px;
	margin: 0px;
	color:#fff;
}

.linkbox li a:link,
.linkbox li a:visited
{	color: #fff; }

.linkbox li a:hover
{	background: #3f6782; color: #fff; }

.linkbox li a.current_page
{	background: #3f6782; color: #fff; font-weight: normal; }