/*- Basic tags -------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	background: #6d6752 url(../images/bkgnd_tile.gif) repeat center top;
	text-align: center;
	font: 12px Helvetica, Arial, sans-serif;
}

dl {
	margin-bottom: 5px;
}

dt {
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
}

dd {
	padding: 0.2em;
	margin-bottom: 0.2em;
}

em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: none;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px 0px 1.5em 0px;
}

ul, ol {
	margin: 0px 2em 1em 2em;
}

ul {
	list-style-image: url(../images/icon_bullet.gif);
}


/*- Headings ----------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5 {
	margin: 0px 0px 0.2em 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: capitalize;
	color: #2F3F53;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

#pageHeading {
	height: 60px;
	background: url(../images/bkgnd_heading.gif) repeat-x center top;
	padding: 10px 5px 0px;
	margin: 0px -5px 5px;
}

/*- Primary structure -------------------------------------------------------------------------------*/

#wrap {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 0.5em;
}

#header {
	background: url(../images/header.gif) no-repeat center top;
	color: #FFFFFF;
	height: 145px;
	position: relative;
}

#columnWrap {
	width: 100%;
	overflow: hidden;
	background: #FFFFFF url(../images/bkgnd_content.gif) repeat-y center top;
}

#content {
	padding: 0px 10px 5px 10px;
}

#randomImage {
	width: 760px;
	margin-right: -5px;
	margin-left: -5px;
}

#footer {
	background: url(../images/footer.gif) no-repeat center top;
	height: 100px;
	padding: 5px 200px 5px 225px;
	color: #FFFFFF;
	text-align: center;
}


/*- Secondary structure -------------------------------------------------------------------------------*/

#logo {
	position: absolute;
	left: 20px;
	top: 5px;
	height: 110px;
	width: 130px;
}

#membersLogin {
	font-size: 0.8em;
	width: 50%;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 22px;
}

#nav {
	width: 750px;
	position: absolute;
	left: 10px;
	bottom: 0px;
	padding: 0px;
	height: 20px;
}

#logoLinks {
	height: 100px;
	margin-bottom: 5px;
	padding: 18px 0px 0px 15px;
}
.contentBlock {
	padding: 5px;
	margin-bottom: 0.5em;
	background: url(../images/bkgnd_line_tile.gif) repeat;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


#copyrightNotice {
	text-align: center;
	font-size: 10px;
	color: #C8C6BB;
}

.block {
	background: url(../images/bkgnd_line_tile.gif) repeat center center;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #999999;
	
}
#leftColumn .block {
	float: left;
}
.block h3 {
	margin: 0px -5px;
	padding: 0px 5px;
	color: #FFFFFF;
	background: #EBE9ED url(../images/bkgnd_block_top.gif) repeat-x;
	height: 35px;
	line-height: 35px;
}
.block h3 a {
	color: #FFFFFF;
	display: block;
}
.block h3 a:link {
	color: #FFFFFF;
}
.block h3 a:visited {
	color: #FFFFFF;
}
.block h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.block h3 a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/*- Lists ---------------------------------------------------------------------------------------------*/

#nav ul, #nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 5px;
}
.eventDates {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.eventDates dt {
	width: 4em;
	float: left;
	font-style: normal;
	font-weight: bold;
	margin: 2px 5px 2px 2px;
	padding: 2px;
}
.eventDates dd {
	margin: 2px;
	padding: 2px;
}


/*- Links ---------------------------------------------------------------------------------------------*/

a {
	text-decoration: none;
}

a:link {
	color: #5195C6;
}

a:visited {
	color: #CB4B55;
}

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

a:active {
	text-decoration: underline;
	color: #999999;
}

#logo a {
	display: block;
	height: 110px;
	width: 130px;
}

#logo a span {
	display: none;
}

#membersLogin a,
#membersLogin a:visited
{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 2px 4px;
}

#membersLogin a:hover,
#membersLogin a:active,
#membersLogin a:focus
{
	background: #FFFFFF;
	color: #000000;	
}

#nav a,
#nav a:visited
{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
}

#nav a:hover,
#nav a:active,
#nav a:focus
{
	background: #000000;	
}

#pageHeading a
{
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0.5em 0px;
	margin: 0px 0px 0.5em 0px;
}


#logoLinks a span {
	display: none;
}

#logoLinks a,
#logoLinks a:visited
{
	display: block;
	float: left;
	background: no-repeat center top;
	margin-right: 5px;
}

a#logoHot,
a#logoHot:visited {
	height: 64px;
	width: 67px;
	background: url(../images/when_your_hot_bottom_logo.gif);
}

a#logoOld,
a#logoOld:visited {
	height: 40px;
	width: 160px;
	background: url(../images/old_logo_bottom.gif);
	margin-top: 20px;
}

a#logoNew,
a#logoNew:visited {
	height: 63px;
	width: 78px;
	background: url(../images/new_clublogo_bottom.gif);
}


#logoLinks a:hover,
#logoLinks a:active,
#logoLinks a:focus
{
	background-position: center bottom;
}

/*- Forms ---------------------------------------------------------------------------------------------*/

/*- Tables --------------------------------------------------------------------------------------------*/

/*- Misc ----------------------------------------------------------------------------------------------*/
#galleryContainer {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#galleryContainer a {
	height: 120px;
	width: 100px;
	display: block;
	margin: 0px 5px 5px 0px;
	float: left;
	overflow: hidden;
}
#galleryContainer img {
	margin-bottom: 2px;
}
