/* -------------------------------------------------------------------------------------------------
   Cascading style sheet for club pages for the ACBL Unit 174 Web site
	 Filename              : Club_page.css
	 Version               : 05/21/2009
	 Author                : Bert Onstott
	 ------------------------------------------------------------------------------------------------- */

/* Basic formatting */

body {
	color:             #102536; /* nearly black */
	font-family:       Geneva, Arial, Helvetica, sans-serif;
	font-size:         100%;
	padding:           0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-color:  #999999;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:         1em;
	margin :        1em;
	padding:           0;
}
a {
	Color:             #996600;  /*dark tan */
	text-decoration:   none;
	font-weight:       bold;
}
a:visited {
	color:             #336600; /* green */
}
a:hover {
	background-color:  #996600;
	color:             #FFFFFF;
}
a img {
	border:            none;
}
h1 {
	font-size:         1.8em;
	padding: 5px;
}
h2 {
	font-size:         1.5em;
}
h3 {
	font-size:         1.3em;
}
h4 {
	font-size:         1.1em;
}
p {
	margin: 0px;
	padding: .1em;
}
.club_page #container #mainContent {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFCC;
}
.club_page #mainContent #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
#Aggieland #container #mainContent {
	border: thick outset #33C;
	background-repeat: repeat;
	background-image: url(../images/marb014.jpg);
}
#April_Sound #container #mainContent {
	background-color: #FFF;
	background-image: url(../images/backroundwhitetexture.jpg);
	border: 5px outset #F00;
}
#Bar-x #container #mainContent {
	background-image: url(../images/backroundwhitetexture.jpg);
	border: 11px ridge #F00;
}
#Brazos #container #mainContent {
	background-image: url(../images/beige005.jpg);
	border: 8px groove #FC0;
}
#Briarcrest #container #mainContent {
	background-image: url(../images/yello002.gif);
	background-repeat: repeat;
	border: 6px outset #FF0;
}
#Diamond #container #mainContent {
	background-image: url(../images/backroundwhitetexture.jpg);
	background-repeat: repeat;
	border: 6px double #9C3;
}
#Forest_Club #container #mainContent {
	background-image: url(../images/blgr070.jpg);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	border: thick groove #33CCCC;
}
#Gulf_Coast #container #mainContent {
	background-image: url(../images/water003.jpg);
	background-repeat: repeat;
}
#Kingwood #container #mainContent {
	border: thick groove #336600;
	background-color: #99FF66;
}
#Lake_Conroe #container #mainContent {
	background-image: url(../images/backroundwhitetexture.jpg);
	border: 8px ridge #630;
}
#Lakeside #container #mainContent {
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/seamlesstexture17_1200.jpg);
	border: thick groove #009966;
}
#Livingston #container #mainContent {
	background-image: url(../images/backroundwhitetexture.jpg);
	background-repeat: repeat;
	border: 6px outset #396;
}
#Pebble_Creek #container #mainContent {
	background-image: url(../images/lrock004.jpg);
	background-repeat: repeat;
	border: 6px outset #999;
}
#Racquet_Club #container #mainContent {
	background-image: url(../images/yello002.gif);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	border: thick ridge #FFFF33;
}
#River_Oaks #container #mainContent {
	background-image: url(../images/beige005.jpg);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	border: thick outset #996666;
}
#Southwest #container #mainContent {
	padding: 10px;
}
#Southwest #container #mainContent ul li p {
	text-align: left;
}
#Southwest #container #mainContent ul li ul li {
	text-align: left;
}
#Star #container #mainContent {
	background-image: url(../images/backgroundtwinklingstars.gif);
	background-repeat: repeat;
	color: #FF0;
	text-align: center;
}
#Valley_Bend #container #mainContent {
	border: thick outset #33C;
	background-repeat: repeat;
	background-image: url(../images/Valley_Bend.jpg);
}
#Community #container #mainContent {
	border: thick outset #F00;
	background-repeat: repeat;
	background-image: url(../images/backroundwhitetexture.jpg);
}
.framed_image {
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
	margin: 3px;
}
#Clear_Lake #container #mainContent #clear_lake_table {
	margin-right: auto;
	margin-left: auto;
}
