/*	Style for:		Come Dive With Me...
	Style author:	Mike Stickel - http://screenflicker.com
	Created:		2007-03-20
---------------------------------------------------------------------*/

/*	=STRUCTURE
---------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
	margin-bottom: 1.5em;
	float: left;
	border-bottom: 5px solid #000089;
}

	body#home #container {
		width: 607px;
		margin: 10px auto;
		float: none;
		border: none;
	}
	
	body#search_results #container {
		width: 80%;
		margin: 10px auto;
		float: none;
		border: none;
	}

body#search_results #header {
	height: 77px;
	background: #000089 url('../images/come-dive-w-me.jpg') no-repeat 98% 150%;
}

body#search_results #header .adspace {
	width: 62%;
	/*height: 94px;*/
	padding: 14px 0 0 8%;
	background-color: #fff;
}

#main_content {
	width: 65%;
	margin-left: 5%;
	float: left;
}
	
	body#search_results #main_content {
		margin-left: 0;
		margin-bottom: 1.5em;
	}

#sidebar {
	width: 172px;
	margin-top: 20px;
	margin-right: 5%;
	float: right;
}
	
	body#search_results #sidebar {
		width: 30%;
		margin-right: 0;
	}

#close_window {
	width: 100%;
	text-align: right;
	background: #2787c1 url(../images/top_colour_bar.gif) repeat-x top left;
}

#site_info {
	margin-top: 5px;
	clear: both;
}
	
	body#search_results #site_info {
		border-top: 5px solid #000089;
	}

#sidebar .module {
	margin-bottom: 1.5em;
	border: 1px solid #e5e5e5;
}
	
	#sidebar .ads {
		padding: 10px;
	}

.three_column {
	width: 33%;
	margin-bottom: 1.5em;
	float: left;
}

/*	=TYPOGRAPHY
---------------------------------------------------------------------*/
body {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

* html body {
	font-size: x-small; /* IE 5/Win font fix */
	f\ont-size: small;
}

h1 {}

h2 {
	margin: 1em 0;
	color: #001d88;
	font-size: 1.667em;
	line-height: 1em;
}

h3 {
	margin: 1em 0;
	font-size: 1.5em;
	line-height: 1em;
}
	
	body#search_results #sidebar h3 {
		margin-right: 10px;
		margin-left: 10px;
		font-size: 1em;
		color: #535353;
	}

h4 {
	margin: 1.06em 0;
	font-size: 1.417em;
	line-height: 1.06em;
}

p {
	margin-bottom: 1.5em;
	color: #000;
	line-height: 1.5em;
}
	
	body#search_results #main_content p, body#search_results #sidebar p {
		margin-bottom: 0;
		margin-top: 1.5em;
	}
		
		body#search_results #main_content p.link_url, body#search_results #sidebar p.link_url {
			margin-top: 0;
			margin-bottom: 1.5em;
			color: #535353;
		}
	
	body#search_results #sidebar p {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	p.link_btn, #sidebar p.link_btn, body#search_results #sidebar p.link_btn {
		margin: 1.5em 0;
		font-size: 1.5em;
		text-align: center;
	}
	
	#close_window p {
		margin: 0 5%;
		padding: 0.2em 0 0.4em;
		line-height: 1.5em;
	}
	
	#site_info p {
		font-size: 0.833em;
		line-height: 1.8em;
		color: #666;
		text-align: center;
	}

blockquote p {
	font-size: 100%;
}

/*	=LISTS
---------------------------------------------------------------------*/
ul, ol {
	margin: 1.5em 3em 0;
	font-size: 100%;
}
	
	ul ul, ul ol, ol ul, ol ol {
		margin: 0;
		font-size: 100%;
	}
	
	li, li li, li p {
		font-size: 100%;
	}

ul#navigation {
	margin: 1.5em 0;
	padding: 1.5em;
	list-style: none;
	border: 1px solid #c2c2c2;
}
	
	ul#navigation li {
		padding: 0.2em 0;
		font-weight: bold;
		line-height: 1.5em;
	}

#main_content ol li {
	margin-bottom: 1.5em;
}

#main_content ol ol {
	margin: 0 3.5em 1.5em;
	list-style: lower-alpha;
}
	
	#main_content ol ol li {
		margin-bottom: 0;
	}

/*	=FORMS
---------------------------------------------------------------------*/
form, fieldset {
	padding: 0;
	border: none;
}

select, input {
	font-size: 100%;
}

/*	=LINKS
---------------------------------------------------------------------*/
a:link, a:visited, a:hover {
	color: #001d88;
	text-decoration: none;
	border-bottom: 1px solid;
}
	
	a:hover {
		color: #000;
		border-bottom: 1px solid #000;
	}

#close_window a:link, #close_window a:visited {
	color: #fff;
	border: none;
}

p.link_btn a, #sidebar p.link_btn a, body#search_results #sidebar p.link_btn a {
	border: none;
}

/*	=HCARD
---------------------------------------------------------------------*/
.hcard {
	margin: 0 3em 1.5em;
	display: block;
}

.n, .adr, .org, .tel, .fax {
	display: block;
}

/*	=MISC
---------------------------------------------------------------------*/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

img {
	border: none;
}