/* Global Page Styles   
----------------------------------------------- */

body {
	margin: 0px;
	padding:  0px;
	background: #ffffff url(../images/bg.jpg) top repeat-x;
	text-align:center;
}

body, tr, td, th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-weight: 400;
	line-height: 1.5;
}


/* Content Blocks   
----------------------------------------------- */
#wrapper {
	width:980px;
	margin: 0 auto;
	text-align:left;
	background: url(../images/bg_main.jpg) top center no-repeat;
}

#pop_wrapper {
	margin: 20px;
	text-align:left;
	background: #ffffff;
	padding: 20px;
	border:1px solid #0099ff;
}

#header {
	width:980px;
	height: 110px;
	position:relative;
	overflow:hidden;
	margin-bottom: 13px;
}

#logo {
	width: 420px;
	height:110px;
	position:absolute;
	top:0;
	left:0;
}

#help {
	width: 157px;
	height:46px;
	position:absolute;
	top:20px;
	right:5px;
}

/* leave the height and min height alone below*/


#rightcol {
	width: 700px;
	min-height:400px; 
	float:right;
	padding-right: 20px;
	padding-top:20px;
} 

#leftcol {
	float:left;
	width: 200px;
	padding-top:20px;
} 


#leftcol_inner {
	float:left;
	width: 170px;
	padding:15px;
	height: 320px;
	background:url(../images/bg_left.jpg) top left no-repeat;
} 

#leftcol_inner H2 {
	font-size:22px;
	font-weight:700;
	color:#fff;
	padding: 0 0 5px 0;
	margin:0;
	line-height:28px;
}

#leftcol_inner label {
	font-size:12px;
	font-weight:700;
	color:#fff;
	display:block;
	padding:5px 0;
}

#leftcol_inner .side_input {
	width: 160px;
	font-size:11px;
	color:#666666;
	margin:0;
	border:2px solid #d4effd;
	background:#FFFFFF;
}

#leftcol_inner .side_imfield {
	padding-top: 25px;
	text-align:center;
	width: 160px;
}


#main {
	width: 950px;
	margin: 0 15px;
}
.box {
	border:2px solid #66CCFF;
	background:#d2e6fb;
	padding:7px;
	text-align:center;
}

/* Homepage styles
----------------------------------------------- */

#home_content {
	background: url(../images/home.jpg) 0 20px no-repeat;
	width:700px;
	height:470px;
	position:relative;
}


#home_inner {
	width:200px;
	float:right;
	padding-top:30px;
}

#home_inner H1,
#home_inner2 H1 {
	font-size:18px;
	color:#000;
	font-weight:400;
}

#home_inner2 {
	width:460px;
	float:left;
 	padding-top: 320px;
	left:0;
}

#apr {
	text-align:center;
	font-size:14px;
	font-weight:400;
	color: #0099ff;
	font-style:italic;
	padding: 10px 0;
}

/* Upper Nav Menu   
----------------------------------------------- */

#nav_top {
	width: 540px;
	height: 20px;
	line-height:20px;
	font-weight: bold;
	position:absolute;
	bottom: 0;
	right:0;
}
#nav_top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav_top li {
	display: block;
	float:left;
	background-image:none;
	padding: 0;
	margin: 0;
	text-align:center;
}
#nav_top a {
	color: #003366;
	text-decoration: none;
	font-weight:700;
	font-size:12px;
}
#nav_top a:hover {
	color: #00ccff;
	text-decoration: none;
}
#nav_top #m_phone {
	width: 300px;
	color:#ff3300;
	font-size:13px;
	font-weight:700;
	text-align:center;
}
#nav_top #m_login {
	width: 135px;
}
#nav_top #m_contact {
	width: 100px;
}


/* Main Nav Menu   
----------------------------------------------- */

#nav {
	width: 950px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	display: block;
	float:left;
	background-image:none;
	padding: 0;
	margin: 0;
}
#nav a {
	padding: 0 15px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	float:left;
	background: url(../images/bg_nav.jpg) right center no-repeat;
	height: 45px;
	line-height: 45px;
}
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #66b101;
	background-image:none;
}


/* Footer Styles   
----------------------------------------------- */

#footer {
	width: 950px;
	border-top: 2px solid #99ccff;
	font-size:11px;
	padding: 10px 0;
	color:#003366;
	text-align:center;
	margin-top:20px;
}
#footer a {
	color:#003366;
	text-decoration: none;
}
#footer a:hover {
	color: #0000cc;
	text-decoration: underline;
}



/* Miscelaneous Generic Stuff   
----------------------------------------------- */

.image_button {
	height:16px;
	width:16px;
}

.image_checkout {
	height:16px;
	width:16px;
}

ul li {
	list-style-type: none;
	background:url(../images/arrow.gif) no-repeat left 0.5em;
	padding-left:15px;
}

.small {
	font-size:10px;
	line-height: 1.2;
}
.red {
	line-height: 1.2;
	color:#CC0000;
}

.bold {
	font-weight:700;
}

table {
	border-collapse:collapse;
}

.clearBoth {
	clear: both;
	line-height:1px;
	overflow: hidden;
}
hr {
	height: 0px;
	border: 0px solid #3399cc;
	border-top-width: 1px;
	display: block;
	margin: 10px 0;
}
img {
	border-width:0;
}

/* Link Styles   
----------------------------------------------- */

a {
	color:  #0099ff;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}

a.light {
	color: #99ccff !important;
	text-decoration: none;
}

/* Member Nav Bar Styles   
----------------------------------------------- */

#member_nav {
	width: 950px;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin-top: 10px;
	background:#e4f2fa;
	position:relative;
	height:30px;
	line-height:30px;
}

#member_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#member_nav li {
	background: url(../images/arrow.gif) left center no-repeat;
	display:inline;
	padding: 0 0 0 10px;
	margin: 0 10px;
}
#member_nav a {
	color: #0e83cd;
	text-decoration:none;
}
#member_nav a:hover {
	color:#003366;
	text-decoration: underline;
}


/* Heading Styles   
----------------------------------------------- */

h1 {
	font-size: 26px;
	color:  #1a91dc;
	line-height: 1.3;
	font-weight: 400;
	padding-top: 0;
	margin-top: 0;
}
h2 {
	font-size: 16px;
	color:  #000000;
	line-height: 1.3;
	font-weight: 400;
}
h3, h4, h5, h6 {
	font-size: 13px;
	color:  #000000;
	line-height: 1.3;
	font-weight:bold;
}

/* Generic Form Styles   
----------------------------------------------- */

form {
	margin:0;
	padding:0;
}
input, textarea, select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.input {
	width: 300px;
}
.inputsm {
	width: 50px;
}
.button {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	color:  #ffffff;
	padding: 4px 10px ;
	background-color: #003366;
}

/* Pop Up Tooltips Styles   
----------------------------------------------- */

.pop-info {
	background: #fdfce7 url(../images/pop-symbol.jpg) no-repeat bottom right;
	display: none;
	position: absolute;
	height: auto;
	width: 230px;
	left: -320px;
	border: 1px solid #ffcc33;
	padding: 15px 100px 15px 10px;
	overflow: visible;
	bottom: 20px;
	z-index: 1000;
	visibility: visible;
	color:#000000;
}

.question #cv2,
.question #income,
.question #frequency,
.question #deposit_method {
	height: 80px;
}

/* Application Form Styles   
----------------------------------------------- */
.form-content {
	overflow: visible;
}

.terms {
	border : 1px solid #dddddd; 
	padding : 5px; 
	height : 130px; 
	overflow : auto;
	font-size:10px;
	line-height:1.2;
	margin-bottom:20px;
}

.terms H1,
.terms H2,
.terms H3,
.terms H4,
.terms H5  {
	font-size:12px;
	line-height:1.2;
	color:#000000;
	margin:0;
	padding:0;
	font-weight:700;
}

.formHead {
	background:#003366;
	color:#FFFFFF;
	float: none;
	clear: both;
	margin: 20px 0 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	width: auto;
}

.formExp {
	background-color: #ccebff;
	color:#000000;
	float: none;
	clear: both;
	padding: 5px 10px;
	width: auto;
	font-size:11px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.input-box {
	height: 70px;
	width: 200px;
	position: relative;
	margin-right:20px;
	float: left;
	display: inline-block;
}

.question {
	display: block;
	position: absolute;
	height: 20px;
	width: 30px;
	right: 0;
	top: 0;
}

.form-content label {
	display: block;
	width: 170px;
	height: 20px;
	line-height:20px;
	position: absolute;
	color: #000000;
	overflow:hidden;
	top: 0;
	left: 0;
}


.input_text, 
.input_select {
	position: absolute;
	width: 200px;
	margin: 0;
	top: 25px;
	left:0;
	z-index: 1;
}

.form-content .chk {
	width: 20px;
	position:relative;
}
.form-content .imfield {
	padding: 15px;
	text-align:center;
}




/* Error and success message Styles   
----------------------------------------------- */

.error, .success, .message {
	color:#000000;
	font-weight:400;
	padding: 10px;
	font-size:13px;
	margin-bottom:15px;
}

.error {
	border: 2px dashed #FF9933;
	background:#faf5aa;
}
.success {
	border: 2px dashed #66cc66;
	background:#ccffcc;
}

.message {
	border: 2px dashed #afd4ee;
	background:#e2f1fc;
}

.error ul, .success ul {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}



/* Tables   
----------------------------------------------- */

.odd {
 	background:#ffffff;
}

.even {
 	background:#f2f7fb;
}

.data_table {
	border-collapse:collapse;
	}

.data_table td {
	padding: 5px 1px;
	border-bottom: 1px solid #c2ddf0;
	line-height: 1.2;
	font-size:11px;
	text-align:center;
	}

.data_table tr:hover {
	background:#FFFF99;
	}


.data_table th {
	padding: 5px 1px;
	background-color: #c0e5fd;
	font-weight: bold;
	font-size:11px;
	line-height: 1.2;
	font-size:11px;
	color:#000000;
	text-align:center;
	}
	
.calc_table {
	border-collapse:collapse;
	}

.calc_table td {
	padding: 3px 9px 3px 0;
	border-bottom: 1px solid #c2ddf0;
	line-height: 1.2;
	font-size:11px;
	text-align:left;
	}
	
.calc_table th {
	padding: 5px;
	background-color: #c0e5fd;
	font-weight: bold;
	font-size:12px;
	line-height: 1.2;
	font-size:11px;
	color:#000000;
	text-align:left;
	}

.calc_table th.total {
	background-color: #0099FF;
	color:#FFFFFF;
	font-size:13px;
	}
	
.pager {
	padding:5px;
	text-align:right;
	}