 

/***** Body and main container *****/
#Body {
margin:0 auto;
padding:0;
font:76% Georgia, Times New Roman, Times, serif;
background: black;
color: black;
}

#wrap, #wrap-splash {
background: white;
color: black;
margin:0 auto;
width:960px;
}
#wrap-splash{
background: #f95f06 url(img/bg-splash.jpg) no-repeat scroll center center;
height: 750px;
}

/***** Override Tags *****/

a, a:link, a:visited, a:active {
text-decoration:none;
font-weight:bold;
color: blue;
background-color:inherit;
}
a:hover {
text-decoration:underline;
color: red;
background-color:inherit;
}

td, tr {
text-align:left;
vertical-align: top;
}

img, a img {
border:none;
}

p {
margin:0 0 1.4em 0;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 10pt;
    color: black;
	text-decoration: none;
	}

.NormalBold{
    font-weight: bold;
}
.NormalDisabled{
    color: Silver;
}
.NormalRed {
    font-weight: bold;
    color: #ff0000;
}
h1, h2, h3, h4, h5, h6, .Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
}

/****** Header *****/
#header {
width: 960px;
height:178px;
background-image: url(img/banner.jpg);
background-repeat: no-repeat;
background-position: center center;
}

/***** Main menu  - see RADMenu style.css *****/
.rightpane, .leftpane {

}

#splashmenu{
position: relative;
top: 78px;
left: 76px;
}

.navbar{
width:100%;
height: 23px;
background: #dc851c;
}

.splashpane{
width: 350px;
height: 230px;
overflow: scroll;
position: relative;
top: 200px;
left: 550px;
}
/***** Main content *****/
.bottompane{
background: #dc851c;

margin: 10px;
padding: 10px;
width:auto;
clear:both;
}

/***** Left sidebar *****/
.leftpane{
float:left;
width:70%;


}

/***** Right sidebar *****/
.rightpane {
float:right;
width:30%;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
width:960px;
text-align:center;
}



/***** Various classes *****/

.premiumlogin { width:100%; background:black;}
.premiumlogin a, .premiumlogin a:link, .premiumlogin a:visited{
color: #111;
}
.dnn2links a, .dnn2links a:link, .dnn2links a:visited {
color: black;
}

.bold {
font-weight:bold;
}

.clearing {
clear:both;
padding:0;
margin:0;
visibility:hidden;
height:0;
font-size: 0;
line-height: 0;
}

.hide {
display:none;
}






