@charset "utf-8";
/* CSS Document */

/* general */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
}
div {
	position: relative;
}
.clear {
	clear: both;
}
h3 {
	font-size: 22px;
	margin-bottom: 12px;
	line-height: 1.2em;
}
h4 {
	font-size: 20px;
	margin-bottom: 12px;
	line-height: 1.2em;
}
p {
	line-height: 1.4em;
	margin-bottom: 12px;
}
small {
	font-size: .8em;
}
th {
	padding-top: 6px;
	padding-right: 4px !important;
}
th, td {
	text-align: right;
	padding: 2px;
	margin-bottom: 6px;
	vertical-align: top;
}
th img {
	padding-top: 5px;
}
input {
	padding: 2px;
}
/* specific */
#wrapper {
	width: 960px;
	margin: 0 auto;
}
.menutext {
	text-align: right;
	padding-right: 16px;
}
.answer {
	text-align: left;
}
/* header */
#hd {
	width: 960px;
	height: 150px;
	background-image: url(../images/hd-bg.jpg);
}
#logo a {
	position: absolute;
	display: block;
	width: 500px;
	height: 78px;
	top: 10px;
	left: 20px;
}
#logo h1, #logo h2 {
	margin-left: -999em;
}
#nav {
	height: 36px;
	width: 960px;
	position: absolute;
	top: 101px;
	left: 9px;
}
#nav a {
	float: left;
	width: 188px;
	height: 48px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#nav a:hover {
	background-color: #1d65ab;
	background-position: 0px -48px;
}
#nav a span {
	margin-left: -999em;
}
#nav-about {
	background-image: url(/images/nav-about.png);
}
#nav-apply {
	background-image: url(/images/nav-apply.png);
}
#nav-benefits {
	background-image: url(/images/nav-benefits.png);
}
#nav-contact {
	background-image: url(/images/nav-contact.png);
}
#nav-home {
	background-image: url(/images/nav-home.png);
}
/* content */
#wide {
	text-align: center;
}
#wide h3, #wide h4 {
	color: #e58141;
}
#main {
	width: 940px;
	padding: 16px 10px 10px 10px;
	margin: 0 auto;
}
#main a {
	color: #444;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
#main a:hover {
	border: none;
}
#left {
	float: left;
}
#pitch {
	width: 640px;
	height: 299px;
	background-image: url(../images/handshake.jpg);
	padding-bottom: 16px;
	background-repeat: no-repeat;
}
#pitch #search {
	position: absolute;
	height: 26px;
	width: 225px;
	left: 426px;
	top: 266px;
}
#pitch #search p {
	color: #e58141;
}
#apply table {
	border: solid 1px #444;
	padding: 10px;
}
.td_header {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
#content {
	width: 640px;
}
#content li {
	font-size: 14px;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 1.3em;	
}
#left-text {
	width: 280px;
	float: left;
}
#right-text {
	width: 340px;
	float: right;
}
#left-wide-text {
	width: 340px;
	float: left;
}
#right-thin-text {
	width: 280px;
	float: right;
}
#right {
	float: right;
	background-color: #dedede;
	background-image: url(../images/right-bg.png);
	border: solid 1px #0c2844;
	width: 278px;
	min-height: 500px;
	padding-top: 10px;
	background-repeat: repeat-y;
}
#right h2 {
	margin-left: 10px; /* remove when filler fixed */
	font-size: 22px;
	line-height: 1.2em;
}
/* footer */
#ft {
	background-image: url(../images/ft-bg.jpg);
	width: 960px;
	height: 41px;
}
#ft ul {
	width: 390px;
	height: 30px;
	padding: 11px 0px 0px 18px;
	background-image: url(../images/ft-separator.png);
	background-repeat: no-repeat;
	background-position: right;
}
#ft ul li {
	display: inline;
	margin-right: 14px;
}
#ft ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
#connect-facebook {
	position: absolute;
	width: 31px;
	height: 35px;
	right: 72px;
	top: 2px;
	display: block;
}
#connect-twitter {
	position: absolute;
	width: 34px;
	height: 35px;
	right: 11px;
	top: 2px;
	display: block;
}
#ft-info {
	margin: 10px auto 0px auto;
	height: 60px;
	width: 500px;
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:210px;
	width:540px;
	background:#fff;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}

/* slider */

#toppanel {
    position: absolute;
    width: 640px;
    z-index: 25;
    text-align: center;
    margin: 0 auto;
}
#panel {
    width: 640px;
    position: relative;
    height: 0px;
    margin: 0 auto;
    z-index: 10;
    overflow: hidden;
    text-align: left;
}
#panel h3 {
	color: #fff;	
}
#panel_contents {
	border: solid 1px #444;
    background: url(../images/form-bg.png) repeat-x;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    height: 100%;
	padding: 20px;
    width: 598px;
    position: absolute;
    z-index: -1;
}
img.border_pic {
    border: 15px #1d1d1d solid;
    position: absolute;
    top: 110px;
    float: left;
    margin-left: 150px;
    width: 250px;
    height: 150px;
    z-index: 30;
}
div#hide_button {
	background: white;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
	background-image: url(/images/close-bg.png);
	background-repeat: repeat-x;
}
.panel_button {
	margin: 0 auto 0px auto;
	position: relative;
	width: 120px;
	height: 34px;
	z-index: 20;
	cursor: pointer;
}
.panel_button a {
    text-decoration: none;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 5px;
    font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #fff !important;
}