/*
	-------------------------------------------------------------
	Version: 1.0	
	Description: StyleSheet for GABC
	-------------------------------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	border: 0;	
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: url(images/main_bg.gif) fixed bottom repeat-x;
	color: #333;
	min-width: 600px;
}

/*
	-------------------------------------------------------------
	TOP GRAY BAR
	-------------------------------------------------------------
*/

#top_login {
	background: #bbb;
	border-bottom: 1px solid #888;
	height: 20px;
}

#top_interior {
	width: 960px;
	color: #fff;
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
}

.top_date {
	float: left;	
}

.member_login {
	float: right;	
}

/*
	-------------------------------------------------------------
	CONTAINER
	-------------------------------------------------------------
*/

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/*
	-------------------------------------------------------------
	HEADER
	-------------------------------------------------------------
*/

#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.header_logo {
	float: left;	
}

.header_search {
	padding-top: 20px;
	float: right;	
	text-align: right;
	font-size: 10px;
}

/*
	-------------------------------------------------------------
	NAVIGATION
	-------------------------------------------------------------
*/

#nav_body {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	background: #205132;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

a.main_nav:link, a.main_nav:visited {
	color: #fff;
	text-decoration: none;
	padding: 4px 6px 5px 6px;
}

a.main_nav:hover {
	background: #ffffff;
	color: #205132;
	text-decoration: none;
	padding: 4px 6px 5px 6px;
}

a.main_nav:active, a.main_nav:focus {
	color: #fff;
	text-decoration: none;
	padding: 4px 6px 5px 6px;
}

/*
	-------------------------------------------------------------
	COLUMNS
	-------------------------------------------------------------
*/

#left_column {
	width: 193px;
	float: left;
	background: #fff;
}

#center_column {
	width: 501px;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 36px;
	padding-right: 36px;
	font-size: 12px;
	height:100%;
	margin-bottom: -3000px; 
	padding-bottom: 3000px;
}

#members_center_column {
	width: 727px;
	float: left;
	border-left: 1px solid #ccc;
	padding-left: 36px;
	font-size: 12px;
	height:100%;
	margin-bottom: -3000px; 
	padding-bottom: 3000px;
}

#right_column {
	width: 172px;
	float: left;
	background: #f0f0f0;
	padding: 10px 10px 0px 10px; 
}

/*
	-------------------------------------------------------------
	LEFT COLUMN
	-------------------------------------------------------------
*/

#flags {
	width: 192px;
	text-align: center;
	padding-top: 27px;	
	padding-bottom: 7px;	
}

.left_header {
	padding:	15px 0px 15px 5px;
}

.left_container {
	background: #f1f1f1;
	padding: 4px 3px 4px 5px;
	border-bottom: 1px solid #fff;
}

.left_container:hover {
	background: #ddd;
	padding: 4px 3px 4px 5px;
	border-bottom: 1px solid #fff;
}

.left_container_member {
	background: #ddd;
	padding: 4px 3px 4px 5px;
	border-bottom: 1px solid #fff;
}

.left_container_member:hover {
	background: #bbb;
	padding: 4px 3px 4px 5px;
	border-bottom: 1px solid #fff;
}

.left_chapter_container {
	background: #f1f1f1;
	padding: 6px 3px 8px 5px;
}

.chapter_name {
	color: #205132;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 4px;
}

.chapter_text {
	color: #666;
	font-size: 10px;
}

/*
	-------------------------------------------------------------
	CENTER COLUMN
	-------------------------------------------------------------
*/

.title_holder {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.sponsors_container {
	float: left;	
	padding-top: 15px;
	width: 550px;
}

.sponsors_holder {
	float: left;	
}

hr {
	border: 1px solid #ccc;	
}

.event_month {
	background: #c1d2c7;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	border: 1px solid #aaa;
	float: left;
	width: 498px;	
}

.event_headers {
	float: left;
	width: 508px;	
}

.event_date_header {
	float: left;	
	background: #f3f3f3;
	color: #666;
	padding: 4px;
	border: 1px solid #ccc;
	width: 70px;	
}

.event_location_header {
	float: left;	
	background: #f3f3f3;
	color: #666;
	padding: 4px;
	border: 1px solid #ccc;
	width: 140px;
}

.event_details_header {
	float: left;	
	background: #f3f3f3;
	color: #666;
	padding: 4px;
	border: 1px solid #ccc;
	width: 268px;
}

.event_date {
	float: left;	
	color: #000;
	padding: 4px;
	font-size:11px;
	width: 72px;	
}

.event_location {
	float: left;	
	color: #000;
	padding-top: 4px;
	padding-left: 5px;
	font-size:11px;
	width: 145px;	
}

.event_details {
	float: left;	
	color: #000;
	padding: 4px;
	font-size:11px;
	width: 268px;	
}

.clear {
	clear: both;	
}

.error {
	color: #ff0000;	
}

.tableHeader {
	background: #c1d2c7;
	color: #333;
	font-weight: bold;		
}

.membersTable {
	font-size: 11px;
}

.bod_container {
	float: left;	
	padding-bottom: 40px;
	height: 150px;
}

.bod_naples_container {
	height: 150px;
}

.bod_image {
	float: left;	
	width: 75px;
	padding-right: 10px;
}

.bod_item {
	float: left;	
	font-size: 9px;
	padding-right: 10px;
	width: 155px;	
}

/*
	-------------------------------------------------------------
	RIGHT COLUMN
	-------------------------------------------------------------
*/

#media_links {
	background: #fff;	
	margin-left: -10px;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 10px;
	width: 192px;
}

#news {
	margin-top: 10px;
	background: #fff;	
	border: 1px solid #666;
	padding: 3px;
	text-align: left;
	width: 163px;
}

.news_header {
	background: #eee;
	font-weight: bold;	
	padding: 4px 0px 4px 4px;
	border-bottom: 1px solid #888;
	color: #205132;
}

.news_body{
	padding: 5px 3px 3px 3px;
	background: #c1d2c7;
}

h3.right_column {
	color: #666;	
}

h3.admin {
	border-bottom: 1px solid #ccc; 
	padding-bottom: 10px;
}

h4.right_column {
	color: #666;	
}

/*
	-------------------------------------------------------------
	FOOTER
	-------------------------------------------------------------
*/

#footer {
	width: 960px;
	float: left;
	background: #f0f0f0;
	color: #205132;
	border-top: 1px solid #ccc;
}

#footer_body {
	text-align: center;
	padding: 10px 0 10px 0;	
	color: #205132;
	font-size: 10px;
	line-height: 20px
}

/*
	-------------------------------------------------------------
	LINKAGE
	-------------------------------------------------------------
*/

a.white:link, a.white:visited {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	color: #333;
	text-decoration: none;
}

a.white:active, a.white:focus {
	color: #fff;
	text-decoration: none;
}

a.left_green:link, a.left_green:visited {
	color: #205132;
	text-decoration: none;
	font-size: 10px;
	display: block;
}

a.left_green:hover {
	color: #205132;
	text-decoration: none;
	font-size: 10px;
}

a.left_green:active, a.left_green:focus {
	color: #205132;
	text-decoration: none;
	font-size: 10px;
}

a.search_nav:link, a.search_nav:visited {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

a.search_nav:hover {
	color: #666;
	text-decoration: underline;
	font-size: 10px;
}

a.search_nav:active, a.search_nav:focus {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

a.footer_green:link, a.footer_green:visited {
	color: #205132;
	text-decoration: none;
	font-size: 10px;
}

a.footer_green:hover {
	color: #205132;
	text-decoration: underline;
	font-size: 10px;
}

a.footer_green:active, a.footer_green:focus {
	color: #205132;
	text-decoration: none;
	font-size: 10px;
}

a.benefits:link, a.benefits:visited {
	color: #205132;
	text-decoration: none;
	font-size: 12px;
	background: #eee;
	padding: 15px;
	border: 1px solid #ccc;
}

a.benefits:hover {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	background: #eee;
	padding: 15px;
	border: 1px solid #ccc;
}

a.benefits:active, a.benefits:focus {
	color: #205132;
	text-decoration: none;
	font-size: 12px;
	background: #eee;
	padding: 15px;
	border: 1px solid #ccc;
}

a:link, a:visited {
	color: #205132;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a:active, a.:focus {
	color: #205132;
	text-decoration: none;
}

/*
	-------------------------------------------------------------
	FORMS
	-------------------------------------------------------------
*/

form {
	padding: 0;
	margin: 0;	
}

input.searchbox {
	border: 1px solid #666;
	width: 150px;	
	font-size: 10px;
}

input.btn_search {
	margin-bottom: -4px;
}

input.border, textarea.border, select.border, option.border  {
	border: 1px solid #ccc;
}

/*
	-------------------------------------------------------------
	IMAGES
	-------------------------------------------------------------
*/

img {
	border: 0;	
}

.green_border {
	border: 1px solid #205132;	
}	

/*
	-------------------------------------------------------------
	EVENTS CALENDAR
	-------------------------------------------------------------
*/

.normal { 
font-family: Verdana; 
font-size: 8pt; 
color: #000000; 
height: 70; 
background-color: #efefef; 
}

.weekend { 
font-family: Verdana; 
font-size: 8pt; 
color: #000000; 
height: 70; 
background-color: #eeeeee; 
} 

.today { 
font-family: Verdana; 
font-size: 8pt; 
color: #333; 
background-color: #CACACA; 
height: 70; 
} 

.selected { 
font-family: Verdana; 
font-size: 8pt; 
color: #333; 
background-color: #C00000; 
height: 70; 
} 

.event { 
font-family: Verdana; 
font-size: 8pt; 
color: #000000; 
background-color: #C6D1DC; 
height: 70; 
}

.head { 
font-family: Verdana; 
font-size: 8pt; 
font-weight:bold;
color: #000000; 
background-color: #c1d2c7; 
height: 20; 
padding: 5px;
} 

.title { 
font-family: Verdana; 
font-size: 9pt; 
font-weight:bold;
color: #000000; 
background-color: #fff; 
}
