@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
    background-repeat:repeat-x;
	margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */						
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	text-align: center;
}
a:link{
	color:#00A8DE;
	text-decoration:none;
}
a:hover{
	color:#00A8DE;
	text-decoration:underline;
}
a:visited{
	color:#00A8DE;
}
a:active{
	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#333;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#00A8DE;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	background-color:#C1D82F;
	display:block;
	text-align:center;
	margin-top:10px;
	padding:3px;
}

#container {
	width: 1090px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	overflow: auto;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	-webkit-box-shadow: 0px 0px 10px #b8b8b8;
	-moz-box-shadow: 0px 0px 10px #b8b8b8;
	box-shadow: 0px 0px 10px #b8b8b8;
	border: 1px solid #999;
	padding: 20px 20px 7px 20px;
	_padding: 10px 10px 3px 10px;		
}

#logo {
	float:left;
	margin:0;
	padding:0;
	width: 1090px;	
}

#logo img {
	border:0;
	float:left;
	margin:0 0 10px 0;
	padding:0;
}

#logo p {
	margin:0;
	padding:0;
}

#number {
	float: right;
	color: grey;
	text-align: left;
	width: 260px;
	margin: 12px 0 0 0;
}

#number #talk {
	float: left;
	width: 150px;
}

#number #talk span {
	color: #009DDC;
	font-size: 20px;
}

#number #hours {
	float: right;
	font-size: 9px;
	width: 95px;
	height: 50px;
	border-left: solid 1px #CCC;
	padding: 0 0 0 5px;
}

#search {
	margin: 12px 0 0 0;
	float: right;
	width: 300px;
}

#search form {
	float: right;
}

nav {
	width:1090px;
	float:left;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

nav ul {
	list-style:none;
	width:0px;
	margin:20px 20px 20px 20px;
}

nav ul li {
	display: inline;
	margin:20px 20px 20px 20px;
}

#home-1st {
	float:left;
}

.photo {
	margin-left:5px;
	margin-bottom:20px;
	
	
}



#banner {
	width:1090px;
	height:168px;
	float:left;
	border:solid 2px #00A8DE;
	background-image:url(images/banner-bg.jpg);
}

.banner-image {
	float:left;
	margin:0px 0 0 5px;
	
}
#banner_wapper {
	width: 514px;
	height: 168px;
		
}
.banner-text {
	/* [disabled]float: left; */
	margin: 40px 0 0 40px;
	z-index: 10;
	position: relative;
	top: -180px;
	left: 550px;
	width:500px;
}


.get {
	float:left;
	margin:-250px 0 0 700px;
	position:absolute;
	z-index:4;
    

}

#home-2nd {
	width: 1090px;
	float:left;	
}

.home-topic {
	margin:20px 0px 0px 220px;
}

.road-content {
	float:left;
	width:500px;
	height:100px;
	margin:0 10px 10px 15px;
}

.home-2nd-box {
	float:left;
	width: 522px;
	height:348px;
	background-color:#ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:solid 2px #00A8DE;
	margin:0 5px 20px 10px
}

.home-2nd-box img{
	margin:-10px 0px 0px 110px;
}

.home-2nd-box:hover {
	float:left;
	width: 522px;
	height:348px;
	background-color:#F0FBFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:solid 2px #00A8DE;
	margin:0 5px 20px 10px
}

#home-3rd {
	float:left;
	width:1090px;
	height:370px;
	margin-bottom:6px;
}

#insurance {
	float:left;
	list-style: none;
	overflow: auto;
	padding: 10px 10px 10px;
}

#in-content {
	width:300px;
	margin-top:10px;
	margin-left:20px;
}

#home-3rd-box {
	float:left;
	width:359px;
	height:370px;
	background-color:#F6F6F6;
	
	
}

#home-3rd-box2 {
	float:left;
	width:359px;
	height:370px;
	background-color:#F0FBFF;
	margin:0 6px 0 6px;
	
	
}

#home-partner {
	text-align:center;
	width:1090px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	border-top:solid 6px #00A8DE;
	border-bottom:solid 6px #00A8DE;
}

.partner-pic {
	margin:5px 0 3px 0;
}

/*------------Home finish-----------*/


#column {
	width: 1090px;
	float:left;
}

.topic {
	margin:0px 0px 15px 15px;
}

#left {
	width: 220px;
	float:left;
}

#left1 {
	float:left;
	width: 220px;
}

#left1 a:link {
	color:#000;
}

#left1 a:visited {
	color:#000;
}

#left1 a:hover {
	color:#000;
}

.ul-box {
	
	width:190px;
	height:44px;
	display:block;
	border-left:solid 10px #00A8DE;
	margin:10px 10px 10px 20px;
}

.ul-box:hover {
	
	width:190px;
	height:44px;
	display:block;
	border-left:solid 10px #c1d72e;
	margin:10px 10px 10px 20px;
}

.box-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	width:80px;
	float:left;
	margin:13px 10px 10px 10px;
}

.left2 {
	float:left;
	width: 220px;
	background-color:#f0fbff;
	border:solid 1px #00A8DE;
	margin:5px 10px 5px 0;
}

#left3 {
	float:left;
	width: 220px;
	border:solid 1px #00A8DE;
	margin:5px 10px 5px 0;
}

#leftsocial {
	float:left;
	width: 220px;	
}

.social_logo{
	list-style: none;
	margin: 0px 0px 10px -15px;
	overflow: auto;
}

.social_logo li {
	display: inline;
	width: 34px;
	height: 34px;
	float: left;
}

.social_facebook {
	width: 34px;
	height: 34px;
	background: url(images/icons.png) no-repeat;
	background-position: 0px -925px;
}

.social_twitter {
	width: 34px;
	height: 34px;
	background: url(images/icons.png) no-repeat;
	background-position: 0px -962px;
}

.social_googleplus {
	width: 34px;
	height: 34px;
	background: url(images/icons.png) no-repeat;
	background-position: 0px -998px;
}

.social_linkedin {
	width: 34px;
	height: 34px;
	background: url(images/icons.png) no-repeat;
	background-position: 0px -1035px;
}

.social_youtube {
	width: 34px;
	height: 34px;
	background: url(images/icons.png) no-repeat;
	background-position: 0px -889px;
}


#middle {
	width: 538px;
	float:left;
	margin:0 18px 20px 18px;
}

.on-off-image {margin-left:100px;
}

#right {
	margin: 10px 0 0 0;
	width: 290px;
	float:left;
	
}

#right-1st {
	margin-bottom:10px;
	border: 1px solid #b8b8b8;
	-webkit-box-shadow: 2px 2px 5px 1px #b8b8b8;
	-moz-box-shadow: 2px 2px 5px 1px #b8b8b8;
	box-shadow: 2px 2px 5px 1px #b8b8b8;
}

.content-right-inner {
	width:290px;
	float:left;
	background-color:#98D6EE; 
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

.content-right-inner span {
	width:274px;
	float:left;
	background-color:#ffffff;
	display: block;
	text-decoration: none;
	overflow: hidden;
	margin:6px 7px 6px 7px; 
}

.content-right-inner span h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#00A8DE;
}

fieldset {
	display: block;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
	-webkit-padding-before: 0.35em;
	-webkit-padding-start: 0.75em;
	-webkit-padding-end: 0.75em;
	-webkit-padding-after: 0.625em;
	border: 0px;
	border-image: initial;
}

.finance {
	font-size: 10px;
	font-weight: bold;
	background: url(http://www.natloans.com.au/wp-content/themes/natloans/assets/images/icons/images/icons.png) 0px -542px no-repeat;
	margin: 0 0 0 10px;
	padding: 1px 0 5px 35px;
	line-height: 35px;
}

#horizontalForm input.submit {
	float: right;
	color: #469749;
	font-size: 1.8em;
	background: url(http://www.natloans.com.au/wp-content/themes/natloans/assets/images/get-started.gif) no-repeat;
	text-align: left;
	text-decoration: none;
	padding: 7px 10px 20px 10px;
	height: 42px;
	width: 200px;
	border: 0;
	margin: -10px 0 10px 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
}

.calculator_list {
	list-style: none;
	margin: 0px;
	overflow: auto;
	background-color:#f0fbff;
	padding: 10px 10px 10px;
}

.calculator_list li {
	margin: 0 0 0 15px;
}

.lenders {
	list-style: none;
	overflow: auto;
	margin: 0 0 10px -20px;
}

iframe {
	margin:10px 10px 10px 12px;
}










#footer {
    clear:both;
    float:left;
    width:100%;

	margin: 10px 0 0 0;

	border-top:1px solid #000;
}
#footer p {
    padding:10px;
    margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}