@charset "utf-8";
*{margin:0; padding:0; } /* -reset margin and padding on all elements */
body { margin:0; background-color:#990021; }
/*MainLayoutElements*/
#shell {background-image:url(images/bg.jpg); background-repeat:repeat-x;}
#wrapper { margin:0 auto; position:relative; width:994px; background-image:url(images/container.jpg); background-repeat:no-repeat; }
/*headerFlash*/
#headerflash { width:994px; height:300px; position:relative;}
/*Navigation*/
#menuarea { width:976px; height:48px; position:absolute; left:16px; top:0px; text-align:center; z-index:99;}
/*Content*/
.content { width:547px; padding:5px 0px 5px 387px; color:#FFFFFF; min-height:665px; _height:665px; }
/*Location*/
.add1 { position:absolute; width:200px; height:57px; left:53px; top:387px; }
.add2 { position:absolute; width:225px; height:53px; left:53px; top:462px; }
/*footer*/
.logos { position:absolute; width:260px; height:45px; left:51px; bottom:0px; }

/* links */
.content a, .content a:active, .content a:link, .content a:visited, .content p, .content ol, .content ul, .content form, .content h2, .content h3, .content h4, .content h5{font-family:Verdana, Arial, Times New Roman; color:#ffffff; line-height:21px; font-size:12px; text-align:justify;}
	.content a, .content a:active, .content a:link, .content a:visited{ text-decoration:underline; }
	.content a:hover{ color:#ffb511;}
	
/*basic page content elements*/
	.content p, .content ol, .content ul, .content form{ padding-bottom:15px; text-align:justify;}
	.content h2, .content h3, .content h4, .content h5 { padding-bottom:5px;}
	.content ol, .content ul { margin-left:30px; }
	.content ul { list-style:url(images/listimage.jpg);}
/*headings*/ 
/* -styles shared by all headings on the site */ 
.content h2, .content h3, .content h4, .content h5{font-weight:bold;}
.content h2{ font-size:16px; }
.content h3{ font-size:14px; }
.content h4{ font-size:13px; }
.content h5{ font-size:11px; }  

/*-------------------------Menu Implmentation--------------------------*/
#navigation {margin:0; padding:0;text-align:left;}
#navigation li {	position:relative; margin:0; padding:0;float:left; display:inline;}
#navigation li a {margin:0;padding:0;cursor:pointer;}
#navigation li a:hover {cursor:pointer; text-decoration:none;}

#navigation li ul {position:absolute;top:50px;left:-3px;display:block;background:#88001d;width:164px;height:auto;padding-bottom:14px; padding-top:10px;}
#navigation li ul li { font-family:Verdana, Arial,Times New Roman; font-size:12px; font-weight:normal; float:left; display:block;width:164px;}
#navigation li ul li a { color:#ffffff; display:block; margin:0; text-align:center;  padding-top:2px; padding-bottom:2px;}
#navigation li ul li a:hover{text-decoration:none; color:#ffffff; background-color:#1f2291; }

/* footer */
#footer { width:600px; padding:5px 0px 10px 390px;}
#footer a, #admin a, #footer{ font-size:10px; font-family: Verdana, Helvetica, sans-serif; color:#fc3448; font-weight:normal;}
#footer a{ text-decoration:none; }
#admin a { font-weight:bold; }
#footer a:hover, #admin a:hover{text-decoration:underline; }	
#address{ text-align:center; width:584px; position:relative; left:100px;}
							

/****    	DNN Overrides	    ****/
.formTable{width:auto !important; line-height:24px;}					
#shell .content strong, #shell .content strong *{font-weight:bold !important;}
#shell .content em, #shell .content em *{font-style:italic !important;}
optgroup, fieldset, .DataGrid_Header, a.CommandButton, a.CommandButton:link, a.CommandButton:visited, button, legend, .Normal, .Head, .SubHead, label,.formLabel,.formTable{	color: #ffffff !important;}
.textBox,input,select, .ModuleTitle_MenuItem , .ModuleTitle_MenuItem  *{	color: #000000 !important;}
a.CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:hover, a.CommandButton:focus {text-decoration: underline;}
.DataGrid_Item, .errMsg, .errmsg {color:#FF0000;}
.eipbackimg {	display: none;}
.eipbuttonbackimg {;}
.ControlPanel, .PagingTable {background: #990021;}
#optionsarea {	background: #000000 !important;}
.ModuleTitle_MenuBar {	position: relative;	margin-right:10px; color:#FF0000; }
.ModuleTitle_SubMenu {	left:0!important;	top:15px!important;	width:150px; }
.EventDay a{width:60px !important; display:block; position:static; white-space:normal;}
.EventDay a br{display:none;}
  /*MasterForm Control CSS*/		
.formLabel,.formTable,.Normal, .errMsg,.errmsg{font-weight:normal; font-family:Verdana, Helvetica, sans-serif; font-size:12px;}

/*SIFR*/
@media screen {
  .sIFR-flash {  visibility: visible !important; margin: 0; padding: 0;   }
  .sIFR-replaced, .sIFR-ignore {   visibility: visible !important;  }
  .sIFR-alternate {  position: absolute; left: 0; top: 0;  width: 0; height: 0; display: block; overflow: hidden;  }
  .sIFR-replaced div.sIFR-fixfocus {   margin: 0pt;  padding: 0pt;  overflow: auto;  letter-spacing: 0px;   float: none; }
}
@media print {
  .sIFR-flash {    display    : none !important;    height     : 0;    width      : 0;    position   : absolute;
    overflow   : hidden;  }
  .sIFR-alternate {    visibility : visible !important;    display    : block   !important;
    position   : static  !important;    left       : auto    !important;    top        : auto    !important;
    width      : auto    !important;    height     : auto    !important;   }
}
@media screen {
  .sIFR-active h1 {
    color:#ffb511;font-size:30px; font-family:HansHand, Helvetica, sans-serif; visibility: visible; margin-bottom:19px; font-style:italic;}
}

