* {margin: 0; padding: 0;}
html {
	background-repeat: repeat-x;
	}

body {margin: 0 auto; 	background-image: url("images/bg.jpg"); background-repeat: repeat-x; font-size: 14px; font-family: "Lucida Grande" sans-serif;}

a img {border: none;}
#container {width: 860px;margin: 0 auto;}

#header{width: 860px;margin: 0;}
#logo {float: left; width: 225px; margin-right: 447px;}
#eclaimTab {float: right; width: 188px;}

#nav {
	width: 840px;
	padding: 10px;
	background-image: url("images/navbg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	}

#nav ul {display: inline;}
#nav ul li {display: inline; margin-right: 10px;}
#nav ul li a {color: #eee; text-decoration: none; font-weight: bold;}
#nav ul li a:hover {color: #ddd;}
#nav ul li a:active {}
#nav ul li a:visited {}
#nav ul li a.selected {}

#upper {
	width: 820px;
	padding: 20px;
	margin-bottom: 1px;
	background: url("images/content-bg.jpg") #3c5e90;
	background-repeat: no-repeat;
	clear: both;
	}

#upper h2 {color: #ddeaff; font-size: 16px;}

#upper .left {width: 60%; line-height: 24px; margin-bottom: 20px;}

.call {background-color: #0c2c5d; color: #ddeaff; width: 450px; padding: 10px;text-align: center;}
.call a {color: #ddeaff; font-weight: bold;}
	
#lower {
	width: 860px;
	min-height: 283px;
	clear: both;
	}

#lower .left {width: 244px; float: left; margin-right: 1px 20px 1px 0px; overflow: auto;}
#lower .right .officeLeft {float: left;}
#lower .right .officeRight {float: right;}
#lower .right {float: right; width: 550px; padding: 30px; font-size: 12px; line-height: 22px;overflow: hidden;}

#lower .img {
	float: left;	
	}

#lower .text {
	float: right;
	}
	
#footer {
	width: 840px;
	padding: 10px;
	margin-bottom: 12px;
	font-size: 12px;
	background-image: url("images/navbg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #eee;
	clear: both;
	}

#moreinfo p {
	text-align: center;
	clear: both;
	line-height: 18px;
	font-size: 10px;
	color: #666;
	}

.clr {clear: both;}