/* --------------------------------------------------
CSS Document For marinesecuritythebook.com
-------------------------------------------------- */
@import url("layout.css");
/* CONTAINER */

#container {
	width: 750px;
	margin: 0 auto;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
}
		
/* GENERAL */
		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #9F0004;
	margin-bottom: 30px;
	background-color: #FFF;
}
		
h2 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-weight: normal;
}
		
h3 {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-weight: normal;
}
		
.ordersub {
	color: #9F0004;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-weight: normal;
}
		
h4 {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-weight: normal;
}

a {
	color:#9F0004;
	text-decoration: none;
}

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

.italic {
	color: #9F0004;
	font-style: italic;
}
		
.article {
	border: thin solid #DDDDDD;
}
	
/* HEADER ELEMENTS */

#header {
	border-bottom: 4px solid #9F0004;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
}
		
/* TAG LINE */

#header p {
	margin-top: -20px;
	margin-left: 30px;
	color: #666;
}

/* NAVIGATION ELEMENTS */
	
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 140px;
}

#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}

#navigation a:link, #navlist a:visited {
	color:#9F0004;
	text-decoration: none;
}
		
#navigation a:hover {
	background: #000000 url(http://www.maritimesecuritythebook.com/images/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#9F0004;
}

/* BOX BELOW NAV */

#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
		
/* CONTENT ELEMENTS */

#content {
	width: 362px;
	margin-left: 180px;
	margin-right: 200px;
}
		
#content p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	text-align: justify;
}
		
#content ul {
	list-style-type: square;
}

/* SIDEBAR ELEMENTS */

#sidebar {
	float: right;
	width: 175px;
}
		
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#sidebar ul {
	list-style-type: square;
}



/* FOOTER ELEMENTS */

#footer {
	margin-top: 20px;
	clear: both;
	background-color:#9F0004;
	padding: 0px 5px 0px 5px;
	text-align: center;
}
		
#footer p {
	color:#DDDDDD;
	padding: 5px;
}
		
#footer p a {
	color: #DDDDDD;
	text-decoration: none;
}
		
#footer p a:hover {
	text-decoration: underline;
}
		
/* End. */
