/* CSS Document */


/* BODY */
/* ==== */

body {	
	font-family: Georgia, Times New Roman, Times, serif;
	width:100%;
	height:100%;
    background: url("images/bg-logo-tile.jpg") #99C41C repeat top right	;
	color: #276D1F;
	margin:0px;
	padding:0px;
}

p {	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.8em; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	line-height: 200%;	
/* text-indent: 5em; */
	color:#276D1F;
	}

p a:link, p a:visited{
	text-decoration: none;
	color: #000;
	}

p a:hover, p a:active{
	background-color: #fff;
	text-decoration: underline;
	color: #901629;
	}


ul, ol {margin:0}

li {padding:0}

	
/* HEADINGS */
/* ======== */

h1 {  
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #276D1F;
	/* text-transform:uppercase;*/
	 }
 
h2 {  
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #276D1F;

 }
 
h3 {  
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #276D1F;
 }

/*strong {
  font:12px verdana;
}*/

.exponent  { 
	vertical-align: super; 
	font-size: 8px; 
}


hr {width: 70%;
text-align: left;/*this will align it for IE*/
border-top: 1px #f00;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 


/* =Primary navigation

-------------------------------------------------------*/


.boxnav{
	width: 100%;
	display:block;
	padding: 0px 55px 20px 0px;
	}

#navigation-primary {
  	font-size:0.7em;
	font-weight:bold;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#aaa;
	}


#navigation-primary ul li{
	list-style:none;
	/*float:left;*/
	display:inline;
	color:#000;
	}

#navigation-primary ul li a {
	display:block;
	text-decoration:none;
	height:2.1em;
	float:center;
	display:inline;
	padding: 0px 10px 10px 10px;
	color:#000;
	}

#navigation-primary ul li a:hover {
	text-decoration:underline;
	background-color: #fff;
	color:#901629;
	}

#navigation-primary ul li.current a {
	display:block;
	text-decoration:none;
	color:#000;
	height:2.1em;
	/*float:left;*/
	padding: 0px 10px 0px 10px;
	}
	
	
/* =Secondary navigation

-------------------------------------------------------*/


.boxnav2{
	width: 100%;
	display:block;
	padding: 0px 0px 0px 0px;
	}

#navigation-secondary {
  	font-size:2em;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#276D1F;
	}
	
#navigation-secondary ul li{
	padding: 0px 40px 0px 0px;
	list-style:none;
	/*float:left;*/
	display:inline;
	color:#901629;
	}

#navigation-secondary ul li a {
	vertical-align: 0.5em; 
  	font-size:0.5em;
	display:block;
	text-decoration:none;
	height:2.1em;
	float:center;
	display:inline;
	color:#000;
	}

#navigation-secondary ul li a:hover {
	text-decoration:underline;
	background-color: #fff;
	color:#901629;
	}

#navigation-secondary ul li.current a {
	display:block;
	text-decoration:none;
	color:#000;
	height:2.1em;
	/*float:left;*/
	}
	
/*------- FOOTER ----------*/

.boxfoot{
    background: url("images/footer2.jpg") no-repeat top center;
	width:660px;
	padding:10px;
	}	
	
.boxfoot {
  	font-size:0.8em;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#276D1F;
	padding: 20px;
	}

.boxfoot a {
	text-decoration:none;
	height:2.1em;
	/*float:left;*/
	color:#000;
	}

.boxfoot a:hover {
	text-decoration:underline;
	color:#901629;
  }

/*--------CONTENT-------*/
		
.box1{
    background: url("images/bg.jpg") repeat-y top center;
	display: block;
	width: 660px;
	margin: 0px;
	padding: 0px;
	}

.box1a{
	text-align: left;
	padding: 125px 66px 20px 66px;
    background: url("images/bg-logo.jpg") no-repeat top left;
}

div#footer {
	font-family: Georgia, Times New Roman, Times, serif;
	width:225px;
	color: #276D1F;
	height: 20px;
    border-top: 1px solid #276D1F;
    padding: 5px;
	font-weight:bold;
	font-size:0.7em;
	font-style:italic;
	letter-spacing:0.3em;
	text-align:center;
	float:right;
	background:#95C318;
}

div#footer a:link, div#footer a:visited {
	text-decoration:none;
	color: #000;
	}

div#footer a:hover, div#footer a:active {
	text-decoration:none;
	color: #276D1F;

	
	}
