/* 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: #696969;
	font: normal 16px 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: #968E4A; }
a:link, a:visited
{ text-decoration: none; }
a:hover
{ text-decoration: underline; color: #FF231e; }

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

/* headings */
h1
{	font-size: 22px; color: #FF231e; margin: 2px 0px; font-weight: normal; letter-spacing: 1px;
}
h2
{	font-size: 16px; color: #FF231e; margin: 2px 0px; font-weight: normal;}
h3
{	font-size: 12px; color: #FF231e; font-weight: normal; margin: 2px 0px;}
h4
{	font-size: 16px; color: #968E4A; font-weight: normal; margin: 2px 0px;}
h5
{	font-size: 14px; color: #968E4A; font-weight: normal; margin: 2px 0px;}
h6
{	font-size: 12px; color: #968E4A; font-weight: normal; margin: 2px 0px;}

.h7
{	font-size: 11px; color: #968E4A; font-weight: normal; margin: 2px 0px; line-height: 17px;}

h7
{	font-size: 11px; color: #968E4A; font-weight: normal; margin: 2px 0px;}

.h8
{	font-size: 13px; color: #696969; font-weight: normal; margin: 2px 0px; line-height: 18px;}

h8
{	font-size: 13px; color: #696969; font-weight: normal; margin: 2px 0px;}
h9
{	font-size: 16px; color: #696969; font-weight: normal; margin: 2px 0px;}
h10
{	font-size: 20px; color: #FF231e; font-weight: normal; margin: 2px 0px;}
h11
{	font-size: 11px; color: #696969; font-weight: normal; margin: 2px 0px;}


/* ---------- 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 */



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

.linkbox
{	width: 100px; margin-left: 10px; margin-bottom: 10px; float: right;
    color: #fff;
}

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

.linkbox h1
{
	color: #fff;
	padding: 6px 10px;
	font-size: 12px;
	text-transform:lowercase;
	background-color:#FF231e;
	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: #fff;
	border-top: 1px solid #fff;
}

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

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

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

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

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