body {
	margin: 0;
	padding: 0;
	background-image: url(/images/hutchensonBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3f6082;
	font-family: Arial, Helvetica, sans-serif;
}

#containAll {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

header {
	height: 180px;
	width: 100%;
	position: relative;
}

header h1 {
	position: relative;
	top: 0;
	left: 210px;
	color: #fff;
	font-size: 24px;
}

header #agentLogo {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 180px;
	height: 100px;
}

header #agentLogo img {
	max-width: 100%;
	max-height: 100%;
}

header nav {
	position: absolute;
	background: #2d436a;
	height: 55px;
	width: 100%;
	bottom:0;
}

header nav #menu {
	padding: 13px 0 0 15px;
	margin: 0;
}

header nav #menu li {
	position: relative;
	display: inline-block;
	height: 20px;
	margin-right: 6px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}

header nav #menu li a {
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
}

header nav #menu > li:hover a {
	background: #142954;
}

header nav #menu li ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	padding: 10px 0 10px 12px;
	margin:0;
	border: none;
	background: #142954;
	text-align: left;
}

header nav #menu li:hover ul {
	display: block;
	width: 200px;
}

header nav #menu li ul li {
	padding: 0;
	margin-top: 5px;
	text-align: left;
}

header nav #menu li ul li a {
	padding: 0;
}

header nav #askQuestions {
	height: 68px;
	width: 200px;
	position: absolute;
	background: #fff;
	color: #000;
	bottom: 0;
	right: 15px;
	text-align: center;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

header nav #askQuestions h3 {
	font-size: 18px;
	margin: 2px 0 0 0;
	padding: 0;
}

header nav #askQuestions p {
	font-size: 14px;
	margin: 3px 0 0 0;
	line-height: 18px;
	padding: 0;
}

header nav #askQuestions p strong {
	font-size: 24px;
}

#sideMenu {
	width: 200px;
	float: left;
	padding: 5px;
	margin: 0;
	background: rgba(45, 67, 106, 0.5);
}

#suckertree1 {
	padding: 0;
	list-style-type: none;
}

#suckertree1 ul li a {
	color: #fff;
}

#contentContain {
	width: 720px;
	padding: 20px 35px;
	float: left;
	background: rgba(255,255,255,0.5);
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.caroufredsel_wrapper > ul {
	padding: 0;
}

.bottomLinks {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

.bottomLinks a {
	margin: 0 5px;
}

.bottomLinks a:hover {
	color: #fff;
}

footer {
	width: 100%;
	height: 320px;
	background-color: #2d436a;
	margin: 15px auto;
	clear: both;
}

footer > div {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

footer > div > div > ul li a {
	font-size: 12px;
	padding: 1px 4px;
}

footer > div > div {
	float: left;
}

footer > div > div > h3 {
	margin: 0;
	color: #fff;
	margin-top: 5px;
	font-size: 20px;
}

#footMenu {
	width: 200px;
}

#footMenu2, #footerContact {
	width: 400px;
}

#footMenu2 ul {
	width: 380px;
}

#footMenu ul {
	display: block;
	padding:0;
	list-style-type: none;
	position: relative;
}

#footMenu ul > li {
	position: relative;
	width: 130px;
}

footer > div > div ul li a {
	color: #fff !important;
}

#footMenu > ul > li > ul {
	list-style-type: none;
	width: 135px;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 130px;
	display: none;
	background-color: #142954;
}

#footMenu > ul > li > ul > li {
	width: 135px;
}

footer > div > div ul > li:hover {
	background: #142954;
}

#footMenu ul > li:hover ul {
	display: block;
}

#footMenu2 ul {
	list-style-type: none;
	padding: 0;
}

#footMenu2 ul li {
	margin-bottom: 3px;
	padding: 2px;
}

#footerContact form label {
	color: #fff;
	display: block;
}

#contactLeft, #contactRight {
	display: block;
	width: 48%;
	float: left;
}

#contactRight {
	margin-left: -4px;
}

#contactLeft label, #contactRight label, #contactBody label {
	font-size: 14px;
}

#contactLeft input, #contactRight input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	border: solid 1px #b9b9b9;
	height: 24px;
	padding: 1px;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#contactBody textarea {
	width: 98%;
	height: 70px;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 9pt;
}

#footerSubmit {
	background-color: #4096ee;
	border: 1px solid #2483e3;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}

#footerSubmit:hover {
	cursor: pointer;
}

#captchaimage {
	margin-bottom: 5px;
}

#captcha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	border: solid 1px #b9b9b9;
	padding: 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.bottomLinks a, body > div.center > div.pd10 a {
	color: #DFF3FF !important;
}

.bottomLinks a:hover, body > div.center > div.pd10 a:hover {
	color: #fff !important;
}

#sideMenu > div {
	clear: both;
}

#sideMenu > div > a {
	background-color: #84A4DB;
	display: block;
	margin-bottom: 5px;
}

#sideMenu > div > a:hover {
	background-color: #9DB5DF;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#sideMenu {
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	z-index:300;
}

#sideMenu ul{
padding:0;
list-style-type:none;
width:200px; /* Width of Menu Items */
z-index:325;	
border:0;
}
#sideMenu ul li{
font-family:"Lucida Grande","Lucida Sans Unicode",lucida,Arial,Helvetica,"Sans-Serif";
font-size:10px;
padding: 0;
position: relative;
margin:0;
z-index:350;	
}
/*Sub level menu items */
#sideMenu ul li ul{	
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
padding:3px;
background: #2d436a;
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
visibility: hidden;
z-index:375;
}
/* Sub level menu links style */
#sideMenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 4px 5px;	
color: #fff;	
}
#sideMenu ul li a:visited, #sideMenu ul li a:active, #sideMenu ul li a:link {
font-family:"Lucida Grande","Lucida Sans Unicode",lucida,Arial,Helvetica,"Sans-Serif";
font-size:12px;		
-moz-border-radius:2px;
border-radius:2px;
-webkit-border-radius:2px;
color: #fff;
}
#sideMenu ul li a:hover{
background: #ddd;	
color: #000;
}
#sideMenu .subfolderstyle{
background: url(/images/site/menu_arrow_r.gif) no-repeat center right;
}
/* Holly Hack for IE \*/
* html #sideMenu ul li { float: left; height: 1%; }
* html #sideMenu ul li a { height: 1%; }
/* End */