/* ---------- Zero Out Browser Defaults and Cener within Browser ----------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #6E94CB url(images/clouds3.jpg) no-repeat;
	text-align: center;
}
#container {
	text-align: left;
	width: 831px;
	position: relative;
	margin: 50px auto 0px;
}
#whiteTop {
	background: url(images/images-backgroundFlex/white-background-shadow_01.png) no-repeat center center;
	height: 400px;
	width: 831px;
	text-align: center;
}
#logoFly  {
	width: 800px;
	margin-left: 13px;
	padding-top: 50px;
}
#tag  {
	font: 12px Arial, Helvetica, sans-serif;
	color: #893003;
	letter-spacing: .3em;
	margin-top: 10px;
}
#pic1  {
	background: #66CCFF;
	height: 150px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
#navWrapper {
	background: url(images/images-backgroundFlex/white-background-shadow_02.png) repeat-y;
	height: 90px;
	width: 831px;
}
#whiteFlex {
	background: url(images/images-backgroundFlex/white-background-shadow_02.png) repeat-y;
	width: 831px;
}
#whiteBottom {
	background: url(images/images-backgroundFlex/white-background-shadow_03.png);
	height: 74px;
	width: 831px;
	margin-bottom: 20px;
}
#nav1 {
	float: left;
	width: 100px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #893003;
	border-right: 2px solid #CBB777;
	height: 60px;
	margin-left: 166px;
	text-align: center;
	text-transform: uppercase;
}
#nav2, #nav3, #nav4   {
	float: left;
	width: 100px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #893003;
	border-right: 2px solid #CBB777;
	height: 60px;
	text-align: center;
	text-transform: uppercase;
}
#nav5 {
	width: 100px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #893003;
	text-align: center;
	text-transform: uppercase;
	float: left;
	height: 60px;
}
#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a {
	color: #003d79;
	text-decoration: none;
}
#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover {
	color: #CBB777;
	text-decoration: underline;
}
#productNav {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #893003;
	text-align: center;
	padding-top: 6px;
}
#productNav a {
	color: #666666;
	text-decoration: none;
}
#productNav a:hover {
	color: #333333;
	text-decoration: underline;
}
#col1 {
	width: 365px;
	margin-left: 40px;
	float: left;
}
#col2 {
	float: left;
	width: 365px;
	margin-left: 20px;
}
#colWide {
	width: 750px;
	margin-left: 40px;
}
#whiteFlex h1 {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #003D79;
	margin-bottom: -3px;
}
#whiteFlex h2 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #893003;
	margin-top: 9px;
	margin-bottom: -3px;
}
#whiteFlex     h3 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 6px;
	margin-left: 20px;
}
#whiteFlex p {
	font: 12px/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 6px;
}
#whiteFlex ul {
	font-size: 12px;
	color: #333333;
	line-height: 1.1em;
	margin-top: 8px;
	padding-left: 20px;
}
#whiteFlex li {
	margin-top: 4px;
}
#whiteFlex a:hover {
	color: #893003;
	text-decoration: underline;
}
#whiteFlex a {
	text-decoration: none;
	color: #003d79;
}
#foot {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	clear: both;
	letter-spacing: 0.2em;
	height: 40px;
	width: 831px;
	padding-top: 30px;
}
.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 a float */
	clear:both;
}
