/* ############ GLOBAL STYLES ############ */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}
#containerAll {
	min-height: 100%;
}
* html #containerAll {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/* commented backslash hack \*/    /*Don't know why you'd do this*/
html, body {
	heigh\t: 100%;
} 
/* end hack */ 

html,body {
	margin: 0;
	padding: 0;
}

a {
	color: #2255AA;
}
a:hover {
	color: #3388EE;
}

#container {
	width: 780px;
}

abbr, acronym, span.abbr {
/*
	border-bottom: 1px dotted #666;
	cursor: help;
*/
}
/* ############ END GLOBAL STYLES ############ */


/* ############ HEADER/BANNER STYLES ############ */

/* Note:  To change the header size, the image 'stripe.bmp' must also be altered. */
#header {
	background-color: #115599;
	overflow: hidden;
	/*padding: 1px;*/
	width: 100%;
}
#header h1 {
	width: 100%;
	margin: 0 0 0 215px;
	font-family:"Times New Roman", Times, serif;
	font-size: 48px;
	color: #FFFFFF; 
}
#topnav {
	background-color: #115599;
	height: 25px;
	font-size: .6em;
	overflow: hidden;
}
#topnav ul {
	margin: 0 0 0 185px;
	width: 600px;
	padding: 0 0 0 0;
	height: 27px;
	list-style-type: none;
}

#topnav li {
	float: left;
}

#topnav a:link, #topnav a:visited, #topnav a:active {
	border: 1px solid #115599;
	display: block;
	height: 22px;
	width: 109px;
	background-color: #FFFFEE;
	text-decoration: none;
	text-align: center;
	line-height: 2.2em;
	font-weight: bold;
	color: #000;
}
* html #topnav a:link, * html #topnav a:visited, * html #topnav a:active {
	/* Applies only to IE */
	margin-bottom: -2px;
}
#topnav a:hover {
	background-color: #E6F2FF;
	color: #333;
}

/* ############ END HEADER/BANNER STYLES ############ */







/* ############ CONTENT AREA STYLES (main/central page area) ############ */

#content {
	margin: 0 0 0px 130px;	/*margin-bottom is for area that footer overlaps content*/ 
	/*	min-height: 100%;	*/
	padding: 0 10px 58px 10px;
	border: 0px solid #115599;
	border-left: 3px solid #115599;
	border-right: 3px solid #115599;

	/*
	border-right: 3px solid #115599;
	border-left: 3px solid #115599;
	*/
	/*overflow: scroll;*/
}

#content img.photo{
	display: block;
	border: 1px solid #CCCCCC;
	background-color: #FFFFEE;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #115599;
	font-weight:bold;
	text-align:center;
	margin: 0;
	padding: 10px 0 10px 0;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #CCC;
	background-color: #115599;
	color: #FFFFFF;
	font-weight:bold;
	font-size: .9em;
	padding: 2px 0 2px 0;
	width: 100%;
}
#content h3 {
	border-bottom: 1px solid #115599;
	padding: 0px 0 0 0px; 
	margin: 0px 0 0 0px; 
	font-size: 1em;
	font-weight: normal;
	width: 90%;
}
#content h3 a {
	text-decoration: none;
}
#content h4 {
	padding: 2px 0;
	margin: 10px 10px 0 20px;
	font-size: .8em;
}
#content p {
	font-size: .8em;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 1.5em;
	color: #444;
}
#content ul, #content ol {
	font-size: .8em;
	line-height: 1.5em;
	color: #444;
}
#content ul ul, #content ol ol {
	font-size: 1em;
	margin-left: 1em;
	padding-left: 1em;
}
#content .leftcolumn {
	float: left;
	width: 280px;
	border-top: 1px solid #FFF; /* to line up with #rightcolumn */
	border: 1px solid #115599;
}

#content .rightcolumn {
	margin-left: 280px;
	border-top: 1px solid #FFF; /* to fix disappearing padding from float problem */
	border: 1px solid #115599;
}
#content .clearcolumn {
	position: relative;
	clear: both;
}
#content .basecolumn {
	clear: both;
}
#lastmod {
	text-align: right;
	font-size: 80%;
	color: #aaa;
	font-style: italic;
}
/* ############ END CONTENT AREA STYLES ############ */



/* ############ SIDEBAR/leftnav & Dropdown STYLES ############ */

#leftnav {
	position: absolute;
	margin: 0 0 0 0;
	width: 130px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	/*
	border-right: 3px solid #115599;
	border-bottom: 3px solid #115599;
	*/
	/* IE 6&7 Hack */
	%margin-left: -130px;
}
/*
#leftnavVBorder {
	height:200px; 
	width:3px; 
	background-color:#115599; 
	position:absolute; 
	margin-left: 130px; 
}
#leftnavHBorder {
	
}

* html #dropdown {
	 Applies only to IE6 
	margin-left: -130px;
	
}
*/

/* both levels of dropdown links*/
#dropdown a { 
	display: block; 
	width : 115px;
	text-decoration: none;
	font-weight: bold;
}
#dropdown li.haschild {
	/*background: #FFFFFF url(../images/dropdownarrow.gif) no-repeat bottom right;*/
}


/* first level dropdown links */
#dropdown, #dropdown ul { 
	padding: 0; 
	margin: 0; 
	list-style: none; 
	float : left;
	width : 115px;
	font-size: .8em;
}
/*
* html #dropdown {
	/* Applies only to IE 
}
*/
#dropdown li, li.haschild {
	position: relative;
	float: left; 
	width: 115px; 
	padding: 3px 10px 3px 5px ;
	margin: 0 0 0 0;
	line-height: 1.2em;
	border-top: 1px solid #FFF;	/* invisible/placeholder borders */
	border-bottom: 1px solid #FFF;
}
#dropdown li:hover, #dropdown li.dohover {
	background-color: #FFFFEE;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
}
/* second level dropdown links */
#dropdown li ul {
	position: absolute;
	margin-left: 125px;
  width: 140px;
  white-space : nowrap;
	left: -999em;	/* get it lost :) */
	margin-top: -19px;
	border: 1px solid #000;
	background-color: #FFFFEE;
	z-index: 99;
}
#dropdown li ul li {
	line-height: 1.1em;
	font-size: 1.1em;
	border: 0;
}
#dropdown li ul li:hover, #dropdown li ul li.dohover {
	border-top: 1px solid #FFFFEE;
	border-bottom: 1px solid #FFFFEE;
	border-right: 1px solid #FFFFEE;
}
#dropdown li:hover ul, #dropdown li.dohover ul {
	left: auto;
}

/* ############ END SIDEBAR/leftnav & DROPDOWN STYLES ############ */



/* ############ FOOTER STYLES ############ */
#footer {
	background-color: #115599; /* url(../images/footer.gif) repeat-x top;*/
	height: 58px;
	margin-top: -58px; /* We have to use a negative margin-top to move the footer up the same amount as the footer height to avoid vertical scrolling.*/
	width:100%;
}
/* If the paragraph extends beyond the predetermined length of the footer, this image steps in: */
#footertext p {
	padding: 18px 0 0 0;
	margin: 0 0 0 0;
}
* html #footertext p {
	/* Applies only to IE */ 
	margin-left: -2px;
}
#footertext {
	width:630px;
	margin-left: 140px; 
	color: #EEE;
	font-size: .7em;
	text-align: center;
}
#footertext a:link, #footer a:visited, #footer a:active {
	color: #EEE;
}
#footertext a:hover {
	color: #FB6;
	text-decoration: none;
}

/* ############ END FOOTER STYLES ############ */




/* ############ Misc Content STYLES ############ */
.scheduleTimeCell {
  white-space: nowrap;
  font-weight: bold;
  padding-right: 10px;
  vertical-align:top;
}
.scheduleTimeCell td { width: 80px; }

/* ############ Misc Content STYLES ############ */
