/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #F3F3F3;
	
}

a:link {
	color: #339;
	text-decoration: none;
}
a:visited {
	color: #339;
	text-decoration: none;
}


a:hover {
	color: #339;
	text-decoration: underline;
}

a:active {
	color: #339;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0.5em 0px 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333399;
}

h2{
	font-size: 114%;
	color: #CC3300;
	clear: both;
}

h3{
	font-size: 100%;
	color: #a87700;
	margin-top: .5em;
}
.clearRight {
	clear: right;
}
.clear {
	clear: both;
}


h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #0000CC;
}

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;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	background: url(../images/background.gif) repeat-y center;
	top: 10px;
	width:800px;
	margin-right: auto;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	
	
}
#envelope {
	width: 750px;
	margin-right: 25px;
	margin-left: 25px;
	border-top:solid 1px #ccc;
	background: transparent;
}

#masthead{
	padding: 0px;

	width: 750px;
	height: 112px;
	margin-top: 0;
	margin-bottom: 0;
	background: url(images/headerbg.jpg);
}

#content{
	float:left;
	width: 460px;
	margin: 0;
	padding: 0 3% 0 0;
	clear: both;
}

#content a:link, #rightcol a:link {
	color: #039;
	text-decoration: none;
}
#content a:visited, #rightcol a:visited {
	color: #039;
	text-decoration: none;
}


#content a:hover, #rightcol a:hover {
	color: #039;
	text-decoration: underline;
}

#content a:active, #rightcol a:active {
	color: #039;
	text-decoration: underline;
}

#rightcol {
	padding: 0px;
	background: transparent url(../images/stickyback.gif) repeat-y right top;
	width: 250px;
	margin-left: 488px;
	

}

#menubar {
	width: 100%;
	background: url(../menu/blank_p-extra.gif) repeat-x right top;
}
#footer {
	margin: 0px;
	clear: both;
	height: 80px;
	width: 800px;
	background: url(../images/footer.gif) no-repeat center top;
	
}
/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #ffffff;
	padding: 8px 10px 10px 38px;
	
	
}
/* 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 a:link, a:visited, a:active{
color: #fff;
text-decoration: none;
}	

#siteInfo a:hover{
text-decoration: underline;
}




/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}





/************** .feature styles ***************/

.content{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}





/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited, #navBar ul a:active {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-bottom: 1px solid #ffcc55;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar ul a:link, #navBar ul a:visited, #navBar ul a:active {
color: #000069
}

#navBar ul a:hover {
	text-decoration: none;
	background-color: #ffcc55;
}





#contactinfo {

	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #ffffee;
}
#contactinfo h1 {
	font: bold 150% "Times New Roman", Times, serif;
	color: #000069;
	margin: 0px;
	padding: 0px;
}
#contactinfo h2 {
	font-size: 100%;
	font-variant: normal;
	color: #000069;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


.box {
	border: 3px double #003399;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}
.box ul li {
	list-style: url(../images/arrow-yellow.gif);
	font-weight: bold;
}


.content ul {
	line-height: 1.166;
}
.content p {
	margin-top: .5em;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.eighty {
	font-size: 80%;
	line-height: 100%;
}
.content .map {
	margin: 5px;
	padding: 0px;
	border: 1px solid #000066;
}
.content dt {
	font-weight: bold;
	margin-left: 20px;
}
.sidebar {
	font-size: 80%;
	line-height: 1.166;
	padding: 10px 20px 10px 10px;
}
.sidebar h4 {
	font-size: 100%;
	font-weight: bold;
	color: #CC3300;
}
.imgleft {
	float: left;
	margin: 3px 7px 3px 0px;
	padding: 0px;
}
.imgright {
	float: right;
	margin: 3px 0px 3px 7px;
	padding: 0px;
}
#rightInner {

	background: url(../images/sticky-bottom.gif) no-repeat right bottom;
	width: 100%;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000099;
}
.imgleftClear {
	float: left;
	margin: 3px 7px 3px 0px;
	padding: 0px;
	clear: both;
}
.imgrightClear {
	float: right;
	margin: 3px 0px 3px 7px;
	padding: 0px;
	clear: both;
}
