﻿@charset "UTF-8";
/* CSS Document */

body  {
	font: 13px Palatino, "Palatino Linotype", Georgia, Times, serif;
	background: #628092;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2F4859;
}
#container {
	width: 960px;
	background: url(../images/bg_shell.gif) repeat-y 0px 0px;
	margin: 0 auto;
	text-align: left;
} 
#containerWhite {
	width: 960px;
	background: url(../images/bg_shellWhite.gif) repeat-y 0px 0px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: url(../images/bg_header.jpg) no-repeat 0px 0px;
	padding: 0px;
	height: 167px;
	width: 960px;
} 
#flagnav {
	background: url(../images/bg_flagnav.gif) no-repeat 0px 0px;
	height: 28px;
	width: 960px;
	text-align: center;
}
#flagnav img {
	margin: 0px;
	padding: 0px;
}
#flagnav img.padright {
	margin-right: 1px;
}
#shelltop {
	background: url(../images/bg_shelltop.gif) no-repeat 0px 0px;
	height: 8px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#shelltopWhite {
	background: url(../images/bg_shelltopWhite.gif) no-repeat 0px 0px;
	height: 8px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 310px;
	padding: 12px 20px 20px;
}
#mainContent {
	margin: 0 0 0 370px;
	padding: 36px 0;
	width: 570px;
} 
#mainContentWhite {
	margin: 0 0 0 0px;
	padding: 36px 0;
	width: 960px;
	text-align: center;
} 
#mainContent h1 {
	width: 500px;
	font-size: 22px;
	color: #3F4D53;
}
#mainContent h2 {
	width: 500px;
	font-size: 18px;
	color: #162834;
}
#mainContent h3 {
	font-size: 14px;
	color: #2D363D;
	border-bottom: 1px dashed #2D363D;
}
#sidebar h2 {
	font-size: 16px;
}
#mainContent p {
	line-height: 18px;
	width: 500px;
}
#mainContent p.terms {
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	text-align: justify;
}
#mainContent p.caption {
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	text-indent: 24px;
}
#mainContent a:link, #mainContent a:active {
	font-weight: bold;
	color: #B30000;
	text-decoration: none;
	border-bottom: 1px dotted #B30000;
}
#mainContent a:visited {
	color: #152631; 
	text-decoration: none; 
	border-bottom: 1px dotted #152631;
}	
#mainContent a:hover {
	color: #152631;
	text-decoration: none;
	border-bottom: 1px solid #152631;
}
#shellbot {
	padding: 0 0px;
	background:url(../images/bg_shellbot.jpg) no-repeat 0px 0px;
	height: 46px;
	width: 960px;
} 
#shellbotWhite {
	padding: 0 0px;
	background:url(../images/bg_shellbotWhite.jpg) no-repeat 0px 0px;
	height: 46px;
	width: 960px;
} 
#footer {
	padding: 0px;
	background:url(../images/bg_footer.gif) no-repeat 0px 0px;
	height: 100px;
	width: 960px;
} 
#footer #footerLeft {
	vertical-align: top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #EAEDEE;
	padding: 10px 0px 0px 370px;
	width: 539px;
	float: left;
}
#footerLeft p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 16px;
}
#footerLeft a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#footerLeft a:hover {
	text-decoration: underline;
}
#footer #footerRight {
	vertical-align: top;
	padding: 0px;
	width: 51px;
	float: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img.drawdashes {
	width: 500px;
	border-bottom: 1px dashed #628092;
}
img.shortdashes {
	width: 350px;
	border-bottom: 1px dashed #628092;
}
img.drawline {
	width: 100%;
	border-bottom: 1px solid #628092;
}
#bios {
	width: 400px;
	margin-top: 12px;
	font-size: 12px;
}
img.mug {
	margin-right: 6px;
	border: 1px solid #536571;
}
img.pix {
	border: 1px solid #536571;
}
ul.spread li {
	margin-bottom: 9px;
}
