/* CSS Document */

body {
	margin: 10px;
	padding: 0;
	background-image: url(../images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95.1%;
	font-weight: normal;
	line-height: 100.1%;
	text-align:justify;
	}

/* -- [ General Styles ] -- */
.left {
	float: left;
	}

.text_left {
	text-align: left;
	}

.clear {
	clear: both;
	}

.img_left {
	float: left;
	margin: 6px 10px 5px 0;
	}

.img_right {
	float: right;
	margin: 6px 0 5px 10px;
	}

.border {
	padding: 3px;
	border: solid 1px #000;
	margin-left:10px;
	}

/* -- [ Creates the main wrapper that holds everything in the middle of the page for both the index and all the sub pages ] -- */
#wrapper {
	margin: 0 auto;
	width: 745px;
	background-color: #fff;
	overflow: hidden;
	font-size: 80%;
	}

* html #wrapper {
	font-size: 75%;
	}


/* -- [ Styles create the mast-head area block and the content within for both index and sub pages ] -- */
#branding {
	width: 745px;
	height: 79px;
	background-image: url(../images/branding.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: right;
	}

#branding h1 {
	display: none;
	}

#branding p {
	margin: 0 5px 0 0;
	padding: 29px 0 0 0;
	font-weight: bold;
	color: #5263b5;
	font-size: 90%;
	}


/* -- [ Creates the main navigation area block and styles list navigation for both index and sub pages ] -- */
#navigation {
	margin: 0;
	padding: 0;
	height: 26px;
	text-align: center;
	background-color: #ccd1e9;
	border: solid 1px #5263b5;
	}

#navigation ul {
	margin: 0 0 0 3px;
	padding: 0;
	}

#navigation ul li {
	margin: 0 0 0 -4px;
	padding: 0;
	display: inline;
	list-style-type: none;
	margin-right: 0;
	}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:active,
#navigation ul li a:visited {
	color: #5263b5;
	line-height: 28px;
	margin: 0;
	padding: 5px 5px 3px 6px;
	font-family: "Trebuchet MS", Arial;
	text-decoration: none;
	font-weight: bold;
	font-size: 95%;
	}

* html #navigation ul li a {
	font-size: 100% !important;
	}

#navigation ul li a:hover,
#navigation ul li a:focus {
	background-color: #fff;
	}


/* -- [ Creates the box area for the 'midpic' area available for both index and sub pages ] -- */
#midpic {
	margin: 0;
	padding: 0;
	height: 178px;
	width: 743px;
	border-right: solid 1px #5263b5;
	border-left: solid 1px #5263b5;
	background-position: top left;
	background-repeat: no-repeat;
	}


/* -- [ Provides options for adding different backgrounds to the 'midpic' area available for both index and sub pages ] -- */
.mid-one {
	background-image: url(../images/mid1.jpg);
	}

.mid-two {
	background-image: url(../images/mid2.jpg);
	}

/* --------------------------------------------- */
/* -- [ CONTENT AREA - INCLUDES ALL CONTENT ] -- */
/* --------------------------------------------- */

/* -- [ Styles that create the content area for both index and sub pages ] -- */
#content {
	margin: 0;
	float: left;
	width: 743px;
	padding: 0 0 10px 0;
	background-image: url(../images/body_shadow.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	border: solid 1px #5263b5;
	overflow: hidden;
	font-size: 90%;
	}


/* -- [ <HEADER> styles for both index and sub pages ] -- */
#content h2 {
	margin: 0 0 8px 0;
	color: #5263b5;
	padding: 0 0 5px 0;
	font-style: italic;
	font-size: 160%;
	font-family: "Times New Roman", Times, serif;
	border-bottom: dotted 2px #666;
	letter-spacing: .05em;
	line-height: 95%;
	clear: both;
	}

* html #content h2 {
	line-height: 100% !important;
	}

#content h3 {
	margin: 8px 0 1px 0;
	color: #5263b5;
	font-size: 150%;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: .05em;
	display: block;
	clear: both;
	}

#content h4 {
	margin: 8px 0 2px 0;
	font-size: 115%;
	color: #000;
	letter-spacing: .05em;
	display: block;
	color: #5263b5;
	clear: both;
	}

#content h5 {
	margin: 8px 0 0 0;
	font-size: 100%;
	color: #000;
	letter-spacing: .05em;
	display: block;
	clear: both;
	}


/* -- [ <P> styles for both index and sub pages ] -- */
#content p {
	margin: 0 0 10px 0;
	line-height: 140%;
	}

* html #content p {
	line-height: 150%;
	}


/* -- [ EXTRA <P> styles for all <p> tags in the right column on the index page ] -- */
#right p {
	padding-right: 15px;
	}

/* -- [ LIST styles for both index and sub pages ] -- */
#content ul,
#content ol {
	margin: 0 0 15px 30px;
	padding: 0;
	}

#content ul li,
#content ol li {
	margin: 0 0 5px 0;
	padding: 0;
	}

/* -- [ TABLE styles for both index and sub pages ] -- */
#content table {
	clear: both;
	background-color: #E8EAF7;
	margin: 0 50px 35px 30px;
	}

#content table caption {
	margin: 0;
	padding: 15px 0 5px 0;
	color: #5263b5;
	font-size: 135%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: .05em;
	text-align: left;
	}

#content table tr td {
	background-color: #fff;
	padding: 5px;
	}


/* -------------------------------- */
/* -- [ INDEX PAGE LEFT COLUMN [ -- */
/* -------------------------------- */

/* -- [ Creates the left column for the index page ] -- */
#left {
	margin: 0;
	padding: 10px 20px 0 10px;
	float: left;
	width: 372px;
	}


/* -------------------------------------------------------- */
/* -- [ INDEX PAGE RIGHT COLUMN - INCLUDES ALL CONTENT ] -- */
/* -------------------------------------------------------- */

/* -- [ Creates the right column for the index page ] -- */
#right {
	margin: 0;
	padding: 10px 6px 0 0;
	float: left;
	width: 335px;
	}


/* -- [ Styles for the purple 'Member Reservations' and 'Member Login' buttons on the index page ] -- */
.purp_box {
	color: #fff;
	clear: both;
	padding: 0 10px 1px 10px;
	font-size: 140%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	background-color: #5263b5;
	}

.purp_box p {
	margin: 0;
	padding: 0;
	line-height: 100%;
	}

.purp_box a,
.purp_box a:link,
.purp_box a:active,
.purp_box a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	}

.top {
	margin: 0;
	padding: 0;
	height: 7px;
	line-height: 100%;
	background-color: #5263b5;
	background-image: url(../images/corner_tl.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

* html .top {
	height: 2px;
	}

.corner_tr {
	margin: 0;
	float: right;
	width: 7px;
	height: 7px;
	z-index: 1000;
	line-height: 100%;
	background-image: url(../images/corner_tr.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

.bottom {
	margin: 0;
	padding: 0;
	height: 7px;
	background-color: #5263b5;
	background-image: url(../images/corner_bl.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

.corner_br {
	margin: 0;
	float: right;
	width: 7px;
	height: 7px;
	z-index: 1000;
	background-image: url(../images/corner_br.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}


/* -- [ Styles for the 'Facilities', 'Club Dining', and 'Event Planning' buttons on the index page ] -- */
.big_button {
	float: left;
	border: none;
	margin: 25px 5px 20px 0;
	z-index: 1000;
	}

.big_button2 {
	float: left;
	border: none;
	padding: 0;
	margin: 2px 5px 0 0;
	}


/* ------------------------------------------------------ */
/* -- [ SUB PAGES LEFT COLUMN - INCLUDES ALL CONTENT ] -- */
/* ------------------------------------------------------ */

/* -- [ Styles creating the left side box and for the sub navigation within it on all the sub pages ] -- */
#sub_left {
	float: left;
	margin: 0;
	padding: 0;
	width: 170px;
	}

#sub_navigation {
	width: 170px;
	height: 200px;
	margin: 0;
	background-color: #CCD1E9;
	text-align: right;
	}

#sub_navigation ul {
	margin: 0;
	padding: 15px 0 0 0;
	}

#sub_navigation ul li {
	margin: 0 0 2px 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	}

#sub_navigation ul li a,
#sub_navigation ul li a:link,
#sub_navigation ul li a:active,
#sub_navigation ul li a:visited {
	color: #4859A8;
	padding: 0 25px 0 0;
	text-decoration: none;
	font-weight: bold;
	}

#sub_navigation ul li a:hover,
#sub_navigation ul li a:focus {
	background-image: url(../images/arrows.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}


/* -- [ Styles creating the box that the 'Member Login' and 'Court Reservations' buttons go in on the left side of every sub page ] -- */
#sub_buttons {
	width: 170px;
	height: 85px;
	border-top: solid 3px #fff;
	background-color: #9EA8D6;
	text-align: center;
	padding-top: 15px;
	}


/* -- [ Styles for the 'Member Login' and 'Court Reservations' buttons on every sub page ] -- */
.left_button {
	wdth: 80%;
	clear: both;
	margin: 0 15px;
	}

.left_button a,
.left_button a:link,
.left_button a:active,
.left_button a:visited {
	color: #5263B5;
	border: solid 1px #5263b5;
	display: block;
	padding: 6px 7px 7px 7px;
	margin: 0 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	}

.left_button a:hover,
.left_button a:focus {
	background-color: #e8eaf7;
	}


/* -------------------------------- */
/* -- [ SUB PAGES RIGHT COLUMN ] -- */
/* -------------------------------- */

/* -- [ Styles creating right column for all the sub pages ] -- */
#sub_right {
	margin: 0;
	float: left;
	padding: 10px 30px 0 20px;
	width: 523px;
	}


/* ------------------------------------------------------ */
/* -- [ FOOTER AREA FOR BOTH INDEX AND ALL SUB PAGES ] -- */
/* ------------------------------------------------------ */

/* -- [ Creates the FOOTER area block for both index and sub pages and styles all content within ] -- */
#footer {
	padding: 5px 10px;
	clear: both;
	text-align: right;
	}

#footer p {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 80%;
	color: #5263b5;
	}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #5263b5;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover,
#footer a:focus {
	color: #66c;
	text-decoration: underline;
	}
