/* CSS Document */

body {
	background-color: #212558;
	margin: 70px auto 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h3 {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
hr {
	border: none 0;
	border-top: 1px solid #FFFFFF;
	height: 1px;
	margin: 8px 0px 9px 0px;
	width: 100%;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #336699;
}
ul {
	list-style-type: square;
	list-style-position: outside;

}

/* Containers*/

/*Index Page */

#flashNavBar {
	margin: 0px auto;
	width: 565px;
	height: 30px;
	z-index: 1;
	position: relative;
	text-align: right;
}
#flash {
	background: #393D6F;
	margin: 0px auto;
	width: 100%;
	height: 290px;
	z-index: 2;
	position: relative;
	text-align: center;
}
#flashFoot {
	margin: 0px auto;
	width: 760px;
	height: 80px;
	position: relative;
	z-index: 4;
	background-image: url(../images/logo_days_at_sea.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 9px;
	color: #212558;
	text-align: left;
	padding: 50px 0px 0px 2px;
}

/* Navigation */
#navBar {
	margin: 0px auto;
	width: 760px;
	height: 30px;
	z-index: 1;
	position: relative;
	text-align: right;
}

/* Foot */
#footWrap {
	margin: 0px auto;
	width: 760px;
	position: relative;
	z-index: 4;
	background-image: url(../images/logo_days_at_sea.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 9px;
	color: #405482;
	text-align: left;
	padding: 20px 0px 0px 2px;
}
#footWrap p {
	font-size: 9px;
	color: #405482;
}
#footWrap a {
	font-size: 9px;
	color: #405482;
}
#footWrap a:hover {
	font-size: 9px;
	color: #90AAC8;
}
#blog {
	padding-top: 2px;
}
#blog a {
	font-size: 12px;
	color: #90AAC8;
}
#blog a:hover {
	font-size: 12px;
	color: #FFFFFF;
}
img.lefty {
	float: left;
}



/* Body */
#bodyWrap {
	background: #393D6F;
	margin: 0px auto;
	width: 100%;
	height: auto;
	z-index: 2;
	position: relative;
	text-align: center;
}
#bodyMain {
	margin: 0px auto;
	width: 760px;
	height: 290px;
	z-index: 3;
	position: relative;
	background-image: url(../images/body_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* 3 Split Pages */
#stdLeftPic {
	width: 420px;
	height: 270px;
	float: left;
	text-align: left;
	display: block;
	margin: 10px 0px 10px 10px;
}
#stdMidText {
	width: 220px;
	height: 270px;
	float: left;
	display: block;
	margin: 10px 0px 10px 10px;
}
#stdRightNav {
	width: 90px;
	height: 270px;
	float: left;
	display: block;
	margin: 10px 10px 10px 0px;
	text-align: right;
}
#textBox {
	overflow: hidden;
	height: 215px;
	width: 216px;
}

/* Bulk Text */
#bulkText {
	margin: 0px auto;
	width: 580px;
	height: auto;
	background-color: #AAB6CD;
	background-image: url(../images/back_large_blue_drop.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
	border: 10px solid #FFFFFF;
	padding: 20px 140px 20px 20px;
}

/* News */
#newsHead {
	margin: 0px auto;
	width: 740px;
	height: auto;
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
}
#newsSubscribe {
	width: 700px;
	height: auto;
	margin: 0px auto;
	padding: 20px;
	background-color: #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	background-image: url(../images/news_back.jpg);
	background-repeat: no-repeat;
}
#newsSubscribe p {
	color: #000000;
	font-size: 11px;
	text-align: justify;
}
#newsSubscribe a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#newsSubscribe a:hover {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
#newsPreview {
	margin: 0px auto;
	width: 740px;
	height: auto;
	background-color: #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
}
#preview {
	position: relative;
	width: 740px;
	height: 450px;
	scrolling: auto;
}

/* FORMS */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
input.send-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	width: 154px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
input.send-btn:hover {
	background-color: #AAB6CD;
}
