/* CSS RESET ===================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	line-height:1.3em;
	}
/**/

/* SELECTORS ===================== */
html {
	width:100%;
	background:#56739a;
}
body {
	width:100%;
	min-width:1020px; /* Fixes issue with window being smaller than page width. */
	background:#fff;
	font-family:Tahoma, "Trebuchet MS", sans-serif;
	font-size:14px;
	color:#555;
}
a {
	color:#cd0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline:none;  /* removed dotted line around links in Firefox */
}
h1, h2, h3, h4 {
	font-weight:normal;
}
h1 {
	padding:0 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#023572;
}
h2 {
	padding:0 120px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#023572;
}
h3 {
	padding:0 120px;
	font-size:13px;
	color:#555;
}
h4 {
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#023572;
}
h5 {
	font-size:15px;
}
img {
	border:none;
}
p {
	padding-bottom:1em;
}
table {
	border:none;
}
td, th {
	padding:5px;
	text-align:left;
	vertical-align:top;
}
th,
td.padRight {
	padding-right:20px;
}
ul {
	margin-left:30px;
	list-style-type:disc;
}
li {
	padding-top:5px;
}
/**/

/* GENERAL STYLES ================== */
#header-container {
	width:100%;
	height:70px;
	background:url(../images/headerback.jpg) repeat-x top left;
	padding:20px 0 0 0;
}
#header {
	width:980px;
	margin:0 auto;
}
#logo {
	float:left;
	width:238px;
	height:55px;
}
#logo a {
	display:block;
	width:238px;
	height:55px;
	background:url(../images/logo.png) no-repeat top left;
}
#main-container {
	width:100%;
}
#main {
	width:980px;
	margin:0 auto;
	padding:30px 0;
}
#main-index {
	width:980px;
	margin:0 auto;
	padding:15px 0 25px;
}
#footer-container {
	width:100%;
	height:34px;
	background:#56739a;
	border-top:solid 1px #012a5a;
}
#footer {
	width:980px;
	margin:0 auto;
	font-size:11px;
	color:#fff;
	line-height:34px;
	text-align:center;
}
#footer a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.homePhoto {
	clear:both;
	display:block;
	margin:0 auto;
}
.col-left {
	float:left;
	width:640px;
	padding-right:30px;
}
.col-right {
	float:left;
	width:310px;
}
.col-right h4 {
	padding:0 25px;
}
.box {
	margin:10px 0 20px;
	padding:20px;
	background:#e7ecf3;
	border-top:solid 1px #738caf;
	border-bottom:solid 1px #738caf;
}
.checkboxTable td {
	padding:0 5px 5px 0;
	vertical-align:middle;
}
.clear {
	clear:both;
}
.specials ul {
	margin:0;
	list-style-type:none;
}
.specials li {
	padding:0 0 12px 25px;
	background:url(../images/star.gif) no-repeat left top;
}
.home-links {
	float:left;
	width:100%;
}
.left-link {
	float:left;
	width:45%;
}
.left-link a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#023572;
	text-decoration:underline;
}
.left-link a:hover,
.right-link a:hover {
	text-decoration:none;
}
.right-link {
	float:right;
	width:45%;
	text-align:right;
}
.right-link a {
	background:url(../images/star_link.gif) no-repeat left center;
	padding-left:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#023572;
	text-decoration:underline;
}
.text_red {
	color:#cd0000;
	font-weight:bold;
}
/**/

/* NAV STYLES ===================== */
#nav {
	float:left;
	width:742px;
	padding-top:30px;
}
#nav ul {
	float:right;
	list-style-type:none;
	list-style-image:none;
	text-align:right;
}
#nav li {
	float:left;
	padding-left:40px;
}
#nav a {
	color:#fff;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}
/* Active nav item styles */
#home .home,
#travel .travel,
#equipment .equipment,
#contact .contact,
#about .about {
	font-weight:bold;
	text-decoration:underline;
}
/**/

/* CONTACT FORM ====================== */
input,
textarea {
	margin-bottom:5px;
	padding:2px;
	background:#f3f3f3;
	border:solid 1px #738caf;
	font-family:Tahoma, "Trebuchet MS", sans-serif;
	font-size:12px;
	color:#333;
}
.contactTextbox {
	width:250px;
}
input[type="checkbox"] {
	margin:0;
	padding:0;
	background:none;
	border:none;
	vertical-align:middle;
}
input.textbox-other {
	width:100px;
}
textarea {
	width:400px;
}
/**/