/*******************************************************************************************
*
* siteStyle.css - Site cascading style sheet
*
* Date Created: 06/14/07
* Last Updated: 06/22/07
*
* History
*  06/14/07 (MH): - File creation
*                 - Initial content
*
*	06/22/07 (MH): - Updated for template
*
*******************************************************************************************/

.FloatLeft     { float: left; }
.FloatRight    { float: right; }
.Clear         { clear: both; }

.Rounded       {border-radius:      4px;
                -moz-border-radius: 4px;}

/**************************************************************
*
* 
* Generic Colors
*
*
***************************************************************/

.colorBlack
{
	color: #000000;
}

.colorBlue
{
	color: #3E5A7F;
}

.colorGreen
{
	color: #008000;
}

.colorGrey
{
	color: #95989C;
}

.colorOrange
{
	color: #F99A45;
}

.colorPurple
{
	color: #74418A;
}

.colorRed
{
	color: #FF4714;
}

.colorYellow
{
	color: yellow;
}

.colorSidebarBlue { color: #015697; }

/**************************************************************
*
* 
* Generic Text Sizes
*
*
***************************************************************/

.FourPt
{
	font-size: 4pt;
}

.FivePt
{
	font-size: 5pt;
}

.SixPt
{
	font-size: 6pt;
}

.SevenPt
{
	font-size: 7pt;
}

.EightPt
{
	font-size: 8pt;
}

.NinePt
{
	font-size: 9pt;
}

.TenPt
{
	font-size: 10pt;
}

.ElevenPt
{
	font-size: 11pt;
}

.TwelvePt
{
	font-size: 12pt;
}

.ThriteenPt
{
	font-size: 13pt;
}

.FourteenPt
{
	font-size: 14pt;
}

.FifteenPt
{
	font-size: 15pt;
}

.SixteenPt
{
	font-size: 16pt;
}

/**************************************************************
*
* 
* Special Fonts
*
*
***************************************************************/

.debug
{
	font-family: Courier;
	font-size: 4pt;
	font-weight: lighter;
	color: #666666;

	margin: 0;
}

.subtext
{
	font-family: Arial, Tahmoa, Verdana;
	font-size: 7pt;
	/*font-weight: bolder;*/
	color: #000000;

	margin: 0;
}

/**************************************************************
*
* 
* HTML Main Body
*
*
***************************************************************/

body 
{
  font-family: Arial, Tahmoa, Verdana;
  font-size: 10pt;
  color: #000000;
  
  background-color: #b5c8e1;
  /*background-image: url('../images/bodyBG.jpg');
  background-repeat: repeat-x;
  background-position: bottom left;*/
  
  text-align: center;
  padding: 5px 0px 10px 0px;
  margin: 0px auto;
}

/**************************************************************
*
* 
* Anchors
*
*
***************************************************************/

a:link 
{
	font-family: Arial, Tahmoa, Verdana; 
	font-size: 10pt;
	/*font-weight: bold;	*/
	color: #100d75;
	
	text-decoration: none;
}

a:visited 
{
	font-family: Arial, Tahmoa, Verdana; 
	font-size: 10pt;
	/*font-weight: bold;	*/
	color: #100d75;  
	
	text-decoration: none;
}

a:hover 
{
	font-family: Arial, Tahmoa, Verdana; 
	font-size: 10pt;
	/*font-weight: bold;	*/
	color: #5ea3f0;
	/*background-color: #3E5A7F;*/
	
	text-decoration: underline;
}

a:active 
{
	font-family: Arial, Tahmoa, Verdana; 
	font-size: 10pt;
	/*font-weight: bold;	*/
	color: #FFFFFF; 
	/*background-color: #3E5A7F;*/
	
	text-decoration: underline overline; 
}

/*
* Footer links
*/

div.footer a:link 
{
	font-family: Arial, Tahmoa, Verdana; 
	font-size: 10pt;
	/*font-weight: bold;	*/
	color: #FFFFFF;
	
	text-decoration: none;
}

div.footer a:visited 
{
	font-family: Arial, Tahmoa, Verdana; 
	font-size: 10pt;
	/*font-weight: bold;	*/
	color: #FFFFFF;  
	
	text-decoration: none;
}

div.footer a:hover 
{
	font-family: Arial, Tahmoa, Verdana; 
	font-size: 10pt;
	/*font-weight: bold;	*/
	color: #5ea3f0;
	/*background-color: #3E5A7F;*/
	
	text-decoration: underline;
}

div.footer a:active 
{
	font-family: Arial, Tahmoa, Verdana; 
	font-size: 10pt;
	/*font-weight: bold;	*/
	color: #FFFFFF; 
	/*background-color: #3E5A7F;*/
	
	text-decoration: underline overline; 
}

/**************************************************************
*
* 
* Paragraphs
*
*
***************************************************************/

p
{
	font-family: Arial, Tahmoa, Verdana;
	font-size: 11pt;
	/*font-weight: bold;*/
	color: #000000;

	margin: 0;
}

/**************************************************************
*
* 
* Headers
*
*
***************************************************************/

h1
{
	font-family: Arial, Tahmoa, Verdana;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;

	margin: 0px;
}

h2
{
	font-family: Arial, Tahmoa, Verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	
	margin: 0px;
}

h3
{
	font-family: Arial, Tahmoa, Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	
	margin: 0px;
}

h4
{
	font-family: Arial, Tahmoa, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	
	margin: 0px;
}

h5
{
	font-family: Arial, Tahmoa, Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	
	margin: 0px;
}

h6
{
	font-family: Arial, Tahmoa, Verdana;
	font-size: 6pt;
	font-weight: bold;
	color: #000000;
	
	margin: 0px;
}

/**************************************************************
*
* 
* Fonts
*
*
***************************************************************/

font
{
	font-family: Arial, Tahmoa, Verdana;
	font-size: 11pt;
	font-weight: bolder;
	color: #000000;

	margin: 0;
}

/**************************************************************
*
* 
* Block Quotes
*
*
***************************************************************/

blockquote
{
	font-family: Arial, Tahmoa, Verdana;
	font-size: 11pt;
	font-weight: bolder;
	color: #000000;
	
	text-decoration: none;
	
	margin: 0px 40px 0px 40px;
}

/**************************************************************
*
* 
* Images
*
*
***************************************************************/

img
{
	border: 0;
}

/**************************************************************
*
* 
* Forms
*
*
***************************************************************/

form
{
	margin: 0;
}

/**************************************************************
*
* 
* Tables
*
*
***************************************************************/

table {

  font-family: Arial, Tahmoa, Verdana;
  font-size: 8pt;
  color: #000000;
}

td {

  font-family: Arial, Tahmoa, Verdana;
  font-size: 8pt;
  color: #000000;
}

/**************************************************************
*
* 
* Divisions - All Browsers
*
*
***************************************************************/

div.banner
{
	width: 850px;
	height: 70px;
	background-color: #FFFFFF;
	
	text-align: left;
	
	padding: 0px 0px 0px 0px;
	margin: 0px auto;

	border-width: 0px;
	border-color: #ABABAB;
	border-style: solid;
	
	/*background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	z-index: -1;*/
}

/**************************************************************
*
* 
* Divisions
* 
*
***************************************************************/

div.menu
{
	width: 850px;
	height: 39px;
	padding: 0px;
	margin: 0px auto;
	background-color: #FFFFFF;
	
	position: relative;
	display: block;
	left: 0px;
	top: 0px;	
	
	/*text-align: center;
	vertical-align: middle;*/
	
	border-width: 0px;
	border-style: solid;
	border-color: red;
}

div.contentContainer
{
	width: 850px;
	padding: 0px;
	text-align: center;
	margin: 0px auto;
	
	/*background-color: #67a003;*/
	
	border-width: 0px;
	border-style: solid;
	border-color: yellow;
}

div.leftSidebar
{
	width: 275px;
	padding: 18px 0px 5px 0px;
	text-align: left;
	
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #EEF0FD;
	
	background-color: #FFFFFF;
	
	margin: 0px;	
	float: right;
}

div.content
{
	width: 850px;
	min-height:40em; 
	height:auto;
	padding: 0px;
	text-align: left;
	margin: 0px;
	
	float: left;
	
	background-color: #FFFFFF;
 	background-image: url('../images/globalContentBackground.jpg'); 
 	background-repeat: repeat-x;
	background-position: bottom left; 
	
	border-width: 0px;
	border-style: solid;
	border-color: green;
}

div.footer
{
	width: 850px;
	height: 27px;
	padding: 4px 0px 0px 0px;
	
	text-align: center;
	
	background-color: #97de00;
	background-image: url("../images/footer.jpg");
	
	clear: both;
	
	margin: 0px auto;
}

/**************************************************************
*
* 
* Horizontal Rules
*
*
***************************************************************/

hr
{
	border-bottom-width: 0pt;
}

/**************************************************************
*
* 
* Lists
*
*
***************************************************************/

li
{
	font-family: Arial, Tahmoa, Verdana;
	font-size: 10pt;
	/*font-weight: bold;*/
	color: #000000;

	margin: 0;
}

/************
*
* External attributes
*
*/


/* ================================================================ 

sample CSS for expando images. Not required but recommended

=================================================================== */

img.expando{ 
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}


/* ================================================================ 

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/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.

=================================================================== */

.menu ul { margin-left:20px; } /* kill default 50px left padding and set 20px */
.menu li { margin-bottom:1em; } /* set default inter-item vertical spacing */

 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu 
{
	z-index:1000; 
	margin:0; 
	padding:0; 
	border:0; 
	font-family:Arial, Helvetica, sans-serif; 
	position:absolute; 
	right:0; 
	bottom:0; 
	width:850px;	
	height:39px; 							/* the menu's overall height */
	font-size:11px; 						/* this (and also below) sets the menu's font size */
}

.menu img 
{ 
	vertical-align:top; 					/* prevent images from being pushed down by text */ 
}

.menu ul 
{ 
	padding:0; 
	margin:0; 
	border:0;
	list-style-type:none; 				/* we don't want to view the list as a list */
	line-height:1.0em; 					/* globally set the menu's item spacing. note this must be 1.0 or 1.5 or 2.0 for Mozilla */
}

.menu li 
{
	margin:0; 
	float:left; 							/* this creates the side-by-side array of top-level buttons */
	position:relative; 					/* create local positioning contexts for each button */
	text-align:left;
	top: 0px;
}

.menu b 
{ 
	display:block; 
	float:left; 
	color:black; 
	background:#fbd171; 
	padding:10px 7px 2px 7px; 
	font-size:12px; 
}

.menu ul li table {
	margin:-1px 0; 						/* IE5 needs -1px top and bottom table margins */
	m\argin:0; 								/* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse; 			/* IE5 needs this for the sub-menus to work */
	font-size:11px; 						/* this sets the base font size for our entire menu */
}

.drop 
{ 
	display:block; 
	margin:0;
	padding:0px 0.33em; 					/* this sets the l/r margins for our menu item */
	text-align:right; 					/* this right alignment goes with the float:left below */
	cursor:pointer; 						/* IE tries to switch back to an I-beam, don't let it */
	cursor:hand; 							/*	IE5 only knows about "hand", so set it both ways */
}

.drop span 
{ 												/* this simultaneously left and right aligns the text and */
	float:left; 							/* the >> in the drop-down menus which link to sub-menus */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul 
{
	display:none; 							/* initially hide the entire list hierarchy */
	padding:1px; 							/* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited 					/* unselected top-level menu items */
{ 
	display:block; 
	float:left; 
	text-decoration:none; 
	height:31px;
}

.menu ul li:hover a,
.menu ul li a:hover 						/* selected top-level menu items */
{ 
	height:31px; 
	border:none; 
	z-index:5; 
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul 					/* 2nd level drop-down box */
{ 
	display:block; 
	position:absolute; 
	margin:0;
	font-weight:bold;
	font-size:11px; 
	top:33px; 								/* place us just up underneath the top-level images */
	left:0; 									/* left-align our drop-down to the previous button border */
	height:auto; 							/* the drop-down height will be determiend by line count */
	color:#FFFFFF; 						/* this sets the unselected-text color */
	padding-bottom:15px;
	background:#A9CA73;
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton 	/* our first dropdown should not be skewed */
{ 
	left:0px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a 			/* 2nd level unselected items */
{ 
	display:block;
	float:left;
	font-size:11px;
	border:0; 
	margin:0;
	padding: 0;
	height:auto;
	color:#FFFFFF; 						/* this sets the unselected drop-down text color */
	width: 9em; 							/* this sets the drop-down menu background color */
	left:0px;
	position:relative; 
	background:#A9CA73;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover 	/* 2nd level selected item */
{ 
	color:#eb9730;
}
