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

/* Structure */

body {
	background: url(../images/body-bg.gif) top repeat-x #ffffff fixed;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	}

#center {
	width: 875px;
	margin: 0 auto 0 auto;
	}

#top {
	width: 875px;
	height: 41px;
	float: left;
	background: url(../images/top.gif) no-repeat;
	padding: 3px 0 0 ;
	}

#main {
	width: 875px;
	float: left;
	background: url(../images/wrap-bg.gif) top no-repeat;
	}

#col-lft {
	width: 173px;
	float: left;
	}

#logo {
	width: 138px;
	float: left;
	background: url(../images/nav-bg.gif) repeat-y;
	padding: 0 17px 17px 18px;
	}

#nav {
	width: 165px;
	float: left;
	background: url(../images/nav-bg.gif) repeat-y;
	padding: 0 4px 0 4px;
	}

#sidebar {
	width: 129px;
	float: left;
	padding: 0 18px 10px 26px;
	}

.sb-item {
	margin: 0 0 7px 0;
	}

#nav-btm {
	width: 173px;
	height: 24px;
	float: left;
	background: url(../images/nav-btm.gif) no-repeat;
	}

#col-rt {
	width: 702px;
	float: right;
	background: url(../images/rt-top.gif) top no-repeat;
	padding: 16px 0 0 0;
	}

#pics {
	width: 686px;
	float: right;
	background: url(../images/pics-bg.gif) right repeat-y;
	padding: 0 8px 8px 8px;
	}

.rotating-pic {
	width: 224px;
	height: 187px;
	float: left;
	}

#fadeshow1 {
	margin-right: 7px;
	background: url(../images/pic1.jpg);
	}

#fadeshow2 {
	margin-right: 7px;
	background: url(../images/pic2.jpg);
	}

#fadeshow3 {
	background: url(../images/pic3.jpg);
	}

#cap-cam {
	width: 702px;
	height: 78px;
	float: right;
	background: url(../images/cap-cam-banner.jpg) no-repeat;
	}

#cc-donate {
	width: 319px;
	height: 70px;
	float: left;
	text-align: center;
	padding: 8px 16px 0 16px;
	}

#cc-title {
	margin-bottom: 5px;
	}

#cc-totaltext {
	width: 120px;
	height: 58px;
	float: left;
	padding: 10px 10px 10px 0;
	}

#cc-totaltext p {
	display: block;
	height: 58px;
	color: #ffffff;
	text-align: right;
	border-right: 1px solid #7bafb3;
	margin: 0px;
	padding: 0 10px 0 0;
	}

#cc-ticker {
	width: 189px;
	height: 68px;
	float: left;
	padding: 10px 16px 0 0;
	}

#cc-ticker p {
	display: block;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	}

#cc-ticker p.ticker-desc {
	display: block;
	width: 185px;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0px;
	padding: 0 4px 0 0;
	}

#cc-ticker p.ticker {
	display: block;
	width: 179px;
	height: 34px;
	background: url(../images/ticker-bg.gif) no-repeat;
	color: #016469;
	font-size: 27px;
	font-weight: bold;
	padding: 4px 5px 0 5px;
	margin-top: 4px;
	letter-spacing: 2px;
	line-height: normal;
	}

#content {
	width: 662px;
	float: right;
	background: url(../images/main-content-bg.jpg) top left no-repeat;
	padding: 20px 20px 20px 20px;
	}

.inset-feat {
	width: 257px;
	float: right;
	background: url(../images/feat-box-top.gif) top no-repeat;
	margin: 0 0 25px 25px;
	padding: 11px 0 0 0;
	}

.if-content {
	width: 235px;
	float: right;
	background: url(../images/feat-box-bg.gif) top no-repeat #dbdada;
	padding: 0 11px 0 11px;
	}
	
.if-btm {
	width: 257px;
	height: 12px;
	float: right;
	background: url(../images/feat-box-btm.gif) no-repeat;
	}

#featured-content-btm {
	width: 702px;
	float: left;
	}

#featured-content-green {
	width: 334px;
	float: left;
	background: url(../images/feat-grn-top.gif) top center no-repeat;
	padding: 11px 5px 0 5px;
	}

#fcgreen-content {
	width: 304px;
	height: 280px;
	float: left;
	background: url(../images/feat-grn-bg.gif) top no-repeat #65a1a4;
	padding: 0 15px 0 15px;
	}

#fcgreen-btm {
	width: 334px;
	height: 17px;
	float: left;
	background: url(../images/feat-grn-btm.gif) no-repeat;
	}

#featured-content-gray {
	width: 334px;
	float: left;
	background: url(../images/feat-gry-top.gif) top center no-repeat;
	padding: 11px 5px 0 5px;
	}

#fcgray-content {
	width: 304px;
	height: 280px;
	float: left;
	background: url(../images/feat-gry-bg.gif) top no-repeat #8b8b8b;
	padding: 0 15px 0 15px;
	}

#fcgray-btm {
	width: 334px;
	height: 17px;
	float: left;
	background: url(../images/feat-gry-btm.gif) no-repeat;
	}

#footer {
	width: 828px;
	height: 63px;
	float: left;
	background: url(../images/footer-bg.gif) no-repeat;
	padding: 25px 14px 0 33px;
	}

#subfooter {
	width: 835px;
	float: left;
	padding: 20px;
	}

/* Top Nav */

ul#top-nav {
	display: block;
	list-style: none;
	height: 39px;
	margin: 0px;
	padding: 0px;
	float: right;
	}

ul#top-nav li {
	height: 27px;
	float: right;
	display: block;
	margin: 0 10px 0 0;
	padding: 12px 10px 0 45px;
	color: #660000;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	letter-spacing: 0px;
	}

ul#top-nav li a {
	color: #660000;
	text-decoration: none;
	}

ul#top-nav li a:hover {
	color: #660000;
	text-decoration: underline;
	}

ul#top-nav li.fax {
	width: 93px;
	background: url(../images/fax-top.gif) top no-repeat;
	}

ul#top-nav li.email {
	width: 143px;
	background: url(../images/email-top.gif) top no-repeat;
	}

ul#top-nav li.phone {
	width: 109px;
	background: url(../images/phone-top.gif) top no-repeat;
	}

/* Nav */

#nav ul {
	margin: 0px;
	padding: 0px;
	}

#nav ul li {
	display: block;
	width: 165px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(../images/button.gif) no-repeat;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	}

#nav ul li:hover {
	background: url(../images/button-2.gif) no-repeat;
	font-size: 13px;
	}

#nav ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 143px;
	height: 25px;
	padding: 11px 11px 0 11px;
	}

/* Basic Text Styling */

h1, h2, h3, h4 {
	margin: 20px 0 15px 0;
	}

p, ul, ol {
	margin: 0 0 15px 0;
	}

h1 {
	font-family: Trajan Pro, Times New Roman, Georgia, Serif;
	font-size: 35px;
	color: #660000;
	}

h2 {
	font-family: Trajan Pro, Times New Roman, Georgia, Serif;
	font-size: 25px;
	color: #660000;
	}

h3 {
	font-family: Trajan Pro, Times New Roman, Georgia, Serif;
	font-size: 20px;
	color: #660000;
	}

h4 {
	font-size: 17px;
	color: #02656a;
	}

h5 {
	font-size: 14px;
	color: #02656a;
	}

h6 {
	font-size: 12px;
	}

p {
	font-size: 13px;
	line-height: 18px;
	}

ul {
	padding: 0 0 0 30px;
	}

ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 25px;
	list-style: none;
	background: url(../images/bullet.gif) left no-repeat;
	font-size: 14px;
	}

table {
	width: 95%;
	margin: 10px auto 25px auto;
	border: 1px solid #c7c6c0;
	padding: 5px;
	font-size: 13px;
	background: #ffffff;
	}

table td {
	padding: 10px;
	background: url(../images/table-td-bg.gif) top repeat-x #ffffff;
	}
	
table th {
	padding: 10px;
	background: url(../images/table-title-bg.gif) top repeat-x #4e9497;
	color: #ffffff;
	text-transform: uppercase;
	border: 0px;
	}

a {
	color: #660000;
	font-weight: bold;
	}

a:hover {
	color: #02656a;
	font-weight: bold;
	}

h1 a.visible, h2 a.visible, h3 a.visible {
	color: #02656a;
	}

h1 a.visible:hover, h2 a.visible:hover, h3 a.visible:hover {
	color: #660000;
	}

h4 a.visible, h5 a.visible, h6 a.visible {
	color: #660000;
	}

h4 a.visible:hover, h5 a.visible:hover, h6 a.visible:hover {
	color: #02656a;
	}


/* Additional Text Styling */

.title {
	width: 100%;
	display: block;
	border-bottom: 1px solid #9d9c97;
	padding: 0px;
	color: #660000;
	margin: 0 0 15px 0;
	height: 30px;
	}

#sharethis {
	float: right;
	margin: 0px;
	}

#sharethis h1, #sharethis h2, #sharethis h3 {
	margin: 0;
	}

#sharethis a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	margin: 0px;
	}

#sharethis a:hover {
	color: #660000;
	}

.inset-feat h1, .inset-feat h2, .inset-feat h3, .inset-feat h4 {
	margin: 0 0 10px 0;
	}

.inset-feat p {
	font-size: 12px;
	padding: 0 5px 0 5px;
	}

#featured-content-green p, #featured-content-gray p, #featured-content-green, #featured-content-gray, #featured-content-green h1, #featured-content-gray h1, #featured-content-green h2, #featured-content-gray h2, #featured-content-green h3, #featured-content-gray h3, #featured-content-green h4, #featured-content-gray h4, #featured-content-green h5, #featured-content-gray h5, #featured-content-green h6, #featured-content-gray h6, #featured-content-green li, #featured-content-gray li {
	color: #ffffff;
	}

p.more-green {
	background: url(../images/feat-grn-more.png) right no-repeat;
	display: block;
	width: 100%;
	height: 27px;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	}

p.more-green a:hover {
	color: #999999;
	background: url(../images/feat-grn-more-2.png) right no-repeat;
	}

p.more-gray {
	background: url(../images/feat-gry-more.png) right no-repeat;
	display: block;
	width: 100%;
	height: 27px;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	}

p.more-gray:hover a:hover {
	color: #999999;
	background: url(../images/feat-gry-more-2.png) right no-repeat;
	}

p.more-green a, p.more-gray a {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 78px;
	height: 20px;
	float: right;
	padding: 7px 25px 0 6px;
	}

#footer p {
	font-size: 12px;
	color: #ffffff;
	}

p.copyright {
	display: block;
	color: #ffffff;
	width: 170px;
	height: 30px;
	float: left;
	background: url(../images/btm-logo.gif) left no-repeat;
	padding: 20px 0 0 42px;
	line-height: normal;
	}

p.footer-links {
	display: block;
	float: right;
	width: 605px;
	height: 30px;
	text-align: right;
	padding: 20px 0 0 0;
	line-height: normal;
	}

p.footer-links a {
	padding: 0 8px 0 8px;
	border-right: 1px solid #5c9da2;
	color: #ffffff;
	text-decoration: none;
	}

p.footer-links a:hover {
	text-decoration: underline;
	}

#subfooter p {
	text-align: right;
	line-height: normal;
	}

#subfooter p a {
	color: #666666;
	text-decoration: none;
	}

.number {
	color: #02656a;
	font-size: 30px;
	font-family: Trajan Pro, Times New Roman, Georgia, Serif;
	margin-right: 10px;
	line-height: 20px;
	}

p.inset {
	display: block;
	width: 85%;
	margin: 0 auto 0 auto;
	padding: 20px;
	background: url(../images/button-rpt-bg.gif) top repeat-x #ffffff;
	border: 1px solid #ccc7b9;
	}
	
/* Forms */

input {
	background: #ffffff;
	border: 1px solid #999999;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	font-size: 13px;
	margin: 0 0 6px 0;
	}

textarea {
	background: #ffffff;
	border: 1px solid #999999;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	font-size: 13px;
	margin: 0 0 6px 0;
	}

input:hover, textarea:hover {
	border: 1px solid #2e8187;
	}

input.button {
	background: url(../images/button-rpt-bg.gif) top repeat-x #ffffff;
	height: 35px;
	border: 1px solid #999999;
	color: #6f0f0e;
	}

input.button:hover {
	background: url(../images/button-rpt-bg-2.gif) top repeat-x #4a9195;
	cursor: pointer;
	color: #ffffff;
	}


/* Other */

.red {
	color: #660000;
	}

.green {
	color: #02656a;
	}

.white {
	color: #fffff;
	}

.gray {
	color: #464646;
	}

a img {
	border: 0;
	}

img.border {
	border: 1px solid #868684;
	}

img.alignleft {
		float: left;
		margin: 0 25px 25px 0;
}

img.alignleft {
		float: left;
		margin: 0 25px 25px 0;
}

img.alignright {
		float: right;
		margin: 0 0 25px 25px;
}
