/*
Theme Name: Web Design by Knight
Author: Tasha Knight
Author URI: http://www.webdesignbyknight.com/
*/


* {
	margin: 0;
	padding: 0;
}
												/*Colored background for whole page*/
body {
	background-image: url(../images/haystack_back.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #D7D7D7;
}
												/*Body font, size and color*/
body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
												/*Box around the whole outside - light light gray */
#main
{
	width: 969px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F3F3F3;
	height: 150px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F3F3F3;
	border-right-color: #F3F3F3;
	border-left-color: #F3F3F3;
}


												/*Header box that is behind bridge photo */

#header {
	width: 950px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 117px;
}
#main_content {
	background-color: #FFFFFF;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 17px;
	border-bottom-width: 10px;
	border-left-width: 17px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
	background-image: url(../images/fcf_photo_bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;

}
#main_content_med {
	background-color: #FFFFFF;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 17px;
	border-bottom-width: 10px;
	border-left-width: 17px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
	height: 1000px;
	background-image: url(../images/fcf_photo_bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#main_content_long {
	background-color: #FFFFFF;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 17px;
	border-bottom-width: 10px;
	border-left-width: 17px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
	height: 1700px;
	background-image: url(../images/fcf_photo_bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main_content_swim_team {
	background-color: #FFFFFF;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 17px;
	border-bottom-width: 10px;
	border-left-width: 17px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
	height: 1300px;
	background-image: url(../images/fcf_photo_bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main_content_hours {
	background-color: #FFFFFF;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 17px;
	border-bottom-width: 10px;
	border-left-width: 17px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
	height: 540px;
	background-image: url(../images/fcf_photo_bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}



#indent {
	text-indent: 15px;
}



												/*Header INFO color, font padding, size*/

h1, h2, h3 {
	color: #356BAA;
}

h1 {
	font-size: 3em;
	padding-top: 10px;
	color: #050446;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	font-size: 1.9em;
	font-weight: bold;
	color: #1B1464;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 15px;
}


h3 {
	font-size: 2.0em;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 15px;
}
h4 {
	font-size: 1.6em;
	font-weight: bold;
	color: #444EDA;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #444EDA;
	width: 280px;
	margin-bottom: 15px;
}
#column1 {
	float: left;
	width: 400px;
	height: 250px;
	margin-bottom: 15px;
	border-right-width: medium;
	border-right-style: inset;
	border-right-color: #BC0000;
}
#column2 {
	float: right;
	width: 425px;
	margin-bottom: 15px;
}



												/*Margins for lists ordered or unordered*/

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #1B1464;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #7670BA;
}
												/*Menu box with main links below the bridge photo */
#menu {
	width: 950px;
	background-repeat: no-repeat;
	margin-left: 9px;
	margin-top: 0px;
	background-image: url(../images/fcc_header_03.png);
	float: left;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	list-style: none;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	text-align:center;
	text-decoration: none;
	font-size: 1.3em;
	color: #FFFFFF;
	padding-top: 7px;
	font-weight: bold;
	padding-left: 0px;
	width: 134px;
}

#menu a:hover {
	font-weight: bolder;
	color: #999999;
}
#read_more {
	font-size: x-small;
	font-style: italic;
	color: #C5AFF2;
}

/* Footer */

#footer {
	text-align: left;
	font-size: 11px;
	color: #050446;
	width: 900px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}

#footer2 {
	text-align: center;
	font-size: 9px;
	color: #050446;
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#footer a
{
	color: #050446
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
	display: block;
	margin-bottom: 0px;
	background-position: bottom;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}


p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#left_column {
	float: left;
	width: 425px;
	padding: 15px;
}
#right_column {
	float: left;
	width: 425px;
	padding: 15px;
	height: 230px;
}
#left_column_short2 {
	float: left;
	height: 140px;
	width: 390px;
	padding: 15px;
}
#right_column_short2 {
	float: left;
	height: 140px;
	width: 390px;
	padding: 15px;
}
#right_column_short {
	float: left;
	height: 195px;
	width: 390px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#left_column_short {
	float: left;
	height: 195px;
	width: 390px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#left_column_swim_team {
	float: left;
	width: 500px;
	padding: 15px;
	height: 900px;
}
#right_column_swim_team {
	float: left;
	width: 350px;
	height: 900px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
}
#left_column_hours {
	float: left;
	width: 400px;
	padding: 15px;
	height: 300px;
}



ul {
	list-style-image: url(../images/star.png);
	line-height: 25px;
}

#signature {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #91A8D3;
	float: right;
}
#no_border {
	text-decoration: none;
}
img.left_fc {
	float:left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 225px;
}
#letter {
	width: 950px;
	height: 500px;
	background-color: #FF0033;
}

