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: #00aeef;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

h1, h2, h3 {
	color: #00aeef;
	margin: 0 0 10px 0;
	font-size: 140%;
	text-transform: uppercase;
}

h2, h3 {
	font-size: 120%;
}

/* ------------ HEADER ------------ */

#header, #header-home {
	width: 100%;
	min-width: 968px;
	position: relative;
	float: left;
	background: white url("../images/header-bg.gif") repeat-x bottom;
	padding-bottom: 12px;
	left: 1px;

}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#file-upload {
	position: absolute;
	top: 0;
	left: 705px;
}

/* ------------ MENU ------------ */

ul#navlist {
	padding: 10px 10px 0 230px;
	margin-top: 180px;
  list-style: none;
  text-transform: uppercase;
  font-size: 90%;
}

ul#navlist a {
	float: left;
	display:block;
  background: url("../images/right.gif") no-repeat right top;
  padding: 8px 25px 4px 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("../images/left.gif") no-repeat left top;
  margin: 0;
  padding: 0 0 0 11px;
 }

ul#navlist #current,
ul#navlist li:hover, ul#navlist li.sfhover{
	background-image: url("../images/left-on.gif");
}

ul#navlist #current a,
ul#navlist li:hover a, ul#navlist li.sfhover a {
	background-image: url("../images/right-on.gif");
	padding-bottom: 5px;
	color: white;
}

/* ------------ PICTURE ------------ */

#picture {
	height: 204px;
	background: transparent url(../images/picture-bg.jpg) bottom left repeat-x;
	width: 100%;
	clear: both;
}

#picture img { display: block; }
/* ------------ CONTENT ------------ */

#content-wrap {
	width: 968px;
	padding: 20px 0 25px;
	font-size: 85%;
}

/* ------------ INTERIOR CONTENT ------------ */

#int-divider {
	background: transparent url(../images/int-divider.gif) top left repeat-y;
	width: 100%;
}

/* SUBNAV */
#subnav {
	width: 128px;
	float: left;
	margin-left: 41px;
	display: inline;
	font-size: 12px;
}

#subnav { min-height: 1px; }
* html #subnav { height: 1px; }

#subnavlist li {
	background: transparent url(../images/subnav-bg2.gif) left -77px no-repeat;
	list-style: none;
	min-height: 36px;
	text-align: center;
	margin-bottom: 9px;
	padding-top: 4px;
	text-transform: uppercase;
}

* html #subnavlist li { height: 36px; }

#subnavlist li:hover, #subnavlist li.sfhover,
#subnavlist li#current-sub {
	background-position: left -37px;
}

#subnavlist li:hover a, #subnavlist li.sfhover a,
#subnavlist li#current-sub a {
	background: #ec058e;
}

#subnavlist a {
	color: white;
	text-decoration: none;
	background: #fd9b01;
	width: 115px;
	display: block;
	margin-left: 7px;
	padding: 6px 0;
	line-height: 1.2;
}

#subnavlist .smaller a {
	padding: 0;
	font-size: 11px;
}

/* CONTENT */
#text, #text-one-col {
	width: 337px;
	margin-left: 35px;
	float: left;
	display: inline;
}

#text-one-col {
	width: 620px;
}

/* SIDEBAR */
#sidebar {
	width: 337px;
	margin-left: 35px;
	float: left;
	display: inline;
}

/* ------------ HOME CONTENT ------------ */

/* ORANGE BOX */
#big-box {
	background: #fec80b url(../images/big-box-top.gif) top left no-repeat;
	width: 230px;
	position: relative;
	float: left;
	display: inline;
	margin-left: 50px;
}

#big-box-bot {
	background: transparent url(../images/big-box-bot.gif) bottom left no-repeat;
	padding: 20px 18px 10px 18px;
}

#big-box h1 {
	color: white;
	text-transform: uppercase;
	font-size: 120%;
	font-weight: normal;
	margin: 0;
}

#big-box h1 + p { margin-top: 5px; }

#big-box a { color: white; }

#read-more-home {
	position: absolute;
	bottom: 10px;
	left: -37px;
}

/* COLUMN SETUP */
#home-two-cols {
	background: transparent url(../images/home-divider.gif) top left repeat-y;
	width: 660px;
	margin-left: 17px;
	display: inline;
	float: left;
}

/* HOME TEXT */
#home-content {
	width: 242px;
	margin-left: 20px;
	display: inline;
	float: left;
}

#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 dt {
	font-weight: normal;
	margin-top: 25px;
}

#home-news dd {
	margin-left: 0;
	margin-top: 5px;
}


.rsvp {
	background: transparent url(../images/right-rsvp.gif) center right no-repeat;
	padding: 5px 0;
}

.rsvp a {
	background: transparent url(../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;
}


/* ------------ FOOTER ------------ */

#footer {
	background: #00aeef url(../images/footer-bg.jpg) top left repeat-x;
	color: white;
	width: 100%;
	padding: 15px 0 10px 0;
	clear: both;
	min-width: 968px;
	font-size: 85%;
	text-transform: uppercase;
}

#footer p { margin: 0; padding: 0; }
#footer span { margin-left: 80px; }

#footer .partners {
	background: transparent url(../images/partners-right.gif) center right no-repeat;
	padding: 5px 0;
}

#footer .partners a {
	background: transparent url(../images/partners-left.gif) center left no-repeat;
	text-decoration: none;
	color: #ec058e;
	padding: 5px 8px;
}

#footer .partners a:hover, #footer .partners a:focus, #footer .partners a:active { 
	color: #fd9b01;
	text-decoration: none;
}

#footer a {
	color: white;
	padding: 2px;
	text-decoration: none;
}

#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;}

/* ------------ BIO --------------------- */

h4 {
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#0A5BA1;
	font-family:Arial, Helvetica, sans-serif;
	}

.bio {
	}
	
.bio h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: #0A5BA1;
	font-size:18px;
	font-weight:bold;
	}
	
.bio img {
	float:left;
	padding:1px;
	border:1px solid #000000;
	margin: 0px 10px 10px 0px;
	}
	
.hr {
	clear:both;
	border-bottom: 1px solid #284877;
	margin: 20px 0px 20px 0px;
	padding:0px;
	}

.bio-image {
	float:left;
	margin: 0px 10px 10px 0px;
	padding:3px;
	border:1px solid #D3E6FC;
	text-align:center;
	}
	
.bio-image img {
	padding:1px;
	border:1px solid #000000;
	width: 75px;
	height: 75px;
	}
	
.bio-image h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#396BB4;
	font-size:12px;
	font-weight:100;
	padding: 0px; 
	margin: 5px 0px 0px 0px;
	}


/* ------------ 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 */
