BODY {
	background-position: left top;
	margin: 0px;
	background-image: url('BodyBackground.jpg');
	background-repeat: repeat-x;
	background-color: #1D2A32;
	cursor: default;
}

DIV {
	display: block;
}

IMG {
	border: solid 0px black !important;
}

LI {
	margin-bottom: 0px;
}

/* overriding DNN styles */
A:link, A:hover, A:active, A:visited, .CommandButton:link, .CommandButton:hover, .CommandButton:active, .CommandButton:visited { /* overriding DNN CommandButton */
	color: #990000;
	text-decoration: underline;
	cursor: pointer;
}
H1, .Head, .headline { /* overriding DNN Head (+ Gerbing.com headline) */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: White;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 18px;
}
.SubHead { /* overriding DNN SubHead */
	color: #667C80; /* Gray/blue text (originally #4E5F62) */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
H2 {
	color:White;
	font-family:"Trebuchet MS";
	font-size:10.5pt;
	font-style:normal;
	font-weight:normal;
	line-height:24px;
	text-transform:uppercase;
	white-space:nowrap;
}
.Text, .Normal, .Normal TD, .NormalDisabled, .NormalDisabled TD, .SkinObject { /* overriding DNN Normal, NormalDisabled, SkinObject */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.Text, .Normal, .Normal TD, .SkinObject { /* overriding DNN Normal, SkinObject */
	color: #667C80; /* Gray/blue text (originally #4E5F62) */
}
.NormalDisabled, .NormalDisabled TD { /* overriding DNN NormalDisabled */
	color: #667C80; /* Gray/blue text (originally #4E5F62) */
}
.SkinObject { /* overriding DNN SkinObject */
	font-weight: bold;
}
.NormalTextBox {
	background-color: White;
	color: #667C80; /* Gray/blue text (originally #4E5F62) */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #667C80;
}
.StandardButton {
	border: solid 1px #667C80;
	background: #ADC4C5 none repeat scroll 0%;
	color: #667C80; /* Gray/blue text (originally #4E5F62) */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
.NewsMore {
	color: #FFDE00; /* Gerbing's yellow */
	text-transform: uppercase;
	font-size: 9px;
}
.NewsMoreArrow {
	color: Red;
}

#dnn_dnnLOGIN_cmdLogin {
	color:#adc4c5;
	font-weight:normal;
	left:24px;
	position:relative;
	text-transform:uppercase;
	top:-105px;
	font-family:"Trebuchet MS";
	font-size:10.5pt;
}
/* End overriding styles */

/* Additional text styles (used by adding to space separated class list on container or element) */
.Uppercase {
	text-transform: uppercase;
}
.Lowercase {
	text-transform: lowercase;
}
.LinkHoverColor A:hover {
	color: #f03c2b !important; /* gerbing's hovered link red */
}

/* Page top 
----------------------------
| XXXXXXXXXXXXXXXXXXXXXXXX |
----------------------------
|      |            |      |
|      |            |      |
|      |            |      |
----------------------------
|                          |
----------------------------
*/
.Top {
	height: 95px;
	width: 972px;
	position: relative;
}
.TopLine {
	position: absolute;
	top: 68px;
	left: 351px;
}
.Logo {
	position: absolute;
	top: 30px;
}
.TopLinks {
	overflow: visible;
	position: absolute; 
	top: 37px; 
	height: 31px; 
	left: 350px; 
	width: 614px;
	text-align: right;
	z-index: 2;
}
.TopLinks * {
	font-size: 12px;
	color: White !important;
	text-decoration: none !important;
}

/* Page middle
----------------------------
|                          |
----------------------------
| XXXX | XXXXXXXXXX | XXXX |
| XXXX | XXXXXXXXXX | XXXX |
| XXXX | XXXXXXXXXX | XXXX |
----------------------------
|                          |
----------------------------
*/
.Middle {
	/*width: 964px;*/
	position: relative;
	overflow: visible;
}

/*
----------------------------
|                          |
----------------------------
| XXXX |            |      |
| XXXX |            |      |
| XXXX |            |      |
----------------------------
|                          |
----------------------------
*/
.Left {
	position: relative;
	width: 174px;
	float: left;
	z-index: 1;
}
.LeftMenuContainer {
	position: relative;
	left: 16px;
	width: 128px;
	/* sub menu positioning fix */
	top: -119px;
	padding-top: 119px;
}
/*
----------------------------
|                          |
----------------------------
|      | XXXXXXXXXX |      |
|      | XXXXXXXXXX |      |
|      | XXXXXXXXXX |      |
----------------------------
|                          |
----------------------------
*/
.Center {
	position: relative;
	float: left;
	width: 556px;
	padding-bottom: 24px;
}
.CenterImageTopLeft, .CenterImageTopRight, .CenterImageBottomLeft, .CenterImageBottomRight {
	width: 12px; 
	height: 12px; 
	position: absolute; 
}
.CenterImageTopLeft {
	top: 0px; 
	left: 0px;
}
.CenterImageTopRight {
	top: 0px;
	right: 0px; 
}
.CenterImageBottomLeft {
	bottom: 0px;
	left: 0px; 
}
.CenterImageBottomRight {
	bottom: 0px;
	right: 0px; 
}
.CenterPaddingTop, .CenterPaddingBottom {
	position: absolute; 
	left: 12px; 
	width: 532px; 
	height: 12px; 
	background-color: #ADC4C5;
	overflow: hidden;
}
.CenterPaddingTop {
	top: 0px; 
}
.CenterPaddingBottom {
	bottom: 0px; 
}
.CenterContent, .CenterContentNoBackground {
	position: relative; 
	width: 556px;
}
.CenterContent {
	top: 12px; 
	/*width: 502px; */
	background-color: #ADC4C5;
	/*padding-top: 15px;
	padding-left: 27px;
	padding-right: 27px;
	padding-bottom: 0px;*/
}
.CenterContent DIV DIV { /* ContentPane */
}

/*
----------------------------
|                          |
----------------------------
|      |            | XXXX |
|      |            | XXXX |
|      |            | XXXX |
----------------------------
|                          |
----------------------------
*/
.Right {
	position: relative;
	float: left;
	width: 223px;
	margin-left: 11px;
}

/* Page bottom
----------------------------
|                          |
----------------------------
|      |            |      |
|      |            |      |
|      |            |      |
----------------------------
| XXXXXXXXXXXXXXXXXXXXXXXX |
----------------------------
*/
.Bottom {
	background-color: #151F25;
	width: 972px;
	position: relative;
	height: 50px;
	clear: both;
	top: 20px;
}
.BottomCopyright, .BottomLinks, .BottomLanguage {
	display: block; 
	position: absolute; 
	top: 13px; 
}
.BottomCopyright *, .BottomLinks * {
	font-size: 6pt !important;
}
.BottomCopyright {
	left: 208px; 
	color: White;
}
.BottomLinks {
	right: 15px;
}
.BottomLinks * {
	color: White;
	text-decoration: none !important;
}
.BottomLinks A {
	color: #667C80; /* Gray/blue text (originally #4E5F62) */
}
.BottomLanguage {
	top: 14px;
	left: 22px;
}

/* Menu
----------------------------
|                          |
----------------------------
| XXXX |            |      |
| XXXX |            |      |
|      |            |      |
----------------------------
|                          |
----------------------------
*/
.MenuSeparator {
	background-color: Yellow; 
	width: 100%; 
	height: 1px;
	position: relative;
	top: 0px;
	overflow: hidden;
}
/*CSSControl*/
.main_dnnmenu_bar {
	cursor: pointer; 
    left: 16px;
	height: 16px;
/*	background-color: Transparent;*/
}
/*CSSContainerRoot*/
.main_dnnmenu_container {
/*	background-color: transparent; */
	position: relative;
}
/*CSSNode*/
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	color: White; 
	font-size: 10.5pt; 
	font-weight: normal; 
	font-style: normal; 
/*	background-color: Transparent;*/
	font-family: "Trebuchet MS"; 
	text-transform: uppercase;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;	
}
/*CSSNodeRoot*/
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	color: White; 
	font-size: 10.5pt; 
	font-weight: normal; 
	font-style: normal; 
/*	background-color: Transparent;*/
	font-family: "Trebuchet MS"; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 0px 0px 8px;   /*explicitly set padding for root menu items*/

    display: block;
    clear: both;
    height: 24px;
	width: 128px;
/*	border-bottom: solid 1px Yellow;
	vertical-align: middle;*/
	
	text-transform: uppercase;
	line-height: 24px;
}
/*CSSIcon*/
.main_dnnmenu_icon {
	cursor: pointer; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
/*CSSContainerSub*/
.main_dnnmenu_submenu {
	background-image: url('SubMenuBackgroundRed.png');  
	background-position: left;
	background-repeat: repeat-y;
	background-color: Black;
	z-index: 1000; 
	cursor: pointer; 
	padding: 1px 0px 0px 0px;   /*explicitly set padding for sub-menus */
	position: absolute;
	left: 136px !important;
	background-position: top left;
}
.main_dnnmenu_submenu td {
	color: #fedd04;
	height: 24px;
}
/*CSSBreak*/
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}
/*CSSNodeHover*/
.main_dnnmenu_itemhover {  
	/*background-color: #8da4d3; */
	background-image: url('MenuBackgroundRed.png') !important;
	background-position: right !important;
	background-repeat: repeat-y !important;
	color: #fedd04;
}
.main_dnnmenu_itemhover td {  
	/*background-color: #eb3023; #8da4d3; */
	background-image: url('MenuBackgroundRedSelected.png');
	background-position: top;
	background-repeat: repeat-x;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}

/* Extra text styles */
.Style1 {
	font-style: italic;
	color: #990000; /* Gerbing text red */
}
#dnn_ctr_Login_cmdRegister, #dnn_ctr_Login_cmdPassword {
	color:#ADC4C5;
	font-family:"Trebuchet MS";
	font-size:10.5pt;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration: none;
}