/* 
CSS Document 
Landis Tri Club Stylesheet
*/
body {
	background-color: #ADCDBC;
	font-family: "Times New Roman", Times, serif, Georgia;
	font-size: 12px;
	margin: 0;
}

#container {
	width: 805px;
	margin: auto;
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/header-bar.jpg);
	background-repeat: no-repeat;
	width: 805px;
	height: 117px;
}

#sidebar {
	padding-left: 19px;
	width: 168px;
	float: left;
	
}
/*--------------------------------------main----------------------------*/
#main {
	width: 604px; 
	margin: 0px;
	padding-left: 14px;
	float: right;
}
#intro {
	padding-top: 10px;
	width: 500px;
}

#mission{
        padding-top: 10px;
        width: 500px;
}

#gallery {
	padding-top: 30px;
	padding-bottom:30px;
	width: 550px;
	text-align: center;
}

#features-bottom h1 {
	margin: 20px 0 5px 0;
}

#features-top {
	padding-top: 30px;
	width: 550px;
}

#features-bottom {
	width: 550px;
}

#meeting {
	float: left;
	width: 250px;
	border-right-width: normal; 
    border-right-style: solid; 
    border-right-color: #5D8C67; 
	padding: 0px 20px 0px 0px

}

#feature-2 {
	float: left;
	width: 250px; 
	border-right-width: normal; 
    border-right-style: solid; 
    border-right-color: #5D8C67; 
	padding: 0px 20px 0px 0px
}

#feature-1 {
	float: right;
	width: 250px;
}

#feature-3 {
	float: right;
	width: 250px;
}

/*--------------------------------------main----------------------------*/

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 805px;
	height: 66px;
	clear: left;
	clear: right;
}

#footer p {
	text-align: right;
	padding-top: 20px;
	padding-right: 34px;
	margin: 0;
	
}

/*-----------------------------Menu--------------------------------*/

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 168px; 
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
	
#menu ul li a {
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: #A8C0AD;
	padding: 5px 0px 5px 15px;
	border-bottom: 5px solid #CFDDD2;
}

#menu ul li.on a {
	background-color: #58755D;
	color: #FFFFFF;
}

#menu ul li a:hover {
	background-color: #58755D;
	color: #FFFFFF;
}

/*-----------------------------Menu--------------------------------*/

/*-----------------------------Week-at-a-glance--------------------*/
#week ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 168px; 
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
	
#week ul li {
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: #AEC9C8;
}

#week ul li.header a {
	color: #045E9C;
	display: block;
	text-decoration: none;
	background-color: #93B7C0;
	padding: 5px 0px 5px 15px;
	border-top: 30px solid #CFDDD2;	
}

#week ul li.detailday {
	font-family: helvetica, arial, sans-serif;
	border-top: 10px solid #AEC9C8;
	padding: 0px 0px 0px 15px;
}

#week ul li.detailevent {
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 0px 15px;
	
}

#week ul li.detaillast {
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 10px 15px;
	
}
/*-----------------------------Week-at-a-glance--------------------*/

/*-----------------------------sponsors----------------------------*/
#sponsors ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 168px; 
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
	
#sponsors ul li {
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: #CFDDD2;
}

#sponsors ul li.header {
	color: #045E9C;
	text-align: left;
	display: block;
	text-decoration: none;
	background-color: #CFDDD2;
	padding: 0px 0px 15px 15px;
	border-top: 30px solid #CFDDD2;	
}
/*-----------------------------sponsors----------------------------*/

/*-----------------------------Style-------------------------------*/
h1 {
	color: #5D8C67;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0 5px 0;
}

h2 {
	color: #5D8C67;
	margin: 0;
	font-size: 10px;
	font-family: helvetica, arial, sans-serif;
}


p {
	margin: 0;
	font-family: helvetica, arial, sans-serif;

}

/* Holly Hack. IE Requirement */
/* * html ul li { float: left; height: 1%; }  */
 * html ul li a { height: 1%; }
/* End */
