/* *
 * Initial Global Styles
 * */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #1C2331;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 150%;
}
img {
	border: none;
}
h1 {
	font-size: 1.5em;
}
a {
	text-decoration: none;
	color: #000066;
}
a:hover {
	color: #33CCFF;
}
.wrapper {
	width: 100%;
	min-width: 900px;
	text-align: center;
}
.background {
	width: 100%;
	min-width: 900px;
	text-align: center;
}
.content {
	margin: 0px auto;
	width: 900px;
	text-align: left;
}
span.spacer {
	padding: 0px 1em;
}
.a, .b {
	float: left;
}
.a {
	clear: left;
}
.d {
	float: right;
	clear: right;
}
.c {
	float: right;
}
.clear {
	clear: both;
	height: 0px;
}
.hidden {
	display: none;
	visibility: hidden;
}
span.required {
	color: #FF0000;
	font-weight: bold;
}
.center {
	text-align: center;
}
.image {

}
.left {
	float: left;
}
.right {
	float: right;
}

/* *
 * Header
 * */

div.header {
	margin: 20px 0px 0px 0px;
}

/* *
 * Menu
 * */

div.buttons {
	height: 70px;
}
div.buttons div.button {
	float: left;
}
div.buttons div.button a img {
	background: none;
}
div#button-home { background: url(../images/button-home-normal.jpg); }
div#button-home a:hover img { background: url(../images/button-home-hover.jpg); }
div#button-boarding { background: url(../images/button-boarding-normal.jpg); }
div#button-boarding a:hover img { background: url(../images/button-boarding-hover.jpg); }
div#button-facility { background: url(../images/button-facility-normal.jpg); }
div#button-facility a:hover img { background: url(../images/button-facility-hover.jpg); }
div#button-rescue { background: url(../images/button-rescue-normal.jpg); }
div#button-rescue a:hover img { background: url(../images/button-rescue-hover.jpg); }
div#button-products { background: url(../images/button-products-normal.jpg); }
div#button-products a:hover img { background: url(../images/button-products-hover.jpg); }
div#button-directions { background: url(../images/button-directions-normal.jpg); }
div#button-directions a:hover img { background: url(../images/button-directions-hover.jpg); }
div#button-contact { background: url(../images/button-contact-normal.jpg); }
div#button-contact a:hover img { background: url(../images/button-contact-hover.jpg); }

/* *
 * Content
 * */

div.body {
	background: url(../images/content-bg.gif) repeat-y center;
}
div.body div.content {
	background: url(../images/body-top-bg.jpg) no-repeat top center;
}
div.body div.content div.padding {
	padding: 20px 20px 10px 20px;
}
div.body h1 {
	font-size: 110%;
	padding: 2em 20px 1em;
	color: #1C2331;
	font-weight: bold;
	background: url(../images/page-header.jpg) no-repeat;
}
div.body h2 {
	font-size: 85%;
	color: #9B0000;
	padding: 0.7em 0px 0.5em;
}
div.body h3 {
	font-size: 55%;
	padding: 1em 0px 0.2em;
}
div.body h4 {
	font-size: 60%;
	padding: 0.2em 0px;
}
div.body p {
	font-size: 65%;
	padding: 0.3em 0px;
	line-height: 140%;
}
div.body .a, div.body .d {
	width: 380px;
}
div.body div.textbox {
	padding: 15px;
	background-color: #F2EED9;
	margin: 0.8em 0px;
	clear: both;
}

/* *
 * Rescue Tile
 * */
 
div.rescue-tile {
}
div.rescue-tile div.image {
	float: left;
	width: 200px;
	padding-top: 18px;
}
div.rescue-tile div.description {
	float: left;
	width: 590px;
	margin-left: 20px;
}


/* *
 * Images
 * */

div.image-topleft {
	float: left;
	margin: 0px 15px 10px 0px;
}
div.image-left {
	float: left;
	margin: 10px 15px 10px 0px;
}
div.image-topright {
	float: right;
	margin: 0px 0px 10px 15px;
}
div.image-right {
	float: right;
	margin: 10px 0px 10px 15px;
}
div.image-border img {
	border: 2px solid #865A40;
}
div.caption p {
	font-size: 60%;
	font-style: italic;
	font-weight: normal;
	color: #888888;
}

/* *
 * Map
 * */

div.map {
	border: 1px solid #1C2331;
}

/* *
 * Footer
 * */

div.footer {
	margin: 0px;
}
div.footer, div.footer div.content {
	height: 238px;
}
div.footer div.content {
	background: url(../images/footer-bg.jpg) no-repeat center;
}
div.footer div.a, div.footer div.b {
	width: auto;
	padding: 135px 40px 0px 30px;
}
div.footer div.d {
	width: auto;
	padding: 135px 30px 0px 0px;
}
div.footer h2 {
	font-size: 55%;
	color: #FFDD9A;
	font-weight: bold;
	padding: 0.3em 0px;
}
div.footer p {
	font-size: 45%;
	color: #FFDD9A;
	padding: 0.1em 0px;
}
div.footer a {
	color: #ffdd9a;
	text-decoration: none;
}
div.footer a:hover {
	color: #ffdd9a;
	text-decoration: underline;
}

/* *
 * Product Tiles
 * */
div.product-tiles {
	padding: 0.5em 0px;
}
div.product-tiles div.product-tile {
	width: 144px;
	padding: 10px;
	height: 230px;
	float: left;
	overflow: hidden;
}
div.product-tiles div.product-tile div.image {
	height: 150px;
	text-align: center;
}
div.product-tiles div.product-tile div.title {
	height: 78px;
	overflow: hidden;
}
div.product-tiles div.product-tile div.title p {
	font-size: 60%;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	color: #666666;
	padding: 0.5em 0px 0px 0px;
}


/* *
 * Validated
 * */

div.validated {
	margin: 15px 0px 40px 0px;
}
div.validated div.content {
	text-align: right;
}

/* * 
 * Forms
 * */

/*
div.form fieldset {
	border: none;
}
div.form input, div.form textarea {
	width: 95%;
	border: none;
	background-color: #F5F3E7;
	padding: 0.2em;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: normal;
}
div.form div.buttons {
	margin: 10px 0px;
}
div.form div.buttons input {
	width: auto;
	margin: 0px;
	background-color: #C89B41;
	color: #FFFFFF;
	padding: 4px 15px;
	font-weight: bold;
	border: 1px solid #91561C;
	font-size: 60%;
}
div.form div.buttons input:hover {
	background-color: #91561C;
	border: 1px solid #91561C;
}
*/

div.form input, div.form textarea, div.form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #555555;
}
div.form {
	width: 100%;
	background-image: url(../images/form_bg.jpg);
}
div.form div.padding {
	background-color: #EFFEDE;
	padding: 10px;
}
div.form div.left {
	width: 58%;
	float: left;
}
div.form div.right {
	width: 38%;
	float: right;
}
div.form div.column {
	width: auto;
	float: left;
	padding: 0px 50px 0px 0px;
}
div.form div.clear {
	clear: both;
}
div.form fieldset, fieldset {
	border: none;
}
div.form input, div.form textarea, div.form select {
	width: 95%;
	border: 1px solid #999;
	padding: 0.2em;
	margin: 0.2em 0em;
}
div.form select {
	padding: 0.1em;
}
div.form div.buttons {
	border: none;
	padding: 0em;
	margin-top: 1em;
}
div.form div.buttons fieldset {
	display: inline;
}
div.form div.buttons input {
	width: auto;
	margin: 0em 1em 0em 0em;
	padding: 0.2em;
	cursor: pointer;
}
div.form div.checkboxes input {
	width: auto;
	margin: 0em 0.5em 0px 0px;
	border: none;
}
div.form select {
	border: 1px solid #999;
}
div.form div.scroller {
	overflow: auto;
}

/* *
 * Notification
 * */
 
div#Notification div p {
	font-size: 65%;
}
div#Notification div {
	padding: 0.4em 0.4em 0.4em 2.5em;
}
div#Notification div.message {
	background-color: #CDF5BC;
	border: 1px solid #00CC33;
	background-image: url(../images/notification-message.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
div#Notification div.error {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C10000;
	background-image: url(../images/notification-error.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
div#Notification div.message a {
	color: #000;
	text-decoration: underline;
}
div#Notification div.error a {
	color: #FFF;
	text-decoration: underline;
}

