@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
/*body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 12px;
}*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	background-image: url(/images/bg-blue.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
a {
	color: #012b5d;
}
a:hover {
	color: #D1B794;
}

h1 {
	font-size: 20px;
	color: #002E67;
	margin-bottom: 16px;
	margin-top: 16px;
}
h2 {
	font-size: 16px;
	margin-bottom: 16px;
}

h3 {
	font-weight: bold;
	color: #002E67;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBD0DE;
	margin-bottom: 16px;
}



/*#container {
	width: 865px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 25px;
}*/
#container {
	width: 865px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 18px;
}
		#header{
			background:url(/images/header-watermark.png) no-repeat 684px 3px;
			height:101px;}
		#logo{
			float:left;
		}
/*#nav {
	height: 46px;
	text-align: center;
	font-size: 14px;
	color: #CCCCCC; }*/
		#nav{
			float:right; 
			margin-top:32px;
		}

#nav a {
	color: #012b5d;
	text-decoration: none;
}
#nav a:hover {
	color: #D1B794;
}
#masthead {
	text-align: right;
}
		#rotating-masthead{
			height:86px;
			width:865px;
			clear:both;
			margin-bottom:64px;
			overflow:hidden; }
		.masthead-section{
			float:left; }

#leftcol {
	width: 331px;
	float: left;
	text-align: center;
	padding-left: 44px;
}
#rightcol {
	width: 380px;
	float: left;
	padding-left: 35px;
}
#photo_caption {
	background-color: #f3e7d7;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 16px;
}
#photo_caption p {
	text-align: left;
	margin-right: 15px;
	margin-left: 20px;
}
#footer {
	font-size: 12px;
	color: #999999;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2bfce;
	text-align: center;
}
#footer a {
	color: #8487AE;
}
#footer a:hover {
	color: #002E67;
}
.imagebox {
	font-size: 12px;
	width: 170px;
	text-align: center;
	float: right;
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin-bottom: 16px;
	margin-left: 16px;
}
#rightcol ul {
	margin-bottom: 16px;
	list-style-type: none;
}
#rightcol ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding-left: 15px;
	margin-bottom: 4px;
}
#rightcol ol {
	margin-bottom: 16px;
	padding-left: 24px;
}
#rightcol ol li {
	
	margin-bottom: 4px;
}

#promotions{
	margin-bottom:15px;
}