
/*-------------------------
	Font Face 
-------------------------*/	

@font-face{
font-family:Custom;
src:url(BLUEHIGH.eot);
}
@font-face {
font-family:Custom;
src:url(//:) format("No-IE-404"),url(BLUEHIGH.TTF) format("truetype");
}
.customFont {font-family:Custom; font-size:12pt;}
	
/*-------------------------
	Page Styles
-------------------------*/
body {
	background-color:#ffffff;
	}
body.main {
	background-color: #ffffff;
	margin-left:0px;
	margin-top:0px;
	text-align:center;
	background-image:url(../Images/main_bg.png);
	background-repeat:repeat-x;
    }
p, div, li, td, blockquote {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    color: black;
  	}
h1, h2, h3, h4, h5, h6 {
	font-family: Custom;
	color:#C30;
    }
h1 {
	margin:1px;
	padding:2px;
	padding-left:60px;
	margin-bottom:20px;
	background-image:url(../Images/h1_decor.png);
	background-repeat:no-repeat;
	background-position:5px center;
	color:#C00;
	background-color:#FFC;
	font-size:2em;
}
h2 {
}
	
a {
	color: #600;
  	}
a:visited, a:active {
	color: #69C;
  	}
a:hover {
    color: #F30;
  	}
a.tiny {
	color:#cccccc;
	font-size:9px;
	}
div#nav {
	background-image:url(../Images/nav_bg.png);
	background-repeat:no-repeat;
	margin:0px auto;
	margin-top:35px;
	padding-top:5px;
	width:900px;
	height:33px;
	_height:38px;
	text-align:left;
}
div#nav a, div#nav a:visited {
	color:#FFF;
	text-decoration:none;
	padding:4px;
	background-image:url(../Images/nav_arrow.png);
	background-repeat:no-repeat;
	background-position:left 55%;
	padding-left:15px;
	font-family:Custom;
	font-size:14pt;
}
div#nav a:hover {
	text-decoration:underline;
	background-position:5px 55%;
}
div#white_background {
	width:900px;
	background-image:url(../Images/white_page_bg.png);
	background-repeat:repeat-y;
	margin:0px auto;
}
div#large_pic_front {
	width:882px;
	height:326px;
	background-image:url(../Images/Animation1.gif);
	background-repeat:no-repeat;
	margin:0px auto;
}
div#pic_other_pgs {
	width:880px;
	height:140px;
	background-image:url(../Images/top_pic_other_pgs.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	border-top:1px solid white;
	margin:0px auto;
	position:relative;
	left: -1;
}
div#pic_other_pgs p{
	margin:0px;
	padding:0px;
}

td.locationsServing, td.locationsServing a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9pt;
	color:#FFF;
	line-height:11pt;
}
div.box_pad {
	padding:5px 15px;
}
div#bottomnav {
	background-image:url(../Images/black_bottom_nav.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:900px;
	margin:0px auto;
}
div#bottomnav a {
	color:#FFF;
	text-decoration:none;
	font-family:Custom;
	font-size:12pt;
	padding:4px;
}

td.scrollingMessage {
	background-color:#fff;
	height:10px;
}
td.scrollingMessage p {
	margin:0px; 
	padding:2px;
	font-weight:bold;
	font-size:12pt;
	color: #C30;
	background-color:#eee;
	}
td.facility_scroller p {
	font-size:13pt;
	color:#FFF;
	background-color:#699;
	margin:0px;
	padding:0px;
}
td.seocontent p {
        margin:0px;
        padding:0px;
}
/*-------------------------
	Misc Styles
-------------------------*/
table.border {
	border: 1px solid #000000;
    align: center;
	height:10px;
    }
tr.StandardCheck {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 9pt;
    }
tr.StandardRadio {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 9pt;
    }

/*-------------------------
	Event Styles
-------------------------*/
p.event {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13pt;
    color: #4a708d;
    text-align: left;
    }
td.event {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    background-color: #4a708d;
	color: #ffffff;
    }
a.event {
	color: #ffffff;
    }
a.event:visited, a.event:active {
	color: #ffffff;
    }
a.event:hover {
	color: #ffffff;
    }

/*-------------------------
	CMS Styles
-------------------------*/
table.login {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 1px solid #000000;
    background-color: #BBBBBB;
    }
td.loginError {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    }
p.login {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #ffffff;
    text-align: center;
    }
table.controlPanel {
	background-color: #BBBBBB;
    /*background-image: URL("../Images/nharmony_designedSmall.gif");*/
    }
td.logoutButton {
	background-color: #BBBBBB;
    }
a.controlPanel,
a.controlPanel:visited,
a.controlPanel:active,
a.controlPanel:hover {
	width:200px;
    text-align: center;
    font-family: Tahoma;
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    }
a.cmsHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	word-spacing: normal;
	letter-spacing: 0.1em;
	vertical-align: middle;
	}
a.cmsHeader:link {
	color: #42795A;
  	}
a.cmsHeader:visited, a.cmsHeader:active {
	color: #42795A;
  	}
a.cmsHeader:hover {
    color: #bbbbbb;
  	}
b.star {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 15px;
    color: #1e1e5a;
    }
div.note {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 9pt;
	}
b.error {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 15px;
    color: red;
  	}
b.formError {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 13px;
    color: red;
    }

/*-------------------------
	CMS Form Styles
-------------------------*/
table.CMSborder {
	border: 1px solid #000000;
    align: center;
    width: 80%;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12pt;
    }
td.CMSHeader {
    background-color: #81a6a6;
    color: #000000;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12pt;
    }
tr.CMS0 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    background-color: #eeeeee;
    color: #000000;
    }
tr.CMS1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    background-color: #dddddd;
    color: #000000;
    }
td.CMSFooter {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    background-color: #ffffff;
    }

/*-------------------------
	Standard Form Styles
-------------------------*/
table.Standardborder {
    border: 1px solid #000000;
    align: center;
    width: 80%;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12pt;
    }
td.StandardHeader {
	background-color: #ffffff;
    color: #4a708d;
    font-weight: bold;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 10pt;
    }
tr.Standard0 {
	background-color: #ffffff;
    color: #000000;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 9pt;
    }
tr.Standard1 {
	background-color: #ffffff;
    color: #000000;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 9pt;
    }
td.StandardFooter {
	background-color: #ffffff;
    }

/*-----Anylink Menu-----------*/

	.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid white;
border-bottom-width: 0;
line-height: 14px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #D2262E;
width: 150px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a, .anylinkmenu ul li a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFF;
font: normal 12pt Custom;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}

/*---lightbox--*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../Images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Images/overlay.png", sizingMethod="scale");
	}

/*---- Rotator Styles----*/
div#CR_Rotator p {margin:0px; padding:0px;}
div#CR_Rotator_manager p{ margin:0px; padding:0px;}
div#CR_Rotator p img {border:none;}
