/* ---------- Default Overrides ------------- */
body {
}

/*Default Element override*/
img, a, a img {
	border: 0;
	padding: 0;
	margin: 0;
}
a, a:link, a:hover, a:visited {
	font-family: arial;
	border: 0;
}
table, td {
	text-align: left;
	vertical-align: top;
	font-family: arial;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #da3039;
	padding: 3px;
	margin: 0;
	line-height: normal;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
/* ---------- Typography (DNN override)------------- */


#Body {
	background: #FFFFFF;  /* DNN entire page background */
	font-family: arial;
}
/*-- most of the text on site          --*/
.normal, .Normal {
	font-family: arial;
	font-size: 8pt;
	color: #000;
}
/*-- most of the bold text on site     --*/
.NormalBold {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}
/*-- red text on site for errors       --*/
.NormalRed {
	color: #C50000;
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
}
/*-- subheadings - mostly in admin     --*/
.SubHead {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #777;
	padding: 0;
}
/*-- headings - mostly in admin        --*/
.Head {
	font-size: 10pt;
	color: #fff;
	background: transparent;
	font-weight: bold;
	padding: 0;
}
/* ---------- Links ------------- */
/*-- default links visited and active  --*/
a:link, a:visited, a:active {
	color: #e1000b;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/*-- default links hover               --*/
a:hover {
	color: #666;
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
}
/*-- normal  links visited and active  --*/
a.Normal:link, a.Normal:visited {
	color: #e1000b;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/*-- normal  links hover               --*/
a.Normal:hover {
	color: #666;
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
}
/* ---------- LAYOUT ------------- */
#pagemaster {
	width: 100%;
	text-align: center;
}
#skinmaster {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.banner {
	width: 960px;
	height: 200px;
	background: url(img/banner.png) no-repeat scroll top center;
}
.logbar {
	height: 32px;
	width: 100%;
}
.footer {
	width: 960px;
}
.leftpane, .rightpane, .contentpane {
	padding: 5px 0 5px 0;
}
.leftpane {

}
.rightpane {
	width: 746px;
	clear:right;
	float: right;
	padding-right: 0;
}
.contentpane {
	width: 99%;
}
/*-------- 3 colmun layout -------------*/
.3collayout {
}
.positioncentercolumn {
	/*column spacing = 10px;*/
	margin-left: 215px; /* LC width + spacing*/
	margin-right: 315px;   /* RC width + spacing*/
}
.centerpane3col, .leftpane3col, .rightpane3col {
	padding: 5px 0 5px 0;
}
.centerpane3col {
	padding: 5px 0px 5px 0px;
	height: 1%;   /* IE6 hack for 3px bug */
}
.leftpane3col {
	width: 205px; /* LC width */
	float: left;
	/*background: url(img/bg-menu.png) transparent no-repeat scroll left bottom;*/
	padding-bottom: 150px;

}
.rightpane3col {
	float: right;
	width: 300px;	 /* RC width */
}
.contentpane {
width:100%;
}

/*--------------------- Controls --------------------------*/
.searchbar {
	float: right;
	padding-right: 10px;
}
.searchbar, .searchbar a, .searchbar a:link, .searchbar a:visited {
	color: #e1000b;  		/* search text*/
	font-family: inherit;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
}
.searchbar a:hover {
	color: #000;
}
.mainmenu {
	width: 100%;
	height: 37px;
	text-align: center;
	background: url(img/banner.png) no-repeat scroll 0px -200px;
	padding-top:7px;
	color: #FFF;
}
.mainmenu a, .mainmenu a:link, .mainmenu a:visited {
	color: #FFF;
	font-size: 10pt;
}
.mainmenu a:hover{
	color: #e1000b;
	text-decoration: none;
	}

.adminlogin, .adminlogin a, .adminlogin a:link, .adminlogin a:visited {
	font-size: 7pt;
	color: #323232;  /* login text*/
}
.adminlogin a:hover {
	color: #e1000b;   /* login hover */
}
/* ---------- Common classes ------------- */
.clearing {
	clear: both;
	height: 1px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}

