/* 2col_leftNav.css */
/* HTML tag styles  */ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

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;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

/* Layout Divs                                 */

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar_new{
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 200px;
}

#content_new{
  float:right;

	margin: 0;
	padding: 0 3% 0 0;
}

/*Component Divs                               */

#siteName{
	margin: 0px;
	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; 
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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;
	vertical-align: middle;
}

/*********** #navBar link styles ***********/

#navBar_new ul a:link, #navBar ul a:visited {display: block;}
#navBar_new ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar_new li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar_new li {border-bottom: none;}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** Optimizations for page speed **************/

.sitebanner 
{ 
background: yellow url(/images/site/banner.jpg) no-repeat left;
width: 100%; 
height: 129px;
}

/************** CSS graphic rollovers **************/
#navbar_1 {
    margin: 0px auto; padding: 0px; float:right; top: 8px;
    position: relative;}

#navbar_2 {
    margin: 0px auto; padding: 0px; float:left; top: 0px;
    position: exact; border-spacing:0px; border-width:0px;}
	
#topyellow {width:100%; height:60px; background: yellow; text-align:right; border-bottom: 1px solid #cccccc;}

/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(/images/site/navbar_2_button_2.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 162px;
						height: 24px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						font-size: 13px;
						width: 162px;
						height: 24px;
						display: block;
						float: left;
						color: yellow; 
						text-decoration: none;
			}
			
			.cssnav a:hover {
						text-decoration: none;
			}
			
			.cssnav img {width: 162px; height: 24px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 12px;
						top: 5px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 14px;
						text-align: center;
						color: yellow;
						font-weight:bold;
						text-decoration: none;
			}
			/* END OF NAVIGATION */
