/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:arial,verdana,tahoma,sans-serif;
	font-size:75%;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	font-weight:bold;
}

a:link, a:visited, a:hover {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 180%;
 color: #3333CC;
}

h2{
 font-size: 120%;
 color: #006699;
}

h3{
 font-size: 85%;
 color: #334d55;
}

h4{
 font-size: 75%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 75%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

img{
 border:0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width:785px;
	font-size:1.2em;
	margin:0px auto;
	text-align:left;
	padding: 3px 0 0 0;
	border:0;
}
#header {
	background: yellow;
}

#header-top {
	background-image:url('../img/topheader.gif'); background-repeat:repeat-x;
}
#header-bottom {
	background-image:url('../img/comboheader.gif'); background-repeat:repeat;
}

#headerside-a {
	float: left;
	width: 150px;
	margin: 10% 0 0 0;
	background-image:url('../img/side-a-bkgrnd.gif'); background-repeat:repeat-y;
}

#headercenter {
	float: left;
	width: 48%;
	padding: 0px;
}

#headerside-b {
	float: right;
	width: 200px;
	margin: 0 0 0 0;
	padding: 0px;
}

#side-a-bkgrd {
	background-image:url('../img/side-a-bkgrnd.gif'); background-repeat:repeat-y;	
}

#side-a {
	width: 130px;
	margin: 0 0 0 0;
	padding: 0px;
	background-image:url('../img/side-a-bkgrnd.gif'); background-repeat:repeat-y;
	height:inherit;
}


#side-b {
	width: 180px;
	margin: 0 0 0 0;
	padding: 0px;
	background-image:url('../img/side-b-bkgrnd.gif'); background-repeat:repeat-y;
	font-size:12pt;
	line-height: 20pt;
	height:inherit;
}

#content { 
	width:auto;
	font-size:10pt;
	color:#003399;
	padding:0 3% 0 3%;
	text-align:justify;
}

#content h1, h2, h3 {
	color: #003399;
}

#footer {
	clear: both;
	background: #A2A2A2;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteLogo{
	margin: 0px;
	padding: 0px 0px 15px 15px;
}

#siteName{
	margin: 0px;
	 padding: 0px 0px 30px 0px;
	color: #333399;
}

/************** .feature styles ***************/

#bsideimg td {
	text-align: center;
	padding: 3px 0 3px 0;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #003399;
	padding:5px 10px 5px 20px;
	margin-top: 3px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
}


/*********** #navBar link styles ***********/

#side-b ul a:link {display: block;}
#side-b ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#side-b li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #side-a #side-b li {border-bottom: none;}

/* ================================================================ 
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/example_flyout.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.
=================================================================== */

/* common styling */
.menu2 {
	font-family: arial, sans-serif; 
	width:130px; 
	position:relative; 
	z-index:100;
	font-size: 9pt;
	font-weight:normal;
	margin: 0px; 
	padding: 0px;
	line-height:28px;
}

/* First Level Menu*/
.menu2 ul {
	padding:0; margin:0; list-style-type: none; 
}
.menu2 ul li {
	float:left;
	background-image:url('../img/side-a-bkgrnd.gif'); background-repeat:repeat-y;
}

.menu2 ul li a, .menu2 ul li a:visited {
	display:block; float:left; text-decoration:none; 
	width:130px; 
	text-decoration:none;
	font-weight:normal;
	text-indent: 10px;
	/* line below dictates color of font in all lists*/
	color: #003399;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
	background-image:url('../img/side-a-menu-hover.gif'); background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
}

.menu2 ul li:hover {position:relative; z-index:130;}
.menu2 ul li a:hover {position:relative; z-index:130;}

/*Other*/
.menu2 table {
	border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* Second Level Menu*/
.menu2 ul li ul {
	visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:130px;
	background-image:url('../img/side-a-bkgrnd.gif'); background-repeat:repeat-y;
}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
	visibility:visible; position:absolute; height:auto; overflow:visible;
}

.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
	display:block; 
	background:transparent; 
	color:#003399; 
	font-weight:normal;
	height:auto; 
	text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
	background-image:url('../img/side-a-menu-hover.gif'); background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
}


/* Third Level Menu*/
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
	visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:130px;
	background-image:url('../img/side-a-bkgrnd.gif'); background-repeat:repeat-y;
	font-weight:normal;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
	visibility:visible; position:absolute; height:auto; color:#000; 	
	list-style-type:none; background:#003399;
	overflow:visible;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
	display:block; 
	background-image:url('../img/side-a-bkgrnd.gif'); background-repeat:repeat-y;
	font-weight: normal;
	color:#003399; 
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
	background-image:url('../img/side-a-menu-hover.gif'); background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
}
