body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
	border-top: solid #9dacbf 7px;
	height: 100%;
}

img, img a {
	border:none;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
	color: #365072;
}

h2 {
	font-size: 1.4em;
	color: #365072;
}

h3 {
	font-size: 1em;
	color: #848636;
	margin: 6px 0 0 0;
	padding: 0;
}

p, ul, ol {
	margin-top: 0;
	line-height: 130%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #e6721d; /* Orange */
}

a:hover {
	background: none;
}

.text-bold {
	font-weight: bold;
	color: #333;
}
.text-underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
	color: #365072;
}

.ital {
	font-style: italic;
}

/* Header */

#header {
	width: 968px;
	margin: 0 auto;
	height: 60px;
	padding: 0;
	background: none;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	z-index: 1000;
	position: absolute;
	top: -20px;
	left: -30px;
}

/* Header Slogan */

#slog {
	float: right;
	width: 420px;
	text-align: right;
	padding: 16px 16px 0 0;
}


/*  Set for slogan text here */
#slog-text {
	border: none;
	font: italic 1.1em "Times New Roman", Times, serif;
	color: #4A452A;
}

/* Menu */

#menu-wrap {
	width:930px;
	background: url(images/menu_wrap.gif) repeat-x 0 1px;
	position: relative;
	padding-top: 2px;
	margin: 0 auto 50px auto;
}

#menu {
	width: 930px;
	margin: 0 auto;
	height: 50px;
	padding: 0;
	position: relative;
}

#menu ul {
	margin:0 0 0 230px;
	padding:0;
	list-style:none;
	display:table;
	list-style:none;
	position:relative;
	/*background:#fff; */
	font-size:12px;
	width: 700px;
	float: left;
}

#menu li {
	display:table-cell;
	margin:0;
	padding:0;
}

/* Inactive left tab */
#menu li a {
	margin: 8px 0 0 20px;
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	color:#333;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 10px;
	cursor:pointer;
	background:url(images/inactive-left-tab.png) no-repeat;
}

/* Inactive body */
#menu li a b {
	float:left;
	display:block;
	padding:0 25px 5px 15px;
	background:url(images/inactive-body.png) no-repeat right top;
}

#menu li a:hover, #menu li.current a, #menu li.current a:hover {
	background: url(images/active-left-tab.png) no-repeat;
}

#menu li a:hover b, #menu li.current a b, #menu li.current a:hover b {
	background:url(images/active-body.png) no-repeat right top;
}


/* Sub space menu */
#sub-space {
	color: #888;
	width: 913px;
	height: 19px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 0 0 55px;
}

#sub-space p {
	color: #888;
	font-size: 0.8em;
	line-height: 130%;
	font-family: arial;
}

.white {
	color: white;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}
#column-container {
	width: 968px;
	padding: 0;
	margin: 0;
	float: left;
}

/* Float image right */
.iRight {
	float: right;
	border: 1px solid #D2D4C9;
	margin: 18px 0 18px 18px;
	padding: 2px;
}

/* Float image left */
.iLeft {
	float: left;
	border: 1px solid #D2D4C9;
	margin: 18px 18px 18px 0;
	padding: 2px;
}

/* Content */

#content {
	float: left;
	width: 968px;
}

.block .title {
	padding: 15px 0 5px 20px;
	color: #333333;
}

.block .meta {
	padding: 2px 20px;
	border-top: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E6731E;
}

.block .entry {
	padding: 6px 20px;
	text-align: justify;
}

/* Right Sidebar */

#left-sidebar {
	float: left;
	width: 179px;
	color: #787878;
	text-align: center;
	padding: 10px 0 10px 10px;
	height: 100%;
}

.leftsidebar-block {
	border-bottom: 1px dashed #D2D4C9;
	text-align: left;
}

.leftsidebar-block ul {
	margin: 5px 0 10px 20px;
	padding: 0;
	list-style: none;
	line-height: 24px;
}

#left-sidebar h2 {
	padding: 5px 10px;
	letter-spacing: -0.5px;
	font-size: 1.1em;
	color: #4F5359;
	border-bottom: 1px dashed #D2D4C9;
}

#left-sidebar p {
	padding: 10px;
	line-height: 110%;
}

#left-sidebar a {
	color: #E4691C;
	text-transform: none;
}

#left-sidebar a:hover {
	text-decoration: underline;
}

/* Cart Right Sidebar */
#cartright-sidebar {
	float: left;
	width: 200px;
	color: #787878;
	text-align: center;
	padding: 10px 0 10px 10px;
	height: 100%;
	margin: 0;
}
.cartrightsidebar-block {
	border-bottom: 1px dashed #D2D4C9;
	text-align: left;
	float: left;
}
.cartrightsidebar-block ul {
	margin: 5px 0 10px 20px;
	padding: 0;
	list-style: none;
	line-height: 24px;
}

#cartright-sidebar h2 {
	padding: 5px 10px;
	letter-spacing: -0.5px;
	font-size: 1.1em;
	color: #4F5359;
	border-bottom: 1px dashed #D2D4C9;
}

#cartright-sidebar p {
	padding: 10px;
	line-height: 110%;
}

#cartright-sidebar a {
	color: #E4691C;
	text-transform: none;
}

#cartright-sidebar a:hover {
	text-decoration: underline;
}


/* Right Sidebar */

#right-sidebar {
	float: right;
	width: 232px;
	color: #787878;
	text-align: center;
	padding: 10px 0 10px 10px;
	height: 100%;
	margin: 0;
}

.rightsidebar-block {
	border-bottom: 1px dashed #D2D4C9;
	text-align: left;
	float: left;
}

.rightsidebar-block ul {
	margin: 5px 0 10px 20px;
	padding: 0;
	list-style: none;
	line-height: 24px;
}

#right-sidebar h2 {
	padding: 5px 10px;
	letter-spacing: -0.5px;
	font-size: 1.1em;
	color: #4F5359;
	border-bottom: 1px dashed #D2D4C9;
}

#right-sidebar p {
	padding: 10px;
	line-height: 110%;
}

#right-sidebar a {
	color: #E4691C;
	text-transform: none;
}

#right-sidebar a:hover {
	text-decoration: underline;
}

/* Left Content */

#left-content {
	float: left;
	width: 708px;
	height: 100%;
	margin: 0 0 40px 0;
}

/* Middle Content */

#middle-content {
	height: 100%;
	float: left;
	width: 510px;
	padding: 0 10px;
	margin: 0;
}

/* Footer */

#footer {
	width: 980px;
	color: #fff;
	margin: 0 auto;
	font-size: 9px;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	/*background: #848636 url(images/foot-leftCorner.gif) no-repeat 0 0;*/
	height: 80px;
}

#footer a {
	color: #FFFFFF;
}

#foot-links {
	padding: 0;
	width: 700px;
	margin: -80px 0 0 0;
	position: relative;
	float: left;
}
#foot-copy {
	padding: 8px 0 0 16px;
	width: 400px;
	float: right;
	color: #fff;
	margin: 0;
}

#foot-left {
	background: #fff url(images/foot-leftCorner.gif) no-repeat 0 0;
	width: 20px;
	height: 55px;
	float: left;
	margin-top: 10px;
	}
	
#foot-right {
	background: #fff url(images/foot-rightCorner.gif) no-repeat 0 0;
	width: 20px;
	height: 55px;
	float: left;
	margin-top: 10px;
}

#foot-middle {
	background: #848636;
	width: 860px;
	height: 41px;
	float: left;
	padding: 7px 0;
	margin-top: 10px;
}
	
.coastGuard {
	width: 120px;
}	

.green {
	color: #4a452a;
}

p.green {
	width: 450px;
}
