/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}
h2.saved {font-family: arial,helvetica,sans-serif; font-size: 16px; font-weight: bold; color: #ff0000; font-style:italic;}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 25px Varela;
	color: #5a5959;
	margin: 0 0 15px 0;
}

.internal-page h1 {
	margin: 0 0 8px 0;
}

h2 {
	font: 22px Varela;
	color: #5a5959;
	margin: 0 0 5px 0;
}

h3 {
	font: 16px Crete;
	color: #505c22;
	margin: 0 0 3px 0;
}

h3 a:link, h3 a:visited {
	color: #505c22;
	text-decoration: none;
}

h6 {
	font: 18px Crete;
	color: #586917;
	padding: 0 0 5px 8px;
	margin: 0 0 10px 0;
	border-bottom: 4px solid #a5b664;
}

/* Links */

a:link, a:visited, a:active {
	/*color: #9aae50;*/
	color: #6aae00;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #555555;
}

/* Paragraphs */
 
p {
	margin: 0 0 20px 0;
	line-height: 1.4em;
}

/* Lists */

.content ul {
	margin: 0 0 15px 20px;
}

.content ul li {
	list-style: disc;
	margin: 0 0 2px 0;
}

.content ol {
	margin: 0 0 15px 30px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 2px 0;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body.plain {
	font: 14px Varela, Arial, Helvetica, sans-serif;
	color: #555454;
	background: #FFF;
	margin-left: 25px;
}

body {
	font: 14px Varela, Arial, Helvetica, sans-serif;
	color: #555454;
	background: #FFF url('../images/page-bg.jpg') repeat-x 50% 50px;
}

.frame {
	width: 960px;
	margin: 0 auto;
}

/* Header */

.header {
	background: url('../images/header-bg.png') repeat-x;
}

.logo {
	position: relative;
	float: left;
	display: inline;
}

.logo-arrow {
	position: absolute;
	top: 23px;
	right: -19px;
	z-index: 1;
}

.logo a {
	position: relative;
	z-index: 2;
}

.logo a:hover {
	border-bottom: none;
}

.bar a:hover {
	border-bottom: none;
}

/* Buttons */

.buttons {
	float: left;
	display: inline;
	margin: 10px 0 0 25px;
}

a.top-button:link, a.top-button:visited {
	float: left;
	display: inline;
	font: 17px Crete;
	color: #FFF;
	text-decoration: none;
	word-spacing: 1px;
}

a.top-button:hover {
	border-bottom: none;
}

.top-button span {
	cursor: pointer;
	margin: 0 0 0 50px;
}

.apply-button {
	background: url('../images/button-apply.png') no-repeat;
	width: 201px;
}

.apply-button span {
	height: 48px;
	line-height: 48px;
}

a.apply-button:hover {
	background-position: 0 -48px;
}


.cosign-button {
	background: url('../images/button-cosign.png') no-repeat;
	width: 203px;
}

.cosign-button span {
	height: 48px;
	line-height: 48px;
	margin-left: 65px;
}

a.cosign-button:hover {
	background-position: 0 -48px;
}


.manage-button {
	background: url('../images/button-manage.png') no-repeat;
	width: 198px;
	margin: -5px 0 0 5px;
}

.manage-button span {
	height: 33px;
	line-height: 1em;
	display: block;
	padding-top: 20px;
	margin-left: 38px;
}

a.manage-button:hover, a.manage-button.current {
	background-position: 0 -53px;
}

/* Sidebar */

.sidebar {
	float: left;
	display: inline;
	width: 234px;
	margin: 17px 0 0 25px;
}

/* Menu */

.menu {
	background: url('../images/menu-bg.png') repeat-y 100% 0;
	border-top: 1px solid #8ab424;
	margin: 0 0 24px 0;
}

.menu li {
	font: 15px Varela;
	line-height: 1.1em;
	color: #222222;
	border-bottom: 1px solid #8ab424;
}

.menu a:link, .menu a:visited {
	display: block;
	color: #222222;
	background: url('../images/menu-arrow.png') no-repeat 100% 50%;
	text-decoration: none;
	padding: 8px 0;
}

.menu li.current a:link, .menu li.current a:visited, .menu li a:hover {
	color: #697d26;
	border-bottom: none;
}

/* Box */

.box {
	background: url('../images/box-bg.jpg') no-repeat;
	border: 1px solid #c8c8c8;
	overflow: hidden;
}

.box-caption {
	font: 17px Crete;
	word-spacing: 2px;
	text-align: left;
	border-bottom: 4px solid #9b9c9c;
	padding: 0 0 7px 5px;
	margin: 17px 0 13px 12px;
}

.box-content {
	font: 13px Varela;
	color: #444343;
	padding: 0 0 18px 0;
}

.files {
	margin: 0 20px 0 33px;
}

.files li {
	list-style: decimal;
	margin: 0 0 7px 0;
	background: url('../images/ico-pdf.gif') no-repeat 100% 5px;
}

.box a:link, .box a:visited {
	color: #444343;
	text-decoration: none;
}

.box a:hover {
	color: #697d26;
}

/* Content */

.content {
	float: right;
	display: inline;
	background: url('../images/content-bg.png') no-repeat;
	width: 697px;
	min-height: 612px;
	_height: 612px;
	margin: 0;
	position: relative;
}

.wrapper {
	margin: 34px 15px 0 20px;
}

.clip {
	position: absolute;
	top: 7px;
	left: 49px;
	background: url('../images/clip.png') no-repeat;
	width: 29px;
	height: 81px;
	z-index: 9999;
}

/* Button */

.button-line {
	margin: 0 0 27px 0;
}

.button a:link, .button a:visited {
	background: #5c5d59 url('../images/button-arrow.png') no-repeat 100% 50%;
	border: 1px solid #252525 !important;
	font: 16px Crete;
	color: #edebeb;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	float: right;
	display: inline;
	padding: 0 32px 0 9px;
}

.fixed-button a:link, .fixed-button a:visited {
	width: 182px;
	padding: 0 20px 0 9px;
}

.button a:hover {
	color: #5c5d59;
	background-color: #cccccc;
}

.top-right-button {
	float: right;
	display: inline;
	margin: 0 0 0 0;
}

.top-right-button a:link, .top-right-button a:visited {
	padding-right: 62px;
}

h1.page-caption {
	margin: 0 0 12px 55px;
	padding: 3px 0 0 0;
}

/* Tab Content */

.tab-content {
	margin: 0 17px 0 15px;
	padding: 0 0 5px 0;
	height: auto !important;
}

.slider-no-js .slider, .slider-no-js .slider { height: auto; min-height: 217px; overflow: auto !important; }
.slider, .slider .panel { width: 632px; height: auto; min-height: 217px; position: relative; } 
.slider-wrapper { clear: both; }
.slider { overflow: hidden; position: relative }
.panel { display: block; float: left }
.panel-container { position: relative; }

/* Table */

.table {
	border: 1px solid #e4e4e4;
	-webkit-box-shadow:  1px 1px 1px 0px #f6f6f6, -1px -1px 1px 0px #f6f6f6;
	box-shadow:  1px 1px 1px 0px #f6f6f6, -1px -1px 1px 0px #f6f6f6;
	padding: 7px 9px 12px 9px;
}

.table th {
	background: #8ba139;
	border-left: 1px solid #758041;
	font: 21px Crete;
	color: #FFF;
	height: 57px;
	vertical-align: middle;
}

.table th.type {
	border-left: none;
	width: 210px;
}

.table th.annual {
	width: 184px;
}

.table th.cumulative {
	width: 212px;
}

.table td {
	font: 17px Varela;
	color: #232323;
	text-align: center;
	border-left: 1px solid #dedcd9;
	background: #f6f5f2;
	padding: 0;
	height: 42px;
	vertical-align: middle;
}

.table td.type {
	border-left: none;
	font-size: 20px;
	color: #586a16;
}

.table tr.color td {
	background: #ebeaea;
	border-color: #d4d3d3;
}

/* Tabs */

.tabs {
	margin: 28px 1px 0 1px;
	padding: 0 0 21px 0;
	background: url('../images/tabs-shadow.gif') no-repeat 0 100%;
}

.tabs ul {
	margin: 0 0 0 -4px !important;
}

.tabs li {
	list-style: none !important;
	margin: 0 0 0 4px !important;
	float: left;
	display: inline;
	font: 17px Crete;
	color: #363636;
	line-height: 39px;
	text-align: center;
}

.tabs a:link, .tabs a:visited {
	float: left;
	display: inline;
	width: 223px;
	height: 39px;
	color: #363636;
	text-decoration: none;
	background: url('../images/tab-bg.gif') no-repeat;
}

.tabs li.how-much-tab a:link, .tabs li.how-much-tab a:visited {
	background-image: url('../images/tab-bg-how-much.gif');
	width: 208px;
}

.tabs li.faq-tab a:link, .tabs li.faq-tab a:visited {
	width: 221px;
}

.tabs li a.current {
	background: url('../images/tab-border.gif') repeat-x !important;
}

.tabs li a:hover {
	color: #697d26;
	border-bottom: none;
}

.indent {
	margin: 0 23px;
}

/* Rates */

.rates {
	margin: 30px 0 0 27px;
}

.rate {
	float: left;
	display: inline;
	width: 280px;
	margin: 0 10px 0 0;
}

.rate-info {
	margin: 0 0 0 10px;
}

.rate-info label {
	display: block;
	font: 17px Crete;
	color: #505c22;
}

.rate-info label span {
	color: #191d08;
}

.rate-value {
	width: 268px;
	height: 46px;
	font: 33px Crete;
	line-height: 38px;
	text-align: center;
	color: #484848;
	background: #efefef;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #dcdcdc;
	-webkit-box-shadow:  0px -1px 1px 0px #e4e4e4;
	box-shadow:  0px -1px 1px 0px #e4e4e4;
	margin: 6px 0 0 0;
	position: relative;
}

.variable-loan .rate-info {
	margin-left: 2px;
}

.rate-arrow {
	position: absolute;
	top: -5px;
	left: 28px;
}

.variable-loan .rate-value {
	background: #e4eec0;
	border-left: 1px solid #bad355;
	border-right: 1px solid #bad355;
	border-bottom: 1px solid #c8dc77;
	border-top: 1px solid #cee087;
	-webkit-box-shadow:  0px -1px 1px 0px #dae8a4;
	box-shadow:  0px -1px 1px 0px #dae8a4;
}

.note {
	font-size: 12px;
	color: #232323;
	margin: 8px 0 0 6px;
}

.more-rates {
	text-align: right;
	font-size: 14px;
	color: #7a9415;
	margin: 10px 12px 0 0;
}

.more-rates a:link, .more-rates a:visited {
	color: #7a9415;
	background: url('../images/arrow-right-green.png') no-repeat 100% 50%;
	padding: 0 14px 0 0;
	text-decoration: none;
}

/* Horizontal Line */

.hr hr {
	display: none;
}

.hr {
	height: 1px;
	background: #ebebeb;
	overflow: hidden;
	margin: 37px 0 30px 0;
}

/* About Us */

.about {
	float: left;
	display: inline;
	width: 288px;
	margin: 0 0 0 10px;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	background: url('../images/about-bg.jpg') no-repeat;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/about-bg.jpg',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/about-bg.jpg',sizingMethod='scale')";
}

.about .inner {
	margin: 15px 0 0 22px;
	padding: 0 0 5px 0;
}

.about p {
	line-height: 1.43em;
}

/* Latest News */

.news {
	float: left;
	display: inline;
	width: 285px;
	margin: 15px 0 0 33px;
	color: #000;
	font-size: 12px;
}

.item p {
	margin: 0 0 10px ;
}

.item {
	margin: 0 0 20px 0;
}

/* Footer */

.footer {
	background: #f5f9e6;
	padding: 24px 0 50px 0;
	margin: 55px 0 0 0;
	color: #5a6140;
	font-size: 14px;
	line-height: 1.45em;
}

.footer .frame {
	width: 940px;
}

.footer a:link, .footer a:visited {
	color: #5a6140;
	border-bottom: 1px dashed #555555;
}

.footer a:hover {
	border-bottom: none;
	color: #000;
}

/* Contacts */

.contacts {
	border-bottom: 1px solid #d5dabf;
	padding: 0 0 25px 0;
}

.address {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 250px;
}

.phone-email {
	float: left;
	display: inline;
	margin: 0 0 0 70px;
	width: 250px;
}

.hours {
	float: right;
	display: inline;
	width: 310px;
	margin: 0 25px 0 0;
	text-align: right;
}

.pic {
	float: left;
	display: inline;
	width: 259px;
	margin: 2px 0 0 -5px;
}

.the-pic {
	-webkit-box-shadow:  3px -3px 3px 0 #ededed, -3px 3px 3px 0 #ededed, -3px -3px 3px 0 #ededed;
	box-shadow: 3px -3px 3px 0 #ededed, -3px 3px 3px 0 #ededed, -3px -3px 3px 0 #ededed;
	padding: 5px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}

.pic-caption {
	font: 17px Miniver;
	color: #a9ba65;
	margin: 10px 0 0 25px;
	width: 200px;
	line-height: 1.4em;
}

.panel-info {
	float: left;
	display: inline;
	width: 370px;
	font-size: 14px;
}

.panel-info h1 {
	margin: 0 0 10px 0;
}

.panel-info p {
	line-height: 1.41em;
	margin: 0 0 20px 0;
}

.panel-info .button {
	margin: 0 15px 0 0;
}

.panel-info .button a:link, .panel-info .button a:visited {
	padding: 0 30px 0 15px;
}

/* Internal Page */

.internal-page {
	margin: 45px 40px 0 35px;
}

.address-line {
	margin: -7px 0 0 0;
}

.the-address {
	float: left;
	display: inline;
}

.address-line .button {
	float: right;
	display: inline;
	margin: 21px 0 0 0;
}

.pdf_link {background: url("../images/ico-pdf.gif") center right no-repeat; padding-right: 18px;}
.word_link {background: url("../images/ico-word.gif") center right no-repeat; padding-right: 18px;}