﻿@import url(/z_common/resources/style.css);
@import url(/z_common/resources/style_calendar_mid.css);

body{
	background: #666666 url("/images/nav/bg_body.jpg") repeat-x;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

/* reduce container size and suppress borders when printing; must actually print or use print preview to see this in action;
   placed here (before screen version) in case browser doesn't handle MEDIA declarations;
*/
@media print {
	#container{
		width:600px;
		margin:0 auto;
		padding:10px;
		background:#ffffff;
	}
}
@media screen {
	#container{
		width:900px;
		height:100%; 
		margin:0 auto;
	padding: 0 0 20px 0;
/*		padding:10px;
		background:#ffff00;
		border:1px solid #666666;
		overflow:hidden
*/
	}
}

#header{
	background:#ffffff;
	height:40px; 
}
#logon{
	float:right;
	width:auto;
	margin:10px 10px 0 0
}
#logon .logoninput{
	width:100px;
	margin-right:3px;
	padding:2px 2px 2px 2px;
	border:2px solid #cccccc;
	font-size:11px;
	color:#0000ff;
	background-color:#e8e8e8;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle
}
#logon .logonbutton{
	width:30px;
	font-size:10px;
	padding:1px 0 1px;
	border:2px solid #cccccc;
	color:#0000ff;
	background-color:#e8e8e8;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle
}
#logon .logonbutton:hover{		/* doesn't work in IE */
	background-color:#e0e0e0;
}
#content-wrap{
	width:900px;
/*	height:100%; */
/*	overflow:hidden*/
}

#banner_top{
	width:900px;
	height:150px;
	background:#ffffff url("/images/nav/banner_top.jpg") no-repeat;
	margin-bottom:15px
}

.sidecols{
	width:185px;
}
.sidecols h1{
	margin:5px 0;
	padding:0;
	font:22px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#C22E2C;
}
.colshim{
	padding-left:20px
}
.centercol{
	width:490px;
}

p{
	margin:3px 0 12px;
	padding:0;
}

a{
	text-decoration:none;
	outline:none;
	}
a:hover{
	text-decoration:underline
	}
a:active{
	color:#ff0000;
}

h1, h2, h3, h4, h5, h6{
	margin:5px 0;
	padding:0;
}
h1{
	font:18px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#990000
}
h2{
	font:14px Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	color:#990000
}
h3{
	font-size:12px;
	color:#333333
}
h4{
	font-size:14px;
	color:#666666
}
h5{
	font-size:14px;
	color:#666666
}
h6{
	font-size:12px;
	color:#666666
}
blockquote{
	margin:3px 0 12px;
	padding:0 0 0 25px;
	font:15px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#333333;
	line-height:18px;
	text-align:left;
	font-style:italic;
/*	background:url("/images/quote.png") no-repeat */
}
hr{
	margin-bottom:10px;
	border:none;
	border-bottom:1px solid #cccccc;
	background:none;
	height:1px
}
input,textarea,select{
	border:1px solid #ccc;
	background-color:#f8f8f8;
	color:#333333;
	padding:2px
}
.alignleft{
	float:left
}
.alignright{
	float:right
}

/* Page Structure  ----------------------------------------------------------------*/
#center{
	float:right;
	width:695px;
	background:#fff;
	margin:10px auto
}
#footer{
	width:900px;
	height:100%;
	margin:10px auto;
	clear:both;
	position:relative;
	overflow:hidden
}

/* Header ----------------------------------------------------------------*/
#header h1{
	float:left;
	width:379px;
	height:90px;
	margin:15px 0 0 15px;
	text-indent:-9009px
}
#header h1 a{
	display:block;
	width:100%;
	height:100%;
	padding:0;
	background:url("/images/nav/logo.jpg") no-repeat
}

p a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color:#0000ff
}

#scrollingContainer_1{
position: relative;
margin:auto;
width: 180px;
height: 120px;
background-color: #ffffff;
overflow: hidden;
padding-top: 10px;
padding-bottom: 10px;
font-size:.9em;
text-align:left; 
}

.newsHeadline {
	margin:5px 0;
	padding:0;
	font:16px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#C22E2C;
	font-weight:bold
}
.newsPublished {
	font:10px Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#999999;
}


/* ######### Begin ddLevelsMenu CSS Overrides ######### */

	/* ######### Sub-Level Menu Bar CSS (used for both vertical & horizontal implementations) ######### */

	.ddsubmenustyle, .ddsubmenustyle div { /*topmost and sub DIVs, respectively */
	background-color: #000;	 			/*flyout container background*/
	}

	.ddsubmenustyle li a{				/*Note: height of the li floats as needed to show the text*/
	font: bold 10 Arial, Helvetica, sans-serif;
	width: 220px; 						/*width of sub(s) (not including side paddings)*/
	background-color: #000;
	color:#fff;
	padding: 2px 5px;
	border-bottom: 1px solid #999;		/*flyout item bottom border*/
	}

	/*.ddsubmenustyle li a:hover{		//sub(s) hovers	- ORIGINAL*/
	.ddsubmenustyle li:hover > a {		/*sub(s) hovers - this version cascades thru the current tree to give a breadcrumb color scheme*/
	background-color: #fff;
	color: #000;
	}

	/* ######### Root-Level Menu Bar CSS (horizontal version) ######### */

	.rootmenu ul{						/*root tab "container" UL markup. Note, cannot control height; will float as needed to show the text; tab padding applied below*/
	border-bottom: 1px solid #000;
	background-color: #000;
	}

	.rootmenu li a{						/*root tab link markup*/
	font: bold 12px Arial, Helvetica, sans-serif;
	/*width:99px;						Omit width declaration for floating width root tabs*/
	padding: 8px 14px; 					/*padding inside each root tab*/
	border-right: 1px solid #ccc;		/*right divider between root tabs*/
	background-color: #000;
	color:#fff;
	}

	.rootmenu li a:visited{				/*markup for visited root tabs*/
	background-color: #000;
	color: #fff;
	}

	.rootmenu li a:hover{				/*hover behavior for root tabs*/
	background-color: #fff;
	color: #000;
	}

	.rootmenu a.selected{				/*root item behavior when hovering in this item's dropdown/flyout; "selected" class assigned to its LI via DD Levels code when hovering*/
	background-color: #fff;	 			/*background of tab with "selected" class assigned to its LI*/
	color: #000;
	}

/* ######### End ddLevelsMenu CSS Overrides ######### */

/* z_common OVERRIDES */
#z_calendar_full_container{	width: 450px;}

/* ######### Begin Google Search overrides ######### */
#gsearchForm{
	/* The search form. */
	padding:20px 10px 10px;
}
/* ######### End Google Search overrides ######### */
