/* CSS stylesheet for 208caravan.com */

body {
	background-color: #69c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1;
	margin: 0;
	padding: 0;
}


/* main page container for site content */
.box {
	background-color: #fff;
	border: 2px solid #000;
	margin: 20px auto;
	padding: 75px 60px;
	width: 800px;
}


/* logo and navigation */
.logo {
	margin-bottom: 23px; /* The Cessna 208 Caravan received its FAA certification on October 23, 1984 */
	text-align: left;
	width: 100%;
}

.menu {
	border-color: #000;
	border-style: solid;
	border-width: 2px 0px;
	margin-bottom: 40px;
	padding: 8px 0px;
	text-align: center;
	width: 100%;
}

.menu a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	color: #69c;
	text-decoration: underline;
}

.stats {
	font-size: 11pt;
	line-height: 1.25;
	margin-bottom: 52px;
	text-align: center;
	width: 100%;
}

.welcome {
	line-height: 1.5;
	margin: 40px 0px 80px 0px;
	text-align: justify;
}

.pageTitle {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}


/* photos */
.photo {
	border: 1px solid #000;
	line-height: 0px;
	margin: 6px 0px 10px 0px;
	width: 100%;
}

.photoCaption {
	line-height: 1.5;
	margin-bottom: 5px;
	text-align: justify;
	width: 100%;
}

.photoCredit {
	font-size: 8pt;
	margin-bottom: 40px;
	text-align: left;
	width: 100%;
}

/* the caravan page */
.caravanText{
	line-height: 1.5;
	margin-bottom: 40px;
}


/* fleet page */
.fleetText {
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: justify;
}

details {
	border-bottom: 1px solid #ccc;
	padding: 9px 0px;
}

details > summary {
	font-family: calibri;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.25;
	list-style: none; /*remove the triangle icons*/
}

.detailBox {
	padding: 10px 0px;
}

.detailText {
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

/* news page */
.newsText {
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: justify;
}

/* links page */
.linksText {
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: justify;
}

/* about page */
.aboutText {
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: justify;
}


/* footer */
.disclaimer {
	border: 2px dotted #000;
	color: #000;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	line-height: 1.75;
	margin: 0px auto 40px auto;
	padding: 20px;
	text-align: justify;
	width: 75%;
}

.copyright {
	border-color: #000;
	border-style: solid;
	border-width: 2px 0px;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 40px;
	padding: 8px 0px;
	text-align: center;
	width: 100%;
}

/*
REFERENCE SECTION
=================
border: 1px solid black
margin: top right bottom left
padding: top right bottom left
*/