@charset "utf-8";
*{margin:0; padding:0; }
/***** Main Layout Styles *****-including all page elements that make up the basic site layout*/
body {background-color:#ffffff;}
#shell{background:url(images/bg.jpg) top repeat-x;} 
#wrapper{margin:0 auto; width:900px;position:relative;background:url(images/contentbg.jpg) 0 0 repeat-y;}
#container{margin:0 auto; width:900px;min-height:256px; _height:256px;position:relative;background:url(images/content.jpg) 0 0 no-repeat; }
.content{width:562px;text-align:left;padding: 24px 0px 0px 280px;min-height:406px; _height:406px;font-size:12px; line-height:180%; color:#380e0f;}

/***** Content Styles *****
-including all page elements that make up the content of the site
-set the font for all elements inside the content div
-note: this may require commenting out the styles for .Normal and .NormalDisabled in the default.css file in /Portals/_default/
*/

/* links */
	.content a:link, .content a:visited{ color:#380e0f; text-decoration:underline; }
	.content a:hover, .content a:active{color:#8994ba; text-decoration:underline; }	
	
/* basic page content elements */
	.content hr {height:1px; color:#000000;}
	.content p, .content ol, .content ul{margin-top:5px; margin-bottom:16px;font:12px Verdana, Arial, Helvetica, sans-serif;line-height:150%; }
	.content ol, .content ul{margin-left:30px; }
	.content ul li{list-style:disc;}
	
/* headings */ 
	/* -styles shared by all headings on the site */
	.content h3{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000; line-height:110%; margin:10px 0 4px 0; font-weight:bold; }
	 
	/* -specific styles for each level */
	.content h3{font-size:14px; color:#380e0f;}	

/* footer */
#footer { width:900px; margin:0 auto ; background:url(images/contentbtm.jpg) 0 0 no-repeat;height:50px;font:10px  Verdana, Helvetica, sans-serif; text-align:center;}
#footertimage{ width:201px; height:34px; padding-right:638px; }
#footer p{ margin-top:-5px;padding-left:150px;padding-bottom:10px;}
#footer a:link, #footer a:visited,#footer a:hover, #footer a:active{ color:#000000; text-decoration:none; }
#footer a:hover, #footer a:active{color:#000000; text-decoration:underline; }
#admin a{font:bold 10px Verdana, Arial, Helvetica, sans-serif;}
#admin a:hover{font:bold 10px Verdana, Arial, Helvetica, sans-serif;text-decoration:underline;}

/*menu Implementation*/
/* first level */
#menu{width:210px;height:335px;position: absolute; top:255px; left:10px;}

#navigation {}
#navigation ul {}
#navigation li {position:relative;list-style:none;float: left;}
#navigation li a img {display: block;}
#navigation li a:hover {text-decoration: none;} 	
#navigation li ul {position: absolute;left: 238px;top: 0px;width:160px;height: auto;background: #826b2b;display: none;margin:0;padding:8px 0px 8px 0px;}
#navigation li ul li {float: left;width:160px;text-align: left;margin:0;padding:0;}
#navigation li ul li a {text-decoration:none;color: #fefeff;font:11px Verdana, Arial, Helvetica, sans-serif;text-transform: none;display: block;margin: 5px 0px 5px 0px;	
	padding:5px 5px 5px 13px;height:auto;width:142px;}
#navigation li ul li a:hover  {background:#ffffff;text-decoration: none;color:#000000;}

/***** SIFR 3.0 b.436 Styles *****
-note: only one part of this code should really be changed - sIFR-active h1
*/
@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;}
}
/* this is the part that is changed from site to site */
@media screen {
	.sIFR-active h1 {
		font-family: Verdana; font-family: Verdana, Helvetica, sans-serif; font-size: 27px; line-height: 27px; 
		visibility: hidden; padding: 0; position:relative; font-weight:normal;margin-bottom:0px; width:580px;padding-top:10px;margin-left:-5px;
	}
}

/***** Specialty Styles *****
-including all styles not covered by the main style areas above
*/
/*flash header*/
#flashcontent{ width:900px; height:240px;}

/*address*/
.address{ width:900px; padding-left:13px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#464545; font-size:12px; top:213px; position:absolute;}

/*righttImage area*/
#rightinner{width:231px;height:419px;left:660px;top:240px; position:absolute;}

/***** DNN Overrides *****
- to make dnn match the design
*/
.formTable{width:auto !important;}
#shell .content strong, #shell .content strong *{font-weight:bold !important;}
#shell .content em, #shell .content em *{font-style:italic !important;;}
select, textarea, input, option, optgroup, button,  fieldset, legend, .Head, .SubHead, .DataGrid_Item, .DataGrid_Header, .ModuleTitle_MenuItem , .ModuleTitle_MenuItem  *  {color:#000 !important;}
a.CommandButton, a.CommandButton:link, a.CommandButton:visited { color: #000 !important;	text-decoration: underline;}
.formlabel, .formLabel{color:#000 !important; margin-right:12px;}
a.CommandButton:hover, a.CommandButton:focus { text-decoration: underline;}
.ModuleTitle_MenuBar {margin: 0 10px 0 0;}
.eipbackimg {display: none;}
.ControlPanel, .PagingTable {background: #dfdb99; border:1px solid #000000;}
#optionsarea {background: #F0EDE8 !important;}
.ModuleTitle_MenuBar {position: relative;	margin: 0 10px 0 0;}
.ModuleTitle_SubMenu {left:0!important;	top:15px!important;	width:150px;}

/*MasterForm Control CSS*/
.textBox, .formTable, .Normal{font:12px Verdana, Arial, Helvetica, sans-serif;line-height:150%;}
.textBox{color:#380e0f;}
.formTable{color:#000000;}
.Normal{color:#000000;}
.errMsg,.errmsg{color:red;}