/* CSS Document */

html, body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
a {
	outline: none;
}
#wrap {
	background-image: url(../images/cl_footBG3.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #677075;
	height: 100%;
}
#headerWrap {
	background: url(../images/cl_headBG.gif) repeat-x;
}
#bodyWrap {
	background: #FFFFFF;
}
#footerWrap {
	background-image: url(../images/cl_footBG1.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #677075;
}
#header {
	width: 840px;
	height: 99px;
	margin: 0 auto;
}
#header .capL {
	display: block;
	width: 4px;
	height: 99px;
	float: left;
	background: url(../images/cl_headCapL.gif) no-repeat;
}
#header .capR {
	display: block;
	width: 4px;
	height: 99px;
	float: right;
	background: url(../images/cl_headCapR.gif) no-repeat;
}
#header h1 {
	margin: 0;
	padding-top: 21px;
}
#header h1 a {
	display: block;
	width: 500px;
	height: 68px;
	text-indent: -3000px;
	background: url(../images/cl_logo.gif) no-repeat;
	margin: 0 auto;
}
#nav {
	width: 840px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}
#nav .capL {
	display: block;
	width: 4px;
	height: 40px;
	float: left;
	background: url(../images/cl_navCapL.gif) no-repeat;
}
#nav .navSep {
	display: block;
	width: 2px;
	height: 40px;
	background: url(../images/cl_navSep.gif) no-repeat;
	float: left;
}
#nav ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 525px; /* If Navigation is adjusted, this needs to be played with to find the right size for centering */
}
#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav ul li a {
	padding: 10px 11px;
	display: block;
	float: left;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #677075;
	text-decoration: none;
}
#nav ul li a:hover {
	background: url(../images/cl_navBG2.gif) repeat-x;
} 
#nav .capR {
	display: block;
	width: 4px;
	height: 40px;
	float: right;
	background: url(../images/cl_navCapR.gif) no-repeat;
}
#body {
	width: 840px;
	margin: 0 auto;	
	background: url(../images/cl_bodyBG.gif) repeat-y;
}
#body .content {
	padding: 20px;
	padding-right: 307px;
}
#body .home {
	background-image: url(../images/cl_pic01_palm.jpg);
	background-position: 585px 22px;
	background-repeat: no-repeat;
}
h2 {
	margin: 0;
	color: #A8C7D3;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
}
#footer {
	width: 840px;
	margin: 0 auto;
	background: url(../images/cl_footBG3.gif) repeat-y;
}
#footer .top {
	display: block;
	height: 2px;
	width: 100%;
	background: url(../images/cl_footBG2.gif) no-repeat;
}
#footer .content {
	padding: 20px 25px;
}
#footer address {
	color: #FFFFFF;
	font-style: normal;
	line-height: 20px;
	float: left;
}
#footer a {
	color: #D1E0EB;
}
#footer .content div {
	float: right;
	text-align: right;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#footer ul li a {
	color: #FFFFFF;
	font-size: 11px;
	padding: 0 0 0 12px;
}
#footer p {
	margin: 6px 0 0 0;
	font-size: 11px;
	color: #FFFFFF;
}
.clear {
	clear: both;
}