/* Basic HTML
----------------------------------------------------------------------------------------------------*/
html {
    overflow-y: scroll;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #4e6b82;
}

#background {
	background: #fff url(../images/header-bg.jpg) repeat-x;
	min-height: 755px;
}

.container {
	width:960px;
	min-height: 100px;
	margin: 0 auto;	
	position:relative;
}

#main .container{
	background: #fff url(../images/header-bg.jpg) repeat-x;
}

.wrap {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	overflow: auto;
}

a {
	color: #4e6b82;
	text-decoration: none;
}

a:hover {
	color: #f89e43;
}

p {
	font-size: 13px;
	color: #636363;
	line-height: 19px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	font-size: 13px;
	color: #636363;
}

h1 {
	color: #e27200;
	font: normal 28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	margin-bottom: 10px;
}



h2 {
	color: #636363;
	font: normal 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 10px 0 10px 0;
}
h3 {
	color: #636363;
	font: normal 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 10px 0 10px 0;

}

#main {
	height: 100%;
	background: #fff url(../images/bg_line_slice.jpg) repeat-y;
	width: 960px;
	overflow: auto;
	padding-bottom: 10px;
}

.link-ul {
	text-decoration: underline;
}

#content_full_leftcol .sublist {
	padding-top: 5px;
}

#content_full_leftcol .sublist li{
	color: #636363;
	list-style-type: circle;
	font-size: 12px;
	padding-bottom: 3px;
	line-height: 16px;
}

#content_full_leftcol h1 {
	padding: 15px 0 0 0;
}
/* `Universal
----------------------------------------------------------------------------------------------------*/

#header{
	height: 98px;
	overflow:auto;
}

#logo {
	float: left;
	width: 413px;
	height: 50px;
	padding-top: 22px;
	padding-bottom: 26px;
}

.indent {
	padding: 0 35px 0 35px;
}

/* `Top Nav */

#topnav {
	float: right;
	margin-top: 10px;
}

#topnav a {
	color: white;
	font-size: 13px;
}

#topnav a:hover {
	padding-bottom: 4px;
	border-bottom: 2px solid #f89e43;
	color: white;
}

#topnavcur {
	padding-bottom: 4px;
	border-bottom: 2px solid #f89e43;
	color: white;
}

#topnav li {
	list-style: none;
	display: inline;
	margin-right: 13px;
	padding-right: 13px;
}

#topnav li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}


/* Toggle Styles */


.warning {
	padding: 5px;
	background-color: orange;
	color: white;
	font-size: 10pt;
	line-height: 12pt;
}

h2.trigger {
	padding: 0 0 0 0px;
	margin: 0 0 15px 0;
	line-height: 23px;
	width: 519px;
	font-weight: normal;
	float: left;
	}

h2.trigger a {
	text-decoration: none;
	display: block;
}

h2.trigger a:hover { 
color: #f89e43;
	border-color: #f89e43;
}

h2.active {
		} 
		
/*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
	
.toggle_container {
	margin: 0 0 15px 0;
	padding: 0;
	background: #f0f0f0;
	overflow: hidden;
	width: 539px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; 
}
	
/* `Main Nav */

#container_nav {
	background: #fff;
	width: 960px;
	height: 37px;
	border-bottom: 5px solid silver;
}	

#nav {
	width: 294px;
	float: left;
	}
	
#nav ul {
	list-style: none;
}
	

/* `Buttons */

a#homebtn {
	text-indent: -1000px;
	height: 37px; 
	width:84px;
	background: url(../images/home-btn.jpg) left top;
	float: left;
}

a#homebtncur {
	text-indent: -1000px;
	height: 37px; 
	width:84px; 
	background-image: url(../images/home-btn-current.jpg);
	float: left;
}

a#homebtn:hover {
	background: url(../images/home-btn.jpg) 0 bottom;
}



a#borrowbtn {
	text-indent: -1000px;
	height: 37px; 
	width:105px;
	background-image: url(../images/borrow-btn.jpg);
	float: left;
}

a#borrowbtncur {
	text-indent: -1000px;
	height: 37px; 
	width:105px;
	background-image: url(../images/borrow-btn-current.jpg);
	float: left;
}


a#borrowbtn:hover {
	background: url(../images/borrow-btn.jpg) 0 bottom;
}

a#referbtn {
	text-indent: -1000px;
	height: 37px; 
	width:105px;
	background: url(../images/providers-btn.jpg) 0 top;
	float: left;
}

a#referbtncur {
	text-indent: -1000px;
	height: 37px; 
	width:105px; 
	background-image: url(../images/providers-btn-current.jpg);
	float: left;
}


a#referbtn:hover {
	background: url(../images/providers-btn.jpg) 0 bottom;
}

/* `Search */

	#search {
		float: right;
		width: 241px;
		overflow: hidden;
		height: 30px;
		padding-top: 9px;	
	}
	
	.search input, .search button {
		border: none;
		float: left;
	}
	
	.search input.box {
		color: #666;
		border: 1px outset gray;
		width: 175px;
		height: 14px;
		padding: 2px 5px;
		background: url(../images/bg_1.jpg);
		margin-right: 5px;
	}
	
	.search input.box:focus {
		border: 1px outset #f89e43;
	}
	
	.search button.btn {
		width: 49px;
		height: 20px;
		cursor: pointer;
		background: url(../images/search-btn.jpg);	
	}
	
	.search button.btn:hover {
		background: url(../images/search-btn-hvr.jpg);	
	}
	
		/* Home-page Styles
----------------------------------------------------------------------------------------------------*/

#main-home {
	visibility: visible;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
}

#main-home p {
	font-size: 16px;
	line-height: 24px;
	word-spacing: 1pt;
}

#main-top {
	background: url(../images/Clark-Website-Header-.jpg) no-repeat;
	height: 100px;
	padding-top: 300px;
	padding-left: 20px;
	position: relative;
	border-bottom: 5px solid silver;

}

#main-top a{
	font-size: 27px;
}

#main-content {
	height: 235px;
	position: relative;
	padding-bottom: 10px;
	margin: 10px 0 0 0;
}

#main-content span {
	color: #f89e43;
}

#main-left {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 10px 0 10px;
	width: 618px;
	min-height: 225px;
}

#main-middle {
	margin: 0px 330px 0px 330px;
	padding: 10px 0 0 0;
}


#main-right {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px 10px 0 10px;
	width: 299px;
	min-height: 225px;
	border-left: 1px solid #ccc;
}

#main-right p {
	padding: 5px 0 20px 0;
}


.contact-icons {
	clear: both;
}
	
.contact-icons img {
	float: left;
	margin-right: 20px;
}
.contact-button{
    padding: 10px;
    background-color: #9cd172;
  
}

#TMSbtn {
	position: absolute;
	background: url(../images/NPTI-bg-img.png) no-repeat;
	height: 29px;
	width: 162px;
	padding: 11px 0 0 0;
	text-align: center;
	right: 0px;
	bottom: 0px;
}

#TMSbtn a {
	color: #fff;
	font-size: 17px;
}

#TMSbtn a:hover {
	color: #f89e43;
}

#NPTI {
	position: absolute;
	background: url(../images/NPTI-bg-img.png) no-repeat;
	height: 29px;
	width: 171px;
	padding: 11px 0 0 0;
	text-align: center;
	right: 148px;
	bottom: 0px;
}

#NPTI a {
	color: #fff;
	font-size: 17px;
}

#NPTI a:hover {
	color: #f89e43;
}

.line-link-lefthome {
	background: url(../images/line-link-bg-lefthome.jpg) no-repeat;
	text-align: left;
	width: 279px;
	height: 50px;
	bottom: 10px;
	padding: 15px 15px 0px 0;
}

.line-link-midhome {
	background: url(../images/line-link-bg-midhome.jpg) no-repeat;
	text-align: left;
	width: 279px;
	height: 50px;
	bottom: 10px;
	padding: 15px 15px 0px 0;
}


.line-link-lefthome a {
	font-size: 23px;
}

.line-link-midhome a {
	font-size: 23px;
}
	
	/* About-page Styles
----------------------------------------------------------------------------------------------------*/	

#about_content {
	padding: 0 0 0 10px;
	overflow: auto;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#about_header {
	border-bottom: 1px solid #ccc;
	width: 948px;
	height: 234px;
	background-image: url(../images/about-text-img.jpg);
}


#about_header p {
	padding-top: 75px;
	padding-left: 5px;
	font-size: 18px;
	width: 470px;
	line-height: 27px;
	color: #636363;
}

#about_leftcol {
	float: left;
	width: 699px;
	padding: 0px 10px 10px 0px;
	margin-top: 10px;
	border-right: 1px solid #ccc;
}

#about_leftcol p {
	margin-bottom: 10px;
	line-height: 22px;
}

#about_leftcol span {
	font-size: 18px;
}

#about_leftcol img {
	float: left;
	margin: 10px 20px 10px 0;
}

#about_quote {
	float: left;
	margin-top: 5px;
}
	
	/* Sub-page Styles
----------------------------------------------------------------------------------------------------*/

#side_nav a {
	color: #4e6b82;
	text-decoration: none;
	font-size: 14px;
}

#side_nav a:hover {
	color: #f89e43;
}

#side_nav {
	height: 100%;
	float: left;
	width: 138px;
	padding: 0 10px 0 10px;
	margin-top: 10px;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	text-align: right;
	line-height: 35px;
	margin: auto;
}

#sidenavcur {
	font-size: 14px;
	color: #f89e43;
}

#side_nav ul li {
	border-bottom: 1px solid #ccc;
	line-height: 16px;
	padding: 10px 0 10px 0;
}

#content {
	height: 100%;
	min-height: 500px;
	float: right;
	width: 789px;
	padding: 0 0 0 10px;
	border-right: 0px solid #ccc;
}

#content ul {
	list-style-type: disc;
	margin-left: 0;
	padding-left: 1em;
}

#content_header {
	height: 234px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#content_header p {
	width: 539px;
	font-size: 18px;
	line-height: 27px;
	color: #636363;
}


#content_leftcol {
	float: left;
	width: 539px;
	padding: 0px 10px 15px 0px;
	margin-top: 10px;
	border-right: 1px solid #ccc;
	
}

#content_full_leftcol {
	float: left;
	width: 778px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#content_full_leftcol ul {
	padding-right: 20px;
}

#content_full_leftcol li {
	padding-bottom: 10px;
	line-height: 20px;
}

#content_full_leftcol table{
	font-size: 13px;
	color: #636363;
	line-height: 19px;	
	border: 1px solid #ccc;
	padding: 4px;
	margin: 20px 20px 10px 20px;
	text-align: center;
	float: left;
}

#content_full_leftcol th, td {
	border: 1px solid #ccc;
	padding: 4px 10px 4px 10px;
	line-height: 16px; 
}

.caption {font-style: italic; padding: 75px 25px 0 0;}

#content_rightcol {
	float: right;
	width: 219px;
	margin-top: 10px;
	padding-right: 10px;
}

#content_rightcol1 {
	float: right;
	width: 210px;
	margin-top: 10px;
	padding-right: 10px;
}


#content_rightcol span {
	font-size: 23px;
}

#faq-questions {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}

#faq-questions ul {
	list-style-type: none;
}

#faq-questions ul li {
	font-size: 14px;
	line-height: 30px;
	color: #4e6b82;
}

#faq-answers {
	padding: 30px 0px 20px 0px;
}

#faq-answers p {
	padding-bottom: 15px;
}

#faq-answers span {
	font-size: 14px;
	color: #4e6b82;
	font-style: italic;
}

#content_rightcol ul li {
	line-height: 20px;
}

.top {
	position: relative;
	width: 539px;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	line-height: 27px;
	padding-bottom: 10px;
	clear: both;
}

.top2 {
	position: relative;
	width: 778px;
	border-right: 1px solid #ccc;	
	overflow: auto;
	line-height: 27px;
	padding: 35px 10px 10px 0;
	clear: both;
	
}

.top3 {
	position: relative;
	width: 778px;
	border-right: 1px solid #ccc;	
	overflow: auto;
	line-height: 27px;
	padding: 15px 10px 10px 0;
	clear: both;
	border-top: 1px solid #ccc;	
}


.bottom {
	margin-top: 10px;
	width: 539px;
	overflow: auto;
	padding-bottom: 10px;
}


.subcol_left {
	text-align: right;
	float: left;
	width: 219px;
}

.subcol_left2 {
	text-align: right;
	float: left;
	width: 219px;
	padding-right: 20px;
}

.subcol_right {
	float: right;
	width: 300px;
	height: auto;


}

.subcol_right ul li {
	line-height: 27px;
}

.subcol_right p {
	line-height: 27px;
}

.subcol_right2 {
	float: right;
	width: 510px;
	height: auto;
	padding: 5px 0 0 25px;
	border-left: 1px solid #ccc;


}

.subcol_right2 ul li {
	line-height: 18px;
	padding-bottom: 10px;
}

.subcol_right2 p {
	line-height: 27px;
}

.line-link {
	background: url(../images/line-link-bg.jpg) no-repeat;
	width: 204px;
	height: 50px;
	bottom: 10px;
	padding: 0 15px 10px 0;
	display: block;
}

.line-link2 {
	background: url(../images/line-link-bg.jpg) no-repeat;
	width: 204px;
	height: 50px;
	padding: 10px 15px 5px 0;
	font-size: 20px;
}

.line-link a {
	font-size: 23px;
}

.line-link-auth {
	background: url(../images/line-link-bg.jpg) no-repeat right -23px;
	width: 130px;
	height: 45px;
	text-align: right;
	padding-right: 18px;
	font-size: 13px;
	float: left;
	line-height: 19px;
	font-weight: bold;
}

#process {
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	width: 539px;
	min-height: 290px;
	overflow: auto;
}

#process-refer {
	position: relative;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	width: 539px;
	min-height: 260px;
	overflow: auto;
}
/* Borrower Resources Styles
----------------------------------------------------------------------------------------------------*/

#content_header-res {
	background: url(../images/resources-text-img.jpg);
	height: 234px;
	border-bottom: 1px solid #ccc;
}


#content_header-res p {
	width: 300px;
	padding-top: 75px;
	font-size: 18px;
	line-height: 27px;
	color: #636363;
}

.sub-resource {
	margin: 20px 0 20px 0;
}

.sub-resource p {
	margin-bottom: 10px;
}

.sub-resource a {
	text-decoration: underline;
}

/* Apply Styles
----------------------------------------------------------------------------------------------------*/
#auth-p {
	padding-bottom: 10px;
	width: 100%;
	text-align: left;
	float: left;
}

#content-header-apply {
	background: url(../images/apply-text-img.jpg);
	height: 234px;
	border-bottom: 1px solid #ccc;
}

#content-header-apply p {
	width: 300px;
	padding-top: 135px;
	font-size: 18px;
	line-height: 27px;
	color: #636363;
}

#app-support {
	border-top: 1px solid #ccc;
	float: left;
	width: 539px;
	padding: 0px 0px 10px 0px;
	min-height: 300px;
	}

#app-support p {
	line-height: 35px;
}

#prequal-area {
	background: #ededed;
	width: 515px;
	margin-top: 10px;
	padding: 10px 10px 40px 10px;
	display: block;
}

#signup-area label {
	font-size: 13px;
	color: #636363;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 19px;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 131px;
	padding-top: 5px;
}

#prequal-area label {
	font-weight: bold;
	font-size: 10pt;
	text-transform: none;
	color: #636363;

}

.prequal-question {
	padding-bottom: 10px;
	border-bottom: 1px inset #cecece;
}

.submit-button {
	margin-top: 10px;
	width: 80px;
	padding: 5px 10px 5px 10px;
	float: right;
	cursor: pointer;
	color: #fff;
	background-color: #4e6b82;
	border: 2px solid orange;
	text-align: center;
}

/* Contact Styles
----------------------------------------------------------------------------------------------------*/
#contact_header {
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #ccc;
	width: 948px;
}

#contact_header p {
	padding-left: 5px;
	font-size: 18px;
	line-height: 27px;
	color: #636363;
}
#contact_leftcol {
	float: left;
	width: 665px;
	padding: 0px 10px 10px 0px;
	margin-top: 10px;
	border-right: 1px solid #ccc;
	margin-top: 30px;

}


/* Contact Form Styles
----------------------------------------------------------------------------------------------------*/
#contact-area #contact-area textarea {
	padding: 5px;
	font-size: 13px;
	color: #636363;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#contact-area {
	width: 559px;
	margin: auto;
}

#contact-area textarea, input {
	padding: 5px 5px 8px 5px;
	border: 2px solid #ccc;
	color: #636363;
}
#contact-area label {
	color: #636363;
	padding-right: 5px;
	padding-top: 7px;
	float: left;
	width: 200px;
	text-align: right;
	font-size: 11pt;
	line-height: 16px;
}

#contact-content {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	height: 550px;
}

#contact_rightcol {
	float: right;
	width: 219px;
	margin-top: 30px;
	padding-right: 10px;
}


/* Image Styles
----------------------------------------------------------------------------------------------------*/
#banner-example {
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #4e6b82;
}



/* Sign-up Form Styles
----------------------------------------------------------------------------------------------------*/

#signup-area {
	background: #ededed;
	width: 490px;
	margin-top: 10px;
	padding: 10px 10px 40px 10px;
	display: block;
}

.contact_group_top {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}

.contact_group_bottom {
	border-top: 1px solid #fff;
	padding-bottom: 10px;
	padding-top: 10px;
}

.contact_group {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	float: none;
}
#textfield {
	width: 300px;
}
#signup-area input, #signup-area textarea {
	padding: 5px;
	font-size: 13px;
	color: #636363;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#signup-area textarea {
	height: 80px;
}

#signup-area textarea:focus, #signup-area input:focus {
	border: 2px solid #f89e43;
}


#signup-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 30px;
	cursor: pointer;
	color: #fff;
	background-color: #4e6b82;
}

#signup-area input.submit-button:hover {
	background-color: #f89e43;	
}


#dropdown {
	left: 80px;
}

#checkboxes {
	
}

/* Slideshow Styles
----------------------------------------------------------------------------------------------------*/

#slideshow {
	float: right;
    position:absolute;
    right: 0px;
    top: 0px;
    width: 239px;
    height:234px;
    background-color: #ccc;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* Footer Styles
----------------------------------------------------------------------------------------------------*/

#footer {
  	text-align: right;
	background-color: #4e6b82;
	border-top: 4px solid #f89e43;
	min-height: 50px;
	padding: 0px;

}

.footer-wrap {
	width:960px;
	min-height: 50px;
	margin: 0 auto;	
	padding-top: 10px;
	position: relative;
}

#footer p {	
	color: white;
	font-size: 11px;
}
#fleft {
	float: left;
}

#fleft a{
	color: white;
	font-weight: bold;
}

#contentNav {
	margin-left: -10px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	height: 45px;		
}

#contentNav li {
	display: block;
	float: left;
	width: 140px;
	height: 35px;
	list-style: none;
	text-align: center;
	font-size: 14px;
	padding: 0 10px 0 10 px;
	line-height: 16px;
	border-right: 1px solid #e27200;
}

#contentNav li:last-child {
	border-right: none;
	width: 115px;
}

#contentNav li:first-child {
	width: 115px;
}

.closingMessage {
	margin: auto;
	margin-top: 20px;
	width: 500px;
	background: #fff;
	padding: 15px;
	border: 1px solid #4e6b82;
}

.closingMessage p {
	padding-bottom: 10px;
}

.closingMessage h3 {font-weight: bold;}
.closingMessage h1 {font-weight: bold;}
#closingLogo {
	padding-top: 20px;
	width: 413px;
	margin: auto;
}

.notice a {color: #4e6b82;}

textarea {
	font-family: "Courier New", Courier, Monaco, monospace;
	width: 100%;
	text-align: left;
	min-height: 50px;
	overflow: hidden;
	background: #e3e3e3;
}

.bannerCode {
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
}
.appForm {width: 400px; margin: 0 auto;}

.appForm li {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}
.appForm li input {
	width: 400px;
}

.secure {
	background-color: #9ab9ea;
	width: 100%;
	text-align: center;
	padding: 5px;
	margin: 5px 0 5px 0;
}

.divider {
	width: 100%;
	text-align: left;
	padding: 5px;
	margin: 15px 0 15px 0;
	border-bottom: 1px solid silver;

}

.divider p {
	font-size: 18px;
	font-weight: bold;
}

.terms {
	width: 700px;
	overflow: visible;
}
.terms p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ececec;
	line-height: 10px;
	padding: 10px;
	font-weight: normal;
}

.red {
	color: red;
	font-size: 12px;
}

.termsBox  {
	font-weight: bold;
}

.submitButton {
	background-color: #f89e43;
}