/* GENERAL STYLES */
#main{
	width: 795px;
	margin: 0 auto;
	background-color: #FFFFFF;
	min-height: 500px;
	background-image: url('../../images/mainBg.gif');
}

#header{
	background-color: #8c94b3;
}
#header img,
#leftSide img{
	display: block;
}

#leftSide{
	width: 144px;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
#leftNav{
	width: 144px;
	min-height: 504px;
	background-image: url('../../images/leftNavBg.gif');
	background-repeat: no-repeat;
	
}




/*Begin Left Nav Mess*/

#leftNav li {
	position: relative;
}

#leftNav li a{
	height: 110%;
}

#leftNav li a, #leftNav h1{	/*overall style of all text, (overwritten in some places by exceptions)*/
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	/*background-color: #8c94b3;*/

	display: block;
	margin: 0;
	padding: 3px 3px 3px 3px;	
}

#leftNav ul li a{			/* All Menus (gets overwritten on subs)*/
	
	font-size: 12px;
	/*border-width: 1px;
	border-style: none;
	border-color: #ffffff #58595B #58595B #ffffff;*/
}

#leftNav ul li a:hover{ /* all menus, overwritten on subs*/
	/*background-color: #8c94b3;*/
	color: #FFFFFF;
	background-image: none;
}

#leftNav ul li ul li a{	/* child menus */
	font-size: 12px;
	border: none;
	padding-left: 7px;
}

#leftNav li li a{
	background-color: #8c94b3;
}


#leftNav ul ul li.over a,		
#leftNav ul ul li:hover a,	
#leftNav ul li ul li a:hover{	/* child menus */
	/*background-image: url('/images/nav-hoverbg.gif');*/
	background-repeat: no-repeat;
	background-position: 2px center;
	/*background-color: #8c94b3;*/
}

/*these two declarations hafta be kept seperate, cuz ie can't interpret the child ">" and it breaks down */
#leftNav .hovertrail{	/* made a js hook that sets class 'hovertrail' */
	/*background-color: #8c94b3;*/
	color: #FFFFFF;
}
#leftNav li:hover > a{		/* this child selector doesn't work in IE cuz it's stupid. */
	/*background-color: #8c94b3;*/
	color: #FFFFFF;
}

#leftNav li li .hovertrail{		/* made a js hook that sets class 'hovertrail' */
	/*background-image: url('/images/nav-hoverbg.gif');*/
	background-repeat: no-repeat;
	background-position: 2px center;
	color: #FFFFFF;
}

#leftNav li ul li:hover > a{	/*this child selector doesn't work in IE cuz it's stupid. */
	/*background-image: url('/images/nav-hoverbg.gif'); */
	background-repeat: no-repeat;
	background-position: 2px center;
	color: #FFFFFF;
}

#leftNav ul ul{				/* 2 deep, and 3 deep   -    Secondary nav size*/
	/*border-width: 1px;
	border-style: solid;
	border-color: #ffffff #58595B #58595B #ffffff; */

	position: absolute;
	top: 0;
	left: 104px;
	width: 150px;
}




#leftNav ul ul ul{			/* 3 deep only */
	left: 104px;
	width: 150px;
}


div#leftNav ul ul,				/* turns off 2nd level and greater UL's */
div#leftNav ul li:hover ul ul,	/* turns off 3rd level when 2nd is lit */
div#leftNav ul li.over ul ul{	/* ditto for ie hack */
	display: none;
}

div#leftNav ul li:hover ul,		/* turns on 2nd level when 1st level is lit */
div#leftNav ul li.over ul,		/* ditto for ie hack */
div#leftNav ul ul li:hover ul,	/* turns on 3rd level when 2nd level is lit */
div#leftNav ul ul li.over ul {	/* ditto for ie hack */
	display: block;
}

/* Hides from IE5-mac \*/
* html div#leftNav {height: 1%;}
* html div#leftNav ul li {float: left; width: 100%;}
* html div#leftNav a {height: 12px;}

/* End hide from IE5-mac */


/* Patch for IE 7 weirdness.  Should be ignored by all others.*/
ul#navigation ul li { 
	display: inline-block;
} 
#navigation ul {
	background-color: #8c94b3;
}

.EventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #8c94b3;
}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	/*border-color: #aaa #ccc #ddd #bbb;
	border-style: solid; */
	border-width: 0px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 160px;
	height: 120px;
}

.hoverbox li
{
	background: #eee;
	/*border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;*/
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 225px;
}
/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}

/* End Left Nav Mess */






#leftNav ul{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}
#leftNav li{
	margin-left:20px;
	line-height: 2.1;
	font-size: 1.2em;
}
#leftNav a{
	text-decoration: none;
	color: #FFFFFF;
	
}

#content{
/*yeah. it's a pixel short, but it makes ie happy. : /*/
	width: 651px;
	margin-left: 144px;
}

#subBanner{
	display:block;
}

.centerColumn{
	float: left;
}
#welcome, #generalContent{
	width: 441px;
	width: 391px;
	padding: 25px;

	font-size: 1.2em;
	font-weight: bold;
}
.bigHeader,
#welcome h1.bigFonty, 
#generalContent h1.bigFonty{
	font-size: 4em;
	margin: 0;
	padding: 0;
	margin-left: -15px;
}
#welcome p, #generalContent p{
	margin-top: 1em;
}

#calendar {
	width: 441px;
	height: 25px;
	background-color: #dfdfdf;
}

#portal{
	width: 441px;
	height: 75px;
	background-color: #dfdfdf;
}
#homeRightBar{
	width: 209px;
	min-height: 550px;
	margin-left: 441px;
	background-color: #dfdfdf;
	border-left: 1px solid #0f147f;
}
#homeRightBar h1,
#portal h1{
	background-image: url('../../images/blueGradient.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 1.3em;
	padding: 0 1em;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1em;
	display: block;
	height: 27px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#calendar h1{
	background-image: url('../../images/blueGradient.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 1.3em;
	padding: 0 1em;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1em;
	display: block;
	height: 27px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#calendar p{
	color: #000000;
	font-size: 1em;
	padding: 0 1em;
	line-height: 1;
	margin-top: 0;
	margin-bottom: .5sem;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#portal p{
	color: #000000;
	font-size: 1em;
	padding: 0 1em;
	line-height: 1;
	margin-top: 0;
	margin-bottom: .5sem;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#homeRightBar div{
	margin: 1em;
	
}

#footer{
	clear: both;
}

/* EDITOR PROPERTIES */
