/* CSS Document */

/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, hi, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul li, ol li
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Centre-aligns text in caption and th */
caption, th
{ text-align: center; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	border: 2px solid #00509e;
	position: relative;
}


#topnav {
	height: 50px;
	font-size: 70%;
	padding-top: 6px;
}
#topnav #navbox {
	float: right;
	text-align: center;
}
#topnav #navbox #nav1 li {
	float: left;
	margin-left: 2px;
	margin-top: 6px;
}
#topnav #navbox #nav1 li a:link, #topnav #navbox #nav1 li a:visited {	/* uses same image for all 4 states */
	background: url(../images/topnav_tab.gif) no-repeat;
	height: 18px;
	width: 81px;
	float: left;
	color: #FFFFFF;
}
#topnav #navbox #nav1 li a:hover, #topnav #navbox #nav1 li a:active {	/* uses same image for all 4 states - offset by -81px */
	background: url(../images/topnav_tab.gif) no-repeat -81px;
	color: #00509E;
}




#header {
	height: 255px;
	background: #FFFFFF url(../images/maidenhead-1.jpg) no-repeat;
	clear: right;
}
#header p {
	float: right;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	margin-right: 3em;
	margin-top: 1.75em;
}



#leftcol {
	width: 204px;	
	position: absolute;
	left: 0px;
	top: 311px;
	font-size: 70%;
	background: url(../images/hd_bg_ds.gif) repeat-x;	/*	Adds drop shadow to top of left column	*/
	padding-top: 16px;
}
#leftcol #mainnav, #leftcol #mainnav2 {	/* formats main left menus */
	border-left: 6px solid #00509E;
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 12px;
}
#leftcol #mainnav li, #leftcol #mainnav2 li {
	margin-bottom: 3px;
}
#leftcol #mainnav li a:link, #leftcol #mainnav li a:visited,
#leftcol #mainnav2 li a:link, #leftcol #mainnav2 li a:visited {
	background: #a3b9eb;
	display: block;
	width: 180px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 7px;
	color: #00509E;
}
#leftcol #mainnav li a:hover, #leftcol #mainnav li a:active,
#leftcol #mainnav2 li a:hover, #leftcol #mainnav2 li a:active {
	background: #00509E;
	color: #FFFFFF;
}

#leftcol #login {
	margin-left: 6px;
	line-height: 140%;
}

/*	End main menu with background box - no tabs	*/



#content {
	margin-right: 204px;
	margin-left: 204px;
	border-right: 1px solid #00509E;
	border-left: 1px solid #00509E;
	background: url(../images/hd_bg_ds.gif) repeat-x;	/*	Adds drop shadow to top of center content column	*/
	padding-top: 12px;
}
#content h1 {
	color: #00509E;
	font-size: 100%;
	margin-left: 0.5em;
	margin-top: 0.3em;
	border-bottom: 1px solid #00509E;
	margin-right: 1em;
	padding-top: 0.15em;
	padding-right: 0.15em;
	padding-bottom: 0.15em;
}
#content h2 {
	font-size: 90%;
	color: #00509E;
	margin-left: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #00509E;
	margin-right: 1.25em;
}
#content h3 {
	font-size: 90%;
	color: #00509E;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 1.25em;
}
#content p {
	font-size: 80%;
	margin-left: 1.25em;
	margin-right: 2em;
	margin-bottom: 1em;
	line-height: 120%;
}
#content ul {
	font-size: 70%;
	margin-left: 3em;
	margin-bottom: 1em;
	margin-right: 2em;
}
#content ul li {
	margin-top: 0.2em;
	margin-bottom: .75em;
	background: url(../images/blue_bullet.gif) no-repeat 1px .2em;
	padding-left: 1.5em;
}
dl {
	margin-right: 2em;
	margin-bottom: 1em;
}
dt {
	font-size: 80%;
	font-weight: bold;
	margin-left: 1.25em;
	margin-top: .5em;
}
dd {
	text-align: justify;
	font-size: 70%;
	margin-left: 2em;
	margin-top: .25em;
}

#content #searchstr, #content #perpage {
	margin-left: 6px;
}
#content #selcategory {
	margin-right: 60px;
}

#content .padding12 {
	padding-bottom: 120px;
}
/* Start rules formatting */
#content ol {
	font-size: 70%;
	margin-left: 40px;
}
#content ol li {
	list-style: decimal;
	margin-bottom: 6px;
}
#content ol ol {
	font-size: 100%;
	margin-top: 10px;
}
#content ol ol li {
	list-style: lower-alpha;
}
/* End rules formatting */

/* Golf day background image */
#content #golfday {
	background-image: url(../images/golfday_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* Starts Company Profile address, etc /templates/profile.html */
#profiletable {
	width: 95%;
	background: url(../images/table_bg.gif) repeat-x;
	border: 1px solid #003399;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 70%;
}
#profiletable td.description {
	font-size: 120%;
}
#profiletable td {
	padding: 6px;
	border-bottom: 1px solid #a3b9eb;
}
#profiletable a:link, #profiletable a:visited {
	font-weight: bold;
}
/* End Company Profile address, etc */

/* Starts Offers list in company profile /templates/profile.html */
#offerstable {
	width: 95%;
	background: url(../images/table_bg.gif) repeat-x;
	border: 1px solid #003399;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 70%;
}
#offerstable th {
	padding: 6px;
	border-bottom: 1px solid #a3b9eb;
	background: #00509E;
	color: #FFFFFF;
	text-align: left;
}
#offerstable td {
	padding: 6px;
	text-align: left;
}
/* End Offers list in company profile */

/* Start "Manage Offers" - /templates/admin/editoffers.html */
#offerstable {
	width: 95%;
	background: url(../images/table_bg.gif) repeat-x;
	border: 1px solid #003399;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 70%;
}
#offerstable th {
	padding: 6px;
	border-bottom: 1px solid #a3b9eb;
	background: #00509E;
	color: #FFFFFF;
	text-align: left;
}
#offerstable td {
	padding: 6px;
	text-align: left;
}
/* End "Manage Offers" - /templates/admin/editoffers.html */

/* Start "Manage Events" - /templates/admin/editevents.html */
#eventstable, #eventdates, #eventspay {
	width: 97%;
	background: url(../images/table_bg.gif) repeat-x;
	border: 1px solid #003399;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 70%;
}
#eventstable th, #eventdates th, #eventspay th {
	padding: 6px;
	border-bottom: 1px solid #a3b9eb;
	background: #00509E;
	color: #FFFFFF;
	text-align: left;
}
#eventstable td, #eventdates td, #eventspay td {
	padding: 6px;
	text-align: left;
}
/* End "Manage Events" - /templates/admin/editevents.html */

/* Start "Pay for Events" - /templates/admin/payments.html */
#eventspay {
	width: 60%;
	background: url(../images/table_bg.gif) repeat-x;
	border: 1px solid #003399;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 70%;
}
/* End "Pay for Events" - /templates/admin/payments.html */

/* Start "Subscriptions" - /includes/generatepage.php */
table.subscriptions {
	width: 60%;
	background: url(../images/table_bg.gif) repeat-x;
	border: 1px solid #003399;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 70%;
}
table.subscriptions caption {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: .25em;
}
table.subscriptions th {
	padding: 6px;
	border-bottom: 1px solid #a3b9eb;
	background: #00509E;
	color: #FFFFFF;
	text-align: left;
}
table.subscriptions td {
	padding: 6px;
	text-align: left;
}
#fs1, #fs2 {	/* subscription "renew" buttons */
	margin-left: 1em;
}
/* End "Subscriptions" - /includes/generatepage.php */

/* Starts executive and sub-committees tables */
#officers, #scomms {
	width: 95%;
	background: url(../images/table_bg.gif) repeat-x;
	border: 1px solid #003399;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 70%;
}
#officers th, #scomms th {
	padding: 6px;
	border-bottom: 1px solid #a3b9eb;
	background: #00509E;
	color: #FFFFFF;
	text-align: left;
}
#officers td, #scomms td {
	padding: 6px;
	text-align: left;
}
/* Starts executive and sub-comms tables */

/* Starts membership rates table - Join the Chamber */
#rates {
	width: 95%;
	background: url(../images/table_bg.gif) repeat-x;
	border: 1px solid #003399;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 70%;
}
#rates th {
	padding: 6px;
	border-bottom: 1px solid #a3b9eb;
	background: #00509E;
	color: #FFFFFF;
	text-align: left;
}
#rates td {
	padding: 6px;
	text-align: left;
}
#rates caption {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .25em;
}
/* Ends membership rates table - Join the Chamber */

/* Starts membership rates table - Join the Chamber */
#fees {
	width: 95%;
	background: url(../images/table_bg.gif) repeat-x;
	border: 1px solid #003399;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 70%;
}
#fees th {
	padding: 6px;
	border-bottom: 1px solid #a3b9eb;
	background: #00509E;
	color: #FFFFFF;
	text-align: left;
	width: 25%;
}
#fees td {
	padding: 6px;
	text-align: left;
}
#fees caption {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .25em;
}
/* Ends membership rates table - Join the Chamber */

/* Starts company details table - showoffer.html */
#compdetails {
	width: 95%;
	background: url(../images/table_bg.gif) repeat-x;
	border: 1px solid #003399;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 70%;
}
#compdetails th {
	padding: 6px;
	border-bottom: 1px solid #a3b9eb;
	background: #00509E;
	color: #FFFFFF;
	text-align: left;
	width: 25%;
}
#compdetails td {
	padding: 6px;
	text-align: left;
}
/* Ends company details table - showoffer.html */

/* Starts accessibility table */
#accesstable {
	width: 80%;
	background: url(../images/table_bg.gif) repeat-x;
	border: 1px solid #003399;
	margin-left: 1.5em;
	margin-bottom: 1em;
	font-size: 70%;
}
#accesstable th {
	padding: 6px;
	border-bottom: 1px solid #a3b9eb;
	background: #00509E;
	color: #FFFFFF;
	text-align: left;
}
#accesstable td {
	padding: 6px;
	border-bottom: 1px solid #a3b9eb;
	text-align: left;
}
#accesstable caption {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .5em;
}
/* Ends accessibility table */

/* Start Site Map list fomratting */
#sitemap li {
	padding-top: .25em;
}
#sitemap li ul {
	font-size: 100%;
}



a:link {
	color: #003399;
}
a:visited {
	color: #333366;
}
a:hover, a:active {
	color: #CC6600;
}

.back {	/* Formats "back" link */
	font-size: 100%;
	font-weight: bold;
}

#rightcol {
	width: 204px;
	background: url(../images/hd_bg_ds.gif) repeat-x;	/*	Adds drop shadow to top of right column	*/
	position: absolute;
	top: 311px;
	right: 0px;
	padding-top: 12px;
}

/*	Start right column box - light background	*/
#rightcol #rightboxlt {
	width: 190px;
	margin-left: 6px;
	background: url(../images/rtcolbox_lt_top.gif) no-repeat top;
	padding-top: 10px;
	margin-top: 4px;
	margin-bottom: 12px;
}
#rightcol #rightboxlt h3 {
	font-size: 90%;
	color: #993300;
	background: url(../images/rtcolbox_lt_h3.gif) no-repeat;
	height: 31px;
	display: block;
	text-align: center;
	margin-bottom: 0px;
}
#rightcol #rightboxlt h4 {
	background: url(../images/rtcolbox_lt.gif);
	font-size: 70%;
	padding-left: 4px;
	padding-bottom: 10px;
	color: #00509E;
}
#rightcol #rightboxlt p {
	background: url(../images/rtcolbox_lt.gif);
	font-size: 70%;
	padding-left: 4px;
	padding-bottom: 10px;
}
#rightcol #rightboxlt p.base {
	background: url(../images/rtcolbox_lt_bott.gif) no-repeat bottom;
}
/*	End right column box - light background	*/






#footer {
	background: #FFF2DA;
	width: 100%;
	border-top: 1px solid #d9930e;
	font-size: 70%;
	color: #d9930e;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
.floatright {
	float: right;
	margin-right: 1em;
	margin-bottom: .25em;
	margin-left: 1em;
	font-size: 90%;
	text-align: center;
	color: #00509E;
}
.floatright img {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	padding: 2px 2px 4px;
}

.clearright {
	clear: right;
}
.topofpage {
	text-align: right;
	margin-bottom: 6px;
	clear: right;
	font-size: 80%;
	background-color: #CFDAF4;
	padding: 2px;
	display: block;
	width: 100%;
}
