
/*  CLEAR ALL MARGINS, PADDING AND BORDERS  */
html,body,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
	margin:0px;
	padding:0px;
	border:0px;
}
html {
	height: 100%;
}
a {
	color: #800;
	text-decoration: underline;
}
a:hover {
	color: #400;
	text-decoration: underline;
}
p {
	margin-top: 15px;
	margin-bottom: 5px;
}
p.intro {
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-size: 16px;
	color: #880000;
	margin-bottom: 12px;
	letter-spacing: -1px;
}
ul {
	margin-bottom: 15px;
}
li {
	margin-left: 15px;
	padding-left: 5px;
}
h1, h2 {
	font-family: Georgia, Times New Roman, serif;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	display: none;
}
h3 {
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: capitalize;
	color: #880000;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #880000;
	margin: 25px 0 0;
}
h5 {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
}

.fancy {
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	color: #880000;
	letter-spacing: -0.05em;
	text-align: center;
	margin: 20px 0 0;
}
.fancysmall {
	font-size: 13px;
}

#content img, #sidebar .photo {
	border: 3px solid #fff;
}

#content img.noBorder {
	border: none;
}

#sidebar .map {
	margin-bottom: 20px;
}

table.membershiptable {
	margin-top: 10px;
}
table.membershiptable td {
	padding: 0 30px 5px 0;
}
table.membershiptable td.pricecol {
	padding-right: 0;
	text-align: right;
}

table.tournamentstable th {
	color: #800;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	padding-right: 20px;
	text-align: left;
}
table.tournamentstable li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

table.clubprofiletable {
	margin-top: 12px;
}
table.clubprofiletable td {
	padding-bottom: 10px;
	padding-right: 15px;
	width: 115px;
	vertical-align: top;
}
table.clubprofiletable.wide_cells td {
	width: 315px;
}
table.clubprofiletable th {
	font-weight: bold;
	padding-right: 15px;
	vertical-align: top;
	width: 115px;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 0;
}
table.clubprofiletable ul {
	margin: 0;
}
table.clubprofiletable li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
table.bistrospecials {
	text-align: center;
}
table.bistrospecials th {
	font-weight: bold;
	padding-top: 10px;
}
table.bistrospecials td {
	padding-bottom: 10px;
}

ul.two_column { overflow: hidden; }
ul.two_column li { width: 45%; margin: 0 3% 0 0; float: left; }

.floatL {
	float: left;
	margin-right: 10px;
}
.floatR {
	float: right;
	margin-left: 10px;
}
.featureImage {
	text-align: center;
}

.clear {
	clear: both;
}


.nostyle {
	display: none;
}

body {
	height: 100%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 0.75em;
	text-align: center;
	background-color: #dfd4c1;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: url(pagebg.gif) repeat-y center;
}
#header {
	text-align: left;
	background: url(header.jpg) no-repeat center top;
	padding: 0px;
	height: 130px;
	margin: 0px auto;
	overflow: hidden;
}
#header.header1 { background: url(header.jpg) no-repeat center top; }
#header.header2 { background: url(header2.jpg) no-repeat center top; }
#header.header3 { background: url(header3.jpg) no-repeat center top; }

#headerlogo {
	background-image: url(headerlogo.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	margin: 0;
	height: 130px;
	width: 100%;
	display: none;
}
#nav {
	background: url(navbg.gif) repeat-y top;
	margin: 0 auto;
	padding: 5px 0 7px;
	vertical-align: middle;
	line-height: 20px;
}
#nav ul {
	margin: 0px auto;
	width: 760px;
}
#nav li {
	display: inline;
	list-style-type: none;
	font-family: Georgia, Times New Roman, serif;
	text-transform: lowercase;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 0;
	border-left: 1px solid #600;
}
#nav li.first {
	border: none;
}
#nav li.line_break {
	margin-right: 240px;
}
#nav a {
	margin: 0;
	color: #fff;
	text-decoration: none;
}
#nav a.active {
	color: #fff;
	text-decoration: underline;
	padding-left: 2px;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#contentoutter {
	width: 100%;
	text-align: center;
}
#contentinner {
	margin: 30px auto 40px;
	width: 760px;
	text-align: left;
}
#content {
	width: 470px;
	padding: 0 20px;
	margin:  0;
	float: left;
	background: url(separator.gif) repeat-y right;
}
#sidebar {
	width: 220px;
	height: 100%;
	padding: 0 10px 0px 18px;
	margin-left: -2px;
	float: right;
}

#sidebar .promo_graphic { display: block; margin: 0 auto 20px; text-align: center; }
#sidebar .promo_graphic.last { margin-bottom: 0; }
#sidebar .promo_graphic img { border: none; }

div.box {
	margin: 0 0 20px;
	padding: 0;
	width: 220px;
}
div.boxtop {
	background: #700 url(box_top.gif) no-repeat;
	height: 40px;
}
.boxtop h4 {
	color: #fff;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 40px;
	text-transform: capitalize;
	letter-spacing: -1px;
	padding: 0 20px;
	margin: 0;
}
div.boxbody {
	background: #700 url(box_body.gif) no-repeat bottom;
	color: #fff;
	padding: 0 20px 20px;
}
div.boxbody ul {
	margin: 0;
}
div.boxbody li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.box a {
	color: #fff;
	text-decoration: underline;
}
div.box a:hover {
	color: #fee;
	text-decoration: underline;
}


.boxtablefees {
	margin-bottom: 10px;
}
.boxtable th {
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
}

.file { background-repeat: no-repeat; background-position: 0px 0px; padding: 0 0 0 24px;
	display: block; }
span.file { color: #555; font-size: 0.9em; }
a.file.pdf { background-image: url(icon_pdf.jpg); }

#footer {
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	height: 76px;
	color: #FFFFFF;
	width: 100%;
	background: url(footer.gif) no-repeat center top;
	margin: 0;
}
#footer p {
	margin-top: 0;
	margin-bottom: 8px;
}
#footerinner {
	position: relative;
	top: 22px;	
}

#bottomshadow {
	height: 3px;
	background: url(bottomshadow.gif) no-repeat center top;
	margin: 0;
	line-height: 0.01em;
	font-size: 0.001em;
}

fieldset { border: 1px solid #f2ebdc; padding: 10px 20px 20px; margin: 1em 0; }
legend { text-transform: uppercase; color: #800; display: inline-block; padding: 0 5px; }
form p { margin: 0 0 0.5em; }
.disabled { color: #666; }
dt { display: block; float: left; width: 160px; clear: both; margin: 10px 0; }
dd { display: block; float: left; width: 265px; margin: 10px 0; }
dt.full_width, dd.full_width { width: auto; float: none; clear: both; }
input, textarea { width: 261px; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; font-size: 0.9em; }
.full_width textarea { width: 97% }
input.submit { display: block; margin: 10px auto 25px; float: none; width: auto; font-size: 1em; }
.hint {color: #555; font-size: 0.9em; margin: 7px 0 0; }

div.messagebox { background-color: #888; margin: 20px 0; color: #fff; }
div.messagebox .mbtitle { font-size: 1.2em; padding: 8px 15px; background-color: #777; }
div.messagebox .mbtitle strong { font-weight: normal; }
div.messagebox .mbcontent { padding: 5px 15px; }
div.messagebox .mbcontent p { margin: 0.8em 0; }
div.messagebox .mbcontent a { color: #fff; }

.messagebox.success { background-color: #090; }
.messagebox.success .mbtitle  { background-color: #070; }

.messagebox.error { background-color: #900; }
.messagebox.error .mbtitle  { background-color: #700; }

hr { border: none; border-top: 1px solid #900; margin: 25px 0 0; background-color: transparent; height: 1px; clear: both; }

#breadcrumbs { margin: 0 0 20px; color: #666; }
#breadcrumbs .separator { margin: 0 3px; color: #aaa; }

ul.admin_menu { margin: 1.5em 0; }
ul.admin_menu li { list-style: none; margin: 0 0 1.5em; padding: 0; }
ul.admin_menu li a { padding: 0 0 0 20px; display: inline-block; background-repeat: no-repeat; background-position: 0px 0px; }
ul.admin_menu li a.pdf { background-image: url('icon_pdf.jpg'); }
ul.admin_menu li a.page { background-image: url('icon_page.png'); }
