/* CSS Document */

/* Fairhaven Tennis Association Website
Theme colors used:

Dark Blue 	#003366 	(links, headers)
Light Blue 	#99ccff 	(backgrounds)
Yellow 		#eef13e 	(tennis balls, link hover)
Dark Gray 	#2c2c2c 	(regular text)
Black
White

*/

/* Global Settings */

body {
background: #99ccff;
font-family: Arial, Helvetica, sans-serif;
}

img {
border: none;
}

img.thumb { /*For the gallery*/
border: none;
padding: 20px;
}

a {
border: none;
text-decoration: none;
color: #003366;
}

a.hover, a.active {
background: #eef13e;
}

#container{ /*to center the site*/
margin-left: auto;
margin-right: auto;
width: 900px; /*fixed width site, same as header image*/
background: #ffffff;
}

/* North Region Settings */

#north {
background: #99ccff; /*so blue shows thru rounded corners on top*/
height: 150px;
border-bottom: 2px solid #99ccff;
}

/* Center Region Settings */

#center{
background: #ffffff;
float: right;
width: 695px;
color: #2c2c2c;
font-size: 11pt;
min-height: 500px;
padding-top: 5px;
}

#center-content{
width: 695px;
border-left: #003366 solid 3px;
margin-bottom: 10px;
min-height: 495px;
padding-left: 3px;
}

.title { /*for headers*/
color: #003366;
font-size: 16pt;
font-weight: bold;
}

.normal {
padding: 0 20px 0 20px;
line-height: 1.8em;
}

button{ /*for contact page send/reset buttons*/
border: none;
background-color: transparent;
}

/* West Region Settings */

#west {
background: #ffffff;
width: 195px;
height: auto;
float: left;
padding-top: 5px; /*creates a little airspace at the top*/
padding-left: 4px;
font-family: Arial, Helvetica, sans-serif;
color: #2c2c2c;
min-height: 500px;
}

.links {
line-height: 1.8em;
padding-left: 20px;
font-weight: bold;
font-size: 11pt;
}

.bar {
background: #ffffff url(images/blue_line.gif) top left repeat-x;
}

/* South Region Settings */
#south{
background: #ffffff;
border-top: 2px solid #99ccff;
color: #003366;
font-size: 9pt;
}

#south.a {
color: #003366;
text-decoration: none;
font-size:9pt;
}