@charset "UTF-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}

@font-face {
	font-family: 'AllerBold';
	src: url('fonts/aller_bd-webfont.eot');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'AllerLightRegular';
	src: url('fonts/aller_lt-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AllerLightItalic';
	src: url('fonts/aller_ltit-webfont.eot');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'ContraRegular';
	src: url('fonts/contra-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ContraItalic';
	src: url('fonts/contra-italic-webfont.eot');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'AllerBold';
	src: url('fonts/aller_bd-webfont.woff') format('woff'), url('fonts/aller_bd-webfont.ttf') format('truetype'), url('fonts/aller_bd-webfont.svg#webfontOnRqE1uC') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'AllerLightRegular';
	src: url('fonts/aller_lt-webfont.woff') format('woff'), url('fonts/aller_lt-webfont.ttf') format('truetype'), url('fonts/aller_lt-webfont.svg#webfontOnRqE1uC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AllerLightItalic';
	src: url('fonts/aller_ltit-webfont.woff') format('woff'), url('fonts/aller_ltit-webfont.ttf') format('truetype'), url('fonts/aller_ltit-webfont.svg#webfontOnRqE1uC') format('svg');
	font-weight: normal;
	font-style: italic;
}


@font-face {
	font-family: 'ContraRegular';
	src: url('fonts/contra-webfont.woff') format('woff'), url('fonts/contra-webfont.ttf') format('truetype'), url('fonts/contra-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ContraItalic';
	src: url('fonts/contra-italic-webfont.woff') format('woff'), url('fonts/contra-italic-webfont.ttf') format('truetype'), url('fonts/contra-italic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}





/* ------------------body-----------------------*/

body {
	margin:0px;
	padding:0px;
	height:100%;
	text-align:left;
	background-color:#657e5b;
	background-image:url(images/grass_repeat.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}


/* -------------------wrapper-------------------- */


#container {
width:900px;
height:100%;
background-color:#ffffff;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}

#wrapper {
width:900px;
height:100%;
background-color:#ffffff;
margin-bottom:20px;
float:left;
}


/*------------------- header---------------------*/

#header {
	width:884px;
	height:116px;
	padding:15px 0px 0px 8px;
}


/*------------------- nav's---------------------*/

#nav_main {
	width:880px;
	height:32px;
	margin:10px 5px 0px 15px;
}



#nav_sub {
	width:285px;
	padding-top:20px;
	overflow:hidden; /* hide the top border on the first link */
	float:right;
}

#nav_sub ul {
    margin:0;
    padding:0;
    list-style:none;
    margin-top:-1px; /* hide the top border on the first link */
}
#nav_sub li  {
    background-image:url(images/header.gif);
	background-repeat:repeat-x;
    float:left;
}
#nav_sub li a,
#nav_sub li a:visited {
    float:left;
    width:265px;
    height:23px;
    color:#fff;
    border-top:solid 1px #fff;
    text-decoration:none;
    font-family:'ContraRegular', Tahoma, Geneva, serif;
    font-weight:normal;
	letter-spacing:1px;
    font-size:14px;
    padding:5px 0px 0px 20px;
}
#nav_sub li a:hover {
    background-image:url(images/header_over.gif);
	background-repeat:repeat-x;
}


/*------------------- flash image---------------------*/

#flashbox {
	width:870px;
	height:321px;
	border-bottom:2px solid #cdd2cb;
	padding:5px 0px;
	margin:0px 15px;
}


/*------------------- blurbs---------------------*/

#blurb_main {
	width:870px;
	height:220px;
	margin:0px 15px;
	
}

#blurb_left {
	width:268px;
	height:200px;
	color:#657e5b;
	font-family:'AllerLightItalic', Tahoma, Geneva, serif;
	font-weight:italic;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	border-right:2px solid #cdd2cb;
	padding:15px 15px 5px 0px;
	float:left;
}

#blurb_center {
	width:268px;
	height:200px;
	color:#657e5b;
	font-family:'AllerLightItalic', Tahoma, Geneva, serif;
	font-weight:italic;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	border-right:2px solid #cdd2cb;
	padding:15px 15px 5px 15px;
	float:left;
}

#blurb_right {
	width:270px;
	height:200px;
	color:#657e5b;
	font-family:'AllerLightItalic', Tahoma, Geneva, serif;
	font-weight:italic;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	padding:15px 0px 5px 15px;
	float:left;
}


#blurb_main2 {
	width:870px;
	height:170px;
	margin:4px 15px 0px 15px;
	border-top:2px solid #cdd2cb;
	
}

#blurb_left2 {
	width:268px;
	height:140px;
	color:#657e5b;
	font-family:'AllerLightItalic', Tahoma, Geneva, serif;
	font-weight:italic;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	border-right:2px solid #cdd2cb;
	padding:15px 15px 15px 0px;
	float:left;
}

#blurb_center2 {
	width:268px;
	height:140px;
	color:#657e5b;
	font-family:'AllerLightItalic', Tahoma, Geneva, serif;
	font-weight:italic;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	border-right:2px solid #cdd2cb;
	padding:15px;
	float:left;
}

#blurb_right2 {
	width:270px;
	height:140px;
	color:#657e5b;
	font-family:'AllerLightItalic', Tahoma, Geneva, serif;
	font-weight:italic;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	padding:15px 0px 15px 15px;
	float:left;
}

/*------------------- content---------------------*/

#content_main {
	width:870px;
	padding:15px 0px;
	margin:0px 15px;
	float:left;
}

#content_left {
	width:555px;
	color:#657e5b;
	font-family:'AllerLightRegular', Tahoma, Geneva, serif;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	padding:15px 30px 0px 0px;
	float:left;
}

#content_left1 {
	width:860px;
	color:#657e5b;
	font-family:'AllerLightRegular', Tahoma, Geneva, serif;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	padding:15px 5px 5px 0px;
	float:left;
}

#content_pics {
	width:870px;
	padding:15px 0px;
	margin:0px 15px;
	float:left;
}


/* ------------------footer-----------------------*/

#footer {
	width:870px;
	height:10px;
	border-top:2px solid #cdd2cb;
	color:#657e5b;
	font-family:'AllerLightRegular', Tahoma, Geneva, serif;
	font-size:14px;
	padding:10px 0px 5px 0px;
	margin-top:10px;
	float:left;
	clear:both;
}



/*------------------- classes---------------------*/

.blurb_img {
	padding-bottom:10px;
}

.content_img {
	padding-right:5px;
	padding-bottom:5px;
}

.content_img2 {
	padding-bottom:5px;
}

h1 {
	color:#6a665a;
	font-family:'ContraRegular', Tahoma, Geneva, serif;
	font-size:22px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:26px;
	text-transform:capitalize;
}


/*------------------- links---------------------*/

a:link, a:visited {
color:#2c4024;
text-decoration:none;
font-weight:normal;
}

a:hover, a:active {
color:#6a665a;
text-decoration:none;
font-weight:normal;
}








