html, body {
    top:0;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Sans Serif;
	font-size: 13px;
	letter-spacing:0.25px;
	color: #333333;
	background:#f16a2f url(../images/bg.gif) top center repeat-x;
	line-height:18px;
    }

.clear {
	clear: both;
    }
    
.none {
	display: none;
    }    
    

/* LAYOUT */

div#wrapper {
    text-align: left;
    width: 900px;
    /* min-height:700px; */
    height:auto !important;
	margin: 0 auto 0px auto;
	}    


div#header {
    display:block;
    text-align: left;
    width: 900px; 
	min-height:87px;
    height:auto !important;
    height:87px; /* 210 */
	overflow:hidden;
	margin:30px auto 0 auto;
	padding:0;
	top:0;
	border:0px solid #cc0000;
    }    
    
div#header #logo {
    float:left;
    width:295px;
    background: url(../images/logo.gif) top left no-repeat;
    }
    
div#header #logo a {
    display:block;
    width:295px;
    height:53px;
    }    
    

#mainnav {
    float:right;
    width: 605px; height: 53px;
    background: url(../images/mainnav.gif);
    margin: 0; padding: 0; top:0px;
    position: relative; }
#mainnav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0; }
#mainnav li, #mainnav a {
    height: 53px; display: block; }

#mainnav .newsroom { left: 0; width: 95px; }
#mainnav .welcomecenters { left: 95px; width: 100px; }
#mainnav .wheretostay { left: 195px; width: 99px; }
#mainnav .meetingplanners { left: 294px; width: 86px; }
#mainnav .howclose { left: 380px; width: 110px; }
#mainnav .transportation { left: 490px; width: 115px; }


#subnav {
    width: 900px; height: 34px;
    background: url(../images/subnav.gif);
    margin: 0; padding: 0; top:0px;
    position: relative; }
#subnav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0; }
#subnav li, #subnav a {
    height: 34px; display: block; }

#subnav .cultural { left: 269px; width: 103px; }
#subnav .resorts { left: 372px; width: 95px; }
#subnav .shop { left: 467px; width: 68px; }
#subnav .entertainment { left: 535px; width: 234px; }
#subnav .recreation { left: 769px; width: 131px; }

div#hero {
    width:900px;
    height:426px;
    background: url(../images/hero-speedway.jpg) top left no-repeat;
    overflow: hidden;
    }
       

div#content {
    text-align: left;
    top:0; 
    padding:0px auto;
    margin:0;
	width: 900px; 
	min-height:524px;
    height:auto !important;
    height:524px;
	overflow:hidden;
	border:0px solid #cc0000;
    }  

div#content #leftCol {
    float:left;
    width:290px;
    height:531px;
    background: url(../images/leftcol.gif) bottom center no-repeat;
    font:15.5px Arial Narrow, Arial;
    font-style:italic;
    line-height:17px;
    letter-spacing:0.035em;
    } 
    
div#content #leftColS {
	position: relative;
    float:left;
    width:290px;
    height:531px;
    background: url(../images/leftcols.gif) bottom center no-repeat;
    font:15.5px Arial Narrow, Arial;
    font-style:italic;
    line-height:17px;
    letter-spacing:0.035em;
    }

/* START Box 1 */
div#content #leftColS #boxRunners {
	width: 230px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0;
	background: transparent url(../images/runners.gif) center bottom no-repeat;
}

div#content #leftColS #box1 {
	width: 230px;
	background: #c42230 url(../images/box1.gif) 0 0 repeat-y;
	border: #c42230 solid 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 5px;
	color: #fff;
	font-size: 14px;
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
   -moz-box-shadow:inset 0 0 10px #850d18;
   -webkit-box-shadow:inset 0 0 10px #850d18;
   box-shadow:inset 0 0 10px #850d18;

}
div#content #leftColS #box1 a {
	color: #fff;
	text-decoration: none;
}
div#content #leftColS #box1 a:hover {
	text-decoration: underline;
}
/* END Box 1 */


/* START Box 2 */
div#content #leftColS #box2 {
	width: 230px;
	background: #dddd1f url(../images/box2.gif) 0 0 repeat-y;
	border: #dddd1f solid 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 5px;
	color: #325BA4;
	font-size: 14px;
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
   -moz-box-shadow:inset 0 0 10px #c3c41c;
   -webkit-box-shadow:inset 0 0 10px #c3c41c;
   box-shadow:inset 0 0 10px #c3c41c;

}
div#content #leftColS #box2 a {
	color: #325BA4;
	text-decoration: none;
}
div#content #leftColS #box2 a:hover {
	text-decoration: underline;
}
/* END Box 2 */

/* START Box 3 */
div#content #leftColS #box3 {
	width: 230px;
	background: #80d3f4 url(../images/box3.gif) 0 0 repeat-y;
	border: #80d3f4 solid 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 5px;
	color: #2C1041;
	font-size: 14px;
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
   -moz-box-shadow:inset 0 0 10px #73c0de;
   -webkit-box-shadow:inset 0 0 10px #73c0de;
   box-shadow:inset 0 0 10px #73c0de;

}
div#content #leftColS #box3 a {
	color: #2C1041;
	text-decoration: none;
}
div#content #leftColS #box3 a:hover {
	text-decoration: underline;
}
/* END Box 3 */

/* B4 */
div#content #leftColS #box4 {
	position: absolute;
	bottom: 0px;
	left: 25px;
    margin:0 0 60px 0;
    width: 160px;
    color:#be202e;
    font:18px Arial;
    line-height: 16px;
    font-weight:bold;
    font-style:italic;
    }
    
div#content #leftColS #box4 a {
    color:#be202e;
    text-decoration: none;
    }
    
div#content #leftColS #box4 span {
	display: block;
    margin:0;
    color:#be202e;
    font:11px Arial;
    font-weight:bold;
    font-style:italic;
    }
/* B4 */
    
div#content #leftCol #box4 a:hover {
    text-decoration: underline;
    }  

div#content #leftColS #box1 .title, div#content #leftColS #box2 .title, div#content #leftColS #box3 .title {
	font-size: 15px;
}

    
div#content #leftCol #box1 a, div#content #leftCol #box1 a:visited {    
    color:#fff;
    text-decoration:none;
    }     
    
div#content #leftCol #box1 a:hover {    
    text-decoration:underline;
    }         
    
div#content #leftCol #box2 a, div#content #leftCol #box2 a:visited {    
    color:#325ba4;
    text-decoration:none;
    }     
    
div#content #leftCol #box2 a:hover {    
    text-decoration:underline;
    }         
     
div#content #leftCol #box3 a, div#content #leftCol #box3 a:visited {    
    color:#2c1041;
    text-decoration:none;
    }     
    
div#content #leftCol #box3 a:hover {    
    text-decoration:underline;
    }       
 
 div#content #mainCol {
    float:right;
    width:610px;
    height:531px;
    background: url(../images/rightcol.gif) bottom center no-repeat;
    font:20px Arial Narrow, Arial;
    line-height:26px;
    } 
    
div#content #leftCol p.title    {
    font:15.5px Arial Narrow, Arial;
    font-style:italic;
    line-height:17px;
    font-weight:bold;
    margin-bottom:4px;
    }
    
div#content ul.box div.newslist h1    {
	color:#F17130;
	font:200 24px/22px Arial;
	margin-bottom:7px;
	margin-top:0;
	padding-top:8px;
	padding-left: 10px;
	top:0;
    }
 
div#content #leftCol #box1 {
    margin:87px 0 0 20px;
    color:#fafbfd;
    font:13px Arial Narrow, Arial;
    font-style:italic;
    }
    
    

    
div#content #leftCol #box2 {
    margin:63px 0 0 20px;
    color:#325ba4;
    }    
    
div#content #leftCol #box3 {
    margin:60px 0 0 20px;
    color:#2c1041;
    }       
    
div#content #leftCol #box4 {
    margin:25px 0 50px 30px;
    width: 160px;
    color:#be202e;
    font:18px Arial;
    line-height: 16px;
    font-weight:bold;
    font-style:italic;
    }
    
div#content #leftCol #box4 a {
    color:#be202e;
    text-decoration: none;
    }
    
div#content #leftCol #box4 span {
	display: block;
    margin:0;
    color:#be202e;
    font:11px Arial;
    font-weight:bold;
    font-style:italic;
    }
    
div#content #leftCol #box4 a:hover {
    text-decoration: underline;
    }   
 
div#content #mainCol #home {
    margin:185px 0 0 45px;
    font-family: Arial Narrow, Arial, Sans Serif;
    padding-right: 10px;
    }
 
div#content #home p.intro1 {
    color:#2a3990;
    }
    
div#content #home p.intro2 {
    color:#9eb13a;
    font-weight:bold;
    font-style:italic;
    }
    
div#content #home p.intro2 a {
	color:#2A3990;
	text-decoration: underline;
}
    
div#content #copy  {    
    margin:10px 40px 40px 40px;
    }
    
#copy .intro  {
    font-family: Arial Narrow, Arial, Sans Serif;
    font-size:16px;
    line-height:22px;
    letter-spacing:0.5px;
    margin-bottom:20px;
    font-weight:bold;
    font-style:italic;
    color:#666;
    }
 
#copy .intro a, #copy #intro a:visited {    
    color:#fff;
    text-decoration:underline;
    }     
    
#copy .intro a:hover {    
    text-decoration:none;
    }     
    
div#footer p {
    margin-bottom:10px;
    line-height:16px;
    }
    
div#footer .fico {
	margin-right:5px;
}

/*
#copy p.title {
    font-weight:bold;
    font-size:20px;
    margin-bottom:5px;
    color:#2a3990;
    }   
*/
    
#copy p.subtitle {
    font-weight:bold;
    font-size:14px;
    margin-bottom:0px;
    }    

/* ------- */

    
.interior {
    background:#fff url(../images/headertop.gif) top left no-repeat;
    }    
    
#content .header_cultural {
    width:900px;
    height:312px;
    padding-top:30px;
    background: url(../images/header_cultural.jpg) top left no-repeat;
    }    

#content .header_cultural .title {
    background: url(../images/title_cultural.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:110px 0 0 6px;
    }
    
#content .header_resorts {
    width:900px;
    height:312px;
    padding-top:30px;
    background: url(../images/header_resorts.jpg) top left no-repeat;
    }    

#content .header_resorts .title {
    background: url(../images/title_resorts.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }    
    
#content .header_shop {
    width:900px;
    height:312px;
    padding-top:30px;
    background: url(../images/header_shop.jpg) top left no-repeat;
    }    

#content .header_shop .title {
    background: url(../images/title_shop.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }    
    
#content .header_entertainment {
    width:900px;
    min-height:362px;
    height:auto !important;
    padding-top:30px;
    background: url(../images/header_entertainment.jpg) top left no-repeat;
    }    

#content .header_entertainment .title {
    background: url(../images/title_entertainment.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }        

#content .header_recreation {
    width:900px;
    min-height:312px;
    height:auto !important;
    padding-top:30px;
    background: url(../images/header_recreation.jpg) top left no-repeat;
    }    

#content .header_recreation .title {
    background: url(../images/title_recreation.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }        
    
/* newsroom */    

#content .header_newsroom {
    width:900px;
    min-height:210px; height:auto !important;
    padding-top:30px;
    background: url(../images/header_newsroom.jpg) top left no-repeat;
    }    

#content .header_newsroom .title {
    background: url(../images/title_newsroom.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }        

/* welcome centers */                

#content .header_welcomecenters {
    width:900px;
    min-height:312px;
    height:auto !important;
    padding-top:30px;
    background: url(../images/header_welcomecenters.jpg) top left no-repeat;
    }    

#content .header_welcomecenters .title {
    background: url(../images/title_welcomecenters.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }        
    
/* where to stay */    

#content .header_wheretostay {
    width:900px;
    min-height:392px;
    height:auto !important;
    padding-top:30px;
    background: url(../images/header_wheretostay.jpg) top left no-repeat;
    }    

#content .header_wheretostay .title {
    background: url(../images/title_wheretostay.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }        
    

/* meeting planners */    

#content .header_meetingplanners {
    width:900px;
    min-height:312px;
    height:auto !important;
    padding-top:30px;
    background: url(../images/header_meetingplanners.jpg) top left no-repeat;
    }    

#content .header_meetingplanners .title {
    background: url(../images/title_meetingplanners.gif) top left no-repeat;
    width:531px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }     

/* how close is it */    

#content .header_howcloseisit {
    width:900px;
    min-height:362px;
    height:auto !important;
    padding-top:30px;
    background: url(../images/header_howcloseisit.jpg) top left no-repeat;
    }    

#content .header_howcloseisit .title {
    background: url(../images/title_howcloseisit.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }     
    
/* transportation */    

#content .header_transportation {
    width:900px;
    min-height:312px;
    height:auto !important;
    padding-top:30px;
    background: url(../images/header_transportation.jpg) top left no-repeat;
    }    

#content .header_transportation .title {
    background: url(../images/title_transportation.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }         


/* joinus */    

#content .header_joinus {
    width:900px;
    min-height:450px;
    height:auto !important;
    padding-top:30px;
    background: url(../images/header_joinus.jpg) top left no-repeat;
    }    

#content .header_joinus .title {
    background: url(../images/title_joinus.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }         

   
/* contact */    

#content .header_contact {
    width:900px;
    min-height:265px; height:auto !important;
    padding-top:30px;
    background: url(../images/header_newsroom.jpg) top left no-repeat;
    }    


#content .header_contact .title {
    background: url(../images/title_contact.gif) top left no-repeat;
    width:537px; height:100px;
    margin-left: 363px;
    padding:63px 0 0 6px;
    }         



   
   
/* ------------------------- */    

#content .title p {
    margin:0 0 10px 0;
    color:#3a4a58;
    }
    
#content div.blurb p {
    font:16px Arial;
    color:#3a4a58;
    line-height:22px;
    font-weight:200;
    width:487px;
    margin:0 0 10px 0;
    }    
    
#content div.blurb h1#pt {
    display: none;
    }    
    
#content .title a:link, #content .title a:visited {
    color:#f17130;
    font-weight:bold;
    text-decoration:none;
    } 
    
#content .title a:hover {
    text-decoration:underline;
    }       
    
#content p.blurb_orange {
    font:16px Arial;
    color:#ea7225;
    line-height:22px;
    width:487px;
    font-style:italic;
    }        

#content ul.box {
    width: 900px; 
    margin:0 0 3px 0; padding:0;
    min-height: 162px;
    border:0px solid #cc0000;
    }
    
#content ul.box li {
    margin: 0; padding: 0; list-style: none;
    /*position: absolute;*/ top: 0; }
    
#content ul.box li.top {
    background: url(../images/box_top.gif) top left no-repeat;
    width:900px;
    height:10px;
    }
    
#content ul.box li.mid {
    background: url(../images/box_mid.gif) top left repeat-y;
    width:850px;
    min-height:142px;
    overflow:hidden;
    padding:0 33px 0 17px;
    height:auto !important;
    }    
    
#content ul.box li.btm {
    background: url(../images/box_btm.gif) top left no-repeat;
    width:900px;
    height:10px;
    }    

    

#content ul.box li.mid img {
    float:left;
    width:150px;
    height:142px;
    margin:5px 5px 0 0;
    }
    
#content ul.box li.mid img.clear {
    margin:5px 5px 0 0;
    clear:both;
    }    
    
#content ul.box li.mid .desc {
    float:right;
    width:695px;
    top:0;
    }    

#content .mid .title {
    font:24px Arial;
    color:#f17130;
    line-height:22px;
    font-weight:200;
    top:0;
    margin-top:0; margin-bottom:7px;
    padding-top:8px;
    padding-left: 8px;
    }   
    
#content .mid p {
    font:12px Arial;
    color:#666;
    line-height:17px;
    font-weight:200;
    margin:0 0 10px 10px;
    }   
  
#content .mid a:link, #content .mid a:visited {
    color:#f17130;
    font-weight:bold;
    text-decoration:none;
    } 
    
#content .mid a:hover {
    text-decoration:underline;
    }     
    
/* newsletter */    

#content ul.newslist {
    width: 900px; 
    margin:0 0 3px 0; padding:0;
    border:0px solid #cc0000;
    }
    
#content ul.newslist li {
    margin: 0; padding: 0; list-style: none;
    /*position: absolute;*/ top: 0; 
    font:12px Arial;
    color:#666;
    }
    
#content ul.newslist p.date {
    float:left;
    width:155px;
    margin:0 0 7px 10px;
    border:0px solid #cc0000;
    }
    
#content ul.newslist p.newstitle {
    float:right;
    width:690px;
    line-height:17px;
    font-weight:200;
    margin:0 0 7px 10px;
    background: url(../images/icon_pdf.gif) bottom left no-repeat;
    padding: 0 10px 0px 25px;
    }    


/* ---- LISTS ---- */     


div#content ul#list {
	padding:0px; margin: 0 0 10px 10px;	
	font:12px Arial;
    color:#666;
	} 		

div#content ul#list li {
    list-style-type: none;
	background-image: url(../images/list_dot.gif);
	background-position: top left; 
	background-repeat: no-repeat; 
	padding: 0 10px 0px 10px;
    }  

div#content ul#list li a, div#copy ul#list li a:visited {
    color:#ea7225;
    text-decoration:underline;
    }    
    
div#content ul#list li a:hover {
    color:#ea7225;
    text-decoration:none;
    }  
    



/* ---- FOOTER ---- */

   
    
    
    
div#footer {
    width:900px;
    height:39px;
    margin:0 auto 0 auto;
    padding:0 0 0 0;
    font:16px Arial Narrow, Arial;
    font-weight:bold;
    color:#feffff;
    letter-spacing:1px;
    }
    
.footerbg_home {
    background: url(../images/footerbg_home.gif) bottom center no-repeat;
    } 
    
.footerbg {
    background: url(../images/footerbg.gif) bottom center no-repeat;
    }    
    
div#footer .left {
    float:left;
    width:565px; /* 585 */
    height:39px;
    margin:0 0 0 20px;
    text-align: left;
    }

    
div#footer .right {
    float:right;
    text-align:right;
    width:315px; /* 315 */
    height:39px;
    margin:0 0 0 0;
    text-align:right;
    /*background: url(../images/icon_rss.gif) bottom right no-repeat;*/
    }    


div#footer p {
    margin-top: 8px;
    line-height: 21px;
    }
    
div#footer p.footernav {
    margin-right:10px;
    line-height: 21px;
    width: 210px;
    float: left;
    overflow: hidden;
    }
    
div#footer div.footernav {
    margin-top: 8px;
    float: right;
    width: 90px;
    }
    
div#footer p a, div#footer p a:visited {
    color:#feffff;
    text-decoration:none;
    line-height: 21px;
    } 
    
div#footer p a:hover {
    color:#feffff;
    text-decoration:underline;
    line-height: 21px;
    }       
   
   
/* ---- BASELINE ---- */   

#baseline {
    margin:20px auto 30px auto;
    width:900px;
    height:21px;
    border:0px solid #cc0000;
    font:12px Arial Narrow, Arial;
    letter-spacing:0.5px;
    font-weight:bold;
    color:#fff;
    }

#baseline .left {
    float:left;
    width:585px;
    height:21px;
    text-align:right; border:0px solid #cc0000;
    }
    
#baseline .right {
    float:right;
    width:300px;/* 435 */
    height:21px;
    margin:0; 
    }   
  
#baseline ul {
    list-style: none;
    margin:0;
    }     
    
#baseline #social li {
    float:left;
    margin-right:10px;
    }    
    
#social li a {
    display:block;
    width:22px;
    height:21px;
    }     
 
#social li.rss {
    background: url('../images/social/rss.gif');
    } 
    
#social li.fb {
    background: url('../images/social/fb.gif');
    } 
    
#social li.twitter {
    background: url('../images/social/twitter.gif');
    }     

#social li.flickr {
    background: url('../images/social/flickr.gif');
    } 

#social li.myspace {
    background: url('../images/social/myspace.gif');
    }     
        
#social li.youtube {
    background: url('../images/social/youtube.gif');
    }     
           
    
    
/* ---- FORM ---- */

/* Begin contact form */

#contact_form {
    width:850px;
	margin:0 auto;
	border:0px solid #fff;
	text-align:center;
    }


#contact_form br {
	clear: left;
	width:850px;
	border:0px solid #fff;
    }

form {
	font:12px Arial;
    color:#666;
    line-height:17px;
	line-height:15px;
	margin:20px auto;
	border:0px solid #cc0000;
    }

input.text {
    display:block;
    float:left;
	width: 275px;
	text-align: left;
	margin-bottom: 10px;
	padding:2px 5px;
	border:1px solid #666;
	color:#666;
    }

textarea {
    display:block;
	width: 278px;
	font:12px Arial;
    color:#666;
	text-align: left;
	margin-bottom: 10px;
	padding:2px 5px;
	border:1px solid #666;
    }


select {
    display:block;
    float:left;
    margin-right: 7px;
	margin-bottom: 10px;
	padding:2px;
	border:1px solid #666;
    }

label {
    display: block;
	float: left;
	text-align: right;
	width: 340px;
	padding-right: 10px;
	padding-top:2px;
	margin:0 0 5px 0;
	border:0px solid #cc0000;
    }
    
label a, label a:visited  {
    color:#292929;
    text-decoration:underline;
    }
    
label a:hover  {
    text-decoration:none;
    }    
    
.label2 {
	margin:0;
	text-align: left;
	width: 245px;
	padding:5px 0;
    }    
    
.checkbox {
	width:16px;
	text-align: left;
	margin-top:6px;
	float:left;
}    

.options {
	display: block;
	float: left;
	width: 305px;
	margin-bottom: 7px;
	border:0px solid #eeeded;
    }

.submit {
	width:72px;
	height:21px;
	margin-left:-75px; padding:0;
	background: transparent url(../images/btn_submit.jpg) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    border:0;
    }

/* IE Fix */

.ie8 div#content #copy  {    
    margin:10px 40px 40px 40px;
    }

.ie7 div#content #copy  {    
    margin:10px 40px 40px 40px;
    }

/* End IE Fix */

#cheader {
	position: relative;
	width: 900px;
	height: 87px;
	margin-top: 20px;
	background: transparent url(../images/dmenu.gif) no-repeat 0 0;
}

#cheader #unav {
	position: absolute;
	top: -10px;
	right: 0;
}

#cheader #unav li {
	float: left;
	margin-left: 10px;
	margin-right: 1px;
}

#cheader #unav li a {
	color: #727272;
	font-size: 11px;
	text-decoration: none;
}

#cheader #unav li a:hover {
	color: #666;
	text-decoration: underline;
}

#cheader #ch_top {
	height: 53px;
	overflow: hidden;
}

#cheader #ch_top h1 {
	display: block;
	float: left;
}

#cheader #ch_top h1 a {
	display: block;
	height: 53px;
	width: 206px;
	text-indent: -5000px;
}

#cheader #ch_top div {
	float: right;
	height: 53px;
	overflow: hidden;
}

#cheader #ch_top div ul {
	margin-top: 0;
	height: 53px;
	overflow: hidden;
}

#cheader #ch_top div li {
	position: relative;
	width: 100px;
	height: 34px;
	margin-top: 20px;
	margin-left: 1px;
	background: transparent url(../images/tabs.png) no-repeat 0 -53px;
	
	font-family: "Myriad Pro", "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	
	float: left;
	overflow: hidden;
}

#cheader #ch_top div li .ch_bkg {
	display: block;
	height: 53px;
	background: transparent url(../images/tabs.png) no-repeat 0 0;
}

#cheader #ch_top div li div {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100px;
	height: 53px;
	cursor: pointer;
}


#cheader #ch_top div li div span {
	display: table;
	text-align: center;
	width: 100px;
	height: 34px;
	*display: block;
	*position: relative;
} 

#cheader #ch_top div li div span a {
	display: table-cell;
	vertical-align: middle;
	line-height: 13px;
	font-size: 13px;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	*display: block;
	*position: absolute;
	*text-align: center;
	*left: 0px;
	*width: 100%;
	*cursor: pointer;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}







#cheader #ch_bot {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}

#cheader #ch_bot ul {
	margin-right: 5px;
	float: right;
}

#cheader #ch_bot ul li {
	float: left;
	margin-right: 15px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	color: #fff;
}

#cheader #ch_bot ul li:last-child {
	display: none;
}

#cheader #ch_bot ul li a {
	color: #fff;
	text-decoration: none;
	font-family: "Myriad Pro", "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
}

#cheader #ch_bot ul li a:hover {
	text-decoration: underline;
}


