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

body,td,th {
	font-family: "Lucida Sans Unicode", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top: 1px #FF0000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	min-height: 100%;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#section_headline{
	font-size: 13px;
	font-weight:bold;
	color: #000000;
	margin-left:-10px;
}
#small_text { 
	width: 100%;
	font-size: 10px;
}


#bar{
position:inherit;
background-color:#999999;
height:1px;
width:950px;
margin:auto;
display:block;
}
#spacer{
margin:auto;
margin-top:20px;
}

#header{
	width:950px;
	height:150px;
	margin:auto;
	margin-top:-20px;
	overflow:hidden;
}
#small_header{
	width:950px;
	height:100px;
	margin:auto;
	margin-top:-20px;
	overflow:hidden;
}
#content_header{
	width:950px;
	height:150px;
	margin:auto;
	margin-top:5px;
	overflow:hidden;
	}
#small_content_header{
	width:950px;
	height:100px;
	margin:auto;
	margin-top:5px;
	overflow:hidden;
	}
#logo{
	float:left;
	background-image:url(../images/ls_logo.png);
	background-repeat:no-repeat;
	height:150px;
	width: 256px;
}
#small_logo{
	float:left;
	background-image:url(../images/ls_logo_small.png);
	background-repeat:no-repeat;
	height:100px;
	width:171px;
}
#tagline{
	float:right;
	padding-top:70px;
	text-align:right;
	text-transform:capitalize;
	font-size:14px;
	color:#CC0000;
	width:350px;
	height:85px;
	font-style: italic;
}
#small_tagline{
	float:right;
	padding-top:30px;
	text-align:right;
	text-transform:capitalize;
	font-size:18px;
	color:#CC0000;
	width:350px;
	height:85px;
	font-style: italic;
}

.gt-error {
	background-color: #cc0000;
	padding: .5em;
	color: #fff;
}
.gt-notice-box {
	border: 3px solid #aaa;
	padding: 1em;
	background-color: #f5f9ea;
}
.gt-success {
	background-color: #6caa00;
	padding: .5em;
	color: #fff;
}

#navigation{
	width:950px;
	height:50px;
	margin:auto;
	margin-top:10px;
}
#content {
width:950px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
min-height:100%;
overflow:auto;
}
#content_column_containter{
	width:650px;
	overflow:auto;
}
#content_column_left {
	float:left;
	width:200px;
	font-size: 12px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:10px;
	overflow:auto;
}
#content_column_right {
	float:right;
	width:400px;
	text-align:justify;
	font-size: 12px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
}
#sponsors{
width:950px;
margin:auto;
padding-top:5px;
padding-bottom:5px;
text-align:center;
}
#footer{
width:950px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
overflow:auto;
text-align:left;
}

#footer-side-a {
float:left;
width:315px;
font-size: 9px;
}

#footer-side-b {
	float:right;
	width:315px;
	text-align:right;
	font-size: 9px;
}

#footer-center { 
	float: left;
	width: 33%;
	text-align:center;
	font-size: 10px;
	font-style:italic;
}


#index_content{
width:950px;
height:336px;
margin:auto;
margin-top:10px;
margin-bottom:10px;
}
#index_content_left {
float:left;
width:704px;
height:336px;
font-size: 9px;
}
#index_content_right {
float:right;
width:236px;
height:336px;
text-align:right;
font-size: 12px;
overflow:hidden;
}
#index_right_banner{
	margin-top:5px;
}

/* Navigation Stuff */
.main_menu {
	margin:0 auto;
	margin-bottom:2px;
	padding:0;
	height:43px;
	width:100%;
	display:block;
	background:url('../images/topMenuImages.png') repeat-x;
}
ul#main_menu {
	width: 100%;
	height: 43px;
	background: #FFF url("../images/menu-bg.gif") top left repeat-x;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#main_menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#main_menu li a {
	height: 43px;
	color: #333333;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#main_menu li a:hover {
	color: #CC0000;
}
ul#main_menu li a.current {
	color: #FFF;
	background: #FFF url("../images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}


/* END Navigation Stuff */

#slideshow_frame {
    background: url(../slideshow/initial_slide.jpg) no-repeat;
	width:704px;
	height:336px;
	overflow:hidden;
	z-index: 1000;
}

#contentleftcolumn{
	float:left;
	width: 704px;
 }

#contentrightcolumn{
	margin-left: 714px;
	width: 236px;
	text-align:left;
 }


/* Section Details */

#page_content {
width:950px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
min-height:100%;
overflow:auto;
}

#about_us_content_banner{
	width: 950px;
	height: 154px;
	background-color:#CCCCCC;
	background-image:url(../images/MontageBanner01.jpg)
 } 

#page_contentleftcolumn{
	float:left;
	width: 650px;
 }

#page_contentrightcolumn{
	width: 236px;
	text-align:left;
	float: right;
 }

#page_section_headline{
	font: 12px "Lucida Sans Unicode", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC0000;
	margin-bottom:5px;
	margin-top:5px;
	font-weight: bold;
 }
 
 #page_section_content{
	font-size: 12px;
	line-height:24px;
	color: #333333;
	margin-top:20px;
	margin-bottom:20px;
	text-align:justify;
	margin-left: 20px;
 }
 
 #page_right_column_content{
	font-size: 12px;
	line-height:14px;
	color: #999999;
	margin-bottom:20px;
	margin-top:20px;
	text-align:justify;
	font-style:italic;
 }
 
  #page_right_column_headline{
	font-size: 14px;
	font-variant:small-caps;
	font-weight:bold;
	color: #666666;
	margin-bottom:10px;
	margin-top:5px;
	text-align:left;
 }
 
  #page_right_column_chapters, #page_right_column_chapters a{
	font-size: 12px;
	line-height:16px;
	color: #666666;
	margin-bottom:10px;
	margin-right:10px;
	text-align:justify;
 }
 
  #page_right_column_board{
	font-size: 12px;
	line-height:16px;
	color: #333333;
	margin-bottom:10px;
	margin-right:10px;
	text-align:justify;
 }
 
   #page_right_column_testimonials{
	font-size: 12px;
	line-height:16px;
	color: #CC0000;
	margin-top:30px;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	font-style:italic;
	border-width:thin;
	border-style:solid;
	border-color:#CCCCCC;
	position: relative;
	bottom: 0;
	font-weight: bold;
 }
  
 /* subnavigation */
 
 #sub_menu {
	background-color:#CC0000;
	float: left;
	list-style: none;
	margin: 0;
	margin-bottom:5px;
	margin-top:5px;
	border-top:#666666;
	padding: 0;
	width: 100%;
}
#sub_menu li {
	float: left;
	font: 12px "Lucida Sans Unicode", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

#sub_menu a {
	background: #CC0000 url("../images/seperator.gif") bottom right no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 30px;
	text-decoration: none;
	font-weight:regular;
}
#sub_menu a:hover{
	background: #CCCCCC url("../images/hover.gif") bottom center no-repeat;
	color: #333333;
	padding-bottom: 4px;
	}


/* TOP LOGIN LINK */

a img {
	border-width:0;
}
#login_container {
    width:950px;
	margin:auto;
    position: relative;
}
#topnav {
	font-size: 14px;
	line-height:23px;
	text-align:right;
}
#topnav a.signin {
	background:#999999;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:transparent url("../images/login_imgs/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin:hover {
	background:#CCCCCC;
	*background:transparent url("../images/login_imgs/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("../images/login_imgs/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-open {
	background:#E0E0E0!important;
	color:#666!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("../images/login_imgs/toggle_up_dark.png");
	color:#999999;
}

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#E0E0E0;
	position:absolute;
	width:350px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 16px;
	right: 0px;
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#666666;
	font-size:11px;
}


#signin_contentleftcolumn{
	float:left;
	width: 170px;
 }

#signin_contentrightcolumn{
	margin-left: 185px;
	width: 170px;
	text-align:left;
 }

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #999999;
	font-size:12px;
	margin:0 0 3px;
	padding:3px;
	width:150px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:0px 0;
}
#signin_menu p a {
	color:#666666!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('../images/login_imgs/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #666666;
	color:#fff;
	text-shadow:0 -1px 0 #666666;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 10px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(../images/login_imgs/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(../images/login_imgs/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(../images/login_imgs/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(../images/login_imgs/tipsy-west.gif);
	background-position:left center;
}


/* CALENDAR FORMATTING */

#event_wrapper{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 610px;
}
#bg_color_odd{
	background-color:#F7F7F7;
	padding:2px;
	overflow:auto;
}
#bg_color_even{
	background-color:#FFFFFF;
	padding:2px;
	overflow:auto;
}

#event_header {
	margin: 0 0 15px 0;
	background: yellow;
}

#event_side-a {
	float: left;
	width: 140px;
}

#event_side-b {
	float: right;
	width: 100px;
	text-align:right;
}

#event_content { 
	float: left;
	width: 60%;
}

#event_footer {
	clear: both;
	background: #A2A2A2;
}


#event_headline_text{
font-size:14px;
font-weight:bold;
color:#333333;
}
#event_headline_mini{
font-size:10px;
}




#event_details_date{
	font-size:12px;
	color:#666666;
	line-height:12px;
}
#event_details_headline{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin-top:10px;
}
#event_details_location{
	font-size:10px;
	color:#666666;
}
#event_details_text{
	font-size:12px;
	color:#666666;
	line-height:20px;
	text-align:justify;
	margin-top:20px;
}
#event_details_tickets{
	font-size:12px;
	color:#666666;
	line-height:24px;
	margin-top:20px;
	margin-bottom:20px;
	
}



input.btn {
margin-top:3px;
  color:#666666;
  font-size:12px;
  background-color: #F7F7F7;
  border-color: #999 #666 #999 #666;
  border-width:thin;
}


/* CONTACT PAGE ITEMS */

#contact_column_wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 630px;
}

#contact_florida {
	float: left;
	width: 210px;
	font-size:14;
	line-height:18px;
}

#contact_nc {
	float: right;
	width: 210px;
	font-size:14;
	line-height:18px;
}

#contact_philly { 
	float: left;
	width: 32%;
	padding-left:5px;
	font-size:14;
	line-height:18px;
}

/* DONATE PAGE ITEMS */

#donate_column_wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 630px;
}

#donate_column_one {
	float: left;
	width: 195px;
	line-height:20px;
	text-align:justify;
}

#donate_column_three {
	float: right;
	width: 195px;
	line-height:20px;
	text-align:justify;
	
	
}

#donate_column_two { 
	float: left;
	width: 195px;
	line-height:20px;
	text-align:justify;
	padding-left:30px;
}
/* FORM ITEMS */
.buttons a, .buttons button{
    display:block;
    margin:10px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	width:100%;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.input-box {
	color: #666666;
	background-color:#EEEEEE;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #c1c1c1;
}
.input-box-xsmall {
	color: #666666;
	background-color:#EEEEEE;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #c1c1c1;
	width:25px;
}

.input-box-small {
	color: #666666;
	background-color:#EEEEEE;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #c1c1c1;
	width:75px;
}
.input-box-med {
	color: #666666;
	background-color:#EEEEEE;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #c1c1c1;
	width:150px;
}
.input-box-lrg {
	color: #666666;
	background-color:#EEEEEE;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #c1c1c1;
	width:250px;
}


/* TABLES */

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #99999;
	padding: 10px 8px;
	border-bottom: 2px solid #C1C1C1;
	background-color:#FAFAFA;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #333333;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #999999;
}


/*Paginatiom*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #999999;
	text-decoration: none;
	color: #999999;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #333333;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #333333;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #333333;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #999999;
}


#quote_container{
margin-top:50px;
background-image:url(../images/open_quote.png);
background-repeat:no-repeat;
background-position:left top;
bottom:0;
}
#quote_holder{
background-image:url(../images/closed_quote.png);
background-repeat:no-repeat;
background-position:right bottom;
}
#quote_content{
padding-top:30px;
padding-bottom:30px;
padding-left:20px;
padding-right:20px;
}
#quote_text{
	font-size:16px;
	color: #CC0000;
	text-align:left;
	font-style:italic;
}
#quote_signature{
	color: #666666;
	font-style:italic;
	text-align:right;
}
