@charset "UTF-8";
@import url(fontPlusReset.css);
body {
	background-image: url(../images/gradientBody.gif);
	background-repeat: repeat-x;
	background-color: #fcf4d7;	
}
.header {
	background-image: url(../images/gradientHeader.gif);
	background-repeat: repeat-x;
	height: 8em;
	background-position: left top;
	background-color: #fcf4d6;
	padding-right: 4em;
	padding-left: 4em;
}
.logobig {
	display: block;
	background-image: url(../images/logoBig.gif);
	background-repeat: no-repeat;
	width: 211px;
	height: 100%;
	background-position: center center;
	text-indent: -9999px;
}
.searchbox {
	background-color: #FFF;
	float: right;
	height: 30px;
	margin-top: -32px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #919081;
	border-right-color: #919081;
	border-left-color: #919081;
}
.ie .searchbox {
	width:43em;
}
.front .searchbox {
	background-color: #fbf2d4;
}
.rss {
	display: block;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: -48px 0px;
	text-indent: -9999px;
	height: 27px;
	width: 42px;
	float: right;
	margin-left: 5px;
	margin-top: 3px;
	margin-right: 3px;
}
.rsvp {
	display: block;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 27px;
	width: 42px;
	float: right;
	margin-top: 3px;
	margin-left: 5px;
}
.rss:hover, .rsvp:hover {
	background-position: -48px -33px;
}
.rsvp:hover {
	background-position: 0px -33px;
}
.searchbox a {
	float: right;
	padding: 3px;
}
.searchbox .radios {
	display: none;
}
.searchbox form {
	display: block;
	float: right;
	padding-top: .4em;
	padding-right: .3em;
	padding-left: .5em;
}
.navigationtoplevel {
	background-color: #00455f;
	background-image: url(../images/gradientNavBig.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	font-size: 1em;
	padding-left: 2.75em;
}
.footer {
	color: #FFF;
	background-color: #0F455E;
	padding-top: .5em;
	padding-right: 4em;
	padding-bottom: .5em;
	padding-left: 3.5em;
	font-size: .8em;
}
.wrapper {
	margin-right: 4em;
	margin-left: 4em;
}
.front .wrapper {
	margin-right: 4em;
	margin-left: 4em;
	min-width:964px;
}
.ie6 .front .wrapper {
	width:964px;
}
.sidebar {
	width: 140px;
	padding: 10px;
	float: right;
}
.mainbody {
	background-color: #DDDCD4;
	margin-right: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBF4D8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00587a;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00587a;
	min-width:800px;
}
.mainbody a:hover, .sidebar a:hover, .insidecontent a:hover {
	color: #114E6C;
}
.threecolumns {
	background-color: #FFF;
	width: 80%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00587a;
	margin-right: -1px;
}
.newest {
	float: left;
	width: 20%;
}
.newest h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.3em;
}
.smallnews {
	background-image: url(../images/gradientNews.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0.8em;
	padding-right: 0.5em;
	padding-bottom: 0.8em;
	padding-left: 0.5em;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 1px;
}
.threecolumns .column {
	float: left;
	width: 33%;
}
.column h2 {
	font-size: 1.6em;
	padding: .5em;
	font-weight: bold;
}
.column p {
	font-size: 1.2em;
	padding-right: 0.6em;
	padding-bottom: 1em;
	padding-left: 0.6em;
	line-height: 1.5em;
}
.middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDCD4;
	border-left-color: #DDDCD4;
}
.slideshow {
	background-image: url(../images/slideback.gif);
	background-repeat: repeat-x;
	background-color: #AEA58E;
	background-position: left top;
}
#slideshow {
	margin:0 auto;
	width:618px;
	height:260px;
	position:relative;
	background-image: url(img/bg_slideshow.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 0;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:540px;
	height:260px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:260px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:39px;
	height:260px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background-color: transparent;
	background-image: url(../images/control_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rightControl {
	top:0;
	right:0;
	background-color: transparent;
	background-image: url(../images/control_right.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.slidetext {
	position: relative;
	z-index: 3;
	margin-top: -130px;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(../images/transparentBrown.png);
	background-repeat: repeat;
	width: 510px;
	color: #FFF;
	padding: 15px;
}
.ie .slidetext {
	margin-top: -133px;
}
.ie6 .slidetext {
	background-image: url(../images/transparentBrown.gif);
}
.slidetext h3 {
	font-size: 1.5em;
	padding-bottom: .5em;
}
.slidetext p {
	font-size: 1.2em;
}
.ie6 .slidetext h3, .ie6 .slidetext p {
	background-color: #AEA58E;	
}
.slidetext a {
	color: #FFF;
}
.blindspots {
	border: 1px solid #0F455E;
	background-color: #FFF;
}
.blindspots h3 {
	line-height: 2em;
	font-weight: bold;
	font-size: 1.3em;
	background-image: url(../images/gradientWhite.gif);
	background-repeat: repeat-x;
	color: #0F455E;
	background-position: left bottom;
}
.blindspots h3 span {
	display: block;
	float: left;
	background-color: #0F455E;
	padding-left: .3em;
	padding-right: .3em;
	margin-right: .3em;
	color: #FFFFFF;
	background-position: left bottom;
}

#twitter_div {
	border: 1px solid #16455D;
	background-color: #FFF;
	margin-top: 1em;
	margin-bottom:1em;
}
.twithead {
	background-image: url(../images/gradientSideBar.gif);
	background-repeat: repeat-x;
	display: block;
	background-position: left top;
	background-color: #2d8eb3;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #125475;
}
#twitter_div h3 {
	background-image: url(../images/twitter.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 25px;
}
#twitter_update_list {
	width: 138px;
	overflow: auto;
	display: block;
}
.ie #twitter_update_list {
	overflow-y: hidden;
	padding-bottom:1em;
}
#twitter_update_list li {
	line-height: 1.5em;
	font-size: 1.1em;
	padding-top: .5em;
	padding-right: .3em;
	padding-bottom: .5em;
	padding-left: .3em;
}
#twitter-link {
	padding: .5em;
}
.sidewrap {
	padding: .4em;
	font-size: 1.1em;
	line-height: 1.4em;
}
/*.facebook {
	text-indent: -9999px;
	height: 37px;
	width: 121px;
	background-image: url(../images/facebook.gif);
	display: block;
	margin-top: 1em;
}
*/
.navigationsecondlevel {
	background-color: #c3c0ab;
	font-size: 1 em;
	font-weight: bold;
	background-image: url(../images/secondstripe.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.ie6 .navigationsecondlevel {
	padding-left:1px;
}
.navigationsecondlevel ul {
	display: block;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #0F455E;
	float: left;
	margin-top: .5em;
	margin-left: 2.7em;
}
.ie6 .navigationsecondlevel ul {
	margin-left: 21px;
	margin-bottom:-.1em;
}
.mac.ff3 .navigationsecondlevel ul {
	margin-left: 2.75em;
}
.navigationsecondlevel li {
	display: block;
	float: left;
}
.navigationsecondlevel li a {
	display: block;
	text-decoration:none;
	background-color: #aea58e;
	background-image: url(../images/gradientNavSmall.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0F455E;
	border-bottom-color: #16455D;
	padding-top: .3em;
	padding-right: .6em;
	padding-bottom: .5em;
	padding-left: .6em;
}
.navigationsecondlevel li a:hover {
	text-decoration:underline;
	background-color: #388FB3;
	background-image: none;
}
.insidecontent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0F455E;
	border-left-color: #16455D;
	font-size: 1.2em;
	line-height: 1.4em;
	background-color: #FFF;
	padding: 1em;
	min-height:600px;
	min-width:740px;
}
.ie6 .insidepage .wrapper {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C2C0AC;
	border-bottom-color: white;
}
.subsub {
	background-color: #fcf4d7;
	float: left;
	margin-left: -1em;
	margin-bottom: 1em;
	display: block;
	border-right-width: 1em;
	border-right-style: solid;
	border-right-color: #FFF;
}
.ie .subsub {
	position:relative;
}
.ie6 .subsub {
	margin-left: -.45em;
}
.subsub li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: .3em;
	padding-right: 1em;
	padding-bottom: .3em;
	padding-left: 1em;
}
.subsub li a {
	text-decoration: none;
}
.subsub li a:hover {
	text-decoration: underline;
}
.insidecontent h1 {
	color: #16455D;
	font-size: 2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #16455D;
	margin-top: .5em;
	margin-bottom: .3em;
}
.insidecontent h2 {
	color: #0076a3;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0076a3;
	margin-bottom: .4em;
	margin-top: .4em;
}
.insidecontent h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #9a8e72;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9a8e72;
	margin-top: .5em;
	margin-bottom: .5em;
}
.image {
	float: right;
	color: #FFF;
	background-color: #16455D;
	line-height: 1.5em;
	margin-bottom: .5em;
	margin-left: .5em;
	padding:.5em;
}
.image img {
	display: block;
	margin-top: 0em !important;
	margin-right: 0em !important;
	margin-bottom: .5em;
	margin-left: 0em !important;
}
.bigOne .bigOne, .bigTwo .bigTwo, .bigThree .bigThree, .bigFour .bigFour, .bigFive .bigFive, .bigSix .bigSix, .bigSeven .bigSeven, .bigEight .bigEight, .bigNine .bigNine, .bigTen .bigTen {
	background-color: #2F8FB4;
	background-image: url(../images/gradientSideBar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bigOne .bigOne a, .bigTwo .bigTwo a, .bigThree .bigThree a, .bigFour .bigFour a, .bigFive .bigFive a, .bigSix .bigSix a, .bigSeven .bigSeven a, .bigEight .bigEight a, .bigNine .bigNine a, .bigTen .bigTen a {
	color:#000;
	cursor:default;
}
.bigOne .bigOne a:hover, .bigTwo .bigTwo a:hover, .bigThree .bigThree a:hover, .bigFour .bigFour a:hover, .bigFive .bigFive a:hover, .bigSix .bigSix a:hover, .bigSeven .bigSeven a:hover, .bigEight .bigEight a:hover, .bigNine .bigNine a:hover, .bigTen .bigTen a:hover {
	color:#fff;
	background-color: #2F8FB4;
	background-image: url(../images/gradientSideBar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* keeps sub nav for your section from popping open while in the curent sub section (already have tabs below)*/
.bigOne .bigOne ul, .bigTwo .bigTwo ul, .bigThree .bigThree ul, .bigFour .bigFour ul, .bigFive .bigFive ul, .bigSix .bigSix ul, .bigSeven .bigSeven ul, .bigEight .bigEight ul, .bigNine .bigNine ul, .bigTen .bigTen ul {
	display:none !important;
}
.smallOne .smallOne a, .smallTwo .smallTwo a, .smallThree .smallThree a, .smallFour .smallFour a, .smallFive .smallFive a, .smallSix .smallSix a, .smallSeven .smallSeven a, .smallEight .smallEight a, .smallNine .smallNine a, .smallTen .smallTen a {
	background-color: #FFF;
	background-image:none;
	border-bottom-color:#FFF;
}
.smallOne .smallOne a:hover, .smallTwo .smallTwo a:hover, .smallThree .smallThree a:hover, .smallFour .smallFour a:hover, .smallFive .smallFive a:hover, .smallSix .smallSix a:hover, .smallSeven .smallSeven a:hover, .smallEight .smallEight a:hover, .smallNine .smallNine a:hover, .smallTen .smallTen a:hover {
	background-color: #FFF;
	background-image:none;
	border-bottom-color:#FFF;
}
.mapholder {
	width:720px;
	margin:auto;
}
.insidecontent img {
	margin: .5em;
}

