/* 

STYLE SHEET FOR [x] WEB SITE
Created by Name Surname
www.domain.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
/*  --------- 2. structure  --------- */

#wrapper {
}
#date {
	color: #74BADE;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 46px;
	line-height: 80px;
}
#date p {
	text-align: right;
	font-style: italic;
}
#masthead {
	width: 813px;
	height: 225px;
	background-image: url(../imgs/masthead_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
	position: relative;
}
#masthead h1 {
	text-indent: -5000px;
	border:none;
}
#masthead p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #143E56;
	font-style: italic;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	position: absolute;
	top: 158px;
	left: 25px;
}
/*
*:first-child + html #masthead p {margin-top:140px;}
* html #masthead p {margin-top:140px;}
*/
#centre {
	width: 813px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	font-size: 14px;
}
#main_col {
	width: 540px;
	margin-left: 18px;
	line-height: 1.5em;
	float: left;
}
* html #main_col {margin-left:10px;}
.map {
	margin-bottom: 25px;
	border: 2px solid #D7D7D7;
}
.left_img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

#main_col p {
	margin-bottom: 15px;
	font-size: inherit;
}
.form_Links {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
	padding-left: 15px;
	background-image: url(../imgs/form-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 15px;
	width: 175px;
}
.email {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
	padding-left: 15px;
	background-image: url(../imgs/email.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 185px;
	margin-bottom: 15px;
}
.form_Links:hover, .email:hover {
	background-color: #CCCCCC;
	color: #000000;
}
#sub_col {
	width: 210px;
	float: left;
	margin-left: 30px;
	line-height: 1.5em;
}
#sub_col p {
	margin-bottom: 15px;
}
#footer {
	width: 783px;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.separator {
	clear: both;
	height: 0;
}
.separator_border {
	clear: both;
	width:540px;
	height:20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	margin-bottom: 15px;
}
/* ---------- 3. links and navigation ---------- */

#navContainer {
	position:relative;
	height:56px;
	color:#E0E0E0;
	background:#143D55;
	width:100%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
* html #navContainer {
	margin-top:-34px;
}
#navigation {
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(../imgs/dolphin_bg.gif) repeat-x bottom left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 16px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#navigation ul li {
	display:block;
	float:left;
	margin:0 1px;
}
#navigation ul li a {
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul li a span {
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}
#navigation ul li a:hover {
	color:#fff;
	background:transparent url(../imgs/dolphin_bg-OVER.gif) repeat-x bottom left;
}
#navigation ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}
#navigation ul li a.current, #navigation ul li a.current:hover {
	color:#fff;
	background:#1D6893 url(../imgs/dolphin_left-ON.gif) no-repeat top left;
	line-height:275%;
}
#navigation ul li a.current span {
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(../imgs/dolphin_right-ON.gif) no-repeat top right;
	height:33px;
}
#main_col ul, #main_col ol {
	margin-left: 5px;
	margin-bottom: 15px;
}
#main_col ul li, #sub_col ul li {
	display: block;
	padding-left: 20px;
	background-image: url(../imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main_col ul li a, #sub_col ul li a {
	color: #143E56;
	font-weight: bold;
	display: block;
	padding: 2px;
	border:none;
	text-decoration:none;
}
#main_col ul li a:hover, #sub_col ul li a:hover {
	color: #FFFFFF;
	background-color: #143E56;
}
#main_col ol li {
	margin:0 0 15px 25px;
}
#main_col .top {
	text-transform: capitalize;
	font-weight: normal;
	color: #335EA8;
	background-image: url(../imgs/blue_up.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 100px;
	padding: 2px 4px 2px 25px;
	background-color: #C5C9CC;
	border: 1px solid #335EA8;!important 
	display: block;
	text-decoration: none;
	margin-top: 15px;
}
#main_col a {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#main_col a:hover {
	background-color: #CCCCCC;
	color: #000000;
}

h1 {
	font-size: 16px;
	color: #552C14;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 a {
	text-decoration: none;
	color: #552C14;
}

h2 {
	color: #552C14;
	font-size: 16px;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
/* ---------- 5. images ---------- */

a img {
	border: 0;
}
/* ---------- 6. hacks ---------- */

body { /* IE 5 centring bug fix */
	text-align: center;
}
#wrapper {
	text-align: left;
}
.emph {
	font-style: italic;
	color: #333333;
	display: block;
	height: 80px;
	background-image: url(../imgs/grad.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 65px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#disclaimer {
	width: 783px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #999999;
	padding-bottom: 25px;
}
#disclaimer a {
	text-decoration:none;
	color:#666666;
}
p.left{text-align:right;}
#main_col .emph .right {
	float: right;
	margin-right: 25px;
	margin-top: 15px;
}
.shadow_img_right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
p.courtesy {
	font-style: italic;
	color: #666666;
}


