/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #FF9900;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background-color: #E7500D;
}

a:link, a:visited, a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


#navBar{
	margin: 0 50% 0 0;
	padding: 0px;
	background-color: #E7500D;
}

#content{
  float:right;
	width: 50%;
	margin: 0;
	padding: 0 0% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/




/*************** #pageName styles **************/




/************* #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; 
}


/************* #search styles ***************/

#search{
	padding: 5px 0px;
	border-bottom: 1px solid #FF9900;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


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

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: disc url(../none); margin: 0; padding: 0;}

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


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 8px;
	padding: 8px 8px 8px 16px;
	font-size: 70%;
	list-style-type: disc;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #E7500D;
	padding: 2px 0px 2px 10px;
}
