/******************
HTML Tags
******************/

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	background: url(images/dots.gif);	
	color:#00000;
	font-size:.9em;
	line-height:160%;
	width:754px;
	margin-left:auto;
	margin-right:auto;
	
	}

#content p, #content-side p, #footer-container p, table {
	margin:10px 0px 10px 0px;
	}

#content-side img {
	border:none;
	}


/******************
LINKS
******************/

/* LINK VISITED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#09416f;
	text-decoration:underline;
	}

a:visited {
	color:#003399;
	}

a:hover {
	color:#000000;
	text-decoration:none
	}

a:active {
	color:#09416f;
	}

/* LINK VISITED HOVER ACTIVE selectors must remain in this order to work */
.mainnav-container a:link {
	
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	}

.mainnav-container a:visited {
	color:#635d5d;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	}

.mainnav-container a:hover {
	color:#FF0010;
	}

.mainnav-container a:active {
	color:#fff;
	}

/* LINK VISITED HOVER ACTIVE selectors must remain in this order to work */
#content-side a:link {
	color:#09416f;
	text-decoration:underline;
	}

#content-side a:visited {
	color:#003399;
	}

#content-side a:hover {
	color:#00000;
	text-decoration:none;
	}

#content-side a:active {
	color:#09416f;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.4em;
	padding:10px 0 6px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}
	
#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
#ClubNews h1 {
    color:#FFFFFF;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:1.2em;
	background: #CCCCCC;
	border:1px solid #000000;
	}
	
#ClubNews h2 {
    color:#666666;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:1.0em;
	
	}
#MainItems h1 {
    color:#FFFFFF;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:1.2em;
	background: #CCCCCC;
	border:1px solid #000000;
	}
	
#MainItems h2 {
    color:#666666;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:1.0em;
	background: #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	
	}
	#MainItems h3 {
    color:#FF0000;
	
	}	
	

/******************
LAYOUT DIVS
******************/


.indexbannerpictureleft {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 279px;
	height:128px;
	background: url(images/leftbanner.jpg) no-repeat;
	border-left:1px solid #000000;
	}
	
.indexbannerpicturemiddle {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 194px;
	height:128px;
	background: url(images/logorect.gif) no-repeat;
	}
	
.indexbannerpictureright {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 279px;
	height: 128px;
	background: url(images/rightbanner.jpg) no-repeat;
	border-right: 1px solid #000000;
	}
	

#posterphoto img {
	border:4px solid #000;
	margin:0px;
	display:block;
	}

.mainnav-overcontainer {
	float:left;
	width:738px;
	padding:0px 4px 4px 10px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background: url(images/whitedots.gif);
	border-bottom: 1px solid #666;
	
		
	}
.mainnav-container {
	float:left;
	width:738px;
	padding:4px 4px 4px 12px;
	
	background: #c8c4c5;
	
	border-bottom: 1px solid #666;
	
		
	}
	
.mainnav-undercontainer {
	float:left;
	width:738px;
	padding:0px 4px 4px 10px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background: url(images/whitedots.gif);
	border-bottom: 1px solid #666;
	
		
	}	

.mainnav-right {
	float:right;
	padding:4px 7px 4px 0px;
	
	width:166px;
	height:20px;
	}

#breadcrumbs {

	margin:3px 0px 0px 0px;
	color:#ffffff;
	
	}

#content-container {

	background: url(images/whitedots.gif) ;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	
	
	}

#content-side {
	float:right;
	width:155px;
	color:#666666;
	padding:10px;
	margin:0px 0px 4px 0px;
	background: url(images/whitedots.gif) ;
	}

#content {
	background: url(images/whitedots.gif) ;
	padding:0px 10px 10px 10px;
	margin:0px 180px 0px 0px;
	border-right:1px solid #666;
	
	}
	
#ClubNews {
    
	margin:0px 0px 0px 0px;
	line-height:120%;
	font-size: 0.9em;
	border:1px solid #CCCCCC;
	padding:10px;
	
	}
#MainItems {
    
	margin:0px 0px 0px 0px;
	line-height:120%;
	font-size: 0.9em;
	border:1px solid #CCCCCC;
	padding:10px;
	
	}



#three-column-container {
	width:100%;
	margin:10px 0px;
	padding:10px 0px
	}

#three-column-left {
	float:left;
	width:30%;
	}

#three-column-right {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 31% 0px 35%;
	}

#footer-container {
	background:  url(images/whitedots.gif);
	height:68px;
	color:#000;
	margin:4px 0px 0px 0px;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	clear:both;
	}

#footer-left {
	width:566px;
	height:56px;
	padding:1px 0px 0px 10px;
	margin:0px;
	}

#footer-right {
	float:right;
	
	padding:0px;
	width:175px;
	height:68px;
	
	margin:0px;
	
	}

/******************
Menu Items
******************/

.mainnav-container ul {
	margin:0px;
	padding:0px;
	}

.mainnav-container li {
	padding-right:10px;
	list-style:none;
	display:inline;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

#content ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-visited.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-hover.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-active.gif) no-repeat;
	background-position: 0 .6em;
	}

/******************
LISTS - IN THE RIGHT COLUMN
******************/

#content-side ul.list, #content-side ul.link-list-vertical {
	margin:0px 0px 15px 5px;
	padding:0px;
	}

#content-side ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(images/bullet-right.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

#content-side ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-visited.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-hover.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-active.gif) no-repeat;
	background-position: 0 .6em;
	}

/******************
TABLE STYLES
******************/

table.table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}

thead th {
	border-bottom:2px solid #D0D0BF;
	padding:6px;
	}

tfoot th {
	border-top:2px solid #D0D0BF;
	padding:6px;
	}

.table-row-1 td, .table-row-1 th,.table-row-2 td, .table-row-2 th, th {
	padding:2px 6px;
	border:1px solid #D0D0BF;
	}

.table-row-1 td, .table-row-1 th {
	background: url(images/bg-table-row-alternate.jpg);
	}

/******************
CLASSES
******************/

img.photobig, img.photosmall {
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(images/bg-table-row-alternate.jpg);
	padding:10px;
	}



.separator-side-column {
	border-top:1px solid #666;
	margin-bottom:8px;
	padding:20px;
	}

.section-title-not-heading {
	font-size:0.8em;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	}

.button-big {
	margin-top:8px;
	}

.small-text {
	font-size:.8em;
	}

.none {
	display:none;
	}

.clear {
	clear:both;
	}
