/*OUTSIDE BORDER SETTINGS*/
.exterior{ 
			background-color: white;
			background-image: url(./images/home/dots.gif); /* this is the background for the outside exterior of the website*/
			color: black;
			border: solid 0px black;
			font-size: 14px;
		   }

/*HEADER TEXT SETTINGS*/		   
.head
{   		background-color: white;
			color: black;
			border: none;
			font-size: 20px;
			text-align: right;
}

/*BORDER SETTINGS*/		   
.tmenuborder
{ 
				color: black;
				border-top-style: solid;
				border-left-style: solid;
				border-bottom-style: solid;
				border-right-style: solid;
 }

.ltborder
{  
				color: black;
				border: solid 0px black;			
				border-top-style: solid;
				border-left-style: solid;
				border-bottom-style: solid;
				border-right-style: solid;
				
}
			
.bborder
{   
				color: black;
				border-top-style: solid;
				border-left-style: solid;
				border-bottom-style: solid;
				border-right-style: solid;
}
			
.rtborder
{  
				color: black;
				border-top-style: solid;
				border-left-style: solid;
				border-bottom-style: solid;
				border-right-style: solid;
}

.border
{    
				background-color: white;
				color: black;
				border-collapse: collapse;
				border: solid 1px black;			
				border-top-style: solid;
				border-left-style: solid;
				border-bottom-style: solid;
				border-right-style: solid;
				width: 1000px;
				height: 425px;
}
	
			
	   
/*TOP MENU SETTINGS*/		   
.topmenu
{ 	
			text-align: left;
			background-color: white;
			color: white;
			border: solid 1px black;
			font-size: 14px;
			border-top-style: solid;
			border-left-style: solid;
			border-bottom-style: none;
			border-right-style: solid;
			width: 1000px;
			height: 150px;
}
  
/*NAVIGATION MENU SETTINGS*/		   
.navmenu
{ 
			text-align: left;
			background-color: #3a3a3a; 
			color: white;
			border: solid 1px black;
			font-weight: bold;
			font-size: 14px;
			border-top-style: solid;
			border-left-style: solid;
			border-bottom-style: none;
			border-right-style: solid;
			width: 1000px;
			height: 25px;
}

.navmenu A:link
{
    COLOR: white;
    TEXT-DECORATION: none
}
.navmenu A:visited
{
    COLOR: white;
    TEXT-DECORATION: none
}
.navmenu A:hover
{
    COLOR: white;
    TEXT-DECORATION: none
}
.navmenu A:active
{
    COLOR: red;
    TEXT-DECORATION: none
 }
 
 
 .ltmenu
 {		 
		 text-align: left;
		 background-color: #3a3a3a; 
		 font-weight: bold;
		 color: white;
		 border: solid 0px black;			
		 font-size: 14px;
		 border-top-style: solid;
		 border-left-style: solid;
		 border-bottom-style: solid;
		 border-right-style: solid;
		 margin-left: auto;
		 margin-right: auto;
		 vertical-align: top;		 
		 width: 200px;


}

.ltmenu A:link
{
    COLOR: white;
    TEXT-DECORATION: none
}
.ltmenu A:visited
{
    COLOR: white;
    TEXT-DECORATION: none
}
.ltmenu A:hover
{
    COLOR: red;
    TEXT-DECORATION: none
}
.ltmenu A:active
{
    COLOR: red;
    TEXT-DECORATION: none
 }
 
/*BODY SETTINGS*/
 .body  
 { 
			text-align: left;
			background-color: white;
			color: black;
			font-size: 14px;
			border-top-style: none;
			border-left-style: none;
			border-bottom-style: none;
			border-right-style: none;
			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
			width: 800px;

			
}


.body A:visited
{
	COLOR: black;
	TEXT-DECORATION: none;
}
		 
.body A:link
{
    COLOR: black;
    TEXT-DECORATION: none;
}
		 
.body A:hover
{
	COLOR: red;
	TEXT-DECORATION: none;
}

/*FOOTER SETTINGS*/
.footer
{   	
			background-color: white; 
			border: solid 1px black;
			color: white;
			font-size: 11px;
			text-align: center;
			border-top-style: none;
			border-left-style: solid;
			border-bottom-style: solid;
			border-right-style: solid;
			width: 1000px;
			height: 20px;
}
.footer A:link
{
    COLOR: white;
    TEXT-DECORATION: none
}
.footer A:visited
{
    COLOR: white;
    TEXT-DECORATION: none
}
.footer A:hover
{
    COLOR: red;
    TEXT-DECORATION: none
}
.footer A:active
{
    COLOR: white;
    TEXT-DECORATION: none
 }
 
 /*COPYRIGHT SETTINGS*/
 .copy
 { 			background-color: white; 
			border: solid 1px black;
			color: black;
			font-size: 10px;
			width: 1000px;
			text-align: center;
 }
		 
		 
.left
{ 
		   text-align: left;
}


.center
{ 
		   text-align: center;
}


.right
{ 
		   text-align: right;
}


.breadcrumb
{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a
{
background: transparent url(./images/breadcrumb.png) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: green;
}

.breadcrumb a:visited, .breadcrumb a:active
{
color: green;
}

.breadcrumb a:hover
{
text-decoration: underline;
}

.list
 {  
			list-style-type: disc;
			text-align:justify;
			font-size: 16px;
}

 .list1
 {			list-style-type: disc;
			text-align:justify;
			font-size: 18px;
}

 .bullet_img
 {			list-style-type: none;
			text-align:justify;
			font-size: 18px;
			text-indent: 30px;
			background: transparent url(images/evergreen_program/globe_bullet.png) no-repeat 5px 2px;
}



.tableborder
{
	background-color: white;
	border: solid 1px black
}

.Gray
{ 
	BACKGROUND-COLOR: #C8C8C8; 
	COLOR: black;
	BORDER: solid 1px #909090;
	FONT-SIZE: 14px
}

.rentalhead
{ 
	background-color: white;
	color: black;
	border: none;
	font-size: 14px
}

#post img 
{
padding: 6px;
border-top: 0px solid #ddd;
border-left: 0px solid #ddd;
border-bottom: 0px solid #c0c0c0;
border-right: 0px solid #c0c0c0;
display:block;
margin-left:auto;
margin-right:auto;
}



.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color: #3a3a3a #3a3a3a #3a3a3a #3a3a3a ; /*light dark dark light*/
background-color: #3a3a3a;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: white;
background-color: #4C4C4C;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

p.blocktext {
	font-weight: bold;
	font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 15em	}
	
p.c_eg { 
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	}
	
p.green_bg {
	font-weight: bold;
	font-size: 23px;
	border: none;
	background-color: rgb(25,53,1);
	color: white;
	text-indent: 5px;
	}
	
p.border_evg {
	font-weight: bold;
	font-size: 16px;
	border: 2px solid rgb(25,53,1);
	background-color: transparent;
	color: black;
	text-indent: 5px;
	}