/*global */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:”;}

html, body{ 
	margin:0px; 
	padding:0px; 
	text-align:center;
	background-image:url(../images/bodyBg.gif);
	background-repeat:repeat-x;
	background-color:#fbf8e7;
	font-family: "Myriad Pro", "Myriad", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
} 
#page{ 
	width:1113px; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
#header{
	position:relative; 
	height:62px;
	width:1113px;
	background-image:url(../images/headerBg.gif);
	background-repeat:no-repeat;
}
#navBar {
	width:1113px; 
	height:57px;
}
#wrapper{
	width:1113px;
	float:right; 
	position:relative;
	background-image:url(../images/wrapperBg.gif);
	background-repeat:repeat-y;
}
#calBox {
	width:651px;
	height:283px;
	float:left;
	position:relative;
	display:inline;
	background-image:url(../images/calBoxBg.gif);
	background-repeat:no-repeat;
}

html .iefix {margin-left: 265px;}

#countdown {
 color:#FFF;
 font-variant: small-caps;
 font-size:16px;
}


#pictureBox {
	width:462px;
	height:293px;
	background-image:url(../images/bikePicture.jpg);
	background-repeat:no-repeat;
	float:right;
	position:relative;
	display:inline;
}
#leftcol{
	width:287px; 
	float:left; 
	position:relative;
 }
 
#maincol{
	float: left;
	display:inline;
	position: relative; 
	width:720px;
	padding:20px;
	overflow:hidden;
}

#footer{
	height:119px;
	clear:both;
	background-image:url(../images/footerBg.gif);
	background-repeat:repeat-x;
}
#footerContent {
	width:1113px; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

 /* *** Float Hacks *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
-->


/*GLOBAL STYLES*/

p {
	line-height:1.3em;
	margin-bottom:20px;
}
h1 {
	font-size:36px;
	font-style:italic;
	font-weight:bold;
	font-variant:small-caps;
	color:#333;
	margin-bottom:20px;
}
h3 {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	font-variant:small-caps;
	color:#e06020;
	margin-bottom:10px;
}

#maincol ol {
	list-style:inside;
	list-style-type:decimal;
	margin:20px;
}
#maincol ul {
	list-style:inside;
	margin:20px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.imgcenter {
	width:auto;
	height:auto;
	padding-left: 37px;
}
*html .imgcenter {margin-left: 37px;}

#footer p {
	margin-bottom:0px;
	color:#f49369;
	padding: 10px 0px 0px 70px;
}

/*LINK STYLES*/

a {
	color:#e06020;
}
a:hover {
	color:#333;
}

.leftNav li a {
	display:block;
	width:287px;
	height:26px;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	font-variant:small-caps;
	color:#FFF;
	text-decoration:none;
	text-indent:100px;
}
.leftNav li a:hover {
	background-image:url(../images/leftNavOver.gif);
	background-repeat:no-repeat;
}




/* Drop down menu */
#dropmenudiv{
position:absolute;
border:1px #CCCCCC;
font:normal 11px arial;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width:100%;
display: block;
text-indent: 3px;
color:#000;
background-color: #66afdb;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #a7d1f0;
color: #000;
}

/* calendar */	
.cal {
	width:280px;
	margin: 70px 0px 0px 320px;
	color:#3a3a3a;
	text-decoration:none;
}
.cal td, .cal a, .cal a:link {
	font-size:12px;
	text-decoration:none;
}
.calHeader, .calHeader a, .calHeader a:link {
	border:none;
	color:#FFF;
	background-color:#eb8c2e;
}

.calEvent, .calEvent a {
	background:#006b40;
	color:#FFF;
	text-decoration:none;
	width:auto;
	height:auto;
	display:block;
}
.calEvent a:hover {
	background-color:#333;
	color:#006b40;
}

/*news */
.currentNewsTitle {
	font-size:14px;
	font-weight:bold;
	
}
.currentNewsDate{
	font-size:10px;
}



