/* CSS Document */

/* fix for the IE 1px-off margin error */
* html .StupidIEMarginHack { margin-right: 1px; }
* html .StupidIEWidthHack { width: 100%; }

body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background-color: #d9dbff;
	position: relative;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;	
	color: #000000;	
}

form {
	margin: 0;
}

#container {
	width: 900px;
	background-color: none;
	text-align: left;
	margin: 0px auto;
}

#logo {
	width: 100%;
	background-color: none;
	height: 60px	
}

#leftcolumn {
	width: 440px;
	height: auto;
	float: left;
}

#search {
	width: 440px;
	margin-top: 20px;
	float: left;
	padding: 0px;	
}

#search_corners_top {
	background-image: url('img/search_corners_top.gif');
	height: 10px;
}

#search_corners_bottom {
	background-image: url('img/search_corners_bottom.gif');
	height: 10px;
}

#search_content {
	background: #5c82cc;
	padding-left: 20px;
	padding-top: 15px;
}

#search_content form {
	margin: 0px;
	padding: 0px;
}

#search_content table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#search_content td {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;	
	padding-right: 15px;
	padding-bottom: 10px;
	margin: 0px;
}

.form_home_select {
	width: 300px;
}

.form_home_input {
	width: 200px;
	height: 26px;
	font-size: 20px;
	color: #5c82cc;
	border: 1px solid #fbad18;
}

#search_title {		
	height: 20px;
	width: auto;	
	background-color: #5c82cc;
	padding-left: 20px;	
}

#keyword_title {		
	height: 20px;
	width: auto;	
	background-color: #FFFFFF;
	padding-left: 20px;	
}

.form_home_submit {
	font-family: Arial;
	font-size: 16px;	
	font-weight: bold;
	width: 100px;
	height: 30px;
	margin: 0px;
	padding: 3px;	
	color: #404040;
	background-color: #d9dbff;
	border: 1px solid #fbad18;
}

.form_home_submit2 {
	font-family: Arial;
	font-size: 16px;	
	font-weight: bold;
	width: 100px;
	height: 30px;
	margin: 0px;
	padding: 3px;
	color: #FFFFFF;
	background-color: #5c82cc;
	border: 1px solid #fbad18;
}


#slogan {
	width: 440px;
	margin-top: 20px;
	float: left;
	padding: 0px;	
}

#slogan_content {
	background: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#slogan_content a {
	color: #5c82cc;
	font-weight: bold;
	text-decoration: none;
}

#slogan_content a:hover {	
	text-decoration: underline;
}

#slogan_corners_top {
	background-image: url('img/slogan_corners_top.gif');
	height: 10px;
}

#slogan_corners_bottom {
	background-image: url('img/slogan_corners_bottom.gif');
	height: 10px;
}



#maps {
	width: 440px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

#maps_corners_top {
	background-image: url('img/maps_corners_top.gif');
	height: 10px;
}

#maps_corners_bottom {
	background-image: url('img/maps_corners_bottom.gif');
	height: 10px;
}

#maps_content {
	background: #404040;
	padding: 20px;
}

#maps_title {		
	height: 20px;
	width: auto;	
	background-color: #404040;
	padding-left: 20px;	
}

.maps_infowindow {
	width: 180px;
}

#refine_content {
	background: #404040;
	padding-left: 20px;
	padding-top: 15px;
}

#refine_content form {
	margin: 0px;
	padding: 0px;
}

#refine_content table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#refine_content td {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;	
	padding-right: 15px;
	padding-bottom: 10px;
	margin: 0px;
}



#search_results {
	width: 900px;
	margin-top: 20px;
	margin-left: 0px;		
	float: left;	
	background: #FFFFFF;
	height: 100%;
	overflow: hidden;
}

#search_results a{
	color: #5c82cc;
	text-decoration: none;
	weight: bold;
}

#search_results a:hover{
	color: #5c82cc;
	text-decoration: underline;
}

#search_results_corners_top {
	background-image: url('img/search_results_corners_top.gif');
	height: 10px;
}

#search_results_corners_bottom {
	background-image: url('img/search_results_corners_bottom.gif');
	height: 10px;
	width: 900px;
}

#search_results_content {
	background: #FFFFFF;		
	padding-left: 20px;
	padding-right: 20px;
}

#search_results_title {		
	height: 20px;
	width: auto;	
	background-color: #FFFFFF;
	padding-left: 20px;	
}

.search_results_listing {	
	margin-top: 20px;	
	width: 850px;
}

.search_results_listing_location {
	width: 100%;
	background-color: #F5F5F5;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #b1b1b1;
	padding: 5px;
	color: #DD9103;
}

.search_results_listing_name {
	width: 100%;
	background-color: #e9e9e9;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #b1b1b1;
	padding: 5px;
}

.search_results_listing_name a {	
	font-family: arial;
	font-size: 18px;
	color: #404040;
	text-decoration: none;	
}
.search_results_listing_name a:hover {
	color: #5c82cc;
}
.search_results_listing_description {
	font-family: verdana;
	font-size: 11px;	
	padding: 5px;
	background-color: f2f2f2;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d8d8d8;
	width: 100%;
}

.search_results_listing_details {
	font-family: verdana;
	font-size: 11px;
	width: 100%;
	background-color: #F5F5F5;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b1b1b1;
	padding: 5px;
}

.search_results_listing_ad {
	width: 100%;
	background-color: #FFFFFF;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #b1b1b1;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b1b1b1;
	padding-top: 5px;
	padding-bottom: 5px;	
	color: #DD9103;
	text-align: center;
}

#panel_right {
	width: 300px;
	float: left;
}

#show_course_content {
	background: #FFFFFF;		
	padding-left: 20px;
	overflow: hidden;	
}

#show_course_content_description {
	width: 500px;		
	float: left;
}

#show_course_content_contact td {
	
	padding: 5px;
	vertical-align: top;
}

h1 {	
	width: 100%;
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	color: #fbad18;
	text-decoration: none;
	margin: 10px 0 0 0 ;
	padding: 0;
}

h2 {
	width: 100%;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #5c82cc;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #b1b1b1;
}

h3 {
	width: 100%;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #5c82cc;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;	
}

h4 {
	width: 100%;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #5c82cc;
	text-decoration: none;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #b1b1b1;
}

p {
	line-height: 18px;
	margin-top: 10px;
}

ul {
	line-height: 18px;
}

#map_canvas {
	width: 300px;
	height: 300px;
	overflow: hidden;
}

#map_canvas2 {
	width: 400px;
	height: 300px;
	overflow: hidden;
}


#show_course_content_map {
	width: 300px;
	height: 300px;
	margin: 10px 0px 0px 30px;
	background-color: #000000;
	float: left;	
}

#show_course_content_contact {
	width: 280px;	
	margin: 20px 0px 0px 30px;
	background-color: #e9e9e9;
	padding: 10px;
	float: left;
	color: #404040;
}

#show_course_content_ad {
	width: 280px;	
	margin: 0px 0px 0px 30px;
	background-color: #FFFFFF;
	padding: 15px;
	float: left;
}

#show_course_content_contact a {	
	color: #fbad18;
	font-weight: bold;
	text-decoration: none;
}

#show_course_content_contact a:hover {	
	color: #fbad18;
	font-weight: bold;
	text-decoration: underline;
}

#disclaimer {
	width: 900px;
	margin-top: 20px;
	margin-left: 0px;		
	float: left;	
	background: #FFFFFF;
	height: 100%;
	overflow: hidden;
}

#disclaimer_content {
	background: #FFFFFF;		
	padding-left: 20px;
	color: #818181;
}

#disclaimer_content a {
	color: #5c82cc;
	font-weight: bold;
	text-decoration: none;
}

#disclaimer_content a:hover {	
	text-decoration: underline;
}