@charset "utf-8";
body {
	background-image: url(/static/images/bkg_innavbox.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper {
	height: auto;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/static/images/bkg_inappn_box.jpg);
	background-repeat: no-repeat;
	background-position: right 28px;
}

#navbar {
	height: 38px;
	width: 988px;
	clear: both;
}
#navbarlinks {
	float: left;
	clear: both;
	width: auto;
}
#navbarlinks ul {
	margin: 0;
	padding: 0;
	height: 38px;
	overflow: hidden;
}
#navbarlinks ul li {
	font-family: Calibri, "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 19px;
	font-style: normal;
	line-height: 38px;
	text-transform: uppercase;
	color: #666;
	display: block;
	list-style-type: none;
	background-image: url(/static/images/bkg_innavbox_sep.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	padding-right: 21px;
	padding-left: 20px;
	width: auto;
	float: left;
	height: 38px;
}
#navbarlinks ul li.current, #navbarlinks ul li:hover {
	background-image: url(/static/images/bkg_innavbox_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
}
#navbarlinks ul li a:visited {
	display: block;
	text-decoration: none;
	color: #3b3b3b;
	overflow: hidden;
}
#navbarlinks ul li a:hover {
	text-decoration: none;
	color: #060;
	display: block;
	overflow: hidden;
}
#navbarlinks ul li a:active {
	display: block;
	text-decoration: none;
	color: #3b3b3b;
	overflow: hidden;
}
#navbarlinks ul li.current a:hover {
	color: #3b3b3b;
}
#navbarend {
	clear: right;
	float: left;
	height: 38px;
	width: 20px;
	background-image: url(/static/images/bkg_innavbox_sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#col1 {
	background-color: #ebebeb;
	width: 545px;
	height: auto;
	background-image: url(/static/images/col1leftsep.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}

#col1_summary {
	background-image: url(/static/images/col1left_infobriefbox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 425px;
	padding: 45px 60px 45px 60px;
	color: #060;
	font-size: 1.6em;
}
#col1_summary ul {
	padding-left: 1em;
	margin-top: 0.5em;
}
#col1_summary ul li {
	font-size: 0.95em;
	line-height: 1.2em;
}

#col1_content {
	width: 475px;
	height: auto;
	padding: 0 35px 20px 35px;
}
#col1_content ul {
	margin-top: 0;
}
#col1_content ul li {
	line-height: 1.75em;
}

#col2 {
	float: left;
	height: auto;
	width: 443px;
	background-color: transparent;
	background-image: none;
	clear: right;
}
#inappn_box {
	height: 260px;
	width: 443px;
	overflow: hidden;
}
#apply_form {
	height: 195px;
	width: 382px;
	padding-top: 0px;
	padding-left: 48px;
}
#apply_zip_box {
	width: 150px;
	height: 50px;
	float: left;
	padding-top: 133px;
}
#apply_zip {
	background-color: transparent;
	background-image: none;
	border-style: none;
	height: 34px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 34px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
#inappn_info {
	height: 60px;
	width: 408px;
	padding-left: 35px;
	color: #060;
	text-align: center;
	font-size: 1.5em;
	line-height: 1em;
}

div.apply_button {
	height: 57px;
	width: 212px;
	float: left;
	padding-top: 126px;
	padding-left: 20px;
}
#apply_button {
	border: 0;
	margin: 0;
	padding: 0;
	width: 212px;
	height: 47px;
	background: transparent url(/static/images/b_inappn_off.gif) no-repeat 0 0;
}
#apply_button:hover {
	background: transparent url(/static/images/b_inappn_on.gif) no-repeat 0 0;
}
#apply_button:active {
	background: transparent url(/static/images/b_inappn_down.gif) no-repeat 0 0;
}


#col2_content {
	width: 413px;
	padding-left: 30px;
	height: auto;
	padding-top: -180%;
}
#col2_news {
	width: 379px;
	padding: 16px;
	border: 1px solid #CCC;
	position: absolute;
}

#col2_newsLeft {
	width: 170px;
	float: left;
	height: auto;
}
#col2_newsRight {
	float: left;
	height: auto;
	width: 200px;
	overflow: hidden;
	padding-left: 8px;
}
.floatleft {
	float: left;
}

