/*-----------------------Begin the wipe -------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #000000;
	font-family: Arial, sans-serif; 
}
ul {
	list-style: none;
}


ol {
	list-style: none;
}


q:after {
	content: "";
}


q:before {
	content: "";
}


blockquote:after {
	content: "";
}


blockquote:before {
	content: "";
}

q {
	quotes: "" "";
}

strong 
{
	font-weight: bold;
}

blockquote {
	quotes: "" "";
}

/* ------- end to the wipe ---------------------------------------------*/


/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane 
{
	float: left;
	width: 594px;
	padding: 20px 0 0 60px;
	background-color: transparent;
}
.contentpane 
{
	width: 100%;
	background-color: transparent;
}
.rightpane {
	float: right;
	width: 365px;
	padding: 20px 0 0 0;
	background-color: transparent;
	text-align: center;
}
.bannerBox 
{
	float: right;
	width: 279px;
	height: 301px;
	background: black;
	border-right: #E6DABB 1px solid;
}

.bottompane {
	height: 86px;
	background: #000000 url('images/footerback.jpg') repeat-y;
}
.MainMenu_MenuContainer 
{
	background: transparent url('images/menuback.jpg') repeat-x;
}
.MainMenu_MenuBar 
{
	height: 29px;
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, sans-serif; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	line-height: 22pt;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #EBD9B1;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel 
{
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #C93427; 
	font-family: Arial, sans-serif; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	line-height: 22pt;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

a
{
	color: #600E0F;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #600E0F;
}

a:hover
{
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
}

a:active
{
	color: #000000;
}

h2
{
	padding: 0 0 10px 0;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

ul
{
	margin: 0 0 0 6px;
	padding: 0 6px 6px 15px;
	list-style-position: outside;
	font-size: 10pt;
}

ul li
{
	line-height: 18pt;
}

#wrapper
{
	width: 1024px;
	margin: 0 auto;
	background: #E6DABB;
}

#wildfireHeader
{
	height: 134px;
	background: #000000 url('images/header.jpg') no-repeat;
}

#announcement
{
	float: left;
	margin: 58px 0 0 300px;
	font-size: 11pt;
	line-height: 14pt;
	text-align: center;
	color: #FFFFFF;
}

#tagLine
{
	float: right;
	margin: 20px 12px 0 0;
	font-size: 11pt;
	color: #782927;
}

#tbldnn_sHeader_dnnMenu_ctldnnMenuMenuBar tr td table
{
	margin: 0 20px 0 0;
}

#menuBottom
{
	height: 18px;
	background: #000000 url('images/menubottom.jpg') repeat-x;
}

#homeBanner
{
	float: left;
	width: 200px;
	height: 302px;
	z-index: 1;
}

.bannerBox h1
{
	padding: 29px 24px 0 24px;
	font-size: 14pt;
	color: #66542C;
}

.bannerBox h2
{
	padding: 12px 24px 0 24px;
	font-size: 11pt;
	font-weight: lighter;
	color: #84191C;
}

.bannerBox p
{
	font-size: 9pt;
	line-height: 12pt;
	text-align: justify;
	color: #1E0201;
}

#bannerBottom
{
	height: 18px;
	background: #000000 url('images/bannerbottom.jpg') repeat-x;
}

.contentHeader
{
	margin: 0 0 20px 0;
}

.leftpane p
{
	margin: 0 0 20px 0;
	color: #1E0201;
	font-size: 10pt;
	line-height: 14pt;
}

.leftSection
{
	margin: 20px 0;
}

.contentImage
{
	float: left;
}

#downloadMenu
{
	padding: 0 0 0 85px;
}

#homeContentWrapper
{
	padding: 15px 0 0 0;
}

#homeContentWrapper h2
{
	font-size: 12pt;
	color: #000000;
}

#homeContentWrapper p
{
	float: left;
	width: 175px;
	padding: 14px 0 0 0;
	font-size: 10pt;
	line-height: 12pt;
	color: #1E0201;
}

#homeContentWrapper img
{
}

#homeFeatureLeft
{
	float: left;
	width: 357px;
	padding: 0 15px 0 20px;
	border-right: solid 2px #F4EAC6;
}

#homeFeatureMiddle
{
	float: left;
	width: 359px;
	padding: 0 15px 0 18px;
	border-right: solid 2px #F4EAC6;
}

#homeFeatureRight
{
	float: left;
	padding: 0 0 0 22px;
}

#footerTop
{
	clear: both;
	height: 16px;
	background: #000000 url('images/footertop.jpg') repeat-x;
}

#wildfireFooter
{
	height: 86px;
	background: #000000 url('images/footerback.jpg') repeat-y;
	font-size: 10pt;
	text-align: center;
	line-height: 12pt;
	color: #FFFFFF;
}

.footerCopyright
{
	padding: 14px 0 14px 0;
}

#dnn_sFooter_dnnCopyright_lblCopyright
{
	padding: 14px 0 14px 0;
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
	color: #FFFFFF;
}

#loginBox
{
	display: none;
}

#credit
{
	padding: 8px 0;
	background: #000000;
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
}

#credit a
{
	color: #E6DABB;
	text-decoration: none;
	font-weight: normal;
}

#credit a:visited
{
	color: #E6DABB;
}

#credit a:hover
{
	color: #FFFFFF;
}

#credit a:active
{
	color: #FFFFFF;
}

/*-- social media --*/
#socialBar
{
	clear: both;
	margin-top: 16px;
}

#socialBar img
{
	float: left;
	margin-right: 8px;
}

#twitter_update_list
{
	background: #FFFFFF;
}

ul#twitter_update_list li
{
	border-bottom: 2px solid #F4EAC6;
	list-style-type: none;
}
