/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style:none;
	outline: none;
	}

img, fieldset {
	border: 0;
	}

body {
	color: #666;
	text-align: center;
	background-color: #97d1e1;
	background-image: url(../images/fl_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font: 75% Arial, Helvetica, sans-serif;
}

div#pageArea {
	width: 780px;
	border-right: 24px solid #fff;
	border-left: 24px solid #fff;
	background-color: #fff;
	margin: 5px auto 0 auto;
	text-align: left;
	}

/* Header styles */

div#header {
	/*border: 1px solid #000;*/
	height: 105px;
	position: relative;
	}

div#logo {
	position: absolute;
	bottom: 12px;
	left: 12px;
	}
	
div#topNav {
	position: relative;
	width: 780px;
	height: 85px;
	top:60px;
	bottom:0px;
	right:0px;
	font-size: 1.1em;
	font-weight: 700;
	text-align: right;
	}
div#topNav li {
	margin: 105px 0px 0px 0px;
	display: inline;
}
div#topNav a {
	color: #666;
	}

div#topNav a:hover {
	color: Navy;
	}

	
div#brandMessaging {
	width: 780px;
	height: 100px;
	background-color: #CCC;
	position: relative;
	}
/* Link styles */

a:link {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
	
a:hover {
	color:Navy;
	text-decoration: none;
	}

a:active {
	text-decoration: none;
}
/* Primary Nav styles */

div#primaryBar {
	width: 780px;
	height: 2px; /*border: 1px solid #000;*/
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #1b1a1b;
}

div#content {
	position: relative;
	width: 780px;
	float: left;
	background: #dfdfdf url(../images/contentMain.jpg) no-repeat top;
}
div#primaryContent {
	width: 160px;
	margin: 10px 0 0 10px;
	float: left;
	display: inline;
}
/**html div#primaryContent {
	width: 500px; IE-only fix
}*/
div#secondaryContent {
	width: 410px;
	margin: 10px 0 0 10px;
	float: left;
}	

div#lastContent {
	width: 160px;
	margin: 10px 5px 10px 10px;
	float: right;
}	

div#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: Navy;
	padding-bottom: .2em;
	margin-bottom: .6em;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#primaryContent dt {
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: .2em;
}

div#primaryContent dt a {
	padding-left: 15px;
	color: #333;
	background: url(../images/fl_bullet.gif) no-repeat left center;
	}

div#primaryContent dt a:hover {
	color: Navy;
	}
	
div#primaryContent dd {
	font-weight: Normal;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 0 15px;
	background: url(../images/fl_bullet.gif) no-repeat left center;
}

div#lastContent ol#policy h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: Gray;
	padding-bottom: .2em;
	margin-bottom: .6em;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font: 700;
}
div#lastContent ol#policy li {
	font-size: 1.1em;
	}


div#lastContent ol#policy {
	margin-bottom: 2px;
	padding-top: 0;
}

div#lastContent ol#policy a {
	text-decoration: none;
	color: Gray;
	font-weight: normal;
}

div#lastContent ol#policy a:hover {
		color: Navy;
}

#footer {
	width:780px;
	font-size: 1.1em;
	background: url(../images/contentCurve.jpg) no-repeat;
	padding: 30px 0px 10px 0px;
}
	
ul#legal li {
	display: inline;
	color: Navy;
	}

ul#legal li a {
	color: Navy;
	text-decoration: none;
	font-weight: normal;
}	

ul#legal li a:hover {
	color: #8ccee8;
}

ul#company {
	margin-top: 1em;
}
ul#company li {
	color: #999;
	display: block;
}
.mgs {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}
.mgs_name {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000080;
}
