
*{
	margin: 0;
	padding: 0;
}

body {
	background: #70abe5 url(../img/bodybg.gif) repeat-x;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1{
	margin-bottom: 20px;
	font-weight: bold;
	
}
 h2 {
	margin-bottom: 15px;
	margin-top: 35px;
	font-weight: bold;
	
}
 h4 {
	margin-bottom: 10px;	
}

h1 {
	font-size: 190%;
}

h2 {
	font-size: 125%;
	
}

h3 {
	font-size: 115%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
	
}


ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../img/compass_dial.jpg) no-repeat;
	font-style: italic;
	height:40px;
	vertical-align: middle;
}




.valign
{
	vertical-align: middle;
} 
.center
{
	text-align: center;
} 

.txt_bg
{
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
} 

.txt_md
{
	font-size: 130%;
	font-style: regular;
	font-weight: normal;	
	margin-bottom: 20px;
	padding: 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;	
}

.txt_sm
{
	font-size: 80%;
	font-style: regular;
} 

.align-right { 
	float:right; 
	margin: 0px 0px 5px 5px;
}
 
.align-left { 
	float:left; 
	margin: 0px 15px 0px 5px;
}
.frame { 
	padding: 5px; 
	border: 1px solid #aaa; 
}
.frame2 { 
	padding: 5px; 
	border: 1px solid #ebebeb; 
}
.frame3{ 
	padding: 5px; 
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ebebeb;
	border-left: 0px;
}

.horiz{
	display: inline;
}


a:link {
	text-decoration: none;
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 10px 10px 10;
	
}
 
 
/* ------------------------- Header ------------------------- */

#header {
	width: 900px;
	height: 180px;
	margin: 0 auto;
}



#header h1 {
	width: 100px;
	height: 100px;
	margin-right: 0px;
	padding: 0px 0px 0 0;
	background: url(../img/headerlogo.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: none;
	width: 900px;
	height: 170px;
	margin: 0;
	/*(background: url(../img/headerbg.jpg) no-repeat;*/
	padding: 0px 30px 0 0;
	text-align: right;
}

#header a {
	font-style: none;
	font-weight: normal;
	color: #FFF;
}

/* ------------------------- parallax ------------------------- */

#parallax{

height:250px;
overflow:hidden;
position:relative;
top:50;
left:0;
width:900px;
}



/* ------------------------- main content ------------------------- */

#wrapper_page {
	width: 900px;
	margin: 0 auto;
	margin-top:50px;
	padding: 10px 0;
	background-color:#fff;
}

/* ------------------------- Content ------------------------- */

#content_left{
	float: left;
	width: 880px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#content_left hr.d {
	border: 1px dotted #9f9f9f;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
}

#content_left h2 span1.icon_pf {
	padding-top: 5em;
	background: url(../img/pet_icon_sm.jpg) no-repeat;
	height: 30px;
	width: 50px;
	
	
	
}
#content_left h2 span2 .icon_bf {
	padding: 15em;
	background: url(../img/bike_icon_sm.jpg) no-repeat;
	height: 30px;
	width: 50px;
}

.main_content{
	margin-bottom: 20px;
	padding: 0 5px;
	z-index:3;
}

#credit{
	background: url(../img/dcg_md.gif) no-repeat;
	padding:65px 0px 0px 0px;
	margin-top:-30px;
}


/* ------------------------- Promotions ------------------------- */

#promo{
	background: url(../img/fall_tree.jpg) no-repeat;
	padding:10px 0px 0px 5px;
	margin:30px 0px 0px 190px;
	height: 61px;
}
#promo .promo_txt{
	margin-left:40px;
	padding:5px 0px 0px 35px;
}

#promo .promo_txt a{
	text-decoration: none;
	color: #1953A7;
}
#promo .promo_txt a:hover{
	text-decoration: none;
	color: #067600;
}



/* ------------------------- Cycle ------------------------- */

#slideshow1{
	float: right;
	height:340px;
	width:420px;
	z-index:0;
}

.pics {  
    height:  420px;  
    width:   340px;  
    padding: 0px;  
    margin-left:  20px;  
} 
 
.pics img {  
    padding: 10px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  400px; 
    height: 320px; 
    top:  0; 
    left: 0 
} 



#cycleframe{
	position:absolute;
	background: url(../img/star_bg1.png) no-repeat;
	width: 205px;
	height:200px;
	margin-left:360px;
	margin-top:-50px;
	z-index:1;
		
}

#btm_star{
	position:absolute;
	background: url(../img/star_bg1_2.png) no-repeat;
	width: 179px;
	height:175px;
	margin-left:750px;
	margin-top:-170px;
	z-index:1;
		
}




/* -------------------------SPONSOR  LINKS ------------------------- */

#sponsorswrapper{
	width: 890px;
	margin: 5px;
	text-align:center;
}

#sponsors{
	margin: 10px 0px 30px 0px;
}

#sponsors h2 {
	margin:  10px 0px 20px 0px;
	font-size: 95%;
	padding: 5px;
	color: #444;
}

#sponsors h3 {
	font-size: 80%;
	color: #000;
}

#sponsors ul {
	margin: 0px;
	padding: 0px;
}

#sponsors li {
	display: inline;
	list-style-type: none;
	padding-right:20px;

}

#sponsors a {
	text-decoration: none;
	color: #b0b0b0;
}

#sponsors a:hover {
	text-decoration: none;
	color: #70abe5;
}

#sponsorcontent {
  width: 780px ;
  margin-left: auto ;
  margin-right: auto ;
}



a .sp1 {
width: 100px;
height: 35px;
background: url(../img/dcg2c.gif) no-repeat;
}
a .sp1:hover {
background-position: -100px 0;
} 

a .sp2 {

width: 100px;
height: 35px;
background: url(../img/corvtourism2c.gif) no-repeat;
}
a .sp2:hover {
background-position: -100px 0;
}
 
a .sp3 {

width: 22px;
height: 35px;
background: url(../img/ldp2c.gif) no-repeat;
}
a .sp3:hover {
background-position: -22px 0;
} 


a .sp4 {

width: 100px;
height: 35px;
background: url(../img/chgi2c.gif) no-repeat;
}
a .sp4:hover {
background-position: -100px 0;
} 

a .sp5 {

width: 100px;
height: 35px;
background: url(../img/gam2c.gif) no-repeat;
}
a .sp5:hover {
background-position: -100px 0;
} 

a .sp6 {

width: 100px;
height: 35px;
background: url(../img/bigh2c.gif) no-repeat;
}
a .sp6:hover {
background-position: -100px 0;
} 




/* ------------------------- HOTEL  LINKS ------------------------- */

#hotelcontent {
  width: 400px ;
  margin-left: auto ;
  margin-right: auto ;
}

a .htl1 {
width: 68px;
height: 35px;
background: url(../img/hix_htl.gif) no-repeat;
}
a .htl1:hover {
background-position: -68px 0;
} 

a .htl2 {

width: 100px;
height: 35px;
background: url(../img/chgi2.gif) no-repeat;
}
a .htl2:hover {
background-position: -100px 0;
} 

a .htl3 {

width: 25px;
height: 35px;
background: url(../img/s8_htl.gif) no-repeat;
}
a .htl3:hover {
background-position: -25px 0;
} 

a .htl4 {
width: 39px;
height: 35px;
background: url(../img/bw_htl.gif) no-repeat;
}
a .htl4:hover {
background-position: -39px 0;
} 








/* ------------------------- Share It ------------------------- */


#share{
	text-align:center;
	width:890px;
	padding-top:10px;
}
#share a{
	font-style: none;
	font-weight: normal;
	color: #70abe5;
	text-decoration: none;
}
#share a:hover{
	color: #444;
	text-decoration: none;
}
#share .links{
	padding-left: 10px;
	
}



/* ------------------------- Footer ------------------------- */

#footer {
	clear: both;
	height: 140px;
	padding: 25px 0;
	background: #EDEBD5 url(../img/footerbg.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 75%;
}

#footer a {
	color: #666666;
}