@charset "utf-8";
*{margin:0; padding:0; }
/***** Main Layout Styles *****
-including all page elements that make up the basic site layout
*/
body {background-color:#3681ab;}
#shell{position:relative;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{width:900px;min-height:595px; _height:595px;background:url(images/content.jpg) 0 0 no-repeat; }

/***** 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/
*/
.content{width:552px;text-align:left;padding:0px 0px 0px 272px;min-height:700px;_height:700px;}

/* links */
.content a:link, .content a:visited{ color:#444444; text-decoration:underline; }
.content a:hover{color:#3780ab; text-decoration:underline; }	

/* basic page content elements */
.content hr {height:1px; color:#000000; background:#000000; }
.content p, .content ol, .content ul{margin-top:5px; margin-bottom:16px;font-family:Verdana, Helvetica, sans-serif ; font-size:12px; line-height:180%; color:#444444; }
.content ol, .content ul{margin-left:30px; }
.content ul li{list-style:disc;}
	
/* headings */ 
/* -styles shared by all headings on the site */
 .content h2, .content h3, .content h4, .content h5, .content h6{font-family:Verdana, Arial, Helvetica, sans-serif; color:#444444; line-height:110%; margin:10px 0 4px 0; font-weight:bold; }
 
/* -specific styles for each level */
.content h2{font-size:16px;}
.content h3{font-size:14px;}
.content h4{font-size:12px;}
.content h5{font-size:10px;}
.content h6{font-size:8px;}

/* footer */
#footer { width:650px; margin:0 auto; background:url(images/contentbtm.jpg) 0 0 no-repeat;height:76px;font:11px  Verdana, Helvetica, sans-serif; text-align:center; padding-left:250px;color:#3780ab;}
#footer a:link, #footer a:visited{text-decoration:none;font-family:Verdana, Arial, Helvetica, sans-serif;color:#3780ab;font-size:11px;font-weight:normal;}
#footer a:hover{text-decoration:underline; }

/*menu implementation*/
/* first level */
#menu{width:186px;height:319px;position: absolute;top:251px; left:61px;}


/* Menu Implementation  */
#navigation { margin:0;padding:0;width:186px;}
/* Reduce the gap b/w the mainmenus */
#navigation li div .menua {float:left;}
#navigation li div .menua img { border:0; margin:0;float:left; } 
/** Sub menu Font declaration and text align (ul li ul li a) */
#navigation li  span a {text-align:left;font:13px Verdana, Arial, Helvetica, sans-serif;color:#ffffff;padding:1px 5px 6px 20px;margin:0;background-color:#1c4169;width:161px;display:block;}
#navigation li div span a:hover {text-decoration:none;color:#fed65e; }
#navigation li {list-style-type:none; margin:0; padding:0;}

/***** Specialty Styles *****/
/*Main_anim_01*/
#flashheader {width:900px;height:250px;}

/*address*/
.address{width:184px;height:113px;margin-top:100px;}
.image{ width:552px; height:33px; padding-right:50px; }

/***** 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;}
a.CommandButton:hover, a.CommandButton:focus { text-decoration: underline;}
.eipbackimg {display: none;}
.ControlPanel, .PagingTable {background: #737373; 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, .formLabel{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;line-height:180%;color:#444444;}
.errMsg, .errmsg{color:red;}

/*special Styles*/


/***** 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-top:-10px; position:relative; font-weight:normal;margin-bottom:0px; width:580px;color:#3780ab;
	}
}
