/* ############################ Text Styles ################################# */
body {
	margin: 0;
	padding: 0;
	font-family: Arial Narrow, Arial, Trebuchet MS, Verdana;
	font-size: 13px;
	line-height: 1.8;
	background-color: transparent;
	color: #60554D;
}
p {
	line-height: 1.8;
}
h1 {
	margin: -10px 0 -8px 0;
	padding: 4px 0 1px 0;
	font-size: 24px;
	font-weight: normal;
	font-family: Arial Narrow, Arial, Trebuchet MS, Verdana, Helvetica;
	color: #000000;
}
.sIFR-active h1 {font-size: 24px; margin-top: 0px; margin-left: -1px; margin-bottom: -5px;}
h2 {
	margin: -5px 0px 1px -1px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial Narrow, Arial, Trebuchet MS, Verdana, Helvetica;
	color: #000000;
}
.sIFR-active h2 {font-size: 16px; margin-top: 0px; margin-left: -1px; margin-bottom: -2px;}
#footer p {
	font-size: 13px;
	a  { text-decoration:none; color: #60554D; }
	a:hover { color: #000000 }
}
a  { text-decoration:none; color: #60554D; }
a:hover { color: #000000 }


/* ################################# RTE ##################################### */
/* ### styles required to make RTE look correct in edit mode (Firefox fix) ### */
.mceContentBody {  background: none !important; }
.mceContentBody a {color: #60554D !important; text-decoration:none !important; }
.mceContentBody a:hover {color: #000000 !important; }


/* ############################ Column with rounded corners ################################# */

.col-boxheader1 p { color: #cdcdcd; line-height: 1.5; }
.col-boxheader1 td.col-topleft { background: url(img/ipsum_boxheading_topleft.png) #000000 no-repeat;}
.col-boxheader1 td.col-topright { background: url(img/ipsum_boxheading_topright.png) #000000 no-repeat;}
.col-boxheader1 td.col-top { background: url(img/ipsum_boxheading_content.png) #000000 repeat-x;}
.col-boxheader1 td.col-content { background: url(img/ipsum_boxheading_content.png) #000000 repeat-x 0 -10px;}
.col-boxheader1 td.col-left { background: url(img/ipsum_boxheading_topleft.png) #000000 no-repeat 0 -10px;}
.col-boxheader1 td.col-right { background: url(img/ipsum_boxheading_topright.png) #000000 no-repeat 0 -10px;}
.col-boxheader1 td.col-leftbottom { background: url(img/ipsum_boxheading_leftbottom.gif) #000000 no-repeat 0 bottom;}
.col-boxheader1 td.col-rightbottom { background: url(img/ipsum_boxheading_rightbottom.gif) #000000 no-repeat 0 bottom;}
.col-boxheader1 td.col-bottomleft { background: url(img/ipsum_boxheading_bottomleft.gif) #000000 no-repeat 0 bottom; }
.col-boxheader1 td.col-bottomright { background: url(img/ipsum_boxheading_bottomright.gif) #000000 no-repeat 0 bottom; }
.col-boxheader1 td.col-bottom{ background: #000000; }

/* ############################ Column with background color ################################# */

.col-color1 {
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
}

/* ############################ Tables ################################# */

.contenttable {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 14px;
	margin-left: -1px;
}
.contenttable th, .contenttable thead td {
	padding: 4px 9px 6px 9px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background: #000000;
	color: #ffffff;
}
.contenttable td {	
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	padding: 4px 9px 6px 9px;
	background: #f2f2f2;
}

/* ############################ Lists ################################# */

ol, ul {
	margin: -1px 0 0 10px;
	padding: 0 0 11px 15px;
}
ul li ul {
}
ul li {
	/*list-style-image: url(arrow.gif);*/
	list-style-position: outside;
}

/* ############################ Text/Image Positioning ################################# */

img {border: 0;}
p img {margin: 5px 0 0 0; padding-bottom: 5px; }
p {margin: 0; padding: 0 0 10px 0;}
.image-left {padding: 0; margin-right: 10px; float: left;}
.image-right {padding: 0; margin-left: 10px; float: right;}
.align-right {text-align: right;}
.align-center {text-align: center;}

/* ############################ RTE Frontend Styling ################################# */

.editorWrap .htmlarea div.toolbarWrap {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
}
.editorWrap .htmlarea div.toolbarWrap div.toolbar {
	width: 630px;		
	padding: 0;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
.editorWrap .htmlarea iframe.editorIframe {
	padding: 0px;
	border: 0;
}
div.toolbar ul li {
	list-style-image: none;
}