/*Global*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

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

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

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

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

.border {border: outset 2px #5675A5;}

/*Home Page and various forms*/ 
.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:50px;line-height: normal;}

.loc_a {background-color: #4C96E4;background : url(http://restocan.com/icones/gradient-a.jpeg) left top repeat-x;}
.loc_b {background-color: #AAF4EC;background : url(http://restocan.com/icones/gradient-b.jpeg) left top repeat-x;}

#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_pad {width: 150px;}
#nav_pad1 {width: 70px;}

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

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

.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;}

/*Locator Page */
#title_bar {
	background : url(http://restocan.com/icones/gradient-blue.jpeg) left top repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	width:900px;
	width:950px;
}

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

#map {width: 540px; height: 550px;}

#sidebar {
	float: right;
	margin-right: 30px;
	height: 500px;
	width: 250px;
}

#sidebar .hd {
	background-color:#2F2FE3;
	background : url(http://restocan.com/icones/gradient-header.jpeg) left top repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

#results {
	overflow: auto;
	width: 250px;
	text-align: left;
}

.result {color: #2F2FE3;text-decoration: none; font-weight: bold; cursor: pointer;}
.result:hover {color: red;}

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


.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: red;}

.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: red;}

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

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

.locate_form_status {background:#CFCFCF;color: #000000;}

.club_name {color: #1F4CE1;font: bolder 12px arial;}
.club_schedule {text-align: center;}
.schedule_hd {background-color: #FFFF00;}

/*Common to all pages */
.content {
	text-align: justify;
	width: 950px;
	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;
 }

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


