/* ---- IMPORT STYLES ----- */

@import url(content.css);

/* ---- BODY & DEFAULT STYLES ----- */

body, html {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
}

body, td {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 15px;
}

p {
	margin: 5px 0 10px 0;
}

p.zerotop {
	margin: 0 0 7px 0;
}

p.zero {
	margin: 0;
}

table, td {
	vertical-align: top;
}

.left {
	float: left;
}

.right {
	float: right;
}

.displayno {
	display: none;
}

div.cleaner {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
}

div.cleaner hr {
	display: none;
}

/* -- DEFAULT HYPERLINK STYLE -- */

a {
	color: #004a87;
	text-decoration: underline;
}

a:hover {
	color: #a9842e;
	text-decoration: underline;
}

/* - NAVIGATION STYLES - */

#navigation {
	margin: 120px 0 0 0;
	height: auto;
	padding: 0;
	position: absolute;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 0;
}

#navigation li, #navigation a {
	width: 114px;
	height: 29px;
	display: block;
}

#nav_home {background: transparent  url(../images/nav_home.gif) left top no-repeat; border-bottom: solid 1px #477dab; }
#nav_home a:hover {background: transparent url(../images/nav_home_off.gif) left top no-repeat; }
#nav_home a:visited:hover {background: transparent url(../images/nav_home_off.gif) left top no-repeat; }
#nav_home_selected {background: transparent url(../images/nav_home_off.gif) left top no-repeat; border-bottom: solid 1px #477dab; }

#nav_about {background: transparent  url(../images/nav_about.gif) left top no-repeat; border-bottom: solid 1px #477dab; }
#nav_about a:hover {background: transparent url(../images/nav_about_off.gif) left top no-repeat; }
#nav_about a:visited:hover {background: transparent url(../images/nav_about_off.gif) left top no-repeat; }
#nav_about_selected {background: transparent url(../images/nav_about_off.gif) left top no-repeat; border-bottom: solid 1px #477dab; }

#nav_packages {background: transparent  url(../images/nav_packages.gif) left top no-repeat; border-bottom: solid 1px #477dab; }
#nav_packages a:hover {background: transparent url(../images/nav_packages_off.gif) left top no-repeat; }
#nav_packages a:visited:hover {background: transparent url(../images/nav_packages_off.gif) left top no-repeat; }
#nav_packages_selected {background: transparent url(../images/nav_packages_off.gif) left top no-repeat; border-bottom: solid 1px #477dab; }

#nav_order {background: transparent  url(../images/nav_order.gif) left top no-repeat; border-bottom: solid 1px #477dab; }
#nav_order a:hover {background: transparent url(../images/nav_order_off.gif) left top no-repeat; }
#nav_order a:visited:hover {background: transparent url(../images/nav_order_off.gif) left top no-repeat; }
#nav_order_selected {background: transparent url(../images/nav_order_off.gif) left top no-repeat; border-bottom: solid 1px #477dab; }

#nav_contact {background: transparent  url(../images/nav_contact.gif) left top no-repeat; }
#nav_contact a:hover {background: transparent url(../images/nav_contact_off.gif) left top no-repeat; }
#nav_contact a:visited:hover {background: transparent url(../images/nav_contact_off.gif) left top no-repeat; }
#nav_contact_selected {background: transparent url(../images/nav_contact_off.gif) left top no-repeat; }

/* --- LAYOUT STYLES --- */

#container { 
	width: 700px;
	margin: 0 auto 0 auto; 
	background: #fff;
	padding: 0;
	text-align: left;
	height: auto;
}

#header {
	width: 700px;
	height: 274px;
	background: #fff url(../images/header_bg.gif) bottom left repeat-x;
}

#logo {
	position: absolute;
	margin: 20px 0 0 10px;
	width: 224px;
	height: 78px;
	z-index: 100;
	top: -7px;
}

#header_bg {
	position: absolute;
	margin: 12px 0 0 0;
	width: 700px;
	height: 262px;
	background: transparent url(../images/header.jpg) top left no-repeat;
}

#content {
	width: 670px;
	padding: 15px 15px 15px 15px;
}

#content_left {
	float: left;
	padding: 15px 10px 15px 15px;
	width: 325px;
}

#content_right {
	float: right;
	padding: 15px 15px 15px 10px;
	width: 325px;
}

#footer {
	width: 700px;
	height: 20px;
	border-top: solid 3px #005399;
	padding-top: 5px;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}

/* --- UL & LI STYLES --- */

ul.bullets li, ol.bullets li {
	list-style: none;
	background: url(../images/bullet.gif) top left no-repeat;
	margin: 0 0 0 5px;
	padding: 0 0 0 13px;
	line-height: 20px;
 }
 
ul.bullets li li, ol.bullets li li {
	background: url(../images/bullet2.gif) top left no-repeat;
}

ul.bullets li li li, ol.bullets li li li {
	background: url(../images/bullet2.gif) top left no-repeat;
}

ul, ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

/* ----- FORM STYLES ----- */

form {
	margin: 0;
	padding: 0;
}

input.field, textarea.field, select.field {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #555;
	background: #fff;
	border: solid 1px;
	border-color: #ccc #bbb #bbb #ccc;
	padding: 2px 3px 2px 3px;
}

textarea.field {
	overflow: auto;
	padding-right: 0;
}

select.field {
	padding: 0;
}

input.submit {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #004e90;
	border: solid 1px #333;
	padding: 1px 5px 1px 5px;
}

.required {
	color: #c00;
}

