@charset "utf-8";
*{margin:0; padding:0;}

/***** Main Layout Styles *****
-including all page elements that make up the basic site layout
*/
body {background-color:#e7e2ad;}
#shell{position:relative;background:url(images/bg.jpg) top repeat-x;}
#wrapper{;}
#container{margin:0 auto; width:883px;position:relative; background:url(images/contentbg.jpg) 0 0 repeat-y;}
.content{ margin:0 auto; width:883px;min-height:520px; _height:520px;position:relative;background:url(images/content.jpg) 0 0 no-repeat;}
.content_inner{ margin:0 auto; width:883px;min-height:720px; _height:720px;position:relative;background:url(images/containerinner.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{font-family: Verdana, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#000;}
#content_text {width:581px;text-align:left;padding:0px 0px 0px 223px;_height:475px;min-height:475px; }
#content_textinner {width:596px;text-align:left;padding:250px 0px 0px 223px;_height:327px;min-height:327px; }

/* Flash Header*/
#flashheader{width:882px;height:234px;}

/*rightpane top*/														
.image{width:336px;height:155px;position: absolute;margin-left:80px;top: 79px;left:466px;}

#shell .content strong, #shell .content strong *{font-weight:bold !important;}
#shell .content em, #shell .content em *{font-style:italic !important;;}

/*Home container*/
#container{margin:0 auto; width:883px;position:relative; background:url(images/contentbg.jpg) 0 0 repeat-y;}
.content{ margin:0 auto; width:883px;min-height:520px; _height:520px;position:relative;background:url(images/content.jpg) 0 0 no-repeat;}

.content p {margin-top:0px; font:normal 12px  Verdana, Arial, Helvetica, sans-serif ;color:#000000;line-height:18px;}
.content a:link, .content a:visited  { font-weight:normal; color:#000000; text-decoration:underline;}
.content h4{font:bold 13px  Verdana, Arial, Helvetica, sans-serif; color:#003b99; }
#content_text h4 a, #content_text h4 a:visited{font:bold 13px  Verdana, Arial, Helvetica, sans-serif; color:#003b99; text-decoration:none; }

/*Inner Page Container*/
.content_inner{ width:882px;min-height:774px; _height:774px;position:relative;background:url(images/containerinner.jpg) 0 0 no-repeat;}
#innerheader {width:882px;height:235px; }
#inner_image { position:absolute; width:336px;height:155px;/*padding: 79px 0px 0px 546px;*/ padding-top:79px; padding-left:546px;}

/***** 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_inner{font-family: Verdana, Helvetica, sans-serif ; font-size:12px; line-height:180%; color:#000; }

/****  Secondary Page links	 ****/
.content_inner a:link, .content_inner a:visited  { font-weight:normal; color:#000000; text-decoration:underline;}
.content_inner a:hover{color:#000000; text-decoration:underline; }
.content_inner a:active  { font-weight:normal; color:#000000; text-decoration:underline;}

/*basic inner page content elements*/
.content_inner hr {height:1px; color:#000000;}
.content_inner p, .content_inner ol, .content_inner ul, .content_inner form {margin-top:0px; margin-bottom:12px; font:normal 14px "Microsoft Sans Serif" ;color:#000000;line-height:18px;}
.content_inner ol{margin-left:30px;}
.content_inner ul{margin-left:15px; }
.content_inner  0l{list-style:disc; }

/*headings*/ 
/* -styles shared by all headings on the site */
.content_inner h2, .content_inner h3, .content_inner h4, .content_inner h5, .content_inner h6{font-family:"Microsoft Sans Serif"; color:#000; line-height:110%; margin:10px 0 6px 0; font-weight:bold; }
.content_inner h2.homepage{ margin:0 0 22px 0}
.content_inner h2{font-size:17px; color:#000000; clear:right;}
.content_inner h3{font-size:15px; color:#000000; }
.content_inner h4{font-size:14px; margin-top:7px; line-height:120%;color:#000000;}
.content_inner h5{font-size:12px; padding-left:10px; margin-top:9px; line-height:120%; text-indent:-7px; color:#000000;}
.content_inner ul li h5{text-indent:0; padding-left:0;}
.content_inner h6{font-size:10px; padding-left:10px; margin-top:9px; line-height:120%;}

/*****styles  used for content, address*******/
.style_cont {font-family:Arial;font-size:12px;color:#000000;font-weight:normal;}
.address {font-family:Verdana;font-size:13.5px;color:#000000;font-weight:bolder;text-align:center;/*line-height:18px;*/   }

/*****styles  used for content, address*******/
.style_cont {font-family:Arial;font-size:12px;color:#000000;font-weight:normal;}
.address {font-family:Verdana;font-size:13.5px;color:#000000;font-weight:bolder;text-align:center;/*line-height:18px;*/   }

/* footer */
.footer_text{font-family: Verdana, Helvetica, sans-serif; font-size:10px; line-width:30px; color:#757575; font-weight:bold; }
#footer {background:url(images/contentbtm.jpg) 0 0 no-repeat;width:883px;  margin:0 auto; font:10px  Verdana, Helvetica, sans-serif; text-align:center;  padding-top:50px; color:#757575; padding-bottom:5px; }
.address {font-family:Verdana;font-size:13.5px;color:#000000;font-weight:bolder;text-align:center;line-height:18px;  }

#footer a{color:#757575;}	
#footer a:hover{color:#757575;text-decoration:underline; 
}
#admin a{font:bold 10px, Verdana, Arial, Helvetica, sans-serif}
#admin a:hover{color:#757575;text-decoration:underline}

/***** Menu Styles *****
-example css for a standard drop down menu using text
-note: if you insert any padding or attribute in the css on the first level, you MUST override it in the submenu section or it will inherit it
*/
/*-------------------------Menu Implmentation--------------------------*/					
#menuarea {	width:183px;height:280px;position: absolute;margin-left:80px;right:681px;top: 279px;}
.appointments{width:183px;height:44px;position: absolute;margin-left:80px;top: 234px; right:681px;}					
#MainMenu {	position:absolute;margin:0;padding:0;width:183px;}
/* Sapce between top and bottom for submenus  (ul li ul)*/
#MainMenu li .submenu{padding:0px 0px 14px 0px;width:183px;}
/* Reduce the gap b/w the mainmenus */
#MainMenu li div a img {width:183px; margin-top:-5px;} 
/** Sub menu Font declaration and text align (ul li ul li a) */
#MainMenu li .submenu span a {margin:0px 0px 0px 0px;font:normal 11px Verdana,Tahoma, Arial, "Times New Roman";	text-decoration:none; padding:5px 0px 0px 35px;display:block;	text-align:left;color:#ffffff;display:block; width:148px; height:20px;}
#MainMenu li div span a:hover {text-decoration:none;color:#000000;width:183px;}
#MainMenu li {display:inline;width:183px;}
#MainMenu div span {width:183px;}
/*----------------------------------------------------------------------*/
#admin{margin-top:30px;font:bold 10px, Verdana, Arial, Helvetica, sans-serif}
#admin a:hover{color:#757575;text-decoration:underline}

/*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; 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:normal 44px Rage Italic;visibility: visible; padding: 0; margin-bottom:0px;   
}
}

/****    	DNN Overrides	    ****/
#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, label, fieldset, legend{color:#000 !important;}
.Head {	color: #000;}
.SubHead {	color: #000;}
a.CommandButton, a.CommandButton:link, a.CommandButton:visited {	color: #000 !important;	text-decoration: underline;}
a.CommandButton:hover, a.CommandButton:focus {	text-decoration: underline;}
.DataGrid_Header {	color: #000;}
.DataGrid_Item {	color: #000;}
.ModuleTitle_MenuBar {	margin: 0 10px 0 0; }
.ModuleTitle_MenuItem , .ModuleTitle_MenuItem  *{ color:#000 !important;}
.eipbackimg {	display: none;}
.eipbuttonbackimg {;}
.ControlPanel, .PagingTable {	background: #BFE2F5;	}
#optionsarea {	background: #F0EDE8 !important;}
.ModuleTitle_MenuBar {	position: relative;	margin: 0 10px 0 0;}
.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;}
.formlabel, .formLabel{color:#000 !important; margin-right:12px;}
.officeTour { border:2px solid; color:#C56A31; padding:2px; }