/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults
@import url( 'library/media/css/reset.css' );


@import url( 'library/media/css/base.css' );


@import url( 'library/media/layouts/2col-r.css' );


@import url( 'library/media/css/screen.css' );
 */
 
/*joined CSS BEGIN */
 
/* /css/reset.css */

 /**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 * @package WPFramework
 * @subpackage Media
 */

/* Eric Meyer Reset Reloaded */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; /*visibility: hidden;*/
 }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }


/* css/base.css */
 
/**
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 * 
 * @package WPFramework
 * @subpackage Media
 * @beta
 */

/* Document Body */
body, input, textarea { font-family:Verdana, Geneva, sans-serif; font-size:11px;}

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; padding-top:8px;}
pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 0px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 20px; }

p {
	margin-bottom: 10px;
}

/* Logo */
#logo, #logo a { font-size: 28px; line-height: 30px; color: #000; font-weight: bold; }
#logo a:hover { color: #06F; text-decoration: none; }
#tagline { color: #666; }


h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#039;}


/* Menu */
.nav { line-height: 1; width: 924px; font-family:Verdana, Geneva, sans-serif; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative; }
.nav ul li { width: 100%; }

.nav a {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 29px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

/* Default Skin */
.nav {
	border: none;
	/*background-image:url(/loans.png);*/
	font-weight:bold;
	height:36px;
	padding-left:30px;
	/*background-repeat: no-repeat !important;*/
}
.nav ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #52638e;
	border-right-color: #52638e;
	border-bottom-color: #52638e;
	border-left-color: #52638e;
}
.nav ul li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2d4475;
}
.nav li:hover ul,
.nav li.nav-hover ul {
          background-color: #0E59A4;
}

.nav a { color: #CCCCCC; }
.nav a:hover {
	text-decoration: none;
	background-image:url(/loans-over.png);
	color: #FFFFFF;
	background-repeat: no-repeat !important;
	background-position: center top;
}
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background-image:url(/loans-over.png); }

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #2361a1; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #2361a1; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 22px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 18px; line-height: 22px; padding: 5px 0px;}
h3 { font-size: 14px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title{border-bottom:#B5B1E9 1px solid; }
.entry-title a { color: #465d90; font-size: 20px; line-height: 20px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
.entry-title a:hover { color: #2361a1; text-decoration: none; }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
5table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 0 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Arial, Helvetica, sans-serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

.carloan1 {
background-color:#E8EFFD;
border:1px solid #D5D5FF;
color: #333;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
margin-bottom:12px;
padding:12px;
}


/*/2col-r.css */
 
/**
 * Basic 2 column (content)(aside) fixed layout
 * 
 * @package WPFramework
 * @subpackage Layouts
 * @beta
 */

.container {
	width: 924px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	clear:both;
        border: 4px solid #fff;
}
.hfeed { width: 640px; float: left; margin-left: 25px; }
.aside { width: 235px; float: right; padding-left: 8px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #96C5DE;}
.footer {
	background-color: #D7DEED;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top:13px;
	padding-bottom:13px;
	text-align:center;
	clear: both;
}



/*/css/screen.css */
 
 
 
 /*joined CSS END */
 
 
.logohead {
	font-family: Arial, Helvetica, sans-serif!important;
	color: #FFFFFF !important;
	background-image: url(/aussie-loans-logo.png)!important;
	background-repeat: no-repeat !important;
	background-position: 0px center!important;
	padding-left: 65px;
	font-size: 22pt;
	line-height: 60px;
	width: 500px;
	margin-left: 30px;
	font-weight: normal;
}

body {
	/*background-color: #526faa !important;
	background-image: url(/aussie-loans-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
}
#logo {
	float: left;
	width: 400px;
}
#content {
	/*background-image: url(/container-bg.png) !important;
	background-repeat: repeat-y !important;*/
	clear:both !important;
	margin: 0px;
	width: 924px !important;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
        background: #293F6F;
}


/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}
#containerend {
	background-image: url(/foot-bg.png);
	background-repeat: no-repeat;
	padding: 0px;
	clear: both;
	height: 37px;
	width: 924px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#enquiries {
	float: right;
	width: 212px;
	padding-top: 10px;
}
#leftbody {
	float: left;
	width: 640px;
	/*padding-right: 15px;*/
}
#loanscalculator {
	
}
.search {
	width: 147px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.search-btn {
	width: 53px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2361A1;
	background-color: #E8EFFD;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
#sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 60px;
	color: #CCCCCC;
	background-image: url(/aussie-loans-partner-sites.png);
	background-repeat: no-repeat;
	height: 185px;
	width: 214px;
	padding-left: 75px;
	padding-top: 1px;
	text-decoration: none;
}
#sidemenu a {
	color: #CCCCCC;
	text-decoration: none;
}
#sidemenu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}


#featured {
	margin-top: 2px;
}.rightelement {
	background-color: #E8EFFD;
	background-image: url(/divider-horizontal.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-style: none;
	border-top-color: #D5D5FF;
	border-right-color: #D5D5FF;
	border-left-color: #D5D5FF;
	font-family: Arial, Helvetica, sans-serif;
	color: #2460ce;
	width: 194px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#calc {
	background-image: url(/loan-calculator.png);
	background-repeat: no-repeat;
	height:397px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	padding-right: 5px;
	padding-left: 5px;
	width: 204px;
}
/* Tables */
#calc table { border: 0px solid #ccc; border-width: 0px; line-height: 15px; margin: 0 0 0 0; padding: 0 5px; }
#calc table .even { background: #ddd !important; }
.clachead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;

	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#calc caption { }
#calc tr { border-bottom: 0px solid #ccc !important; }
#calc th, td { padding: 1px 1px !important; }.inc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #bbc6dd;
	text-decoration: none;
	background-image: url(/loans-inc.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.intcalc {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000 !important;
	width: 85px!important;
	margin: 0px !important;
	padding: 1px !important;
	border: 1px solid #000000;
}

.intcalc2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000!important;
	width: 86px !important;
	padding: 1px !important;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #9cb1dc;
	border: 1px solid #000000!important;
}


.mnthrepayment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 5px;
}
.ee132 {

	font-family: Arial, Helvetica, sans-serif;
	color: #000000 !important;
	width: 85px!important;
	margin: 0px !important;
	padding: 1px !important;
	border: 1px solid #000000;
}

#applynow {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14pt !important;
	font-weight: bold !important;
	color: #E6E6E6 !important;
	text-decoration: none !important;
	background-image: url(/apply-loan-now.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	text-align: center !important;
	clear: both !important;
	height: 64px !important;
	width: 214px !important;
	line-height: 64px;
}
#applynow a {
	
		color: #E6E6E6 !important;
	text-decoration: none !important;



}

#applynow a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.headings {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #333333 !important;
	padding-top: 20px !important;
	clear: both !important;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #333333 !important;
	padding-top: 10px !important;
	padding-bottom: 3px !important;
}
#contact table, td, th {
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#contact headings, subheading {
	padding: 0px !important;
	clear: both !important;
	margin: 0px;
}
#dealers table, td, th {
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	}
#dealers #dealername {
	vertical-align:top;
	margin: 0px;
	border: 1px solid D5D5FF;
	}
	
.dealername {
	padding-right: 10px;
	padding-left: 10px;
}

#homecontent table, td, th {
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#maincontlft {
	margin: 0px;
	float: left;
	width: 296px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
	text-align: justify;
}

#maincontrght {
	margin: 0px;
	float: right;
	width: 296px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: none;
	text-align: justify;
}
#callprompt {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
/*
.header {
	background-color: #132146;
	width: 880px;
	margin-left: 20px;
	margin-top: 15px;
}
body {
	margin-top: 0px;
}
*/

/* - A.S EDITS - */

body {
	background: #051d4d url('library/media/images/site-background.jpg') repeat-x fixed bottom left !important;
	
}

body, .menu, .nav {
	font-family: Arial, Helvetica, "Bitstream Vera Sans", Sans-Serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1;
	padding: 5px 0px;
	margin: 0px;
	color: #273C6A;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3, h4, h5, h6 {
	font-size: 14px;
}

#secondary h1, #secondary h2, #secondary h3, #secondary h4, #secondary h5, #secondary h6 {
	color: #FFFFFF;
	text-transform: uppercase;
}

#secondary a, #secondary a:link, #secondary a:visited {
	color: #788BAF;
	text-decoration: none;
}

#secondary a:hover, #secondary a:active {
	color: #FFFFFF;
	text-decoration: none;
}

input, select, textarea {
	background: #E0E5EF;
	border-width: 1px;
	border-style: solid;
	border-top-color: #182A4F;
	border-left-color: #182A4F;
	border-bottom-color: #475E8F;
	border-right-color: #475E8F;
	color: #293F6F;
}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-top-color: #182A4F;
	border-left-color: #182A4F;
	border-bottom-color: #475E8F;
	border-right-color: #475E8F;
	color: #293F6F;
}

.al-block {
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #182A4F;
	border-right-color: #182A4F;
	border-top-color: #475E8F;
	border-left-color: #475E8F;
	background: #293F6F;
	color: #B5C4DF;
	font-size: 11px;
	padding: 0px 15px 0px 15px;
	margin-bottom: 15px;
	width: 180px;
}

#loan-calculator {
	padding: 0px;
	width: 210px;
}

#formc {
	padding: 0px 15px 8px 15px;
	width: 180px;
}

#loan-calculator h2 {
	color: #FFFFFF;
	padding: 15px 0px;
	text-align: center;
}

#loan-calculator input {
	font-size: 11px;
	padding: 5px;
	width: 70px;
}

#loan-calculator select {
	font-size: 11px;
	padding: 5px;
	width: 80px;
}

.lc-row {
	border-top: 1px solid #475E8F;
	border-bottom: 1px solid #182A4F;
	padding: 10px 0px;
}

.lc-first {
	border-top: none;
	padding: 0px;
}

.lc-last {
	border-bottom: none;
}

.lc-label {
	float: left;
	font-weight: bold;
	width: 90px;
}

.lc-total {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.lc-note {
	color: #59859F;
	font-size: 9px;
	font-weight: normal;
}

.lc-field {
	float: right;
}

.lc-total-field input {
	font-size: 14px !important;
	font-weight: bold !important;
	text-align: center;
	width: 170px !important;
}

.lc-extra {
	padding: 1px 0px 3px 0px;
	text-align: center;
}


.widget {
	margin: 0px;
}

.rb-block {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #475E8F;
	border-bottom: 1px solid #182A4F;
}

.rb-first {
	border-top: none;
}

.rb-last {
	border-bottom: none;
}

.rb-block ul {
	margin-left: 20px;
}

.rb-block li {
	margin: 5px 0px;
}

#page {
	/*background: #293F6F url('library/media/images/page-background-2.png') repeat-y top left;*/
background: #cccccc;
	border-width: 0;
	border-style: solid;
	border-top-color: #3F537F;
	border-left-color: #475E8F;
	border-bottom-color: #182A4F;
	border-right-color: #C2DEEF;
}

#secondary {
	background: #e1e1e1;
	border: none;
	padding-left: 10px;
	width: 225px;
}

#containerend {
	background: none;
	padding: 0px;
	height: auto;
	margin: 0px;
}

#al-calls .rb-block {
	padding-top: 15px;
}

#al-apply {
	padding-top: 12px;
	padding-bottom: 12px;
}

#al-calls a, #al-apply a, #al-calls a:link, #al-apply a:link, #al-calls a:visited, #al-apply a:visited {
	display: block;
	font-weight: bold;
	line-height: 1;
	font-size: 20px;
	color: #B5C4DF !important;
	text-transform: uppercase;
}

#al-calls a:hover, #al-apply a:hover, #al-calls a:active, #al-apply a:active {
	color: #FFFFFF !important;
}

.menu {
	background: #0E59A4;
	border-width: 1px;
	border-style: solid;
	/*border-top-color: #475E8F;*/
	border-top: none !important;
        border-left-color: #0E59A4;
	border-bottom-color: #0E59A4;
	border-right-color: #0E59A4;
	padding: 0px;
	margin: 0px;
}

.nav {
	padding: 0px;
	margin: 0px;
}

.menu, .nav {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav li a {
	padding-left: 15px;
	padding-right: 15px;
}

.nav a, .nav a:link, .nav a:visited, .nav li {
	color: #B5C4DF !important;
	background: none !important;
	background-image: none !important;
}

.nav a:hover, .nav a:active, .nav li:hover {
	color: #FFFFFF !important;
	background: none !important;
	background-image: none !important;
}

.nav li ul {
	margin-top: 11px;
	margin-left: 10px;
	width: 180px !important;
	z-index: 1000 !important;
}

.nav li ul li a {
	font-size: 10px;
	padding: 10px;
	text-transform: none;
}

.footer {
	background: #1D2D4F;
	border-width: 1px;
	border-style: solid;
	border-top-width: 0px;
	border-left-color: #475E8F;
	border-bottom-color: #14213F;
	border-right-color: #182A4F;
	padding: 5px;
	margin: 0px;
}

.footer p {
	margin: 0px;
	padding: 8px 0px 10px 0px;
	line-height: 1;
}

.footer p, .footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #374A6F;
}

#primary {
	margin-left: 13px;
	width: 663px;
}

.carouselContainer {
	display: none !important;
}

#slideshow {
	background: #1D2D4F;
	border-width: 1px;
	border-style: solid;
	border-top-color: #182A4F;
	border-left-color: #182A4F;
	border-bottom-color: #475E8F;
	border-right-color: #475E8F;
	margin-top: 2px;
	height: 230px;
}

#bodycontent {
	
	background: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-top-color: #182A4F;
	border-left-color: #182A4F;
	border-bottom-color: #475E8F;
	border-right-color: #475E8F;
	
	padding: 13px 20px;
	margin: 15px 0px;
	width: 621px;
	
}

#leftbody {
	width: 610px;
}

#bodycontent h1 {
	text-transform: uppercase;
}

#al-calls, #al-apply {
	padding-top: 5px;
	padding-bottom: 5px;
}

#al-calls .rb-block{
	padding: 0px;
}

#al-apply {
	padding: 0px 15px;
}

#al-calls .rb-block a, #al-apply a {
	padding: 15px 0px;
}

#al-apply a {
	background: url('library/media/images/apply-now-icon.png') no-repeat 0px 12px;
	padding-left: 45px;
}

#al-calls .rb-block a {
	padding-left: 45px;
}

.rb-moto a {
	background: url('library/media/images/motorcycle-icon.png') no-repeat 0px 8px;
}

.rb-car a {
	background: url('library/media/images/car-icon.png') no-repeat 0px 8px;
}

.rb-boat a {
	background: url('library/media/images/boat-icon.png') no-repeat 0px 8px;
}


#leftbody h1 {
	padding-bottom: 15px;
        font-size: 17px;
}

#primary p {
	font-size: 12px;
	line-height: 1.8;
}


.entry-title {
	padding-top: 5px;
	border-bottom: none;
}

.entry-meta, .entry-meta a, .entry-meta a:link, .entry-meta a:visited, .entry-meta a:hover, .entry-meta a:active {
	color: #6D869F;
	text-decoration: none;
}

.header {
	margin-bottom: 13px;
}

#logo {
	float: left;
	width: 600px;
	background: url('library/media/images/logo-map.png') no-repeat 20px 5px;
}

#logo h1 {
	color: #FFFFFF;
	font-size: 28px;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-weight: normal;
	padding: 8px 0px 0px 85px;
}

#al-tagline {
	font-size: 10px;
	padding: 0px 0px 10px 85px;
	margin-top: -7px;
	color: #e1e1e1;
}

.al-title-end {
	color: #FFFFFF;
}

#phone {
	float: right;
	width: 300px;
	text-align: right;
}

#phone h1 {
	color: #FFFFFF;
	font-size: 34px;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-weight: normal;
	padding: 2px 25px 0px 0px;
}

#al-phoneline {
	font-size: 10px;
	padding: 2px 25px 10px 0px;
	/*margin-top: -7px;*/
	color: #e1e1e1;
}

#primary h2 {
	border-top: 1px dotted #9BAECF;
	padding-top: 15px;
	margin-top: 15px;
}

.box {
	background: #DFE9FF;
	border: 1px solid #B3C6EF;
	padding: 15px;
	margin: 15px 0px;
}

.quote {
	font-weight: bold;
	color: #273C6A;
	font-size: 20px !important;
	font-style: italic;
	padding-left: 15px;
	padding-right: 15px;
}

#primary h1, #primary h2, #primary h3, #primary h4, #primary h5, #primary h6 {
	text-transform: uppercase;
}

/*#accordion h4 {
	border-top: 1px dotted #9BAECF;
	margin-top: 5px;
	padding-top: 8px;
}*/

.section, .section:link, .section:visited, .section:hover, .section:active {
	border-top: 1px dotted #9BAECF;
	display: block;
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 15px;
	margin-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #273C6A;
	padding-left: 12px;
}

.uppercase {
	text-transform: uppercase;
}

.accordion h4 a, .accordion h4 a:link, .accordion h4 a:visited {
	text-decoration: none;
}

.accordion h4 a:hover, .accordion h4 a:active {
	text-decoration: none;
}

.accordion h4 {
	background: #FFFFFF;
	border: 1px solid #C2D0EF;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}

.accordion h4:hover {
	background: #DFE9FF;
	border: 1px solid #B3C6EF;
}

.ui-accordion-content {
	padding: 0px 10px 10px 10px;
}

.ui-accordion-content p {
	margin: 0px;
	padding: 0px;
	font-size: 11px !important;
	color: #273C6A !important;
}

.ui-state-active, .ui-accordion-content-active {
	background: #DFE9FF !important;
	border: 1px solid #B3C6EF !important;
}

.ui-state-active {
	border-bottom: none !important;
}

.ui-accordion-content-active {
	border-top: none !important;
}

.anchor-list {
	font-weight: bold;
	color: #B3C6EF;
	text-align: center;
}

.anchor-list a, .anchor-list a:link, .anchor-list a:visited {
	padding: 0px 3px;
	text-decoration: none !important;
}

#slideshow img {
	display: none;
}


.nav * {
	z-index: 1000;
}

.text-center {
	text-align: center !important;
}

.col {
	padding: 15px;
	border-bottom: 1px solid #B3C6EF;
}

.col-left {
	float: left;
	width: 250px;
}

.col-right {
	float: right;
	width: 250px;
	text-align: right;
}

#dealer-list {
	border-top: 1px solid #B3C6EF;
	border-left: 1px solid #B3C6EF;
	border-right: 1px solid #B3C6EF;
}

.contact-block {
	width: 160px;
	float: left;
	margin: 5px;
	padding: 15px;
	background: #DFE9FF !important;
	border: 1px solid #B3C6EF !important;
}

.contact-label {
	width: 85px;
	float: left;
	font-weight: bold;
	margin: 5px;
	font-size: 14px;
	color: #182A4F;
	text-transform: uppercase;
}

.contact-field {
	width: 400px;
	float: left;
	margin: 5px;
}

.contact-button {
	float: left !important;
	margin: 5px !important;
}

.contact-button input {
	color: #E0E5EF !important;
	background: #182A4F !important;
	font-weight: bold !important;
	width: auto !important;
}

#contact-form {
	margin-left: 100px;
}

#al-apply {
	border-top-color: #AEDF37;
	border-left-color: #AEDF37;
	border-bottom-color: #214F06;
	border-right-color: #214F06;
	background: #6CAF00;
}

#al-apply:hover {
	border-top-color: #C9FF5F;
	border-left-color: #C9FF5F;
	border-bottom-color: #446F00;
	border-right-color: #446F00;
	background: #76BF00;
}

#al-apply a, #al-apply a:link, #al-apply a:visited {
	color: #D1EF95 !important;
}

#al-apply:hover a, #al-apply a:hover, #al-apply a:active {
	color: #FFFFFF !important;
}

#application-form, #application-form table, #application-form tr, #application-form td {
border-collapse: collapse;
border: none;
}


#application-form .apptext {
width: 90px;
}

#application-form .wider {
width: 130px;
}


#application-form h1 {
	font-size: 16px;
	padding-top: 50px;
}


.container {
	
        background: #4a6fc2 url('library/media/images/header.jpg') repeat-x;
        /*background: #4a6fc2 url('library/media/images/blue.jpg') repeat-x;*/
	border: 4px solid #FFFFFF;
	margin: 15px auto;
	padding: 20px 0px 0px 0px;
}





#loan-calculator {
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #A7CADF;
	border-right-color: #A7CADF;
	background: #DFF3FF;
	color: #30576F;
}

#loan-calculator h2, .lc-total {
	color: #30576F;
}

#loan-calculator input, select, textarea {
	background: #EFF9FF;
	border-color: #59859F;
}

.lc-row {
	border-top-color: #FFFFFF;
	border-bottom-color: #A7CADF;
}

.but {
width: 232px;
padding: 5px;
}

.but1 {
width: 232px;
padding: 5px;
float: left;
}

.but2 {
width: 232px;
padding: 5px;
float: right;
}


.fk {
width: 484px;
}

.b {
	color: #4374BC;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}


.container-left {
	bottom: 350px;
	left: 35px;
	position: fixed;
	z-index: -1000;
}

.container-right {
	bottom: 350px;
	position: fixed;
	right: 55px;
	z-index: -1000;
}

.ie6 .container-left, .ie6 .container-right { display: none; }

#contact td, #contact tr {border-left: 1px solid #000; border-top: 1px solid #000;}
#contact {border-bottom: 1px solid #000; border-right: 1px solid #000;}
td {margin: 0 10px;}

#contact tr td{
padding: 15px !important;
}

#contact td.smallHeading {
padding: 5px 15px !important;
}

#contact {font-size: 11px;}

.address {
	float: right; margin-top: 10px;
}
.wpcf7 {
float: left;
width: 50%;
}

#post-17 { height: 700px;}

.container-left {
	bottom: 350px;
	left: 35px;
	position: fixed;
	z-index: -1000;
}

.container-right {
	bottom: 350px;
	position: fixed;
	right: 55px;
	z-index: -1000;
}

