@charset "UTF-8";
/* CSS Document */

body  {
	background:url(../images/background_repeat.jpg) repeat-x #a8cded;margin:0px;padding:0px;font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif !important;
}
.twoColFixLtHdr #container { 
	width: 916px;  
	background:url(../images/featured_fade.jpg) repeat-x 0px 340px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header .logo{width:379px;float:left;}
.twoColFixLtHdr #header .sponsor{width:219px;float:left;}
.twoColFixLtHdr #header .dates{width:317px;float:left;}

/*Navbar*/
.twoColFixLtHdr #navbar{background:url(../images/nav_right.jpg) no-repeat top right #29b35d;width:914px;}
.twoColFixLtHdr #navbar a{color:#FFF;text-decoration:none;display:block;padding:10px 3px 0px 3px;margin:0px;height:33px;}
.twoColFixLtHdr #navbar a:hover{background:#000;color:#FFF;height:23px;margin-top:3px;}
.twoColFixLtHdr #navbar ul{list-style:none;margin:0px;padding:0px;}
.twoColFixLtHdr #navbar li{background:url(../images/navitem_bkg.jpg) repeat-x;list-style:none;margin:0px 0px 0px 4px;padding:7px 5px 7px 5px;float:left;height:33px;}

.twoColFixLtHdr #navbar .fb1{background:none;color:#FFF;text-decoration:none;display:block;padding:3px;margin:0px;height:33px;}
.twoColFixLtHdr #navbar .fb a:hover{background:none;color:#FFF;text-decoration:none;display:block;padding:3px;margin:0px;height:33px;}
.twoColFixLtHdr #navbar .fb{background:none;list-style:none;margin:0px 0px 0px 4px;padding:7px 5px 7px 5px;float:left;height:33px;}


/*IE needs widths*/
.home{width:35px;}
.times{width:87px;}
.listings{width:102px;}
.press{width:140px;}
.contact{width:65px;}
.radio{width:60px;}

#subnav{color:#2e3092;padding:2px;margin-left:2px;font-size:11px;}
#subnav a{color:#2e3092;font-weight:bold;}
.google{margin:10px auto;padding:5px 5px;}
.banner{margin:10px auto;padding:5px 5px;}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 193px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 5px 5px 10px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 193px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.featured2{float:left;width:180px;padding:5px;margin-left:10px;}
.featured3{float:left;width:160px;padding:5px;margin-left:10px;}

#leftcolumn{float:left;width:193px;padding:4px;height:130px;position:relative;}
#rightcolumn{padding:4px;height:495px;position:relative;}
#lowercolumn{margin-top:5px;padding-top:5px;width:700px;float:left;position:relative;}

#insiderightcolumn{float:left;width:280px;position:relative;padding:5px;}
#insideleftcolumn{float:left;width:400px;position:relative;}

.twoColFixLtHdr #footer { 
	margin:0px auto;
	background:url(../images/footer_bkg.jpg) repeat-x;
	text-align:center;
	padding:100px 0px 20px 0px;
	color:#FFF;
} 
.twoColFixLtHdr #footer a{ 
	color:#FFF;
} 
.twoColFixLtHdr #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;
}
h3{color:#2e3092;margin:2px;}
h2{color:#FFF;font-size:14px;margin:0px;padding:0px;}
h1{color:#2e3092;text-transform:uppercase;margin:2px;}
#purchase{background:#00a651;color:#FFF;-webkit-border-radius: 10px;-moz-border-radius: 10px;padding:5px;height:160px;}
#purchase div{padding:10px;}
#purchase .mag{margin:2px;height:144px;width:146px;display:block;}

#showinfo{border-colapse:none;margin:2px;padding:2px;}
#showinfo th{background:url(../images/head_curve.jpg) no-repeat;margin:0px;padding:8px 8px 8px 8px;height:18px;}
#showinfo td{}
#showinfo tr{}
#showinfo .alt{background:#c8e3fa;}
#showinfo .feature{background:#fff;padding:10px}
#showinfo .subtext{background:url(../images/curve_repeater.jpg) repeat-x;padding:5px;}

#showinfo ul{list-style:none;margin:0px;padding:0px;}
#showinfo li{list-style:none;margin:0px;padding:3px;}
#showinfo li em{margin-right:30px;}
#showinfo li blockquote{margin:-15px 0px 0px 89px;}





