@charset "utf-8";
/* CSS Document */

/* defaults */






/* SUCKERFISH -----------------------------------------------------------------------------*/


#nav {
	float: right;
	width: 635px;
	margin-top: 85px;
	position:relative;
	z-index:700;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
	position:absolute;
	z-index:800;	
}

#nav ul li {
	float:left;
	color:#FFFFFF;
	text-transform: uppercase;
	margin-left: 1px;
	background-image: url(/images/nav_left.png);
	background-repeat: no-repeat;
	padding-left: 4px;
	position:relative;
	z-index:900;
}

#nav ul li a{
	text-decoration:none;
	color:#B7B7B7;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding:3px;
}
#nav ul li a:hover{
	text-decoration:none;
	color:#fff;
}
#nav span {
	background-image: url(/images/nav_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 6px;
	display: block;
}

#nav ul li ul li {
	background-image:none !important;
	float:none;
	list-style-position:outside;
}
#nav ul li ul li a {
	display:block;
	height:20px;
	line-height:20px;
	
}
#nav ul li ul li a:hover {
	background:#202020 !important;
	}
	
#blog_roll {
	position:relative;
	z-index:1000;
	background:url(/images/blog_roll_bg.gif) repeat-x #fff;
	padding:.5em;
	margin:7px 0px;
	font-size:12px;
	font-weight:bold;
	}
li ul {
	display:none;
	position:absolute;
	top:20px;
	left:0px !important;
    padding: 0;
    margin: 0;
    list-style: none;
    background:#000;
    background-image:none !important;
  }

li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul{ 
	display: block;
	list-style-position:outside;
 }

li ul li:hover, li ul li.over {
	background:#202020 !important;
	color:#fff;
	list-style-position:outside;
}


/* END SUCKERFISH -----------------------------------------------------------------------------*/


html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
body {
	text-align: center;
	min-width: 760px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#545454;
	background-color:#060606;
	line-height: 133%;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
 }
 a {
 	color:#860000;
	outline:none;
 }
 
 
#featureWrapper {
	background:#fff;
}

#fp_bottom {
	background-image: url(/images/hp_lowerBG.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#fp_bottom_col1 {
	float: left;
	width: 225px;
	height: 235px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 165%;
	color: #141414;
	text-align: right;
	background-image: url(/images/fp_whistle.png);
	background-position: 15px bottom;
	background-repeat: no-repeat;
	padding: 5px 15px 15px 85px;
}
.fp_right_box_top {
	background-image: url(/images/fp_top_box.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #545454;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
	color: #FFF;
	font-size: 10px;
	margin-bottom: 7px;
	padding: 10px;
}
#feature_right .fp_right_box_top {
	float:left;
	width:269px;
	margin-top: 10px;
}
.fp_right_box_bottom {
	background-image: url(/images/fp_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #FFF;
	padding: 10px 75px 10px 10px;
	width: 205px;
	float: none;
	margin-bottom: 10px;
}
#hp_feature_right h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height:20px;
}
#custom {
	margin:25px 0px;
}
#custom h3 {
	border-bottom:1px solid #ccc;
	padding:10px 0px;
}
.fp_seperator {
	background-image: url(/images/fp_seperator.gif);
	float: left;
	margin-top: 30px;
}
.fp_buyNow {
	text-align: right;
}


#fp_bottom_col2 {
	float: left;
	width: 286px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 165%;
	color: #141414;
	height: 235px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#fp_bottom_col3 {
	float: left;
	width: 322px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 165%;
	color: #141414;
	height: 235px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#fp_bottom_col3 a {
	color: #860000;
	text-decoration: underline;
}
#fp_bottom_col3 a:hover {
	text-decoration: none;
}
#fp_bottom h2 {
	text-transform: uppercase;
	color: #0C0C0C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:25px;
}

#news {
	float:left;
	width:300px;
	padding:15px 15px 15px 0px;
	
}
#news a {
	color:#666666;
}
#news h2 {
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
#news img {
	float:left;
	margin:0px 10px 10px 0px;
	border:1px solid #ccc;
}
#news_content {
	padding:0px 25px 25px 25px;
}
#news_content a {
	color:#666666;
}
#news_content h2 {
	border-bottom:1px solid #ccc;
	margin:15px 0px;
	font-size:24px;
	padding:10px 0px;
}
#news_content img {
	float:left;
	margin:0px 15px 15px 0px;
	border:1px solid #ccc;
}

.date {
	font-size:10px;
}
#side_img {
	margin-top:50px;
	text-align:center;
}
#events {
	float:left;
	width:300px;
	padding:15px;
	border-left:1px solid #ccc;
}
#events a {
	color:#666666;
}
#events h2 {
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
#events img {
	float:left;
	margin:0px 10px 10px 0px;
	border:1px solid #ccc;
}
#event_content {
	padding:0px 25px 25px 25px;
}
#event_content a {
	color:#666666;
}
#event_content h2 {
	border-bottom:1px solid #ccc;
	margin:15px 0px;
	font-size:24px;
	padding:10px 0px;
}
#event_content img {
	float:left;
	margin:0px 15px 15px 0px;
	border:1px solid #ccc;
}
form {
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
	list-style-position: inside;
}
h1{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:normal;
}
h2{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:25px;
}
h3{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
}
h4{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
}
img { 
	border:0;
}

fieldset { 
	border:0;
}
caption,th {
	text-align:left;
}



/* ID's */

#outer_wrap {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	z-index:200;
}

 #wrapper {
	text-align: left;
	width: 1007px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;

 }
#fundraiser {
	position:absolute;
	top:485px;
	left:40px;
	z-index:100;
}
#header{

}

#header #logo{
	float:left;
	padding-top: 1.3em;
	padding-right: 1.3em;
	padding-bottom: .7em;
	padding-left: 1.3em;
}
#hp_feature_right {
	width: 296px;
	float: right;
	padding: 6px;
	position:relative;
}
#hp_feature_left {
	position:relative;
	z-index:400;
	float: left;
	width: 692px;
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom:7px;
}
#feature_right {
	background:url(/images/r_mid_shade.gif) repeat-x #fff top;
	width: 296px;
	float: right;
	padding: 0px 7px 0px 0px;
}
#feature_left {
	float: left;
	width: 704px;
	background:#fff;
}
#sub_header {
	background:url(/images/header_shade.gif) repeat-x #000;
	height:63px;
	padding:10px 0px 5px 25px;
}
#sub_header h1 {
	font-weight:normal;
	color:#fff;
	margin:10px 0px 5px 0px;
	line-height:25px;
}
#crumbs {
	text-transform:uppercase;
	font-size:10px;
}
#crumbs a{
	color:#fff;
	text-decoration:none;
}
#side_shade {
	width:7px;
	float:left;
}
#sub_bottom {
	background:url(/images/sub_lower.gif) no-repeat;
	width:1007px;
	height:16px;
}
#red_bottom {
	background-image: url(/images/redBottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #FFF;
	height: 64px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-top: 20px;
}
#footerCol1 {
	float: left;
	width: 139px;
}
#footerCol2 {
	float: left;
	width: 157px;
}
#footerCol3 {
	float: left;
	width: 157px;
}
#footerCol4 {
	float: left;
	width: 157px;
}
#footerCol5 {
	float: left;
	width: 157px;
}
#footerCol6 {
	float: left;
	width: 195px;
	
}
#media_icons {
	margin:10px;
}
#media_icons img {
	margin-right:10px;
}
#header #topNav{
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#333333;
	padding-top: 1em;
	padding-right: 1em;
}
#header #topNav a{
	color: #333333;
	text-decoration: none;
}
#header #topNav a:hover{
	text-decoration: underline;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#333333;
	line-height: 133%;
	padding: 1em;
}
#sub_content {
	width:650px;
	padding:25px;
	float:left;
	background:#fff;
}
#content a{
	color: #006699;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#CTM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #545454;
	float: right;
}
#CTM a{
	color: #545454;
	text-decoration: none;
}
#CTM a:hover{
	text-decoration: underline;
}
#footer{
	padding: 1em;

}
#footer #copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#333333;
	line-height: 133%;
	float: left;
}
#footer #copyright a{
	color:#333333;
	text-decoration: none;
}
#footer #copyright a:hover{
	text-decoration: underline;
}
.clear{
	clear:both;
}
.float_left{
	float:left;
}

.float_right{
	float:right;
}

.CTML_01 {
	border: 1px solid #E8E8E8;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 24px;
	padding-left: 12px;
}
.CTML02{
}
.CTML02 dl {
	width: 330px;
	font-size: 80%;
}
.CTML02 dt {
	float: right;
	width: 190px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.CTML02 dd {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.CTML02 {
	float: left;
}
#big_footer {
	background-image: url(/images/footer_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 200%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #545454;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	margin-top: 20px;
}
#big_footer ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0F0F0F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#big_footer a {
	color: #545454;
	text-decoration: none;
}
#big_footer a:hover {
	text-decoration: underline;
}
#big_footer strong {
	padding-bottom: 15px;
	padding-left: 10px;
}
#right_wrap {
	float:left;
	width: 287px;
}
.footer_pad {
	padding-left: 10px;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0F0F0F;
}
.fp_right_box_top label {
	display: block;
	clear: both;
	color: E4E4E4;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 1px;
}
.fp_right_box_top #go {
	float: left;
}
.fpLargeInput {
	height: 35px;
	width: 190px;
	font-size: 24px;
	float: left;
	margin-right: 10px;
	padding:5px 0px 0px 10px;
	color:#999999;
}
.input {
		background:url(/admin/images/input_shade.gif) repeat-x;
		font-family:"Trebuchet MS", Arial, Helvetica, serif; 
		height:25px;
		border:1px solid #ccc;
		font-size:16px;
		color:#333333;
		line-height:25px;
	}
