@charset "utf-8";
@import url("/Scripts/yui/build/reset-fonts-grids/reset-fonts-grids.css");
@import url("/Scripts/yui/build/base/base-min.css");
@import url("menus/navTopMenu/Menu.navTopMenu.css");
/* Override YUI for DNN Components */

.ControlPanel th, .ControlPanel td{
	border:none;
	padding: 0;
}

/* Reset DNN default.ascx */

#custom-doc .Head, #custom-doc .SubHead, #custom-doc .SubSubHead {
	font-size:108%;
	font-family: arial,helvetica,clean,sans-serif;
	color: #29180e;
	/*margin:.5em 0;*/
	font-weight:bold;
}

#custom-doc .Normal, #custom-doc .NormalDisabled {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 100%;
	font-weight: normal;
}

#custom-doc .NormalDisabled {
	color: #c0c0c0;
}

#custom-doc .NormalBold {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 100%;
	font-weight: bold;
}

#custom-doc .NormalRed {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #ff0000;
}

#custom-doc .NormalTextBox
{
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 100%;
	font-weight: normal;
}
th {
	color:#29180e;
	font-family:arial,helvetica,clean,sans-serif;
	font-size:100%;
	font-weight:bold;
}


/* Override YUI Base */

th,td {
	border: none;
}
abbr, acronym {
	color: #29180e;
	border-bottom:1px dotted #29180e;
}

/* Skin CSS */

body {
	background: #89643a;
	color: #e2d6cf;
	margin:0;
}
a, a:link, a:visited, a:hover, a:active {
	color: #29180e;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #29180e;
}
a img, a:link img, a:visited img, a:hover img, a:active img {
	border-bottom: none !important;
}
#docPage {
	background: #89643a url(images/bgPageTop.gif) repeat-x left 86px;
}
#custom-doc {
	margin: auto;
	text-align: left;
	width: 50.769230769230769230769230769231em;
	*width: 49.545692307692307692307692307692em;
	min-width: 660px;
	border-left: solid 1px #d2b295;
	border-right: solid 1px #d2b295;
	background: url(images/bgContentArea.gif) repeat;
}
#hd {
	height: 86px;
	text-align: center;
}
#bd {
	position: relative;
}
#ft {
	text-align: center;
	padding: 10px;
}
#divPgButton {
	height: 109px;
	width: 109px;
	position: absolute;
	left: -55px;
	top: 179px;
}
#divPgHeader {
	clear: right;
}
#divPgHeaderText {
	height: 54px;
	float: left;
	background: url(images/pgHeaderBg.gif) repeat-x left top;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.divPgHeaderRight {
	width: 76px;
	height: 54px;
}
#custom-doc #bd #divPgHeaderText h1 {
	color: #e2d6cf;
	margin: 0;
	padding: 0.4em 0 0 3em;
	font: 200% Geneva, Arial, Helvetica, sans-serif;
}
.divHeroGraphic {
	height: 234px;
}
#bd h1, #bd h2, #bd h3, #bd h4, #bd h5, #bd h6 {
	color: #29180e;
}
body a, body a:link, body a:visited, body a:hover, body a:active {
	color: #29180e;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #29180e;
}
.divLongLine, .divShortLine {
	background-color: #b69473;
	height: 2px !important;
	padding: 0;
}
.divShortLine {
	width: 66%;
	margin: 0 auto 5px;
}
.divLongLine {
	width: 75%;
	margin: 0 auto;
}
#navTop {
	padding: 10px 0 5px;
}
#topSpacer {
	height: 25px;
}
.ContentPane {
	padding-right: 5px;
}
.LeftPane {
}
.BottomPane {
	padding: 10px;
}
.containerBottom {
	 text-align: right;
	 margin-bottom: 10px;
}
.copyright, a.copyright, a.copyright:link, a.copyright:visited, a.copyright:hover, a.copyright:active {
	font-size: 77%;
	font-weight: normal;
	color: #e2d6cf;	
}
a.copyright, a.copyright:link, a.copyright:visited, a.copyright:hover, a.copyright:active {
	border-bottom: dotted 1px #e2d6cf;
	margin-left: 10px;
}

/* Menu */
.RadMenu_Default {
	background:transparent url(images/bgContentArea.gif) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border: none !important;
}
.RadMenu_Default .rmRootGroup .rmItem {
	border: none !important;
}
.RadMenu_Default .rmRootGroup .rmItem .rmText {
	text-transform: uppercase !important;
}
.RadMenu_Default .rmLink {
	color: #e2d6cf !important;
	border: none !important;
}
.RadMenu_Default .rmLink .rmText {
	/*font-size: 93% !important;*/
}
.RadMenu_Default .rmLink:hover,
.RadMenu_Default .rmFocused,
.RadMenu_Default .rmExpanded {
	background:transparent url(images/bgContentArea.gif) !important;
	color: #e2d6cf !important;
}

.RadMenu_Default .rmFocused .rmText,
.RadMenu_Default .rmExpanded ,rmText,
.RadMenu_Default .rmItem .rmLink:Hover .rmText {
	font-weight: bold !important;
}

.RadMenu_Default .rmGroup {
	background:transparent url(images/bgContentArea.gif) !important;
}