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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-image: url(images/background.jpg);
}

a:link, a:visited, a:hover {
	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%;
}

h2{
 font-size: 114%;
}

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

h5{
 font-size: 100%;
}

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

#navBar{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 20px;
	background-image: url(images/nav_back.gif);
	margin-right: 74%;
	
}

#content{
	float:right;
	width: 70%;
	margin: 0;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
	z-index: 4;
	

}


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

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


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

#pageName{
	padding: 0px 0px 10px 10px;
}


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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border-top-width: 1.0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#siteInfo a {
	color: #000000;
	text-decoration: none;
}
#siteInfo a:hover {
	text-decoration: underline;
}
/* 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 ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}

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


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

.relatedLinks{
	margin: 0px;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 185px;
	background-repeat: repeat;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
/********** header styles ****************/


#banner {
	background-color: #000000;
	height: 90px;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.searchbtn {
	color: #000000;
	background-color: #CCCCCC;
	border: 1px groove #999999;
	z-index: 2;
	font-size: 80%;
}

#searchL {
	position: absolute;
	z-index: 5;
	height: 57px;
	width: 288px;
	left: 810px;
	top: 90px;
	visibility: visible;
}

#lpi_logo {
	height: 60px;
	width: 60px;
	position: absolute;
	left: 23px;
	top: 77px;
	z-index: 5;
	display: none;
}
#lpi_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	position: absolute;
	width: 200px;
	height: 50px;
	left: 74px;
	top: 76px;
}

#div,#nav {
	height: 30px;
	width: 100%;
	background-color: #CCCCCC;
	position: relative;
	top: 86px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	z-index: 4;
	font-size: 13px;
	color: #000000;
	
}

#div,#nav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 30px;
	white-space: nowrap;
}

#div, #nav li {
	list-style-type: none;
	display: inline;
}
#div, #nav li a {
	text-decoration: none;
	color: #FFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#div, #nav li a:link {
    color: #000000;
	font-size: 90%;
}
#div, #nav li a:visited {
	color: #000000;
	font-size: 90%;
}
#div, #nav li a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	position: relative;
	padding-left: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	padding-right: 20px;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

