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

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

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

p {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 10px 25px;
	line-height: 20px;
}

a:link, a:visited, a:hover {
	color: #336600;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #669900;
}

h1{
	font-size: 26px;
	color: #669933;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

h2{
	font-size: 15px;
	color: #B75312;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 0px 20px 5px;
	text-transform: capitalize;
}

h3{
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

h4{
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

h5{
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
	font-style: italic;
	margin: 0px 0px 25px 25px;
	padding: 0px 0px 10px;
}

h6 {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	font-weight: normal;

}


ul{
	list-style-type: square;
	font-size: 13px;
	/*line-height: 18px;*/
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li {
	padding-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	background-image: url(images/px-org.gif);
}

#navBar{
	margin: 0;
	padding: 0;
}

#content{
	margin: 0;
	padding: 0;
}
#content img{
	margin: 0;
	padding: 0;
}

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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


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

#pageName{
	background-color: #669933;
	margin-right: -21px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 0px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-image: url(images/px-org.gif);
	margin: 0px;
	letter-spacing: 1px;
}
/* '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:link, #globalNav a:visited{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
}
#globalNav a:hover{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 10px 0px 5px 10px;
	color: #999999;
	margin-right: -21px;
}


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

#siteInfo{
	font-size: 12px;
	color: #333333;
	padding: 3px;
	margin: 0px;
	line-height: 20px;
	background-image: url(images/pixel-green.gif);
}


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

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

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

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


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

/*#navBar ul a:link, #navBar ul a:visited {
	display: block;
	width: 160px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#navBar ul a:hover {
	height: 35px;
}
#navBar ul {
	width: 160px;
	margin: 0px;
	padding: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#navBar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

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


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

#sectionLinks { width: 163px;}

#sectionLinks ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: none;
	list-style-type: none;
}

#sectionLinks li {padding-bottom: 0px;}

#sectionLinks a {
	display: block;	
	padding: 6px 0px 6px 2px;
	width: 160px;
	border-bottom: 1px dotted #ccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	color: #333;
	text-decoration: none;
}

#sectionLinks a:hover {
	background-color: #d1e1c2;
	color: #333;
	text-decoration: none;
}
		
#sectionLinks h3 {
	border-bottom: 1px dotted #ccc;
	padding: 2px 0px 6px 2px;
	font-weight: bold;
	margin: 0px;
	color: #fff;
	font-size: 14px; 
}

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

.relatedLinks{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	line-height: 20px;
	color: #B75312;
	font-style: italic;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	width: 180px;
	text-align: center;
}
.relatedLinks p {
	font-size: 12px;
	line-height: 20px;
	color: #B75312;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.relatedLinks a:link {
	text-decoration: underline;
	line-height: 20px;
	font-size: 12px;
	color: #660000;
}
.relatedLinks a:visited {
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
	font-style: italic;
}
.relatedLinks a:hover {
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
	font-style: italic;
}

tbody {
	font-size: 12px;
}
ol {
	font-size: 14px;
	line-height: 20px;
}
.virtualtour {color: #5c855c; background-color: #D1E1C2; text-transform: uppercase; font-size: 13px; border-bottom: 1px dotted #ccc; text-align: center;}
.ghflogo {float: right; width: 180px;}
.quote {clear: both; float: right; width: 200px;}

