/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link { color: #1110E1; text-decoration: underline }
a:visited { color: #0000FF }
a:hover { color: #CC0033; text-decoration: none }
a:active { color: #FF3300 }

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/************** removed for bbc *********************************/
/*rem   label,input {
/*rem   font: bold 100% Arial,sans-serif;
/*rem   color: #000000;
/*rem	display: block;
/*rem	width: 200px;
/*rem	float: left;
/*rem	margin-bottom: 10px;
}

/*rem   label {
/*rem	text-align: right;
/*rem	width: 250px;
/*rem	padding-right: 10px
}
/***************end removed for bbc ********************************/

br {
	clear: left;
}

.shorthr  {
border: 0;
color:#FF6600;
background-color: #FF6600;
height: 1px;
width: 75%;
text-align: left;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #000000;
	width: 100%;
	background-color: #ED8621;
}


#topbar{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
	width: 100%;
	background-color: #6E4419;
	background-image:url(images/topbar.gif);
	font-size: 70%;
	color: #FFFFFF;
}

#navBar{
	margin: 0 85% 0 0;
	padding: 0px;
	background-color: #ED8621;
	border-right: 1px solid #000;
	border-bottom: 0px solid #000;
	height:100%;
}

.spacer {height: 6px}

#content{
  float:right;
	width: 95%;
	margin: 0;
	padding: 0 3% 0 0;
	background-color:#FFFFFF;
	height:100%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #000000;
padding: 0px 0px 0px 10px;
white-space: nowrap;
background-color: #ED8621;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 85%;
	padding: 0px 0px 0px 0px; 
}

#globalNav a:hover {
	font-size: 85%;
	background-color: #CC6705;	
	padding: 0px 0px 0px 0px; 
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	text-align: justify;
}

.rightfeature{
	float: right;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	text-align: justify;
}

.leftfeatureimg{
	float: left;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	text-align: left;
}


.feature h3{
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

TD.feature{
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

.orangeheader{
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	font-weight: bold;
	background-color: #ED8621;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #C0C0C0;
	font-size: 65%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #000000;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #000000;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 0px solid #000000;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 0px solid #000000;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 0px solid #000000;
	background-color: #CC6705;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks a:hover{
	background-color: #CC6705;
}


.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles and image **************/

#afcmedslogo { position: absolute; left:10px; top: 5px; width: 73px}


#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 0px solid #000000;
	text-align:center;
}

#advert img{
	display: block;
	vertical-align: middle;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #ASP page styles **************/

#ddlabel  {
	padding: 0px 0px 0px 5px;
	font-size: 90%;
	color:#696969;
	display: block;
	width: 95%;
	float: left;
	margin-bottom: 8px;

}

#righttop  {
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	color:#696969;
	display: block;
	width: 10%;
	float: right;
	margin-bottom: 5px;

}


#asphr  {
border: 0;
color:#FF6600;
background-color: #FF6600;
height: 1px;
width: 95%;
text-align: center;
}


#asptable  {
	padding: 0px 0px 0px 0px;
	border: thin dashed #FF6600;
}

#asptable .feature  {
	display: block;
	text-align: justify;
	float: left;
}


#container
{
display: block;
width: 95%;
margin: 5px auto;
line-height: 110%;
}

#asporangelabel  {
	padding: 0px 0px 0px 5px;
	font-size: 90%;
	text-align: justify;
	color:#696969;
	display: inline;
	width: 120px;
	float: left;
	margin-bottom: 8px;

}

#asptable .busdirtext  {
	display: inline;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	text-align: justify;
	float: left;
	margin-bottom: 8px;
	width: auto;
	clear: right;
	}

form.AddTourny { 
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	border: 0px; 
	width: 80%;
	padding: 0px; 
}


#TDblabel {
 	font: bold 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
 	color: #000000;
	display: block;
	width: auto;
	float: center;
	padding-right: 5px;
	margin-bottom: 5px;
}

input.TDchk,input.TDtxt {
 	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #000000;
	display: block;
	width: auto;
	float: center;
	margin-bottom: 5px;
}

.TDbtext  {
	display: inline;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	text-align: justify;
	float: middle;
	margin-bottom: 8px;
	width: auto;
	clear: right;
	}

.TDbtxtcenter  {
	display: inline;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	text-align: center;
	float: middle;
	margin-bottom: 8px;
	width: auto;
	clear: right;
	}


#TDblistdiv {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	width: auto;
	padding-right: 0px;
	float: middle;
}


.TDbutton { 
 font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #FF6600; 
 color: #102132;
 width: auto; 
 margin-left: 30px; 
 margin-top: 2px; 
 margin-bottom: 2px; 
}


.TDbuttonleft { 
 font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #FF6600; 
 color: #102132;
 width: auto; 
 margin-left: 0px; 
 margin-top: 2px; 
 margin-bottom: 2px; 
}

Caption {
	padding: 5px 0px 5px 0px;
	font: bold 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;  
}

#TDBold {
	padding: 0px 0px 0px 0px;
	font: bold 90% Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

TD.TDbfeature{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	width: auto;
	float: middle;
}

TD.TDbDetail{
	padding: 2px 2px 2px 2px;
	font-size: 90%;
	width: auto;
	float: middle;
}


img.tdbYesNo {
	display: block;
	text-align: center;
	margin: 0 auto;
	float: middle;
	}
	
.TDbspace {height: 3px;
background-color:#ED8621;
}

.HeaderBold {
	padding: 5px 0px 5px 0px;
	font: bold 100% Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

.SmallHeaderBold {
	padding: 2px 0px 2px 0px;
	font: bold 95% Verdana, Geneva, Arial, Helvetica, sans-serif; 
}