
/********** HTML STYLES **********/
/********Raintree Web Designs****/

body {
	background-color: //#CCFF99;
}

p {
	margin: 0px;
	margin-bottom: 13px;
	padding: 0px;
}


h4{
	margin-bottom: 4px;
	font-size: 13px;
	color:#346697;
	margin-bottom: 20px;
}

 
.bold{
	font-weight:bold;
}


a {
	color:#346697;
	text-decoration: none;
}



a:hover{
	color: #FFAD33;
}


.deck {
	font-family:"trebuchet MS", sans-serif;
	font-weight: bold;
	color:#425e96;
	font-size:15px;
	line-height: 1.3em;
	padding-bottom: 5px;
	font-style: italic;
}





/************ LAYOUT STYLES *********/

div#pageFrame {
	margin-left: 8%;
	text-align:left;
	width: 85%;
	height: 100%;
	padding: 0px;
	background-color: #ffffff;
	
}

div#logo {
	font-family: "trebuchet MS", sans-serif;
	font-size: 250%;
	width: 85%;
	line-height: 2em;
	font-weight: normal;
	color: #FFAD33;
	border-left: 75px solid #458B00;
	padding-left: 25px;
	background-color: #ffffff;
		
}

div#navBar {
	height: 28px;
	border-bottom:4px double #4D4D4D;
	padding-left: 112px;
	width: 85%;
	background-color: #ffffff;
}

#navList {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
}

div#navBar ul {
       	font-family: "trebuchet MS", sans-serif;
    	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
    	color: #4D4D4D;
    	white-space: nowrap;
	margin: 0px;
    	padding: 0px;
}

div#navBar li {
	list-style-type: none;
	display: inline;
	padding-right:3px;
}

div#navBar li a {
	font-family: "trebuchet MS", sans-serif;
	text-decoration: none;
	color: #4D4D4D;
	font-weight: bold;
}

div#navBar li a:hover {
    	color: #FFAD33;
	font-weight: bold;
	    	
}


div#content {
	font-family: "trebuchet MS", sans-serif;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom:20px;
	padding-left: 42px; 
	border-left: 75px solid #458B00;
	font-size:13px;
	line-height: 1.4em;
	color:#4D4D4D;
	width: 85%;
	background-color: #ffffff;
	
}


div#footerBorder{
	border-left:75px solid #458B00;
	height: 65px;
	

}


div#footer {
	border-top: 4px double #4D4D4D;
	padding-top: 5px;
	padding-left: 122px;
	font-family: "trebuchet MS", sans-serif;
	text-align:left;
	color: #4D4D4D;
	font-weight: bold;
	font-size: 13px;
	width: 85%;
	background-color: #ffffff;
}

div#footer a:hover {
    	color: #FFAD33;
	font-weight: bold;
	
    	
}

div#footer a {
	font-family: "trebuchet MS", sans-serif;
	text-decoration: none;
	color: #4D4D4D;
	font-weight: bold;
	
}




/*****IMAGES*******/



img.featureImage{
	float:left;
	margin-top: 0px; 
	margin-right: 12px;
	margin-bottom:5px;
	margin-left:0px;
	border: 1px solid grey;
}

img.galleryImage{
	border: 1px solid grey;

}


img.bannerImage{
	width: 100%;

}








	
	