﻿
p
{
	line-height: 160%;
	padding: 5px 5px 0px 5px;
}
ul
{	
	line-height: 160%;
}
ul.ulcircle2
	{
	list-style-type: circle; 
	
	}

ol
{	
	line-height: 160%;
}

h2
{
	padding: 5px 0px;
}
HR
{
	border: 1px solid #71a3be;
	width: 100%;
	text-align: center;
}


/* ------------------------------- ID Selectors ------------------------------- */
#pad li
{
	padding-bottom: 8px;
}


#bookmark td	
{								/* Establishes gray border and alignment for anchor links pages */
	text-align: center;
	border: 1px solid #999;
	padding: 1px;
	font-size: 8pt;
	width: 33%;
}
#bookmark a:link 
{ 								/* Styles for Anchor Gray Button links */
	color:#999;
	text-decoration:none;
}
#bookmark a:visited	       
{ 
	text-decoration:none;
    color: #666;
}
#bookmark a:hover 
{ 
	color:#006699;
	text-decoration:underline;   
}
#bookmark2 td	
{								/* Establishes gray border and alignment for anchor links */
	text-align: center;
	border: 1px solid #999;
	padding: 1px;
	font-size: 8pt;
	width: 10%;
}
#bookmark2 a:link 
{ 								/* Styles for Anchor Gray Button links  */
	color:#999;
	text-decoration:none;
}
#bookmark2 a:visited	       
{ 
	text-decoration:none;
    color: #666;
}
#bookmark2 a:hover 
{ 
	color:#006699;
	text-decoration:underline;   
}
#subsidemenu					/* Establishes margin and padding for sub side menus */
{
	margin: 0px 0px 0px 15px;
	padding: 0;
}

#bmp li							/* List padding */
{
	padding-bottom: 6px;
}
#news li
{
	padding-bottom: 3px;
}
#gl_tbl
{
	width: 100%;
	
}
#gl_tbl td
{
	padding: 3px;
	border-bottom: 1px solid #e0e0e0;
}
#secondary
{
	margin-left: 40px;
	
}


/*-----------------Navheader menu color----------------*/



.navheader
	{
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	background-color: #71A3BE;
	margin: 0em;
	padding: .2em;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	}
.h2navheader
	{
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	background-color: #ACC4AE;
	margin: 0em;
	padding: .2em;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	}

/* ------------------------------- Class Selectors ------------------------------- */
.title							/* Styles for Side Menu Titles */
{
	background: #71A3BE;
	padding: 2px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	
}

.home-par					/* Style for top paragraph in each of the clean program pages */
{
	vertical-align: top;
	line-height: 160%;
}
.alpha						/* Sets bullets to letters instead of arrows */
{
	list-style-type: lower-alpha; 
	margin-left: 25px;
}
.announcements					/* Styles for Announcements on Home page */
{
	border: 1px dashed #71a3be;
	margin: 3px;
	padding: 4px;
}
div.border	                                   /* Sets dashed border for side menu sections */
{
	BORDER: 1px dashed #71A3BE;
	PADDING: 3px;
	MARGIN-BOTTOM: 2px;
}
.question
{
	FONT-WEIGHT: bold;
}
.address
{
	padding-left: 5px;
}
.palm_td 
{
	vertical-align: center;
	text-align: center;
	width: 175px;
	
}
.lodge_pic
{
	border: 1px solid blue;
	margin: 5px;
}
/*------------------------------------------ Partner Table Styles -----------------------------------*/
#logos 							/* Sets width for logos table */
{
	width: 100%;
}
#logos td 						/* Sets style for logos table columns */
{
	text-align: center; 
	border-bottom: 1px dashed #c0c0c0; 
	padding: 2px;
}
#logos td p 						/* Sets style for logos table columns with paragraph tags */
{
	text-align: left; 
	vertical-align: middle; 
	padding: 4px;
}
/*------------------------------------------ Table/Chart Styles -----------------------------------*/
#tbl 							/* Sets width for tbl tabls */
{
	width: 100%; height: 100%;
}
#tbl td 						/* Sets style for tbl columns */
{
	text-align: left; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
}
#tbl td p 						/* Sets style for tbl columns with paragraph tags */
{
	text-align: left; 
	vertical-align: middle; 
	padding: 4px;
}
th.title							/* Sets style for table headings or <th> */
{
	text-align: center;
	font: Verdana, Arial, sans-serif; 
	background: #efefef; 
	color: #000; 
	border: 1px solid #999; 
	padding: 5px;
}



/*------------------------Used in tips section of the green web (sustainable iniatives)----------------------*/
#tipstbl td {border-bottom: 1px dashed #71a3be; padding: 3px;}

/* -------------------- divider line -------------------------- */
#line {border-bottom: 1px dashed #71a3be; padding: 3px;}


/* -------------------- quotes and captions -------------------------- */
.maincol 	{
	width:15%;				
	color : #000000;	
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: top;
	border: 1px solid #999; 
	padding: 8px 2px 5px 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.maincol2 	{
	width: 15%;			
	color : #000000;
	TEXT-ALIGN: right;
	VERTICAL-ALIGN: top;
	border: 1px solid #999; 
	padding: 8px 8px 5px 2px;
	margin-left: 10px;
	margin-bottom: 10px; 
	}
.quote {							
	FONT: italic 12px Times,serif; 
	COLOR: #000;
	TEXT-ALIGN: left;
	LINE-HEIGHT: 17px;
	
}
.quote2 {							
	FONT: italic 12px Times,serif; 
	COLOR: #000;
	TEXT-ALIGN: right;
	LINE-HEIGHT: 17px;
	
}
.quotesign {					
	FONT-WEIGHT: bold; 
	FONT-STYLE: italic; 
	TEXT-ALIGN: left;
	FONT: bold italic 14px Times,serif;
}
.quotesign2 {						
	FONT-WEIGHT: bold; 
	FONT-STYLE: italic;
	TEXT-ALIGN: right;
	FONT: bold italic 14px Times,serif;
}
.smaller {						
	FONT: bold italic 10px Times,serif;
}
.smaller2 {						
	FONT: bold italic 10px Times,serif;
	TEXT-ALIGN: right;
}
.caption {						
	FONT: italic 11px Times,serif;
}
.caption2 {						
	FONT: italic 11px Times,serif;
	TEXT-ALIGN: right;
}
.careerline 	{
	BORDER-RIGHT: 1px solid #C0C0C0;	
	TEXT-ALIGN: left;
	PADDING-RIGHT: 5px;
	VERTICAL-ALIGN: top;

	}
	
	}
.btnlist	
{							/* Establishes border and alignment for button-links in appraisal section */
	text-align: center;
	border: 1px solid #999;
	padding: 1px;
	font-size: 8pt;
	width: 15%;
}

}
a.hur:link 
{ 											/* Styles for Links Button links */
	color:#999;
	text-decoration:none;
}
a.hur:visited	       
{ 
	text-decoration:none;
    color: #666;
}
a.hur:hover 
{ 
	color:#006699;
	text-decoration:underline;   
}
