/***********************************************/
/* style_endyna.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #999999;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

a:link, a:visited, a:hover {
	color: #006699;
	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;
	color: #006699;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #006699;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #333333;
 font-style: italic;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 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;
}
				
/*************** .footer styles **************/

.footer{
	font-family: veranda, arial,sans-serif;
	font-size: 12px;
	color:#333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 10px;
}

a.footer:link, a.left_nav:visited, a.left_nav:hover {
	color: #006699;;
	text-decoration: none;
}

/*************** .body_text styles **************/

.body_text{
	font-family: Arial,sans-serif;
	color:#333333;
	font-size: 14px;
	margin: 10px;
	padding: 18px;
	text-align: left;
	line-height: 24px;
}

/*************** .left_nav styles **************/

.left_nav{
	font-family: Arial,sans-serif;
	font-size: 16px;
	margin: 5px;
	padding: 14px;
	/*text-align: right;*/
	color:#666666;
	vertical-align: top;
	background-color:#CCCCCC;
	line-height: 32px;
		
	
}

a.left_nav:link, a.left_nav:visited, a.left_nav:hover {
	color: #006699;;
	text-decoration: none;
}


/*Below is the style info for the dropdown menus.  EDIT WITH CARE - these are touchy!!*/
/* ================================================================ 
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/vertical_slide.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.
=================================================================== */

ul.menu1, ul ul {padding:0; margin:0; border:0; list-style-type:none;; height:31em; overflow:hidden; background:#cccccc; width:11em; text-align:right; color:#006699; line-height:2em;}
ul.menu1 table {	border-collapse: collapse;	padding: 0;	margin: 0;	font-size: .83em; line-height:2em;} /*affects sub-menus, esp. the Fony Size property!*/
ul.menu1 ul {margin-right:0em; margin-left:0em}
ul.menu1 li {text-indent: 0em;  }
ul.menu1 ul li {text-align:right; line-height:2em;} /*alignment of sub-menus*/
ul.menu1 li.drop {margin-bottom:0em;} /*affects top-level menu items - except the last one*/
ul.menu1 li a, 
ul.menu1 li a:visited {display:block; width:11em; height:1.8em; line-height:2em; text-decoration:none; color:#006699;} /*top list items - block properties*/
ul.menu1 li a.last, 
ul.menu1 li a.last:visited {display:block; width:11em; line-height:1.8em;} /* _last_ item on the list properties */
ul.menu1 li ul {display:none; }
 

ul.menu1 li:hover a, 
ul.menu1 li a:hover {border:0; color:#006699; font-weight:bold;}/*top list items when mouse hovers*/
ul.menu1 li:hover ul, 
ul.menu1 li a:hover ul {display: block; height: 28em; width: 11em;	margin-top: 0em;	background: #cccccc; line-height:2em;} /*sub-menu hover items - block properties */
ul.menu1 li:hover ul li a, 
ul.menu1 li a:hover ul li a {height:3.5em; background:#cccccc; color:#006699; font-weight:normal; line-height:1.4em;}/*sub-menu hover area & items */

ul.menu1 li:hover ul li:hover a, 
ul.menu1 li a:hover ul li a:hover {background:#006699; color:#fff; line-height:1.8em;} /* Conrols the highlighted item on hover */





/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}




