body
{
	background: url(../images/basic/body_bg.gif) center repeat-y;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5;
	text-align: center;
}

a
{
	color: #666D97;
	text-decoration: none;
}

a:hover
{
	color: #8996E4;
}

p
{
	margin: 0px 0px 10px 0px;
}

strong
{
	font-weight: bold;
	color: #777777;
}

em
{
	font-style: italic;
}

h1
{
}

h2
{
}

h3
{
	font-size: 15px;
	font-weight: bold;
	color: #406D91;
	border-bottom: 1px solid #c7c7c7;
}

h4
{
	margin-top: 20px;
	font-weight: bold;
	font-size: 13px;
	color: #406D91;
	border-bottom: 1px solid #c7c7c7;
}

h5
{
	margin-top: 10px;
	font-weight: bold;
}



#main
{
	width: 760px;
	text-align: left;
	margin: 0px auto;
	display: block;
	background-color: #FFFFFF;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}

/*Navigation*/
#navigation
{
	width: 100%;
	height: 29px;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #c7c7c7;
	background: url(../images/basic/dottedborder_horizontal.gif) bottom repeat-x;
	background-color: #F3F3F3;
	overflow: visible;
}
/*The background image is to display a proper dotted border in IE6 - IE6 displays a dashed border for the dotted property*/

#navigation #navlist
{
	width: 760px;
	margin: 0px;
}

#navigation #navlist li
{
	float: left;
	position: relative;
	height: 28px;
	background: url(../images/basic/dottedborder_vertical.gif) right repeat-y;
	background-color: #F3F3F3;
	text-align: center;
}
/*The background image is to display a proper dotted border in IE6 - IE6 displays a dashed border for the dotted property*/

#navigation #navlist li:hover, #navigation #navlist li.over
{
	background-color: #FFFFFF;
}


#navigation #navlist li a
{
	display: block;
	width: 100%;
	height: 22px;
	padding: 6px 0px 0px 0px;
	color: #406D91;
	font-weight: bold;
	text-decoration: none;
}

#navigation #navlist li:hover a, #navigation #navlist li.over a
{
	padding-top: 4px;
	border-top: 2px solid #c7c7c7;
}

#navigation #navlist li a:hover
{
	color: #6595BB;
}

#navigation #navlist li ul
{
	display: none;
	position: absolute;
	top: 28px;
	left: -1px;
	width: 150px;
}

#navigation li > ul 
{
	top: auto;
	left: auto;
}

#navigation #navlist li:hover ul, #navigation #navlist li.over ul
{
	display: block;
	overflow: hidden;
	border: 1px solid #C7C7C7;
	border-top: 1px solid #F3F3F3;
}

#navigation #navlist li ul li
{
	width: inherit;
	float: none;
	height: 24px;
	background: #FFFFFF;
	text-align: left;
	border: none;
}

#navigation #navlist li ul li a
{
	display: block;
	width: 100%;
	height: 20px;
	padding: 4px 0px 0px 6px;
	color: #6595BB;
	font-weight: normal;
}

#navigation #navlist li ul li a:hover
{
	color: #406D91;
	background: #F3F3F3;
}

#navigation #navlist li:hover ul li a, #navigation #navlist li.over ul li a
{
	border-top: none;
}

/*Header - Logo and Title*/
#header
{
	width: 100%;
	height: 100px;
}

#header #title
{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

#header #logo
{
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}

#header #logo_other
{
	float: right;
	margin-top: 0px;
	margin-left: 2px;
}

#header #logo_other_div
{
	width: 254px;
	float: right;
	margin-top: 6px;
	margin-right: 10px;
}

/*Content*/
#content
{
	overflow: auto;
	background-image: url(../images/basic/content-top.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

/*Content Left Column*/
#content #contentleft
{
	width: 193px;
	overflow: auto;
	float: left;
	background-image: url(../images/basic/content-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	/*background-color: #666666;*/
}

/*Quickfact - Index only*/
#quickfact
{
	height: 230px;
	overflow: auto;
	margin-top: 20px;
	padding: 27px 16px 10px 16px;
	background-color: #fff2f2;
	background-image: url(../images/basic/quickfact_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-right: 1px solid #b5a79e;
	border-bottom: 1px solid #b5a79e;
}

#quickfact[id]
{
	min-height: 230px;
	height: auto;
}

#quickfact #title
{
	height: 20px;
	overflow: auto;
	background: url(../images/basic/dottedborder_horizontal.gif) bottom repeat-x;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	color: #406D91;
}

#quickfact #title[id]
{
	min-height: 20px;
	height: auto;
}

#quickfact #quickfactcontent
{
	margin-bottom: 10px;
	color: #9F997C;
	overflow: hidden;
}

#quickfact #featuredprofilecontent
{
	margin-bottom: 0;
	color: #9F997C;
	overflow: hidden;	
}

#quickfact #featuredprofilecontent img
{
	float: left;
	margin: 3px 3px 0px 0px;
	border: 1px solid #cccccc;
}

/*Submenu - page only*/
#submenu
{
	width: 160px;
	margin-top: 20px;
	padding: 27px 16px 10px 16px;
	background-color: #fff2f2;
	background-image: url(../images/basic/quickfact_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #AEA79E;
	color: #7E7E7E;
	
	text-align: right;
}

#submenu h5
{
	margin-top: 0px;
}

#submenu ul li
{
	margin-top: 2px;
	padding: 4px 10px 2px 10px;
	background: url(../images/basic/dottedborder_horizontal.gif) top repeat-x;
}

/*Latest News - Every page*/
#latestnews
{
	width: 160px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 10px 16px 10px 16px;
	color: #FFFFFF;
	background-color: #89939f;
	background: url(../images/basic/news_bg.gif);
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
}

#latestnews #title
{
	height: auto;
	padding-bottom: 3px;
	background: url(../images/basic/dottedborder_horizontal.gif) bottom repeat-x;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;	
}

#latestnews #newsscroll
{
	background: url(../images/basic/dottedborder_horizontal.gif) bottom repeat-x;
	color: #D1C8EA;
	height: auto;
	overflow: auto;	
}

#latestnews #newsscroll strong
{
	color: #D1C8EA;
}

#latestnews a
{
	color: #B8ACD8;
	text-decoration: underline;
}

#latestnews a:hover
{
	color: #E7E3F4;
}

/*Latest News - Every page*/
#promo
{
	width: 160px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 10px 16px 10px 16px;
	color: #EAD1C8;
	background-color: #DB8270;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
}

#promo #title
{
	height: 20px;
	background: url(../images/basic/dottedborder_horizontal.gif) bottom repeat-x;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;	
}

#promo #promoscroll
{
	background: url(../images/basic/dottedborder_horizontal.gif) bottom repeat-x;
	color: #EAD1C8;
	height: auto;
	overflow: auto;	
}

#promo a
{
	color: #E8B8AC;
	text-decoration: underline;
}

#promo a:hover
{
	color: #FFE7E3;
}

/*Left column items*/
#leftitem
{
	width: 160px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 6px 16px 6px 16px;
	background-color: #F3F3F3;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
}

#leftitem #title
{
	height: 20px;
	background: url(../images/basic/dottedborder_horizontal.gif) bottom repeat-x;
	text-align: left;
	color: #406d91;
	vertical-align: bottom;
	font-weight: bold;
}

#leftitem #itemcontent
{
	overflow: hidden;	
}

#leftitem #viewcalendar
{
	background: url(../images/basic/dottedborder_horizontal.gif) top repeat-x;;
	padding-top: 3px;
}

/*Content Main Column*/
#content #contentmain
{
	width: 567px;
	overflow: auto;
	float: left;
	/*background-color: #666666;*/
	background-position: top right;
	background-repeat: no-repeat;
}

#content #contentmain ul
{
	margin: 0px 0px 10px 0px;
}

#content #contentmain ul li
{
	border-bottom: none;
	margin: 5px 0px 5px 25px;
	list-style: disc;
}

/*News*/
#news
{
	margin: 10px 0px 10px 0px;
	padding: 0px 16px 10px 16px;
}

#news ul li, #newsarchive li
{
	border-bottom: 1px solid #c7c7c7;
	margin: 20px 0px 0px 0px;
	list-style: none;
}

#news ul li ul, #newsarchive li ul, .contentlist
{
	margin: 0px 0px 10px 0px;
}

#news ul li ul li, #newsarchive li ul li, .contentlist li
{
	border-bottom: none;
	margin: 5px 0px 5px 25px;
	list-style: circle;
}

.contenttable
{
	width: 95%;
	margin:10px auto 10px auto;
	border-collapse: collapse;
}

.contenttable td
{
	border: 1px solid #c7c7c7;
	padding: 4px;
	vertical-align: top;
}

.invistable
{
	width: 100%;
	margin: auto;
	border-collapse: collapse;
}

.invistable td
{
	border: none;
	padding: 4px;
	vertical-align: top;
}

.shop_equip
{
	/*background: url(../images/sale_15.gif) bottom right no-repeat;*/
}

.shop_misc
{
	/*background: url(../images/sale_25.gif) bottom right no-repeat;*/
}

/*Pageinfo*/
#pagecontent
{
	width: 535px;
	padding: 45px 16px 10px 16px;
	background-position: center top;
	background-repeat: no-repeat;
}

#pagecontent img
{
	border: 1px solid #c7c7c7;
}

#pagecontent #pagelisting li
{
	/*border-bottom: 1px solid #c7c7c7;*/
	margin: 20px 0px 0px 0px;
	list-style: none;
}

/*Sponsors*/
#sponsors
{
	width: 100%;
	height: 115px;
	float: left;
	text-align: center;
	margin-top: 20px;
}

#sponsors h5
{
	font-weight: normal;
	color: #406D91;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 5px;
}

#sponsors img
{
	vertical-align: middle;
	margin: 5px;
}

/*Footer*/
#footer
{
	width: 100%;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #888888;
	border-top: 1px solid #c7c7c7;
}

/*Calendar*/
#calendar
{
	width: 280px;
	height: auto;
	border: 1px solid #bbbbbb;
	float: left;
}

#calendar .calendarTopButton
{
	width: 28px;
	height: 19px;
	border: 1px solid #dddddd;
	text-align: center;
	font-weight: bold;
	float: left;
}

#calendar a
{
	display: block;
	width: 100%;
	height: 100%;
	color: #d1eac8;
	background: #a0bb99; 
}

#calendar a:hover
{
	color: #e1f5da;
	background: #b0cda8;
}

#calendar .calendarDay h4
{
	margin-top: 0px;
}

#calendar .calendarDay a h4
{
	color: #e1f5da;
	font-weight: bold;
	border-bottom: 1px solid #c7c7c7;
}

#calendar .calendarTopLabel
{
	width: 218px;
	height: 19px;
	border: 1px solid #eeeeee;
	text-align: center;
	font-weight: bold;
	float: left;
}

#calendar .calendarDayColumn
{
	width: 38px;
	height: 18px;
	border: 1px solid #eeeeee;
	float: left;
	text-align: center;
	font-weight: bold;
	background: #f9f9f9;
	color: #ababab;
}

#calendar .calendarDay
{
	width: 38px;
	height: 38px;
	border: 1px solid #dddddd;
	float: left;
	text-align: left;
	overflow: hidden;
	color: #9badbb;
}

#calendar .calendarDay h4
{
	font-weight: normal;
	color: #406D91;
	border-bottom: 1px solid #e2e2e2;
}

/*Calendar Detail Frame*/
#calendarDetail
{
	width: 240px;
	height: 430px;
	border: 1px solid #bbbbbb;
	float: right;
}

#calendarDetail[id] /*for non IE6 Browsers*/
{
	min-height: 430px;
	height: auto;
}

#calendarDetail .calendarDay
{
	padding: 5px;
}

#calendarDetail h4
{
	margin-top: 0px;
}

#calendarDetail h5
{
	padding-top: 10px;
}

/*Calendar Search Frame*/
#calendarSearch
{
	width: 270px;
	height: auto;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	float: left;
}

#calendarSearchPage
{
	width: 520px;
	height: auto;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	float: left;
}

#calendarSearch h4, #calendarSearchPage h4
{
	margin-top: 0px;
}

#calendarSearch table td, #calendarSearchPage table td
{
	padding: 2px;
}

#calendarSearch #searchSubmit, #calendarSearchPage #searchSubmit
{
	width: 80px;
}

/*Search Page*/
#pagecontent #searchlisting
{
	width: 535px;
	margin-top: 10px;
	display: block;
	float: left;
}

#pagecontent #searchlisting li
{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	border-bottom: 1px solid #d7d7d7;
}

#pagecontent #searchlisting #clubtable
{
	margin: 10px 0px 0px 0px;
}

#pagecontent #searchlisting #clubtable .clubtable_area
{
	width: 35%; border-bottom: 1px solid #c7c7c7;
}

#pagecontent #searchlisting #clubtable .clubtable_clubs
{
	width: 62%; padding-left: 2%; border-left: 1px solid #c7c7c7; border-bottom: 1px solid #c7c7c7;
}

#pagecontent #searchlisting #clubtable li
{
	padding: 5px 0px 5px 0px;
	border-bottom: none;
}

.no_clubs
{
	color: #c7c7c7;
}

/**/
#clubSearch
{
	width: 520px;
	height: auto;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	float: left;
}

#clubSearch h4
{
	margin-top: 0px;
}

#clubSearch table td
{
	padding: 2px;
}

#clubSearch #searchSubmit
{
	width: 80px;
}


#clubMap
{
	width: 530px;
	height: auto;
	margin-top: 10px;
	padding: 0px;
	border: 1px solid #bbbbbb;
	float: left;
}

#clubMap h4
{
	margin: 5px 5px 1px 5px;
	border-bottom: none;
}

#clubMap #map
{
	border: none;
	border-top: 1px solid #c7c7c7;
}
/*
#searchlisting li h4
{
	font-size: 13px;
	color: #406D91;
	border-bottom: 1px solid #c7c7c7;
}

#searchlisting li h5
{
	padding-top: 10px;
}
*/
#profilelisting li
{
	border-bottom: 1px solid #c7c7c7;
	margin: 20px 0px 0px 0px;
	list-style: none;
}