/*[fmt]1A90-1A0A-1*/
HTML, BODY, DIV, SPAN, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, BIG, CITE, CODE, DFN, EM, IMG, STRIKE, STRONG, SUB, SUP, DL, DT, DD, OL, UL, LI, FORM, LABEL, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	font: inherit;
}
:focus {
	outline: 0;
}
BODY {
	color: #000000;
	background: #FFFFFF;
}
TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Rhyma Skin CSS*/
BODY {
	background-color: #4F545B;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}
.sub-content {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#main {
	width: 798px !important; /*[e]798px*/
	margin: 3px auto 0;
}
.sub-headline {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FAAF40;
	text-transform: uppercase;
}
/*Menu Styles*/
#navigation {
	height: 40px;
/*adjust as the menu grows*/
	margin: 0px 0px 0px 65px;
	text-align: left;
}
.menu UL {
	display: inline;
	position: relative;
	z-index: 20;
	top: 10px;
}
#menu0 {
	padding-top: 10px;
}
UL#menu0 {
}
UL#menu0 A {
	color: #FFFFFF;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	float: none;
}
UL#menu0 LI {
	display: inline;
	position: relative;
	padding: 10px 16px 15px;
/*IE 7 or less*/
	#padding: 10px 16px 30px;
}
.CurrentItem {
	background-color: #2E6EBB;
	_background-color: transparent;
}
UL#menu0 LI:hover {
	background-color: #2E6EBB;
}
UL#menu0 LI UL {
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px 22px 0px 13px;
	background-color: #2E6EBB;
	width: 100px;
}
UL#menu0 LI:hover UL {
	padding-bottom: 10px;
}
UL#menu0 LI UL LI {
	display: none;
	width: 100%;
}
UL#menu0 LI:hover UL LI {
	display: block;
	padding: 6px 3px 3px;
	background-color: #2E6EBB;
	list-style: none;
}
UL#menu0 LI UL LI A:hover {
	color: #732002;
}
/*----------Panes and Modules----------*/
#dnn_logo {
	border-right: 4px solid #4F545B;
	border-bottom: 4px solid #4F545B;
	vertical-align: middle;
	background-color: #4384CF;
	height: 91px;
	#height: 88px;
	padding-left: 35px;
}
#dnn_headerLeft {
	border-right: 4px solid #4F545B;
	background: no-repeat top center;
	height: 255px;
	width: 205px;
}
#dnn_headerRight {
	width: 590px;
	height: 348px;
	#height: 351px;
	background: no-repeat;
}
#dnn_TopPaneLeft {
	border-bottom: 4px solid #4F545B;
	border-top: 4px solid #4F545B;
	background-color: #4384CF;
}
#dnn_TopPane {
	border-bottom: 4px solid #4F545B;
	border-top: 4px solid #4F545B;
	background-color: #4384CF;
	#border-top: 1px;
}
#dnn_LeftPane {
	border-right: 4px solid #4F545B;
	background-color: #4384CF;
	width: 205px;
	padding-bottom: 15px;
}
#dnn_ContentPane {
	background-color: #4384CF;
	padding-bottom: 15px;
}
#dnn_RightPane {
}
#dnn_BottomPane {
	padding: 15px;
	text-align: center;
	color: #FFFFFF;
}
#dnn_BottomPane A {
	text-transform: lowercase;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 0px 2px 0px 5px;
	float: none;
	font: 10px Arial;
}
#dnn_BottomPane A:hover {
	color: #4383CF;
}
.SkinObject {
	font: 10px Arial;
	color: #FFFFFF;
}
SPAN.Normal {
	font: 12px Arial;
}
SPAN.SubHead {
	color: #FFFFFF;
	font: bold 12px Verdana;
}
/*content fader*/
.fadecontentwrapper {
/*Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below!*/
	position: relative;
	width: 550px;
	height: 420px;
/*Set height to be able to contain height of largest content shown*/
	border: none;
	overflow: hidden;
	margin-top: -10px;
}
.fadecontent {
/*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any)*/
	position: absolute;
	padding: 13px 0px 0px;
	visibility: hidden;
	width: 550px;
	background-color: #4384CF;
}
DIV.fadecontent UL {
	padding: 5px 0px 10px;
}
DIV.fadecontent UL LI {
	list-style-type: disc;
	margin-left: 20px;
	font: 12px Arial;
}
.fadecontenttoggler {
	height: 25px;
	padding-top: 2px;
	clear: both;
}
.fadecontenttoggler A {
/*style for every navigational link within toggler*/
	text-decoration: none;
	border-right: none;
	color: #FFFFFF !important; /*[e]#FFFFFF*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fadecontenttoggler A:hover {
	color: #FAAF40 !important; /*[e]#FAAF40*/
}
TABLE.ControlPanel * {
	color: #030303;
}
.fadecontenttoggler A.selected {
	color: #FAAF40 !important; /*[e]#FAAF40*/
	/*[disabled]text-decoration:underline;*/
}
TD.FCKImageGalleryItemContainer TR {
	color: #000000;
}
