/* CSS Document */

html, body {
	background-color: #78D1D9;
	background-image: url(../images/fmt_mainBG.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	margin: 0;
	color: #055056;
	font-size: 26px;
	font-weight: normal;
}
h3 {
	color: #055056;
	font-size: 14px;
	font-weight: bold;
}
a:link, a:visited {
	color: #055056;
}
#mainwrap {
	width: 780px;
	background-color: #FFFFFF;
	border: 1px #78D1D9 solid;
	text-align: left;
	margin-top: 15px;
}
#logo {
	display: block;
	float: left;
}
#navWrap {
	float: right;
	width: 544px;
}
#nav {
	float: right;
}
/* self clearing rules */
#nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#nav { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#nav { display: block; }
/* End hide from IE-mac */
#nav span {
	background: url(../images/fmt_headerNavCap.gif) no-repeat;
	width: 37px;
	height: 40px;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	padding: 9px 9px 11px;
	color: #22679D;
	font-size: 16px;
	float:left;
	font-weight: bold;
	background: url(../images/fmt_headerNavBG1.gif) repeat-x;
}
#nav ul li a:hover {
	background: url(../images/fmt_headerNavBG2.gif) repeat-x;
}
#nav ul li img {
	float: left;
}
#phone {
	width: 212px;
	clear: left;
	float:right;
	margin: 5px 10px 0 0;
	color: #055056;
	font-size: 20px;
}
#contentWrap {
	padding: 15px;
	clear: both;
}
/* self clearing rules */
#contentWrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#contentWrap { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#contentWrap { display: block; }
/* End hide from IE-mac */
#leftContent {
	float: left;
	width: 189px;
	text-align: center;
}
.note {
	width: 142px;
	padding: 15px;
	background: #E5F6F8;
	border: #CFEEF1 solid 4px;
	font-size: 13px;
	font-weight: bold;
	line-height: 10.4pt;
	text-align: left;
	float: right;
	margin: 15px 0 10px 10px;
}
#content {
	float: left;
	width: 700px;
	margin-left: 15px;
}
#footerWrap {
	background: url(../images/fmt_footerBG.gif) repeat-x;
	font-size: 11px;
	color: #055056;
	padding: 15px;
}
/* self clearing rules */
#footerWrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#footerWrap { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#footerWrap { display: block; }
/* End hide from IE-mac */
#footerWrap address {
	text-align: left;
	font-style: normal;
	line-height: 9pt;
}

#footerWrap div {
	float: right;
	text-align: right;
	margin: 8px 0 0 0;
}

#footerWrap p {
	margin: 0 0 2px 0;
}
#footerWrap a, #footer a:visited {
	color: #055056;
	text-decoration: none;
} 
#footerWrap a:hover {
	text-decoration: underline;
}
#footerWrap ul {
	margin: 0;
	padding: 0;
}
#footerWrap ul li {
	display:inline;
}
#footerWrap ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #055056;
	text-decoration: none;
} 
#footerWrap ul li a:hover {
	color: #055056;
	text-decoration: underline;
}
#reflect {
	width: 780px;
	height: 120px;
	background: url(../images/fmt_bottomReflect.gif) repeat-x;
	margin-top: 1px;
}
.clear {
	clear: both;
	height: 1px;
}