/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FF9900;
}
p {
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

a:link {
	color: #CC0033;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */


h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #669900;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

h2{
	font-size: 13px;
	color: #CC0033;
	margin: 0px;
	padding: 10px 0px;
	line-height: 19px;
}

h3{
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}

h4{
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
}

h5{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
	padding: 10px 0px 5px;
	font-size: 13px;
}
h6 {
	margin: 0px;
	float: right;
	padding: 0px;
}

ul{
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 13px;
	line-height: 18px;
	list-style-image: url(images/arrow2.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

#navBar{
	padding: 0px 0px 0px 20px;
	border-right: 1px solid #CCCCCC;
	width: 150px;
	margin: 0;
	color: #669900;
	font-size: 13px;
	line-height: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#content{
	margin: 0;
	padding: 0 0% 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	white-space: nowrap;
	padding-right: 10px;
}

#globalNav a {
	color: #666666;
	font-size: 13px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 12px;
	color: #333333;
	padding: 10px 10px 0px;
	background-color: #FF9900;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
}
/* 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;
}

#siteInfo a:link, a:visited{
	color: #CC0033;
	text-decoration: none;
}

#siteInfo a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	width: 150px;
}
#sectionLinks ul {list-style: none; margin: 0; padding: 0;}

#sectionLinks h3{
	padding: 15px 0px 10px;
	color: #CC0033;
	font-size: 14px;
}

#sectionLinks ul a:link, #sectionLinks ul a:visited {
	display: block;	
	padding: 5px 0px 5px 1px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sectionLinks a:hover{
	background-color: #EAEAEA;
	text-decoration: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {border-bottom: 1px solid #EEE;}


/*********** #sectionLinks styles ***********/


blockquote {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	line-height: 24px;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #CC0033;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
