﻿body {
  font-family: Century Gothic, Arial, sans-serif;
  background-image:	url(../images/Background.jpg);
  background-repeat:repeat-x;
  background-color: #8C9F46;
	}

	
a {
	text-decoration: none;
	color: #B6D92D;
}
	
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0px;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/*Header*/

p.headers {
	position: relative;
	left: 20px;
	color:		#BF203C;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
	line-height: 25%;
	}
	
#header{
	margin: 	10px 10px 0px 10px;
	background-color: gray;
  }


#logo {
  position: relative;
  left: 20px;
  top: 20px;
  }
  
#company {
  position: relative;
  bottom: 10px;
  left: 10px;
  }
  
/*Navigation Bar CSS*/	
#navbar {
  height: 40px;
	background-color: gray;
}

/*This padding moves the menu*/
#navbar ul {
	margin: 0px;
	padding: 5px 5px 0px 500px;
	font-family: Century Gothic, Verdana, Geneva, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

#navbar li {
	background-image: url('../images/menu_separator.gif');
	background-position: right center;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
	display: inline;
}

#navbar #last{
	background-image: none;
	}
	
}
#navbar a:link {
	text-decoration: none;
	color: #B6D92D;
}

#navbar a:visited {
	text-decoration: none;
	color: #B6D92D;	
}

#navbar a:hover {
	color: white;
	background-color: #BF203C;
}
	

#navbar a:active {
	background-color:gray;
	/*background-image: url(images/nav_active.jpg);*/
	text-decoration: none;
	font-weight:	bold;
	}
	
/*************************
End Navigation Bar CSS
End Home Page
************************/

/*Main Page CSS*/

#red_link{
  color: #BF203C;
  }

.border{
  border-top: 3px solid #8A9C43;
	border-left: 1px solid #A3B756;
	border-right: 1px solid #A3B756;
	border-bottom: 3px solid #8A9C43;
	}
	
.image {
background:#FFFFFF none repeat scroll 0 0;
border:2px outset black;
margin:0 15px 10px 0;
padding:10px;
}

p.halflinespace {
  line-height: 50%;
  }

h1, h2, h3, h4, h5 {
	color: #BF203C;
	}
	
#wrapper{
  margin-top: 10px;
  }
  
.border{
	border-top: 3px solid #8A9C43;
	border-left: 1px solid #A3B756;
	border-right: 1px solid #A3B756;
	border-bottom: 3px solid #8A9C43;
	}
	  
#main {
	position:		relative;
  background-color:	#D3D3D3;
	width: 			1024px;
	padding-top: 		5px;
	padding-bottom: 	5px;
	margin-left: 		auto;
	margin-right: 		auto;
	}
	
#footer{
	background-color:	gray;
	text-align:			center;
	padding:			20px;
	margin:				10px;
	font-size:			60%;
	clear:				both;
	}
	
.important_list{
  list-style-type: square;
  color: #8A9C43;
  }
  
.readable{
  color: #BF203C;
    }

.imageRight{
	background:#fff;
	padding:10px 10px;
	margin:0 0 10px 15px;
	border:1px solid #ddddda;
}

.imageLeft{
	background:#fff;
	border:2px outset black;
	padding:10px 10px;
	margin:0 15px 10px 0;
}    
  
.floatRight{
	float:right
}
.floatLeft{
	float:left;
}

.byImg {
  margin-top: 50px;
  margin-left: 240px;
  }
  
.notByImg{
  margin-top: 50px;
  margin-left: 240px;
  }
/***************
Home page CSS
****************/
/* IE6 Conditional CSS*/
.ie6 #block1 {
	float: left;
	width: 630px;
	font-size: 90%;
	margin-left: 5px;
	margin-right: 0px;
}
.ie6 #sidebar {
	margin-right: 5px;
}
/*End IE Conditionals */
#block1 {
	font-size: 90%;
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-right: 270px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#block1_content {
	padding: 0px 25px 25px 25px;
}

#sidebar {
	width: 250px;
	float: right;
	font-size: 70%;
	font-style: italic;
	margin: 0px 10px 10px 10px;
	background-color: #F2F2F2;
}
#sidebar_content {
	padding: 15px;
}
	
#navbar a.bold {
	font-weight: bold;
}
#Mission {
	line-height: 150%;
	font-size: 100%;
}
#intro {
	line-height: 150%;
	font-size: 100%;
}

.bold{
  font-weight: bold;
  }
  
.address{
	line-height: 50%;
	
}
/*Quote if there
#quote {
	line-height: 1.9em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
	border-color: white;
	border-width: 1px;
	border-style: dashed;
	background-color: #a7cece;
	padding: 25px;
	padding-left: 80px;
	margin: 30px;
	margin-right: 50px;
}
*/ 	
	
/*Begin Rounded Corners CSS	
div.topleft {
	background: url(../images/corner_tl.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
div.topright {
	background: url(../images/corner_tr.png) no-repeat top right;
	}
	
div.bottomright {
	background: url(../images/corner_br.png) no-repeat bottom right;
	}
	
div.bottomleft {
	background: url(../images/corner_bl.png) no-repeat bottom left;
	}

.bottomleft {
   width: 100%;
   height: 30px;
   font-size: 1px;
	}
	
.bottomright {
   width: 100%;
   height: 30px;
   font-size: 1px;
	}
	
.topright {
   width: 100%;
   height: 30px;
   font-size: 1px;
	}
	
div.topleft {
   width: 100%;
   height: 30px;
   font-size: 1px;
	}
	
div.hf_topleft {
	background: url(../images/hf_corner_tl.png) no-repeat top left;
	}
	
div.hf_topright {
	background: url(../images/hf_corner_tr.png) no-repeat top right;
	}

div.hf_bottomright {
	background: url(../images/hf_corner_br.png) no-repeat bottom right;
	}
	
div.hf_bottomleft{
	background: url(../images/hf_corner_bl.png) no-repeat bottom left;
	}
	
.hf_bottomleft {
	width: 100%;
	height: 15px;
	font-size: 1px;
	}
	
.hf_bottomright {
	width: 100%;
	height: 15px;
	font-size: 1px;
	}
	
.hf_topright {
	width: 100%;
	height: 15px;
	font-size: 1px;
	}
	
div.hf_topleft {
	width: 100%;
	height: 15px;
	font-size: 1px;
	}
End Rounded Corners CSS*/

