body, html {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.00em;
	margin: 0;
	padding: 0;
}

/* Take the blue border off images with a link  around them */
a img {border:0px;}


/* styles for the big background image */
html {
	background: url(bg_2.jpg);
	background-attachment: fixed; 
}

#container{
	  border: 2px solid #C1C1C1;
	  width: 750px;
	  margin: auto;
	  background: #ffffff;
	  
	  /* All the styles below are for the slight transparency in the background */
	 filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95; 

}


	/* H2's are the headings at the top of each page */
h2 {
	font-family: Arial, Helvetica, sans-serif;  
	color: #999999;
	font-size: .90em;
	padding: 0px;
	margin: 0px;
}


#header {
	height: 150px;
	padding: 25px 0 15px 0;
	background: white;
}

/* Styles for the two boxes either side of the moro logo */
#header div {
	width: 150px;
	height: 150px;
	float: left;
	padding: 0 10px;
}
	
/* The main logo */	
#header h1 {
	width: 410px;
	height: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#header	h1 img {
	display: block;
	margin: auto;
}  


#nav {
	width:750px; 
	background-color:#333333;
	margin:0;
	padding:0;
	list-style:none;
	font-size: .70em;
	font-weight: bold;
	clear: left;
	
}

#nav li {
	float: left;
	position:relative;
}

#nav li a {
	background:#333333;
	color:#ffffff;
	display:block;
	float: left;
	padding: 10px 17.8px;
	text-decoration:none;
}

/* Styles for the active link */
#nav li.active a{
	color: #FFFF00;
	font-weight: bold;
}

#nav li a:hover{
	text-decoration:underline;
}

/* Styles for the submenu */
#nav li ul {
	display:none;
	position:absolute;
	z-index: 9999;
	left:0px; 
	top:30px; 
	background-color:#333333;
}

#nav li:hover ul {
	display:block; 
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li:hover ul li{
	clear: left;
}

#nav li:hover ul li a{
	width: 180px;
}

#content {
	line-height: 1.3em;
	width: 580px;
	float: left;
	clear: left;
	padding: 10px;
}

/* The right hand side-bar of sponsers */
#sponsors {
	width: 150px;
	float: left;
	background: #eee;
}

#sponsors h5{
	text-align: center;
}

#sponsors ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

/* The caption for each image */
#sponsors span {
	display: block;
	font-size: .80em;
	font-weight: bold;
	padding: 0 0 5px 0;
				
}

#sponsors a {
	color:#000000;
	text-decoration:none;		
}

.red {
	color:#FF0000;
	font-weight:bold;
}

/* This is the Hover set up */
#hover .hide {
	display: none;
	position: absolute;
	top: 35px;
	right: 110px;
	width: 350px;
	padding: 5px;
	font-weight: bold;
	background-color: #FFFF00;
	border: solid thin #000000;
}

#hover:hover .hide {
	display: block;
}

#hover {
	position: relative;
}

/* Footer section Layout and Formatting */
#footer {
	background-color: #FFFF00;
	clear: left;
	padding: 5px 0;
	margin: 0;
	color: #000000;
	text-align: center;
	font-size: .80em;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#june {
	position: relative;
	top: 20px;
}
/* Centertext will center the text of any element it is applied to */
.centertext {
	text-align: center;
}

.links img {
	padding: 20px 0;
}

.events {
	padding: 5px 0 5px 0;
}

.events h4 {
	padding: 0 0 10px 0;
}

.events h4 , .events ul{
	padding-top: 0;
	margin:0;
}

.events ul {
	font-style: italic;
	font-weight:bold;
	text-align:center;
	list-style: none;
}

.motto {
	font-family: Georgia, "Times New Roman", serif;
	text-align:center;
	font-style:italic;
}

/* The contaning box */
.image_display {
	float: left;
	clear: left;
	margin: 10px 0;
	width: 100%
}

/* Makes the image go to the left */
.image_display img {
	float:left;
	padding: 0 20px 0 0;
}

/* Overrides make the image go to the left (Used in links page)*/
.image_display img.no_shift {
	float: none;
	padding: 0;
	position: relative;
	top: 10px;
}

.image_display p {
	margin: 0;
	padding: 0;
}

.image_display h4 {
	margin: 0 0 10px 0;
}

/* Used in race reports for images an captions */
.image_display dl {
	float: left;
	width: 150px;
	padding: 0 30px 0 0;
	margin: 0;
}

/* Makes the caption on the line below the image */
.image_display dt, .image_display dd {
	display: block;
	clear: left;
	padding: 0;
	margin: 0;
	text-align:center;
}

/* Moves the finishing positions in race reports to the right slightly */
.image_display ol {
	position: relative;
	left: 50px;
	margin-left: 90px;
}

/* Makes the heading in race reports align with the ol*/
.image_display h5 {
	margin-left: 230px;
	padding: 0;
}


/* Used to create the grid for spot prizes page */
.image_block {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
	text-align: center;
}

.image_block li{
	width: 33%;
	float: left;
	line-height: 1.00em;
} 

/* Style for links page */
#four_corners {
	padding: 25px 0 0 0;
} 

.down {
	position: relative;
	top: 20px;
}
/* Transport page Layout and Formatting */

#times h4 {
	margin-top: 10px;
}

.image_block_accom li {
	width: 40%;
	float:left;
	padding: 0 15px 0 15px;
	margin: 5px;
	list-style: none;
}

.image_block_accom_city {
	clear: both;
	list-style: none;
	padding: 20px 0 0 200px;
}

/* F.A.Qs page Layout and Formatting */
#faq dt{
	padding: 0 0 .5em 0;
	margin: 0;
	color: red;
}

#faq strong {
	padding: 0 1em 0 0;
}

#faq dd {
	margin: 0;
	padding: 0 0 1em 0;
}

/* Moro Marathon Event T-Shirt sizing page Layout and Formatting */

/* The contaning box */
.image_display_t-shirts {
	margin: 10px 0 0 135px;
}

#t-shirts h5 {
	position: relative;
	left: 25px;
}

#t-shirts table {
	font-size: .90em;
	margin-top: 10px;
	text-align: center;
}

#t-shirts table th {
	text-align: left;
}

#t-shirts td, #t-shirts th {
	padding: 5px;
}

#men {
	font-size: .90em;
}

#womens {
	font-size: .90em;
}

.underline {
	text-decoration: underline;
}

/* Race Reports page Layout and Formatting */


#half {
	list-style: none;
}

#walk {
	list-style: none;
}

/* Training Schedules page Layout and Formatting */
#training {
	list-style: square;
}

#start {
	margin-left: 40px;
}

#finish {
	margin-left: 40px;
}

#schedules {
	list-style: none;
}

/* Train page Layout and Formatting */

#train {
	display: block;
	margin-left: 20px;
	padding: 0px;
}

#grandstand {
	position: relative;
	bottom: 10px;
}

#group1 {
	margin-left: 10px;
}

#group2 {
	margin-left: 10px;
}

#group3 {
	margin-left: 65px;
}	

/* Links page Layout and Formatting */


#corners p {
	margin-left: 250px;
}


/* History of T-Shirts page Layout and Formatting */
/* This is the ul you have all your images in */
.pikachoose{
	width:510px;
	margin:0 auto 15px auto;
}

.pikachoose ul{
	padding-left:5px;
	margin:0;
	padding:0;
	overflow:hidden;
}

.pikachoose ul li{
	float: left;
	border:1px solid #555;
	padding:2px;
	background:#777;
	margin:0 6px 4px 0;
	position:relative;
	overflow:hidden;
}

.pikachoose ul li div img{
	position:relative;
	cursor:pointer;
}
/* this is the surrounder for all your main imaeg. This is also the fake border around the main img and room for caption */
.pika_main{
	width:425px;
	display:block;
	position:relative;
	padding:0px;
}

/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{
	position:absolute;
	top:2px;left:2px;
}

.pika_back_img{
	position:relative;
	top:0px;
}

.pika_subdiv{
	position:relative;
	border:1px solid #555;
	background:#777;
	padding:2px;
	margin-left: 118px;
}

.pika_subdiv img, .pika_subdiv a img{
	border:none;
}

.pika_caption{
	width: 425px;
	text-align:center;
	margin: 0 0 0 55px;
	padding-bottom:30px;
}


/* Slideshow styles*/

#slideshow {
    position:relative;
	height: 200px;
	padding: 10px 0;
	width: 325px;
	margin: 0 auto;
	top: 20px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

/* countdown styles */
/* jQuery Countdown styles 1.5.6. */

#countdown {
	width: 70%;
	margin:20px auto;
	height: 23px;
}

.hasCountdown {
	border: 1px solid #ccc;
	background-color: #000000; /*background color*/
	color: #000000;
	padding: 5px 0;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
	
}
.countdown_amount {
	font-size: 200%;
	color:#FFFF00;
	font-weight: bold;
	
}
.countdown_descr {
	display: block;
	width: 100%;
}
/* Photos page Layout and Formatting */

/* The contaning box */
.image_display_2, .image_display_3  {
	margin: 0px;
	width: 100%;
}

.image_display_3 {
	padding: 20px 0;
}

/* Makes the image go to the left */
.image_display_2 img, .image_display_3 img  {
	float:right;
	padding: 0 25px 0 0;
}
/* Archive Results page Layout and Formatting */


#archive legend {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#archive input {
	width: 230px;
}

#archive ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#archive li {
 	width: 50%;
	float: left;
}

#archive input {
 	width: auto;
}

.reg {
	font-size: .80em;
}

#registered legend {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#registered input {
	width: 230px;
}

#registered ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#registered li {
 	width: 50%;
	float: left;
}

#registered input {
 	width: auto;
}

#results legend {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#results input {
	width: 220px;
}

#results ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#results li {
 	width: 50%;
	float: left;
}

#results input {
 	width: auto;
}

#comp_results {
	width: 100%;
	text-align: center;
}

#comp_results td {
	font-size: .80em;
}

.even {
	line-height: .90em;
	background: #FAF75C;
}

.odd {
	line-height: .90em;
	background: #333;
	color: #fff;
}

tr.active {
	line-height: .9em;
}


/* Contact_Us page Layout and Formatting */
.bold {
	font-weight: bold;
}

label {
	width: 150px;
	float: left;
	clear: left;
	padding: 10px 0;
}

legend {
	margin: 0 0 20px 0;
}

ul input, textarea {
	background-color: #F4F4F4;
	width: 300px;
	float: left;
	padding: 5px;
	border: 2px solid #ccc;
	margin: 0 0 10px 0;
}

textarea {
	max-width: 300px;
	min-width: 300px;
	min-height: 100px;
	max-height: 200px;
}

ul input:focus, textarea:focus{
	border: 2px solid #666;
}

ul input	{
	background-color: #F4F4F4;
	font-size: 1.2em;
}

input.submit {
	font-size: 15px;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid  #bbb;
	color: #333;
	padding: 8px 20px;
	clear: left;
	float: left;
	margin: 10px 0 0 0;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.05, rgb(255,255,255)),
		color-stop(0.53, rgb(222,222,222))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(255,255,255) 5%,
		rgb(222,222,222) 53%
	);
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
	width: auto;
}

.captcha input, .captcha img{
	float: left;
	width: 25%;
}


.captcha input{
	margin: 5px 10px;
}


.captcha label.error{
	margin-top: 0;
	padding-top: 0;
}

fieldset { 
	margin: auto;
	border: 0;
	width : 100%;
}

#comments {
	font-weight: bold;
}


legend {
	margin-top: 10px;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

form ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

label.error{
	color:red;
	font-size:.8em;
	margin: -20px 0 0 150px;
	width:100%;
}

.error_messages {
	background: #BCE5F5;
	width: 65%;
	margin: 20px auto;
	padding: 1px 5px 5px 5px;
	border: 2px solid #36819E;
}

.error_messages ol {
	font-size: .8em;
}


.important h4, .important p {
	padding: 0 0 0 35px;
}		

.important ol {
	margin: 0 0 0 17px;
}

.important ol li{
	padding: 0;
}

.eventdate h3{

	padding: 3px 0;
	margin: 0;
}

.gallery a img {
	padding: 5px;
}

#navigation {
	background-color: #333;
	height: 35px;
}


