@charset "utf-8";
/* CSS Document */

/* General setup coding for template */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 140%;
	padding: 0px;
	width: 980px;
	background-color: #FFFFCC;
	text-align: justify;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead, #footer, #topcolumn {
	display: block;
	width: 100%;
	clear: both;
	/*border: solid 2px black;*/
}	
#masthead {
	height: 170px;
	background-image: url(../graphics/banner3.gif);
	background-repeat: no-repeat;
}				
#mast_email {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin-left: 355px;
	font-size: 20px;
	padding-top: 15px;
}

#footer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/***********************************************/
/* Masthead image settings                     */ 
/***********************************************/

#masthead img {
	float: left;
	padding: 5px 10px 0px 0px;
}				

/***********************************************/
/* Top Horizontal menu settings                */ 
/***********************************************/
/*#topcolumn {
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}	*/

/*#topmenu {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 10px;
	float: left;
	text-align: center;
}	*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* A relative position with a high z-index to make it appear over any element below */
#menu_container {
	position:relative;
	z-index:100;
	width: 966px;
	padding-left: 5px;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a:link, #pmenu a:visited {
	display:block;
	width:320px;
	font-size:12px;
	color:#000000;
	height:30px;
	line-height:30px;
	text-decoration:none;
	border:1px solid #000;
	text-align: center;
	font-weight: bold;
}

/* Set up the list items */
#pmenu li {
	float:left;
	background-color: #FFDEBB;
}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {
	position:relative;
	background-color: #FFFFCC;
}
/* Make the hovered list color persist */
#pmenu li:hover > a {
	color:#000000;
	background-color: #FFFFCC;
}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#dfd7ca; color:#c00;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {
	color:#000000;
	background-color: #FFFFCC;
}

/* show flydown box of information when hovering over horizontal link */
#menu_container a span {
	display: none;
}
#menu_container a:hover span {
	display: block;
	position: absolute;
	top: -40px;
	width: 170px;
	padding: 5px;
	margin: 2px;
	left: 85px;
	z-index: 100;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: thin dashed #000000;
	line-height: 1.1;
	font-weight: normal;
}

/***********************************************/
/* Side Vertical menu settings                 */ 
/***********************************************/

#navcolumn {
	float: left;
	width: 190px;
}

/* show flyout box of information when hovering over vertical link */
#navcolumn a span {
	display: none;
}
#navcolumn a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	width: 130px;
	padding: 5px;
	margin: 2px;
	left: 180px;
	z-index: 100;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: thin dashed #000000;
	line-height: 1.1;
	font-weight: normal;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	/*	height:150px; */
	font-size:70%; /* this page only */
	font-weight: bold;

}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:180px;
}
/* style the list items */
.menu li {
	height:26px;
	/* for IE7 */
	float:left;
	background-color: #EAF7F5;
	border: 1px solid #999999;
}
.menu li.sub {
	background-color: #EAF7F5;
	background-image: url(../graphics/rarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a:link, .menu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:179px;
	color:#000;
	text-indent:5px;
	border:1 solid #999999;
}
/* hack for IE5.5 */
* html .menu a:link, * html .menu a:visited {width:180px; w\idth:179px;}
/* style the link hover */
* html .menu a:hover {
	color:#000000;
	position:relative;
	background-color: #D9E6F7;
}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {
	color:#000000;
	background-color: #D9E6F7;
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {
	color:#000000;
	background-color: #D9E6F7;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-25px;
/* set up the overlap (minus the overrun) */
left:140px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/* Award logos */
#navcolumn .award-logos{
	margin:0 auto; 
	width:90px;
	}


/***********************************************/
/* Content settings                            */ 
/***********************************************/

#content{
	width: 780px;
	float: left;
}
