body {
	background: #003366 url(images/bg.png) repeat-x top left;
}

a { color: #bf8907; outline: none;}
a:hover {color: black;}

textarea {
	width: 350px;
	height: 200px;
}

img, label, h2, h3, ul, li { behavior: url(/css/iepngfix.htc) }

#content { /*background: white url(images/content_bg.png) repeat-y;*/ }

/********* HEADER **********************/
#header {
	margin-top: 20px;
	position: relative;
	z-index: 10;
	width: 950px;
	height: 166px;
	background: transparent url(images/bg.png) no-repeat;
}

logo {
	float: left;
	padding-bottom: 0;
	margin-bottom: 0;
}

h1#logo {
	float: left;
	padding-bottom: 0;
	margin-bottom: 0;
}
h1#logo a {
	width: 190px;
	height: 101px;
	margin-top: 40px;
	margin-left: 0px;
	display:block;
	background:url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

#nav_bar {
	background: white url(images/nav_bg.png) repeat-x scroll top left;
	height: 29px;
	width: 950px;
	}


nav_bar_format{
	margin: 0;
	padding: 0;
	width: 950px;
	list-style-type: none;
	float:left;
	text-align: left;
}

ul#nav_bar_format{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top: 2px;
}
ul#nav_bar_format li, ul#utility_nav_bottom li{
	display: inline;
	padding-left: 2em;
}
ul#nav_bar_format li a{
	text-decoration: none;
	color: white;
	font-size: 1.4em;
}
ul#nav_bar_format li a:hover{
	color: #000;
}

ul#utility_nav, ul#utility_nav_bottom {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style-type: none;
	text-align: right;
	padding-top: 10px;

}

#countdown {
	height: 100px;
	padding-right: 20px;
	color: white;
	font-size: 5em;
	background: url(images/countdown.png) no-repeat right;
	text-align: right;
}

#countdown a {
	height: 100px;
	width: 400px;
	display: block;
	text-indent: -9999px;
}

#picture_main{
	width: 930px;
	padding:10px;	
	float:right;
}

#utility_nav{
	width: 745px;
	float:right;
}

ul#utility_nav {
	margin-right: 1px;
}
ul#utility_nav li {
	display: inline;
	padding-left: 2em;
	padding-top: .3em;
}
ul#utility_nav li a, ul#utility_nav_bottom li a {
	text-decoration: none;
	color: white;
	font-size: 1.2em;
}
ul#utility_nav li a:hover, ul#utility_nav_bottom li a:hover {
	color: #FC0;
}
ul#utility_nav li a.login, ul#utility_nav_bottom li a.login {
	font-weight: bold;
	font-size: 1.1em;
}


ul#utility_nav2, ul#utility_nav_bottom {
	margin: 0;
	height: 20px;
	padding: 0;
	list-style-type: none;
	text-align: right;
	padding-bottom: 5px;
}
ul#utility_nav2 {
	margin-right: 1px;
}
ul#utility_nav2 li {
	display: inline;
	padding-left: 2em;
	padding-top: .3em;
}
ul#utility_nav2 li a, ul#utility_nav_bottom li a {
	text-decoration: none;
	color: white;
	font-size: 1.2em;
}
ul#utility_nav2 li a:hover, ul#utility_nav_bottom li a:hover {
	color: #FC0;
}
ul#utility_nav2 li a.login, ul#utility_nav_bottom li a.login {
	font-weight: bold;
	font-size: 1.1em;
}

ul#main_nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	/*font-size:30px;
	color:black;
	font-weight:bold*/
}	


ul#main_nav li {
	float: right;
	margin-right: 20px;
}

li#tournaments {
	width: 183px;
	height: 45px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
li#tournaments span {
	background: url(images/menu_tournaments.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
li#news{
	width: 86px;
	height: 45px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
li#news span {
	background: url(images/menu_news.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
li#divas{
	width: 83px;
	height: 45px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
li#divas span {
	background: url(images/menu_divas.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
li#store{
	width: 86px;
	height: 45px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
li#store span {
	background: url(images/menu_store.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

li#forum{
	width: 95px;
	height: 45px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
li#forum span {
    background: url(images/menu_forum.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/********* INFO BAR ***********************/
#info_bar {
	background-color: #F3FCFC;
	width: 950px;
	border-bottom: 0px;
	float: left;
	margin-top: 0px;
}

#info_bar_signup {
	background-color: #f4fbfd;
	width: 935px;
	padding-left: 15px;
	padding-top: 10px;
	height: 100%;
	border-bottom: 0px;
	float: left;
	margin-top: 0px;
}

/********* AD BAR ***********************/
#ad_bar {
	background: transparent url(images/banner_top_p5k.png) no-repeat top left;
	float: left;
	width: 950px;
	height: 100px;
	color: #333;
}

#ad_bar a {
	width: 950px;
	height: 100px;
	margin-top: 0px;
	margin-left: 0px;
	display:block;
	background: transparent url(images/banner_top_p5k.png) no-repeat top left;
	text-indent: -9999px;
}
/********* LEFT SUB_SECTION SECTION ***********************/
#content_left_sub {
	float: left;
	width: 700px;
	height: 250px;
	color: #333;
	line-height: 1.7em;
}

#content_left_sub h1 {
	color:#003;
	font-size: 1.4em;
}
/********* RIGHT SUB_SECTION SECTION ***********************/
#content_right_sub {
	float: right;
	width: 250px;
	height: 250px;
	color: #333;
	line-height: 1.7em;
}

#content_right_nav
{
	background: transparent url(images/subnav_bg.png) no-repeat top left;
	width: 250px;
	height: 30px;
	border-bottom: 3px solid #F90;
}

#content_right_nav h1 {
	color: #333;
	font-size: 1.5em;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-left:45px;
	padding-top: 5px;
}

#content_subnav {
	background: #FFF;
	width:250px;
}

#content_subnav ul {
	color: #333;
	width: 250px;
	background:#FFF;
	font-size: 1.1em;
}

#content_subnav li {
   border-bottom: 1px dashed #CCC;
   width: 250px;
   float:left;
   
}


/********* ROTATOR SECTION ***********************/
#content_left {
	float: left;
	width: 550px;
	height: 250px;
	color: #333;
	line-height: 1.7em;
}

#content_left h1 {
	color:#003;
	font-size: 1.4em;
}
/********* NEWS SECTION ***********************/
#content_right {
	float: right;
	width: 400px;
	height: 250px;
	color: #333;
	line-height: 1.7em;
}

#news_title {
	background: transparent url(images/news_bg.png) no-repeat top left;
	float: right;
	width: 400px;
	height: 50px;
	border-bottom: 4px solid #F90;
}

#news_title h1 {
	color: #333;
	font-size: 1.7em;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-left:60px;
	padding-top: 27px;
}

#news_content {
	background: transparent;
	float: right;
	width: 400px;
	padding-top: 20px;
	height: 200px;
	color: #333;
}


/********* INFO BAR TITLE ***********************/
#info_bar_title div#highlight-headline-wrap {
	font-size: 2.0em;
	width: 300px;
	margin: 0px auto;
	font-weight: bold;
	background-color: #F6B211;
	text-align: center;
	padding: 14px;
	margin-top: 5px;
	margin-bottom: 15px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#info_bar_title div#highlight-headline-wrap div#highlight-headline {
	line-height: 1em;
}
#info_bar_title p {
	padding-left: 0;
}
#info_bar_title h2 {
	text-transform: uppercase;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;

}
#info_bar h4 {
	padding-left: 20px;
	color: #333; font:normal 11px  Arial, Helvetica, sans-serif; text-decoration:none;
}
#info_bar ul {
	padding-left: 20px;
}

#info_bar dl {
	padding-left: 20px;
	padding-right: 20px;
}

/********* TOUR OVERVIEW *********************/
#tour_overview {
	width: 549px;
	background:  transparent ;
	float: left;
}

#tour_logo {
	width: 550px;
	height: 100px;
	background:  transparent url(images/tour_logo_template.png) no-repeat top left;
	float: left;
}

#be_pro_title {
	width: 540px;
	height: 30px;
	background: #232323;
	padding-left: 10px;
	padding-top: 6px;
	float: left;
}

#be_pro_title h1 {color: #FFF; font-size:1.7em; }

#be_pro_content {
	width: 540px;
	height: 57px;
	color:#333;
	background: #FFC;
	padding-left: 10px;
	padding-top: 3px;
	float: left;
}
#be_pro {
	width: 540px;
	background: #FFC;
	height: 210px;
	background: #FFC;
	padding-right: 8px;
	float: left;
}

#be_pro1 {
	width: 170px;
	height: 130px;
	background:  #FFC url(images/bepro_1.png) no-repeat;
	margin-left: 7px;
	padding-left: 3px;
	padding-top: 70px;
	float: left;
}
#be_pro2 {
	width: 170px;
	height: 130px;
	background:  #FFC url(images/bepro_2.png) no-repeat;
	margin-left: 7px;
	padding-left: 3px;
	padding-top: 70px;
	float: left;
}
#be_pro3 {
	width: 170px;
	height: 130px;
	background:  #FFC url(images/bepro_3.png) no-repeat;
	margin-left: 7px;
	padding-left: 3px;
	padding-top: 70px;
	float: left;
}

#featured_video {
	width: 547px;
	height: 291px;
	background: #FFF url(images/video_bg.png) no-repeat;
	float: left;
	text-align:right;
	padding-right: 3px;
	padding-top: 3px;
}
#featured_video a {color: #C30;}
#featured_video a:hover {color: #333;}

/********* INFO MENU *********************/
#info_menu {
	width: 400px;
	height: 250px;
	background: #3b3b3b url(images/info_menu_bg.png);
	float: right;
	margin-top: 0px;
	color: white;
}

#info_menu a {
	color: #fdb813;
}
#info_menu h2 {
	padding-top: 5px;
	background: #f6b211 url(images/events_bg.png);
	font-variant: small-caps;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 0;
}

#info_menu h2 {
	padding-top: 5px;
	background: #f6b211 url(images/events_bg.png);
	font-variant: small-caps;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 0;
}

#picture_main h2 {
	padding-top: 5px;
	background: #f6b211 url(images/events_bg.png);
	font-variant: small-caps;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 0;
}

#info_menu ul#upcoming_events {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	background: url(images/shadow_overlay.png) top left repeat-x;
}
#info_menu ul#upcoming_events li a {
	display: block;
	padding: 8px 50px 8px 20px;
	background: url(images/event_arrow.png) center right no-repeat;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	line-height: .9em;
}

#info_menu ul#upcoming_events li a:hover {
	color: #f6b211;
}
#info_menu ul#upcoming_events li a.odd {
	background-color: #494b51;
	border-top: 1px solid #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
}
#info_menu ul#upcoming_events li a em {
	font-size: .8em;
	font-weight: normal;
}

#info_menu h4 {
	padding: 20px 20px 10px 20px;
	font-weight: bold;
}
#info_menu h5 {
	color: white;
	margin-bottom: 0;
	font-size: 1.2em;
	margin-top: 2em;
}
#info_menu ul {
	list-style-type: none;
	margin-left: 20px;
}

#ac_pic {
	width: 131px;
	height: 131px;
	background: #FFF;
	border: 2px solid #000;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}
/*********NEWS SLIDER *******************/
#news_slider {
	width: 550px;
	height: 250px;
	overflow: hidden;
	position: relative;
}


#news_slider #news_slider_frame {
    width: 100%;
	height: 250px;
}


.news_slider_pic {
	width: 175px;
	height: 175px;
	margin: 15px;
	float: left;
	color: #FFF;
}

.news_slider_pic img {
	height: 175px;
	width: 175px;
	border:  #F60 2px solid;

}



.news_slider_title h3 {
	font-size: 1.2em;
	color: #F30;
}

.news_slider_title a {
	font-size: 1.2em;
	color: #F30;
	text-decoration:none;
}

.news_slider_title a:hover {
	font-size: 1.2em;
	color: #FFF;
	text-decoration:none;
}

#news_slider_content {
	width: 300px;
	margin: 15px;
	height: 213px;
	font-size: 1em;
	color: #FFF;
	float: left;
}


.news_slider_title {
	height: 10px;
	width: 500px;
	margin-left: 15px;
	padding-top: 5px;
	
}

#news_slider_all {
	width: 200px;
	margin-right: 5px;
	height: 15px;
	font-size: 1em;
	text-align:right;
}



/********* SLIDER *******************/
#slider {
	width: 550px;
	height: 250px;
	background-color: black;
	overflow: hidden;
	position: relative;
	z-index: 5000;
}
#slider_nav {
	width: 100%;
	height: 1.6em;
	background-color: black;
}
#slider_nav a#slider_next, #slider_nav a#slider_previous {
	width: 50%;
	float: left;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#slider #AC_Tourney, #slider #tournaments, #slider  #divas, #slider #store,
#slider #qualifiers, #slider #divas_signup {
	width: 100%;
	height: 250px;
}
#slider #AC_Tourney a {
	height: 250px;
	display:block;
	background:url(images/slider/ac_slider.jpg) no-repeat;
	text-indent: -9999px;
}	
#slider #tournaments a {
	height: 250px;
	display:block;
	background:url(images/slider/tournaments.jpg) no-repeat;
	text-indent: -9999px;
}
#slider #divas a {
	height: 250px;
	display:block;
	background:url(images/slider/divas.jpg) no-repeat;
	text-indent: -9999px;
}
#slider #store a {
	height: 250px;
	display:block;
	background:url(images/slider/slider_college.jpg) no-repeat;
	text-indent: -9999px;
}
#slider #divas_signup a {
	height: 250px;
	display:block;
	background:url(images/slider/slider_tour.jpg) no-repeat;
	text-indent: -9999px;
}
#slider #qualifiers a {
	height: 250px;
	display:block;
	background:url(images/slider/qualifiers.jpg) no-repeat;
	text-indent: -9999px;
}
/********* BLOG POSTS *********************/
.post {
	padding: 20px;
	padding-bottom: 0;
}
.post h3, #info_bar_title h3 {
	color: #17285c;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}
.post .byline, .post .comment_num, #info_bar_title .byline, #info_bar_title .comment_num {
	font-style: italic;
	color: #777;
	float: left;
}
.post .comment_num, #info_bar_title .comment_num {
	float: none;
	text-align: right;
}
.post p {
	color: #333;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}
.post .news_image {
	margin: 1em 20px 1em 1em;
}
.post .news_image img {
	float: right;
	background-color: white;
	padding: 3px;
	border: 1px solid #ccc;
}
.comment .comment_image {
	float: right;
	margin: 0 20px;
    width: 80px;
	text-align: center;
	background-color: white;
	padding: 3px;
	border: 1px solid #ccc;
}
.comment .comment_image img {
  margin: 0;
}

.search {
    float: left;
    width: 450px;
}

.search .search_image {
	float: left;
	margin: 0 20px;
    width: 80px;
	text-align: center;
	background-color: white;
	padding: 3px;
	border: 1px solid #ccc;
}
.search .search_image img {
  margin: 0;
}


/********* FOOTER ***************/

#footer {
	border-top: 1px solid #cbcbcb;
	background: #1b1b1b;
	color: white;
	padding-bottom: 30px;
		padding-left: 10px;
}
#footer a {
	color: #fdb813;
}
#footer #info, #footer #misc {
	float: right;
}
#footer #info {
	width: 490px;
}
#footer #misc {
	width: 200px;
	padding-top: 1em;
}
#footer #misc img {
	border: 1px solid #333 ;
}
#footer #misc a img {
	text-decoration: none;
}
#footer #mailing_list {
	background-color: transparent;
	width: 250px;
	float: right;
	padding-top: 1em;
}
#footer #mailing_list label {
	display: block;
	padding-left: 75px;
	background: transparent url(images/envelope-trans.png) no-repeat;
	font-weight: bold;
	margin-bottom: 5px;
	height: 55px;
}
#footer address {
	font-style: normal;
	padding-top: 1em;
}

ul#utility_nav_bottom {
	padding-top: 0;
	text-align: left;
}
ul#utility_nav_bottom li {
	padding-left: 0;
	padding-right: 2em;
}
ul#utility_nav_bottom li a {
	color: #fdb813;
	text-decoration: underline;
}

/********* AD BARS ************************/
#ad_panel {
	float: left;
	width: 153px;
	border-right: 1px solid #c2c2c2;
	margin-top: -57px;
	text-align: center;
	padding-top: 30px;
	background: url(images/ad_panel_bg.png) repeat-x;
	display: none;
}

#sponsors {
	border-top: 1px solid #b1b1b1;
	background: #aeb8bc url(images/sponsors_bg.png) repeat-x;
}
#sponsors dl {
	margin-bottom: 0;
	padding-bottom: 10px;
	text-align: center;
}
#sponsors dt {
	font-size: 1.6em;
	color: #444;
	padding-left: 20px;
	text-align: left;
	margin-bottom: 10px;
}

#sponsors dd {
	display: inline;
	padding: 0 6px 0 6px;
}
#adv_text {
	float: right;
	width: 728px;
	margin-right: 1px;
	height: 8px;
	background: #000;
	text-align: right;
	line-height: 8px;
	font-size: .8em;
}
#top_ad {
	float: right;
	width: 728px;
	margin-right: 2px;
	height: 90px;
	background: #000;
	border: 1px solid #333;
	text-align: right;
	line-height: 8px;
	font-size: .8em;
}

#top_ad a {
	display: block;
}

#top_ad object {
}

#login {
	position: absolute;
	top: 110px;
	left: 35%;
	z-index: 5000;
	padding: 20px;
	width: 400px;
	background-color: white;
	border: 1px solid #ccc;
	border-top-width: 0;
	text-align: left;
}
#login form {
	width: 200px;
	float: left;
}
#login div#signup {
	width: 180px;
	float: right;
	padding-left: 20px;
	padding-top: 40px;
}

#login div#signup h3 {
	font-size: 1.85em;
}

#login div#signup h4 {
	font-size: 1.3em;
}

#login fieldset {
	padding-top: 0;
	float: left;
}
#login label {
	display: block;
	margin-bottom:0;
	margin-top: 1em
}
#login input#submit {
	display: block;
	clear: left;
	margin-top: 1em;
}
#login p#close {
	display: block;
	text-align: right;
	clear: left;
	padding-right: 20px;
	margin: 0;
}

form input.error {
	padding: 0;
}
form label.error {
	font-size: 12px !important;
	padding: .2em !important;
	margin-top: -18px;
}
div.clear {
	width: 100%;
	clear: both;
}

ul#state_select {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	margin-bottom: 0;
}
ul#state_select li {
	float: left;
	margin-bottom: -1px;
	margin-left: 2px;
}

ul#state_select a {
	display: block;
	border: 1px solid #ccc;
	padding: 3px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	font-size: 1.2em;
}
ul#state_select a:hover {
	background-color: #333;
	color: #f6b211;
}
ul#state_select li a.active {
	border-bottom-color: #e2e9eb;
	background-color: #e2e9eb;
	color: black;
}

div.events_scroller {
    height: 175;
    overflow: auto;  
}

#featured_news {
	
	width: 550px;
	height: 250px;
	background: #000;
	float: left;
}

#right_banner {
	width: 400px;
	height: 250px;
	background: #000;
	float:right;
}
#right_banner_pic {
	width: 400px;
	height: 150px;
	background: url(images/ac_schedule.png);
	float:right;
}

