/*********************************************************************************************************************************
  MAIN TEMPLATE STYLES
*********************************************************************************************************************************/
body {
	background:#606060;
	color:#000;
	margin:0;
	padding:0;
	font:14px/17px Helvetica, Verdana, Arial, sans-serif;
	}
	
	
#search {
	width: 845px;
	margin: 40px auto 0px auto;
	text-align: right;
	}
	
	#weather {	
		width: 545px;
		float: left;
		text-align: left; 
		}

	#search_wrapper {
		width: 300px;
		float: right;
		text-align: right;
		overflow: hidden;
		}
		
		#search_field {
			width: 206px;
			padding-right: 10px;
			float: left;
			}
			
			.search_input {
				width: 206px;
				height: 18px;
				background-color: #b0b0b0;
				border: 1px solid #b0b0b0;
				color: #0061af;
				}
			
		#search_button {
			width: 84px;
			float: left;
			}

			.gsc-resultsRoot {
				width: 600px;
				}

#content {
	width:845px;
	margin:10px auto;
	text-align:left;
	border:3px solid #fff;
	overflow: hidden;
	}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*----- Header -----*/

#header {
	margin:0;
	padding:0;
	border-top:0;
	border-right:0;
	border-bottom:3px solid #fff;
	border-left:0;
	background:#fff;
	}
	
	#header a img {
		border: none;
	}

#logo_y {
	margin:0;
	padding:0;
	border-top:0;
	border-right:3px solid #fff;
	border-bottom:0;
	border-left:0;
	}

#ymca_title {
	margin:0 0 10px 10px;
	padding:0;
	}

/*----- Top Nav -----*/

#top_nav {
	background:#007cbf;
	height:35px;
	border-top:0;
	border-right:0;
	border-bottom:3px solid #fff;
	border-left:0;
	}

.top_nav_item {
	float:left;
	margin:0;
	padding:0;
	display:block;
	}

.top_nav_item img {
	border:0;
	}

.home {
	border-right:3px solid #fff;
	}

/*----- Main Area -----*/

#main {
	background:#fff url(file:///T|/Web%20Sites/YMCA/2009/images/interior_bg.gif) repeat-y top left;
	color:000;
	min-height:430px;
	float:left;
	}

/*----- Index Main Area -----*/

#index_toprow,
#index_bottomrow {
	margin:0;
	padding:0;
	display:block;
	clear:both;
	}

#index_toprow img,
#index_bottomrow img {
	margin:0;
	padding:0;
	float:left;
	}

/*----- Interior Side Nav -----*/

#side_nav {
	width:173px;
	border-top:0;
	border-right:3px dotted #6f6f71;
	border-bottom:0;
	border-left:0;
	float:left;
	background:url(file:///T|/Web%20Sites/YMCA/2009/images/side_nav_bg.gif) no-repeat top left;
	min-height:381px;
	font-size: 12px;
	}

#side_nav_ul {
	margin:0;
	padding:10px 0 0 10px;
	list-style-type:none;
	}

#side_nav_ul li {
	padding:5px 0 5px 18px;
	}

#side_nav_ul li a {
	color:#0061af;
	text-decoration:none;
	font-size:1.15em;
	}

#side_nav_ul li.active {
	background:url(../images/arrow.gif) no-repeat left center;
	}

/*----- Interior Sub Nav -----*/

#interior_sub_nav {
	margin:0;
	padding:0;
	}

#interior_sub_nav li {
	list-style-type:none;
	display:inline;
	}

#interior_sub_nav li a {
	margin:0 10px 0 5px;
	}

#interior_sub_nav li.active a {
	text-decoration:none;
	font-weight:bold;
	}

/*----- Interior Content -----*/

#interior_content {
	float:left;
	width:659px;
	margin:0;
	padding:0;
	padding-left: 10px;
	}

#copy_box {
	margin:20px 20px;
	line-height:1.5em;
	}

/*----- Footer -----*/

#footer {
	clear:both;
	background:#fff;
	height:65px;
	border-top:3px solid #fff;
	border-right:0;
	border-bottom:0;
	border-left:0;
	}

.footer_item {
	display:block;
	float:left;
	border-top:0;
	border-right:3px solid #fff;
	border-bottom:0;
	border-left:0;
	}

.footer_item img {
	border:0;
	margin:0;
	padding:0;
	}

.last {
	border:0;
	}
	
a img {
	border: none;
}

#connect_wrapper {
	margin: 0 auto;
	width: 	845px;
}

#agora {
	width: 300px;
	float: left;
}

#agoratxt {
	color: #fff;
	float: left;
	font-weight: bold;
	font-style: italic;
}

#agora a {
	color: #fff;
	text-decoration: none;
}

#connect {
	width:500px;
	float: right;
}


	#connecttxt {
		color: #fff;
		float: right;
	}
		
	#connect_wrapper img {
		float: 			right;
		padding-left: 	10px;
	}
