/* Command Buttons */
.ControlPanel, .PagingTable{
	border-style:dotted;	
}

a.CommandButton:link{
	color:#E5332E;
}

a.CommandButton:hover{
	color:#FFF;
}

/* main elements */
html, body {
   margin:0;
   padding:0;
   font-family:Arial, Helvetica, sans-serif;
}

a:link{
	color:#E5332E;
	text-decoration:underline;
}

a:visited{
	color:#D5231E;
	text-decoration:underline;
}

a:hover{
	color:#FFF;
	background-color:#E5332E;
	text-decoration:underline;
}

form#Form {
}

.Normal{
	font-family:Arial, Helvetica, sans-serif;
}

/* Main Body */
#pageBody {
}


/* Footer */
#footerHolder {
	background-image: url(images/footerBG.gif);
	background-repeat: repeat-x;
	height: 230px;
	width:100%;
	z-index:0;
}

#footer {
	color:#d7d5d7;
	margin-right:auto;
	margin-left:auto;
	width:990px;
	height:230px;
	z-index:20;
	border-color:#676767;
	border-style:none dotted;
	border-width:1px;
}

#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer p, #footer .Normal{
	color:#d7d5d7;
}

#footer .Normal{
	font-size:14px;	
	font-family:Arial, Helvetica, sans-serif;
}

#footer .Head{
	color:#D7D5D7;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;	
}

#footer h1{
	font-weight:bold;
}

#footer h1 b{
	font-size:12px;	
}

#footer ul{
	padding-left:20px;
	margin-top:5px;
}

#footer li{
	list-style:circle;
	padding-top:5px;	
}

#footer ul.navigation li{
	list-style:none;	
}

#footer ul.navigation li a {
	color:#D7D5D7;
	text-decoration:none;
}

#footer ul.navigation li a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:transparent;
	border-bottom: solid 1px #DF8C14;
}

#footer h1{
	font-size:24px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:1px;
	padding:1px;	
}

/* for use in image box grid */
.imageLinkBoxes img{
	margin:5px;
}

.imageLinkBoxes img:hover{

}
.imageLinkBoxes a:link,.imageLinkBoxes a:visited{
	padding: 2px;
	background-color:#FFF;
	border: solid 1px #CCC;
	display:block;
	float:left;
}

.imageLinkBoxes a:hover{
	background-color:#000;	
	border: solid 1px #FFF;	
}

/* Copyright Line */
#copywriteHolder {
	background-color:#262227;
	min-height:30px;
	width:100%;
	border-color:#676767;
	border-style:dotted none none;
	border-width:1px;
}

#copywrite {
	min-height:25px;
	width:980px;
	margin-right:auto;
	margin-left:auto;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	color:#676767;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	border-color:#676767;
	border-style:none dotted;
	border-width:1px;
}

.copywriteText{
	float:right;	
}

/* main */
#main{
	padding:5px 10px;
	width:970px;
	margin: 0px auto;
	border-left:dotted 1px #676767;
	border-right:dotted 1px #676767;
	color:#51514f;
}

#main h1 ,#main h1 .Head,#main h2, #main h2 .Head,#main h3, #main h3 .Head,#main h4, #main h4 .Head,#main h5, #main h5 .Head{
	color:#131312;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#main h1,#main h1 .Head{ font-size:30px; }
#main h2,#main h2 .Head{ font-size:26px; }
#main h3,#main h3 .Head{ font-size:22px; }
#main h4,#main h4 .Head{ font-size:18px; }
#main h5,#main h5 .Head{ font-size:16px; }

#main .Normal{
	font-size:14px;
	line-height:160%;
}


/* Header */
#headerHolder{
	height:	155px;
	border-bottom: dotted 1px #676767;
}

#header{
	height:100%;
	width:990px;
	margin: 0px auto;
	border-left:dotted 1px #676767;
	border-right:dotted 1px #676767;
}

#headerLogo a:hover{
	background-color:#FFF;	
}

#headerLogo{
	float:left;		
}

#headerLogo p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0px;
	clear:left;
	width:410px;
	text-align:center;
}



/* Menu */
#topMenu{
	float:right;
	margin-right:10px;
}

#topMenu .mainMenu .root{
	font-size:30px;	
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	padding:50px 0px 20px 0px;

	display:block;
	float:left;
	border-left: solid 1px #FFF;
}

#topMenu .mainMenu .sel{
	color:#FFF;
	background-color:#E5332E;
}

#topMenu .mainMenu .hov{
	color:#FFF;
	background-color:#FA4843;
}

#topMenu .mainMenu .txt{
	border-right: solid 2px #BBB;	
	padding: 10px 10px 20px 10px;
	margin-left:1px;
}

#topMenu .mainMenu .sel .txt{
	position:relative;
	right:-3px;
}

#topMenu .mainMenu .hov .txt{
	position:relative;
	right:-3px;
}

/* SUB Menu Normal */
#topMenu .mainMenu table{
	margin-left:1px;	
	position:relative;
	z-index: 1000;	

}

#topMenu .mainMenu tr.mi{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FA4843;
	z-index: 1000;
	font-size: 14px; 
	font-weight:bold;
	text-align:left;
	color:#FFF;
	line-height:2em;
	text-transform:none; 
	position:relative;
}

#topMenu .mainMenu tr.mi .icn{
	padding:5px;
}

#topMenu .mainMenu tr.mi td .txt{
	border:none;
}

#topMenu .mainMenu tr.mi td{
	padding: 0 2px;
	text-transform:none;
}

/* SUB Menu hover & selected */
#topMenu .mainMenu tr.hov { 
	background: #4A474B;
}




/* Main Panes */

.topPane{
clear:both;
	width:970px;	
}

.columnPane{
	width:321px;
	float:left;
}

.contentPane{
	clear:left;
	float:left;	
	width:644px;
}

.clearFloat{
	clear:both;	
}

.columnRight{
	float:right;
}

.halfPane{
	float:left;
	width:482px;
}

/* Footer Panes */
.footerTopPane{
	width: 980px;	
	padding:5px;
	float:left;
}

.headerSearch{
	float:right;	
	padding:5px 5px;;
	width:250px;
}

/* mihi */
.headerLogin{
	float:right;	
	padding:5px 5px;;
	
}

.footerColPane{
	width: 185px;
	padding:5px;
	float:left;
}


/* Search box and Breadcrumb line*/
input#dnn_dnnSEARCH_txtSearch {
	width:180px;
	font-size:16px;
	border: solid 1px #BBBBBB;
}

.ServerSkinWidget .dnn_dnnSEARCH_cmdSearch{
	display:block;
	float:left;
}

.breadCrumb{
	font-size:10px;	
	font-family:Verdana, Geneva, sans-serif;
	float:left;
}


/* Footer Copyright line - Languages */
#languageSelector{
	padding:10px;
	float:right;
	clear:both;
}

#loginHolder{
	margin-left:10px;
	float:left;	
}

/* Main Text-Content Styles */
.imageFrame {
	border: 1px solid #999999;
	padding: 10px;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}


blockquote {
  font: 20px normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  float:right;
  text-align:left;	
  width:250px;
  font-weight:bold;
  text-indent:-10px;
} 
/* Drop Caps*/
.dcap {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#FFF;
	background-color:#E5332E;
	display:inline;
	float:left;
	font-size:5.2em;
	font-weight:400;
	line-height:0.8em;
	margin:0.05em 0.14em 0 -3px;
	padding-left:4px;
	text-transform:uppercase;
}

.textlite {
	color:#666;
}

.textsmall {
	font-size:11px;
}


/* Contact Form for use in DNN Feedback core module*/

.DNN_FeedbackContent .NormalTextBox{
	border:1px solid #676767;
	color:#676767;
	font-size:12px;
	padding-left:5px;
	padding-top:2px;
}


.DNN_FeedbackContent input.NormalTextBox{
	background:none repeat scroll 0 0 #FFF;
	height:18px;
	width:272px;	
}

.DNN_FeedbackContent textarea.NormalTextBox{
	background:none repeat scroll 0 0 #FFF;
	width:272px;	
}

.DNN_FeedbackContent span{
	font-size:16px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.DNN_FeedbackContent .SubHead img{ /* Remove the Icons */
	display:none;
}

.DNN_FeedbackContent a.CommandButton:link, .DNN_FeedbackContent a.CommandButton:visited{
	display:block;
	font-size:16px;
	background-color:#E5332E;
	border:solid 1px #333;
	color:#333;
	padding:5px 15px;
	float:right;
	text-decoration:none;
}

.DNN_FeedbackContent a.CommandButton:hover{
	background-color:#333;
	border:solid 1px #E5332E;
	color:#E5332E;	
}

.SubHead{
	color:#51514F;
}





