body {
	background: white;
	color: #231f20;
	font: small/1.3 "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
}

* html body {
behavior: url(/csshover.htc);
}

body, html, ul#navlist, ul#navlist li, ul#subnavlist {
	margin: 0;
	padding: 0;
}

a {
	color: #2b577a;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

h1, h2, h3, h4 {
	color: #4d7335;
	text-transform: uppercase;
	font-size: 130%;
	font-weight: normal;
	margin: 0;
	
}

h2, h3 {
	font-size: 120%;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #2B577A;
	}

h5 {
font-size: 12px;
	font-weight: bold;
	color: #2B577A;
		margin: 0;

	}

.hr {	
	clear: both;
	border-bottom: solid 1px #2B577A;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

/* ------------ HEADER ------------ */

#header {
	width: 100%;
	min-width: 968px;
	position: relative;
	float: left;
	background: white url("http://209.41.172.96/images/header-bg.gif") repeat-x bottom;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

#logo {
	width:100%;
	background: url(http://209.41.172.96/images/index-head-stripe.gif);
}

#file-upload {
	position: absolute;
	top: 0;
	left: 705px;
}

/* ------------ MENU ------------ */

ul#navlist {
	padding: 10px 10px 0 125px;
	margin-top: -36px;
  list-style: none;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  z-index: 1000;
  line-height: 1.0;
}

ul#navlist a {
	float: left;
	display:block;
  background: url("http://209.41.172.96/images/right.gif") no-repeat right top;
  padding: 8px 25px 6px 13px;
  text-decoration: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul#navlist a {float:none;}
/* End IE5-Mac hack */

ul#navlist li {
  float:left;
  background: url("http://209.41.172.96/images/left.gif") no-repeat left top;
  margin: 0;
  padding: 0 0 0 11px;
 }

ul#navlist #current,
ul#navlist li:hover {
	background-image: url("http://209.41.172.96/images/left-on.gif");
}  

ul#navlist #current a,
ul#navlist li:hover a {
	background-image: url("http://209.41.172.96/images/right-on.gif");
	color: white;
}

/* ------------ CONTENT ------------ */

#content-wrap {
	width: 968px;
	padding: 20px 0px 25px 0px;
	font-size: 85%;
		line-height: 1.6;

}

/* ------------ INTERIOR CONTENT ------------ */

#int-divider {
	background: transparent url(http://209.41.172.96/images/int-divider.gif) top left repeat-y;
	width: 100%;
}

/* SUBNAV */
#subnavlist {
	border-right: #94ac71 1px solid;
	}

#subnav {
	width: 128px;
	float: left;
	margin-left: 41px;
	display: inline;
	font-size: 12px;
	color: #2b577a;
	}

#subnavlist li {
	background: transparent url(http://209.41.172.96/images/nav2_02.gif) -155px bottom  no-repeat;
	
	list-style: none;
	min-height: 38px;
	text-align: center;
	text-transform: uppercase;
	}

#subnavlist a {
	display:block;
	background: transparent url(http://209.41.172.96/images/nav2_01.gif) -155px top  no-repeat;
	margin: 0px 0px 9px 0px;
	padding: 12px 0px 12px 7px;
	color: #2b577a;
	text-decoration: none;
	display: block;
	line-height: 1.2;
	}

#subnavlist li:hover, #subnavlist li#current-sub {
	background: transparent url(http://209.41.172.96/images/nav2_02.gif) 0px bottom  no-repeat;
	}

#subnavlist li:hover a, #subnavlist li#current-sub a {
	background: transparent url(http://209.41.172.96/images/nav2_01.gif) 0px top  no-repeat;
	}


* html #subnavlist li { height: 36px; }



#subnavlist li:hover a,
#subnavlist li#current-sub a {
	color: #395f21;
}


#subnavlist .smaller a {
	padding: 0;
	font-size: 11px;
}

/* CONTENT */
#text, #text-one-col {
	margin-left: 35px;
	float: left;
	display: inline;
		width: 620px;

}

/* ------------ PHOTOS --------------- */

.photo-right {
	float:right;
	margin: 10px 0px 15px 15px;}
	
.photo-left {
	float:left;
	margin: 10px 15px 15px 0px;}

/* ------------ HOME CONTENT ------------ */

/* GREEN BOX */
#big-box {
	background: #bddf87 url(http://209.41.172.96/images/big-box-top.jpg) top left no-repeat;
	width: 410px;
	position: relative;
	float: left;
	display: inline;
	margin-left: 50px;
	color:#231f20;
}

#big-box-bot {
	background: transparent url(http://209.41.172.96/images/big-box-bot.jpg) bottom left no-repeat;
	padding: 20px 10px 35px 15px;
}



#big-box h1 + p { margin-top: 5px; }

#big-box h2 {
	color: #00355F;
	margin-bottom: -10px;
	 }

#big-box ul {
	font-size: small;
	}

#big-box a { color: #2b577a; text-decoration: none; }
#big-box a:hover {text-decoration: underline;}

#big-box .readmore {
	display: block;
	margin: 5px 0px 5px 0px;
	background: #d9ff8e;
	width: 410px;
	position: absolute;
	left: 0;
	bottom: 8px;
	text-align: right;
}


	
#big-box .readmore a {
display:block;
	color: #4d7335;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 15px 3px 0px;
	width: 395px;
}


#big-box .readmore a:hover {
	background: #6f9a55; 
	color: #ffffff;
	text-decoration: none;
	}

/* COLUMN SETUP */
#home-two-cols {
	border-left: 1px solid #e7eaea;
	width: 490px;
	margin-left: 17px;
	display: inline;
	float: left;
}

/* HOME TEXT */
#home-content {
	width: 400px;
	margin-left: 20px;
	display: inline;
	float: left;

}




#home-content h1, #home-news h1 {
	color: #2b577a;
	text-transform: uppercase;
	font-size: 140%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	
}

#home-two-cols h2 {
	color: #00aeef;
	font-size: 130%;
	text-transform: uppercase;
	font-weight: normal;
}

#home-two-cols h3 {
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
	color: #231f20;
}

/* HOME NEWS */
#home-news {
	width: 350px;
	margin-left: 42px;
	display: inline;
	float: left;
}

#home-news .title {
	font-weight: bold;
	}

.rsvp {
	background: transparent url(http://209.41.172.96/images/right-rsvp.gif) center right no-repeat;
	padding: 5px 0;
}

.rsvp a {
	background: transparent url(http://209.41.172.96/images/left-rsvp.gif) center left no-repeat;
	text-decoration: none;
	color: white;
	padding: 5px 8px;
}

.rsvp a:hover, .rsvp a:focus, .rsvp a:active { 
	color: #231f20;
	text-decoration: none;
}

.boldblue {
	color: rgb(0, 51, 102);
	font-weight: bold;
	}

blockquote {
	margin: 0px auto;
	padding: 0px;
	text-align: justify;
	font-size: medium;
	font-family: Times New Roman;
	font-style: italic;
	width: 90%;
	line-height:1.3em;
	}

.quote {
	font-size: 11px;
	text-align: right;
	}
	
#big-box h2 {
	color: rgb(0, 51, 102);
	font-size: font-size: small;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0px 4px 0px;;
	}

#big-box ul {
	margin: 0px;;
	padding-left: 12px;
	}

#big-box li {
	margin: 8px 0px;
	list-style-type: none;
	font-size: small;
	background: url(http://209.41.172.96/images/bullet.gif) top left no-repeat;
	line-height:1.3em;
	padding-left: 14px;
	}

#big-box-bot:first-child {
	margin-top: 20px;
	padding-top: 0px;}

#big-box .bigger {
	font-size: 1.3em;
	}

/* FORM TABLE */
.form td:first-child {
	text-align:right;
	padding-right: 5px;
	}


/* ------------ FOOTER ------------ */

#footer {
	background: #4d7335 url(http://209.41.172.96/images/footer-stripes.png) top left repeat-x;
	color: white;
	width: 100%;
	clear: both;
	min-width: 968px;
	font-size: 85%;
	text-transform: uppercase;
	padding-bottom: 70px;
	position:relative;
}

#footer #footer-left {
	height: 109px; width: 196px;
	background: url(http://209.41.172.96/images/footer-left.png) transparent top left no-repeat;
	position:absolute;
	left:0px; top:0px;
	}




#footer #footer-right {
	height: 109px; width: 196px;
	background: url(http://209.41.172.96/images/footer-right.png) transparent top left no-repeat;
	position:absolute;
	right:0px; top:0px;
	}


#footer p { margin: 0; 	padding: 15px 0 10px 0; }
#footer span { margin-left: 80px; }

#footer .partners a {
	background: transparent url(http://209.41.172.96/images/partners-left.gif) center left no-repeat;
	text-decoration: none;
	color: #4d7335;
	padding: 5px 8px;
}

#footer .partners a:hover, #footer .partners a:focus, #footer .partners a:active { 
	color: #4d7335;
	text-decoration: none;
}

#footer a {
	color: white;
	padding: 2px;
	text-decoration: none;
	position: relative;
	z-index: 1000;
}

#footer a:hover, #footer a:focus, #footer a:active { text-decoration: underline; }




/* Hide from IE Mac \*/
#footer { min-height: 80px; }
* html #footer { height: 80px; }
/* End hide from IE Mac */

/* FOOTERSTICK */
/* Hide from IE Mac \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

#outer{min-height:100%;margin-bottom:-105px;height:auto;}
* html #outer{height:100%;}

#clearfooter{clear:both;height:105px;}


/* ------------ EXTRAS ------------ */

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

	/* ------------ IE6/PNG ------------ */

/* commented backslash hack v2 \*/
* html #footer #footer-left {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer-left.png', sizingMethod='crop');
}

* html #footer #footer-right {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer-right.png', sizingMethod='crop');
}

/* end hack */


