#location_tab {
}

a:link {
	color: #2F2FE3;
	text-decoration: none;
	font: bold 13px arial;
}

h1 {
	color: #343492;
	font-size: 25px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
}

.title2, h2 {
	color: #5675A5;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	border-top: 1px solid #0252A8;
	border-bottom: 1px solid #0252A8;
}


.location_col {
   border: 1px solid #0252A8; 
   color: white; 
   padding: 5px;
   vertical-align: top;
   background: #FDFDFD;
}

.section_col {
	border: 1px solid #0252A8; 
	width: 160px; 
	line-height: 0px;
	padding: 0px;
	vertical-align: top;
	background: #FDFDFD;
}

.location_link {
	color: #2F2FE3;
	font: arial;
}

.location_desc {
	font-size:10px;
	padding:2px;
	font-style: normal;
}

.location_entry {
	height: 40px;
	padding-top: 5px;
	padding-left: 5px;
	line-height: normal;
}

.loc_a {
	background-color: #4C96E4;
}

.loc_b {
	background-color: #AAF4EC;
}


#title_bar {
    background:#8BC3FF;
    color:#0F610C;
    height: 40px;
    width:900px;
    margin-bottom: 20px;
  }


#nav_bar {
    background:#8BC3FF;
    border-top: solid 2px #5675A5;
    border-bottom: solid 2px #5675A5;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
  }

#page_num {
   color: #2F2FE3;
   font-weight: bold;
}

#show_all{
   width:200px;
   text-decoration: none;
   font-weight:bold;
}

#hide_all{
   width:200px;
   text-decoration: none;
   font-weight:bold;
}

#show_all:hover{
   color: #FF0000;
}

#hide_all:hover {
   color: #FF0000;
}

#home_button {
   width:80px;
   font-weight:bold;
   text-decoration: none;
}

#home_button:hover {
   color: #FF0000;
}



#page_nav {
   background-color: #8BC3FF; 
   color: white; 
   font-weight: bold; 
   height: 25px; 
   text-align: center; 
   width: 900px;
}

#nav_help, #nav_contact, #nav_feedback, #nav_links, #nav_home {
   width:80px;
   
}

#nav_submit {
   width: 150px;
}

#nav a {
   color: #000000; 
   font-weight: bold; 
   text-decoration: none;
}

#nav a:hover {
   color: #FF0000;
}

/*#nav_bookmark {
   width: 250px;
}*/

#nav_pad {
   width: 150px;
}

#nav_pad1 {
   width: 70px;
}

#nav_title {
   color: #001859;
   width: 80px;
}



.site_desc {
   width:80%;
   margin: auto;
}


.ctrl_enabled {
   background:#8BC3FF;
   color:#081B61;
   text-decoration: none;
   font-size: 12px;
   font-weight:bold;
   width: 120px;
}

.ctrl_enabled:hover {
   background:#A5FF65;
   color:#081B61;
   text-decoration: none;
   font-weight: bold;
   font-size: 12px;
   width: 120px;
}

.ctrl_disabled {
   background:#8BC3FF;
   color:#646464;
   text-decoration: none;
   font-size: 12px;
   width: 120px;
}

.ctrl_disabled:hover {
   background:#FF1904;
   text-decoration: none;
   font-size: 12px;
   width: 120px;
}

#show_all {
   background:#8BC3FF;
   font-weight:bold;
   margin-right: 10px;
   float: right;
}

.frm_button {
   background:#7EC7C6;
}

.frm_legend{
   font-weight:bold;
}

#contact_form {
   background:#8FFFDF;
   width:600px;
   margin:auto;
}

#linkex_form {
   background:#8FFFDF;
   width:600px;
   margin:auto;
}

#submit_form {
   background:#8FFFDF;
   width:600px;
   margin:auto;
}

#map_res {
    width:900px;
    height: 620px;
    margin: auto;
  }


#results {
    height : 600px;
    overflow : auto;
    width : 200px;
    line-height: 2;
  }

.result {
    color: #2F2FE3;
    text-decoration: none;
    font: bold 13px arial;

}

.result:hover {
    color: #2F2FE3;
    background: #A5FF65;
    text-decoration: capitalize;
    font: bold 13px arial;

}

.cat_col {
   border: 1px solid #0252A8; 
   padding: 5px;
   vertical-align: top;
   background: #FDFDFD;
}

.cat_link {
    color: #2F2FE3;
    text-decoration: none;
    font: 12px arial;

}

.cat_link:hover {
    color: #2F2FE3;
    background: #A5FF65;
    text-decoration: none;
    font: 12px arial;
}


.web_col {
   border: 1px solid #0252A8; 
   color: white; 
   padding: 5px;
   vertical-align: top;
   background: #FDFDFD;
}

.web_site {
    color: #2F2FE3;
    text-decoration: none;
    font: 11px arial;

}

.web_site:hover {
    color: #2F2FE3;
    background: #A5FF65;
    text-decoration: none;
    font: 11px arial;

}



.locate_form {
    width: 600px;
    border-style:outset;
    background:#CFCFCF;
  }


.locate_form_title {
    color:#343492;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
  }


.locate_form_status {
    background:#CFCFCF;
    color: #000000;
    /*font-weight: bold;
    */
  }


.wrapper {
    background-color: #D6DE52;
  }


.sidebar {
    float: right;
    margin-right: 30px;
  }


.content {
    text-align: justify;
    width: 900px;
    margin: auto;
    line-height: 1.5;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    padding: 20px 20px 20px 20px;
  }



.main_content {
    text-align: justify;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.5;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    padding: 20px 20px 20px 20px;
  }

#categories {
    border-top-color:#001859;
    border-left-color:#001859;
    border-right-color:#001859;
    border-width:2px;
}

.border {
    /* this is used for all kinds of borders */ /* be it for the whole page, or just the content section */ border: outset 2px #5675A5;
  }


.subtitle {
    color: #5675A5;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
  }


.title2 {
    color: #5675A5;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
  }


#areas {
    background-color: #D6DE52;
    background:#CFCFCF;
    margin-top: 15px;
    border: solid 1px #5675A5;
    text-decoration: underline;
  }


.sidebar_ctrl {
    text-align: center;
    background-color: #D6DE52;
    background:#CFCFCF;
    margin-top: 15px;
    text-decoration: none;
  }


.status_bar {
    font-style: italic;
    color: #2F2FE3;
    font: bold 13px arial;
    text-decoration: none;
    margin-top: 15px;
    background-color: #D6DE52;
    background:#CFCFCF;
    text-align: center;
  }


.clubs {
    line-height: 2;
    color: #0000FF;
    border-color: #315D92;
  }


.area {
    background-color: #315D92;
    color: #FFFFFF;
    text-align: center;
  }


.footer {
    background-color:#D9E1ED;
    border-top-color:#0252A8;
    border-top-width: 2px;
    font-size: 12px;
    text-align: center;
    width: 900px;
  }


.club_name {
    color: #1F4CE1;
    font: bolder 12px arial;
  }


.club_schedule {
    text-align: center;
  }


.club_list {
    color:#2F2FE3;
  }


.menu_tab {
    width: 85%;
  }


.menu_hd {
    background-color: #C4C426;
    background:#CFCFCF;
    /*font: bold arial;
    */ text-align: center;
  }


.menu_link {
    text-align: left;
  }


.main_menu_button {
    border-style:none;
  }


.schedule_hd {
    background-color: #FFFF00;
  }


.home_header {
    margin-top:20px;
    margin-bottom:100px;
  }


.h_bar {
    margin-top:2px;
    margin-bottom:2px;
  }









