@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em; //was 1.0
	background-color: #619aeb;
	background-image:url('../images/background_cloud_r1.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px; /*620*/
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	position:relative;
}
#masthead {
	text-align:center;
	width: 700px;/*680px*/
	height:137px;/*100*/
	padding: 0px;
	border: 1px dotted #725972;
	background-image:url('../images/masthead_region_1.gif');
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position:0 0;
	clear:both;
}
#navigation {
	position:absolute;
}

#mainContent {
	float:left;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/*#secondaryContent {
	float:right;
	width: 250px;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 10px;	
	padding-left:10px;
	padding-right:10px;
	background-color:#ebd380;
	/*background-image:url('../images/secondBkgrnd_blueHill.gif');*/
}*/
#schedContent {
	/*background-image:url('../images/sched-vertRiders-colorDull.gif');*/
	background-image:url('../images/sched-vertRiders-orange.gif');
}
.container p {
	float:right;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
	margin:auto;
}
a {
	color:blue; 
	text-decoration: none;
	font-weight:bold;
}
a:link {
	color:blue; 
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: navy;
	text-decoration: underline;
	font-weight:bold;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 702px; /*702*/
	background-color: #d6d1cb; /*#9c9e95; */
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	border-top: 1px black solid;
}
#navigation li {
	float:left;
	margin: 0;
	padding: 0;
	/*border: 1px solid navy;*/
}
#navigation a {
	color: navy; /*#402640;*/
	text-decoration: none;
	display: block;
	padding:0 1em;
}
#navigation a:link {
	color:navy; 
	background-color: #d6d1cb; 
	}
#navigation a:hover {
	color: navy; 
	background-color: #fff;
}

/*code to highlight current page*/
#home #mainNav .home a,
#newRiders #mainNav .newRiders a,
#rideSched #mainNav .rideSched a,
#theAttic #mainNav .theAttic a,
#judgesCorner #mainNav .judgesCorner a,
#gallery #mainNav .gallery a,
#links #mainNav .links a,
#contact #mainNav .contact a, 
#news #mainNav .news {
	color:blue;
	font-style:italic;
	font-weight:bold;
	cursor:default;
}
/* Container Styles */
#container h1,h2,h3,h4,h5,h6 {
	color: #2554C7;
	text-align:center;
}
#container h2{
	clear:both;
	margin-top:30px;
}

#container img {
	padding: 5px;
	}
.centeredImage
    {
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    padding:0px;
   /*  position:relative;*/
    }
#secondaryContent h1,h2,h3,h4,h5,h6 {
	color: #472f17;
}

/* Footer Styles */
#footer p {
	color: navy;
	text-align:center;
	clear:both;
}
#footer a {
	color: navy;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.box {
	height: 200px;
	width: 550px;
	float:right;
}
/*Ride Schedule styles*/
.top td {
	border-top:thin gray solid;
}
.bottom td{
	border-bottom:thin gray solid;
}
table {
	border-collapse:collapse;
	border:thin gray solid;
}
thead, td {
	padding: 0.1em .1em;//was 1em
	text-align:center;
}
thead {
	border-bottom: thin gray solid;
	background-color:gray;
}
.top td {
	border-top:thin gray solid;
}
.bottom td{
	border-bottom:thin gray solid;
}
