body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
 	behaviour: url(csshover.htc);} /* WinIE behavior call */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
#container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/sidebar_bgd.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

/***************************************************************************************/
/*                               Header Rotation                                       */
/***************************************************************************************/

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:270px;	width: 859px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {

}
.paging a:hover {
	font-weight: bold;
	color: #6EB1EC;
}
/***************************************************************************************/

#header {
	height: 142px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 30px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	margin-right: 90px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	line-height: 0px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 550px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
	color: #494537;
	line-height: 19px;
} 
#mainContent-wide {
	margin-top: 0;
	margin-right: 120px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
	color: #494537;

} 
#mainContent2 {
	margin-top: 0;
	margin-right: 410px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
	color: #494537;
	line-height: 18px;
} 
#mainContent2 ul li{
	margin-bottom: 3px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 315px;
	margin-right: 90px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 12px;
}
.mudText {
	font-size: 16px;
	font-weight: bold;
}

#footer {
	padding: 0px;
	background-color: #91c30b;
	font-size: 12px;
	color: #FFFFFF;
	height: 140px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer ul{
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer ul li{
	margin: 0px;
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 12px;
}
#footer ul li.text{
	padding-top: 32px;
	padding-left: 55px;
}
#footer ul li.text a{
	text-decoration: underline;
	color: #ddff81;
} 
#footer ul li.text a:hover{
	color: #5f4234;
}    
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.msireland{
	float: right;
	margin-top: 25px;
}
div.charity{
	float: right;
	margin-top: 7px;
	width: 380px;
}
div.nav{
	background-image: url(../images/nav_bgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
}
div.nav>ul a {width: auto;}
div.nav ul{
	margin: 0px;
	height: 20px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
div.nav ul.level2{
	background-color: #5f4234;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: -11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
	z-index: 9;
}
div.nav ul.level2 li{
	margin-top: 0px;
	float: none;
	list-style-type: none;
	margin-right: 0px;
	width: 180px;
}
div.nav ul.level2 li a{	
width: 180px;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-top: 4px;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	padding-right: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #897368;
	background-color: #5f4234;
	font-size: 16px;
	border-right-style: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}
div.nav ul.level2 li a:hover{
	background-color: #90b816;
	display: block;
	color: #FFFFFF;
}
div.nav ul li{
	float: left;
	list-style-type: none;
	margin-right: 14px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9f8c81;
}
div.nav ul li.end{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.nav ul li a{
	font-family: "Arial Narrow", Arial;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d7d0cc;
	text-decoration: none;
	display: block;
}
div.nav ul li a:hover{
	color: #FFFFFF;
}
li.submenu a{
	padding-bottom: 10px;
}
div.nav>ul a {width: auto;}
div.nav ul ul {position: absolute; width: 7em;
  display: none;}
div.nav li.submenu:hover ul.level2 {display:block;}
img {border:none}
.banner{
	height: 270px;
	width: 859px;
	margin-bottom: 17px;
}
.splash{
	height: 47px;
}
div.persil img{
	margin-left: 10px;
	float: right;
	margin-top: -20px;
}
div.persil{
	width: 380px;
	height: 30px;
	padding-top: 25px;
	margin-top: -10px;
	line-height: 25px;
}
a{
	font-weight: bold;
	color: #7ea700;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
	color: #5f4234;
}
div.date{
	font-family: "Arial Narrow", Arial;
	font-size: 22px;
	font-weight: bold;
	color: #5f4234;
	line-height: 21px;
	margin-top: 7px;
	margin-bottom: 0px;
	padding-left: 2px;
	background-image: url(../images/girls.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 10px;
}
div.register{
	font-family: "Arial Narrow", Arial;
	font-size: 22px;
	font-weight: bold;
	color: #5f4234;
	line-height: 21px;
	margin-top: 7px;
	margin-bottom: 0px;
	padding-left: 2px;

}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #7ea700;
	margin: 0px;
	padding: 0px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5f4234;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #78a400;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #91c30a;
	border-right-color: #91c30a;
	border-bottom-color: #91c30a;
	border-left-color: #91c30a;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
div.top{
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ol li{
	margin-bottom: 10px;
}
div.photos{
	margin-top: 15px;
}
div.photos img {
	margin-bottom: 15px;
}
div.bootcamp{
	font-size: 14px;
	line-height: 18px;
	color: #494537;
	height: 110px;
	width: 785px;
	background-color: #efeeea;
	border: 1px solid #cec8bc;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
}
div.bootcamp img{
	float: left;
	margin-right: 25px;
	border: 1px solid #d5d3cd;
	margin-top: -15px;
}
div.bigLink{
	font-size: 12px;
	line-height: 18px;
	color: #494537;
	width: 350px;
	background-color: #efeeea;
	border: 1px solid #cec8bc;
	padding: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
}
div.bigLink a{
	color: #604336;
	text-decoration: none;
}
div.bigLink a:hover{
	color: #77a300;
}
table.reg{
	background-color: #e6f0f9;
	border: 1px solid #609de1;
	margin-left: 40px;
}
table.reg th{
	font-size: 23px;
	color: #FFFFFF;
	background-color: #91c30b;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bee556;
	border-bottom-color: #ffffff;
}
table.reg td{
	font-weight: normal;
	font-size: 15px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
table.reg td.smallTxt{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.reg td input, table.reg td textarea{
	background-color: #FFFFFF;
	border: 1px solid #91c30b;
	font-size: 14px;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
table.reg td select{
	background-color: #FFFFFF;
	border: 1px solid #91c30b;
	font-size: 14px;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
table.reg td.rightPad{
	padding-right: 20px;
}
tr.short td{
	padding: 0px;
}
.terms{
	background-color: #f3f8fd;
	padding: 12px;
	overflow: auto;
	height: 100px;
	border: 1px solid #8ec2f0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #006699;
	margin: 0px;
	padding: 0px;
}
ul.details{
	padding-top: 8px;

	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
}
ul.details li{
	font-family: "Arial Narrow", Arial;
	font-size: 21px;
	text-transform: uppercase;
	color: #5f4234;
	list-style-type: none;
	margin-bottom: 6px;
	font-weight: bold;
}
ul.details li.what{
	background-image: url(../images/h-what.gif);
	background-repeat: no-repeat;
	padding-left: 87px;
	background-position: 0px 4px;
	height: 18px;
	padding-top: 8px;
	text-transform: capitalize;
	}
ul.details li.when{
	background-image: url(../images/h-when.gif);
	background-repeat: no-repeat;
	padding-left: 87px;
	background-position: 2px 4px;
	height: 18px;
	padding-top: 6px;
	text-transform: capitalize;
}
ul.details li.where-home{
	background-image: url(../images/h-where.gif);
	background-repeat: no-repeat;
	padding-left: 92px;
	background-position: 0px 2px;
	margin-bottom:6px;
	padding-top: 6px;
	text-transform: capitalize;
	line-height: 22px;
	width: 370px;

}
ul.details li.where{
	background-image: url(../images/h-where.gif);
	background-repeat: no-repeat;
	padding-left: 92px;
	background-position: 0px 2px;
	margin-bottom:6px;
	padding-top: 6px;
	text-transform: capitalize;
	line-height: 22px;
	width: 250px;
}
ul.details li.btn-detail, ul.details li.btn-signup{
	float: left;
	height: 39px;
	margin-top: 6px;
	margin-right: 10px;
}

ul.details li.btn-detail a{
	background-image: url(../images/btn-more-details.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	width: 153px;

}
ul.details li.btn-signup a{
	background-image: url(../images/btn-signUp.gif);
	background-position: left top;
	display: block;
	height: 39px;
	width: 166px;
	background-repeat: no-repeat;
}

ul.details li.btn-detail a:hover, ul.details li.btn-signup a:hover{
	background-position: left bottom;
}
.race-results{
	background-image: url(../images/race-results-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
	width: 291px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #5f4234;
	padding-top: 64px;
	padding-left: 92px;
	margin-top: -14px;
	line-height: 21px;
	margin-bottom: 14px;
}
.race-results a{
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}
.race-results a:hover{	color: #5f4234;}
.element{
	margin-bottom: 25px;
}
.element img{
	margin-bottom: 8px;
}
/*---- Photo Gallery ----*/
#gallery {
	margin-top: -30px;
	padding-bottom: 82px;	
}
#galleryContent {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.photo {
	padding-left:12px;
	padding-top:48px;
}
.photo img{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.info {
	padding-left: 155px;
	margin-top: -110px;	

}

.album_date {
	padding-left: 30px;
	width: 170px;
	background-color: #FFF;
	background-image: url(../images/gallery_date_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #337d00;
	line-height: 19px;
	margin-left: 0px;
}
#gall-inside .album_date  {
	margin-left: 11px;
}
.gallery_hr {

	width: 55px;
	height: 1px;
	padding: 0px;
	margin-top: 9px;
	margin-bottom: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c1bbbc;
}
.gall-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/gall_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #6ca8e4;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #1a6dc0;
}
.gall-link:hover{
	background-color: #2e81d3;
	color: #FFFFFF;
	text-decoration: none;
}
/*---- Gallery ----*/
#galleryContent h1 {
	margin: 0px;

	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}
.info h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #5f4234;
	line-height: normal;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
}
#gall-inside h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.32em;
	color: #5f4234;
	line-height: normal;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 11px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
}
#gallery_inside {
	padding-top:0px;
	padding-left: 18px;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
div.pic {
	float: left;
	height: 106px;
	width: 136px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
}
div.pic img {
	border: none;
	margin: 3px;
}
div.pic ul {
	margin: 7px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.back-btn {
	padding-top: 4px;
	padding-bottom: 70px;
	padding-left: 10px;
	}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.backto-gall-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #3d9a04;
	text-decoration: underline;
	background-image: url(../images/gall_back_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-transform: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #3a3a3a;
}

#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 19px;
	top: 60px;}

