﻿
.todo 
{
	border: 1px dashed #f00;
	background: #ff9;
}

body
{
	background-color: #fff;
}

#container 
{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

/*
	===========================
	HEADER STYLES
	===========================
*/

#header
{
	display: block;
	margin: 0 auto;
	background: transparent url("/img/header.jpg") no-repeat;
	width: 765px;
	height: 244px;
	padding-top: 5px;
	padding-left: 5px;
}

#header h1 
{
	background: transparent url("/img/logo.png") no-repeat;
	margin-top: 20px;
}

#header h1 a 
{
	width: 194px;
	height: 149px;
	display: block;
	text-decoration: none;
}

#header h1 span 
{
	visibility: hidden;
	text-decoration: none;
}

/*
	===========================
	MAIN-NAVIGATION LINK STYLES
	===========================
	CSS borrowed from http://www.cssplay.co.uk/menus/final_drop.html.
*/
#mainNav 
{
	width:745px;
	height:32px;
	position:relative;
	z-index:100;
	border-right:1px solid #000;
	margin: -50px auto 50px auto;
}
/* hack to correct IE5.5 faulty box model */
* html #mainNav 
{
	width:746px;
	w\idth:745px;
}

/* remove all the bullets, borders and padding from the default list styling */
#mainNav ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}
#mainNav ul ul 
{
	width:149px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#mainNav li 
{
	float:left;
	width:149px;
	position: relative;
}

/* style the links for the top level */
#mainNav a, #mainNav a:visited 
{
	display:block;
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
	width:138px;
	height:30px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	background: #00939E;  /*#09c; */
	padding-left:10px;
	line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #mainNav a, * html #mainNav a:visited 
{
	width:149px;
	w\idth:138px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#mainNav ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:149px;
	border-top:1px solid #000;
}
/* another hack for IE5.5 */
* html #mainNav ul ul 
{
	top:30px;
	t\op:31px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#mainNav table 
{
	position:absolute; top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
#mainNav ul ul a, #mainNav ul ul a:visited 
{
	background: #99D4D8;
	font-weight: normal;
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html #mainNav ul ul a, * html #mainNav ul ul a:visited 
{
	width:150px;w\idth:128px;
}

/* style the top level hover */
#mainNav a:hover, #mainNav ul ul a:hover
{
	color:#fff; 
	background:#00767F;
}
#mainNav :hover > a, #mainNav ul ul :hover > a 
{
	color:#fff; 
	background:#00767F;
}

/* make the second level visible when hover on first level list OR link */
#mainNav ul li:hover ul, #mainNav ul a:hover ul
{
	visibility:visible;
}

/*
	===========================
	MAIN SECTION STYLES
	===========================
*/

#mainContent 
{
	font-family: Georgia, serif;
	font-size: 0.9em;
	line-height: 1.6em;
}

#mainContent h2
{
	font-family: Arial, Lucida Sans Unicode, Lucida Grande, Sans-Serif;
	font-size: 1.4em;
	color: #D31E47;
	margin: 0;
}

#mainContent h3 
{
	font-family: Arial, Lucida Sans Unicode, Lucida Grande, Sans-Serif;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 1px;
	font-weight: normal;
	color: #D31E47;
	text-transform: uppercase;
}

#mainContent a 
{
	color: #00939E;
	font-weight: bold;
	text-decoration: none;
}

#mainContent a:hover 
{
	color: #000;
	text-decoration: underline;
}

div.collapsePanel 
{
	display: inline;
	padding: 6px 10px;
	background: #EDEEE5;
	color: #788358;
	border: 1px solid #B8BB97;
}

table.programs 
{
	background-color: #EDEEE5;
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0 auto 15px auto;
	width: 600px;
}

table.programs th 
{
	background-color: #99D4D8;
	border: 1px solid #000;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	text-indent: 14px;
	line-height: 1.5em;
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #404040;
}

table.programs td
{
	border-bottom: 1px #69c dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-size: .8em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 0px;
}

img.leftAlign
{
	float: left;
	border: none;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: Gray;
}

img.rightAlign
{
	float: right;
	border: none;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: Gray;
}

img.centerAlign
{
	display: block;
	border: none;
	margin: 5px auto 10px auto;
	background-color: Gray;
}




/*
table.contacts
{ width: 580px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }


td.contactDept
{ background-color: #99CCCC;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040; }


td.contact
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }
*/




/*
	===========================
	Home Page-Specific Styles
	===========================
*/

#Intro 
{
	width: 500px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

#SideBar 
{
	width: 242px;
	float: right;

}


#InfoBar 
{
	background-color: #EDEEE5; /* #A6AA7D; */
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #A098A0;
}

#InfoBar h3
{
	margin-top: 0;
	font-size: 1.2em;
	letter-spacing: normal;
	text-transform: none;
	font-weight: bold;
	color: #615360;
}

#InfoBar a {
	font-size: 1em;
	font-weight: normal;
}

#InfoBar ul {
	margin-left: 15px;
	padding: 0;
	list-style: none;
}

.Icon 
{
	margin-left: 10px;
}


/*
	===========================
	FOOTER STYLES
	===========================
*/

#footer 
{
	clear: both;
	background-color: #EDEEE5; /*#ECECF0;*/
	border: 1px solid #A098A0;
}

#footer p 
{
	color: #817580;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 0.5em;
	margin: 11px 0;
}

#footer hr 
{
	display: none;
}

#footer a, #footer a:visited 
{
	color: #817580;
}

#footer a:hover 
{
	color: #000;
}

table.hotDMResults 
{
	background-color: #EDEEE5;
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0 auto 15px auto;
	width: 100%;
}

table.hotDMResults th 
{
	background-color: #99D4D8;
	border-bottom: 1px solid #000;
	text-align: left;
	/*text-indent: 14px; */
	line-height: 1.5em;
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #404040;
	padding: 5px 12px;
}

table.hotDMResults td
{
	border-bottom: 1px #69c dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-size: .8em;
	padding: 5px 12px;
}

.accordion {  
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}  
		  
.accordionHeader {  
	border: 1px solid #2F4F4F;  
	color: #fff;  
	background-color: #00939E;  
	padding: 5px;  
	margin-top: 5px;  
	cursor: pointer;  
}  
				 
.accordionHeaderSelected {  
	border: 1px solid #2F4F4F;  
	color: #fff;  
	background-color: #00767F;  
	padding: 5px;  
	margin-top: 5px;  
	cursor: pointer;  
}  

#mainContent .accordionHeader a,		
#mainContent .accordionHeaderSelected a {
	color: #fff;
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
		  
.accordionContent {  
	background-color: #D3DEEF;  
	border: 1px dashed #2F4F4F;  
	border-top: none;  
	padding: 5px;  
	padding-top: 10px;  
} 


