/*
Theme Name: Speedy Loan Search
Author: Dmitriy Shved
Version: 2.0
License: GNU General Public License
License URI: license.txt
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#fff;
	font-family: Arial, tahoma, sans-serif;
	font-size: 13px;
	}


body, input, textarea {
	color: #273538;

}

/* Headings */
h1, h2, h3 {
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: normal;
	text-rendering: optimizelegibility;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.7em;
}

/* Text elements */
p {
	margin-bottom: 12px;
}


ul, ol {
	margin: 0 0 1.7em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.7em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 30px 1.7em;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 0.85em 1.7em;
}
code {
	font: 12px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
body a{outline: none;border:none;}
body img {outline: none;border:none;}

/* Links */
a{color:#0066cc; text-decoration:none;}

a:hover{text-decoration: none; color:#000;}



/* container */
.information {
width: 940px;
margin: 40px auto;
height: 90px;
}

.information div{
	float: left;
	height: 90px;
	margin-right: 20px;
}
.information div:last-child{
	margin-right: 0;
}

.information div h1 {
	color: #273538;
	font-size: 21px;
}
.information div p {
	color: #273538;
	font-size: 12px;
	line-height: 18px;
}
.information div:nth-child(1){
 background: url(images/info1.png) no-repeat;
 padding-left: 78px;
 width: 222px;
}
.information div:nth-child(2){
 	background: url(images/info2.png) no-repeat 0 12px;
 	padding-left: 98px;
 	width: 202px;
}
.information div:nth-child(3){ 
	background: url(images/info3.png) no-repeat;
	padding-left: 99px;
 	width: 201px;
}

#container {
	margin: 0 auto;
	padding: 0 0 100px 0;
	overflow:hidden;
	width: 100%;
	float: left;
}
	
#content-box{
width: 940px;
margin: 0 auto;
}

	
/* header */

#header {
width: 100%;
float: left;
}

#header .header-top-top {
width: 100%;
float: left;
}
	
#header .header-top {
width: 940px;
margin: 0 auto;
height: 78px;
}

#header .header-bottom-bottom{
width: 100%;
float: left;
background: #27a7d6 url(images/header_bg.png) 50% 50%;
height: 440px;
}

#header .header-bottom{
width: 940px;
display: table;
background: url(images/banner.png) 50% 50%;
margin: 0 auto;
}

#header .header-bottom-bottom2{
width: 100%;
float: left;
background: #34454a url(images/banner2.png) 50% 50% no-repeat;
height: 130px;
}

#header .header-bottom2{
width: 940px;
margin: 0 auto;
}

#apply2 { 
float: right;
background: url(images/apply2.png) no-repeat 0 0;
width: 220px;
height: 61px;
margin-top: 60px;
}

#header .header-search {
	float: right;
	display: block;
	margin-top:25px;
}


#header .header-search #searchform  #s{
border: 1px solid #d9d9d9;
padding: 5px 10px;
background: #fff;
width: 269px;
color: #939a9b;
margin-right: -15px;
height: 18px;
}

#header .header-search #searchform  #searchsubmit {
background: url(images/search.png) no-repeat;
width: 13px;
height: 14px;
outline:none;
border: none;
cursor: pointer;
    position: relative;
    right: 15px;
	top: 3px;
}
#header .header-menu {
	display: block;
	float: left;
	margin-top:15px;
}

#header .header-menu  ul{
	list-style: none;
	margin: 10px 0;
	padding:0;
}
#header .header-menu  li {
	float: left;
	position: relative;
	margin:0;
	padding:0;
	text-transform: uppercase;
}
#header .header-menu  li:hover {
background: none;
}

#header .header-menu  li:last-child {
background: none;
}
#header .header-menu ul li a {
	display:block;
	text-decoration: none;
	color: #005174;
	font-size: 11px;
	line-height: 16px;
	padding: 10px 15px;
}

#header .header-menu ul li a:hover {
color: #fff;
background: #40555b;
}

#header #logo {
float: left;
margin: 20px 0 0 0;
}

#header #form {
float: right;
max-height: 384px;
margin: 20px 0;
padding: 8px;
border-radius: 10px;
background: rgba(255,255,255, 0.2);

}

#header #form form {
background: #eff9fd url(images/dollar.png) no-repeat 40px 95px;
width: 220px;
height: 367px;
padding: 17px 27px 0 27px;
}

#applybutton {
background: url(images/apply2.png) no-repeat;
width: 220px;
height: 54px;
float: left;
margin-top: 20px;
cursor: pointer;
}

/* @font-face {
	font-family: myriad_pro_condbold;
	src: url('fonts/myriadpro-boldcond.otf');
}

@font-face {
	font-family: tahoma;
	src: url('fonts/MyriadPro-Semibold.otf');
} */



#header #form form h1 {
font-family: tahoma;
font-size: 60px;
color: #fdd038;
text-transform: uppercase;
margin: 0 19px;
float: left;
}

#header #form form h2 {
float: left;
color: #64bde2;
font-size: 48px;
font-family: tahoma;
line-height: 80px;
}
#header #form form #num {
float: left;
background: #66bee2;
border-radius: 100px;
font-size: 30px;
font-weight: bold;
color: #fff;
padding: 1px 10px;
}

#header #form form #text {
float: left;
color: #273538;
font-size: 21px;
font-family: Arial;
margin: 0 0 20px 10px;
padding: 0;
width: 170px;
line-height: 22px;
}

#header #form form label {
margin: 10px 0 4px 0;
float: left;
color: #273538;
font-size: 13px;
}

#header #form form input, #header #form form select {
border-top: 1px solid #cfc39d;
border-left: 1px solid #cfc39d;
border-right: none;
border-bottom: none;
margin: 0;
padding: 0 5px;
font-size: 18px;
}

#header #form #submit {
margin-top: 30px;
font-size: 28px;
color: #fff;
font-weight: bold;
background: #0fc4ea;
border-radius: 20px;
}

#header #form form input {
width: 210px;
height: 30px;
}

#header #form form select {
width: 220px;
height: 30px;
color: #273538;
}

#header #form #submit {
border: none;
background: none;
width: auto;
height: auto;
}

#footer {
	width: 100%;
	float: left;
	padding:20px 0;
	background: #34454a;
	}

#footer .footer{
width: 940px;
margin: 0 auto;
}

#footer .footer-top{
float: left;
width: 100%;
padding: 17px 0 30px;
border-bottom: 1px solid #485356;
}

#footer .footer-bottom{
float: left;
width: 100%;
}

#site-info {
float: left;
margin-top: 10px;
}

#footer #godaddy {
float: right;
padding: 20px 0;
}

#site-info p{
font-size: 12px;
color: #939a9b;
margin-top: 20px;
}

#footer-p {
width: 100%;
float: left;
}

#footer-p p{
width: 300px;
float: left;
color: #475356;
font-size: 11px;
line-height: 18px;
}

#footer-p p:last{
margin-right: 0;
}

#footer .footer-social{
float: left;
}

#footer .footer-social .lj { background: url(images/social/lj.png) no-repeat; }
#footer .footer-social .fb { background: url(images/social/fb.png) no-repeat;}
#footer .footer-social .twit { background: url(images/social/twit.png) no-repeat;}
#footer .footer-social .google { background: url(images/social/google.png) no-repeat;}

#footer .footer-social .lj:hover { background: url(images/social/lj_hover.png) no-repeat; }
#footer .footer-social .fb:hover { background: url(images/social/fb_hover.png) no-repeat;}
#footer .footer-social .twit:hover { background: url(images/social/twit_hover.png) no-repeat;}
#footer .footer-social .google:hover { background: url(images/social/google_hover.png) no-repeat;}

.lj { display: block; height: 20px; margin: 0 10px 0 0 ; float: left;}
.google, .twit, .fb{ display: block; height: 20px; margin: 0 10px; float: left;}
.twit {  width: 31px;}
.google { width: 24px;}
.fb, .lj { width: 20px; } 
#footer .footer-menu{
	display: block;
	float: right;
	padding:0;
}

#footer .footer-menu  ul{
	list-style: none;
	margin: 0;
	padding:0;
}
#footer .footer-menu  li {
	float: left;
	position: relative;
	margin:0;
	background: url(images/footer_menu.png) no-repeat 100% 2px;
	padding: 0 15px;
	text-transform: uppercase;
}
#footer .footer-menu ul li a {
	display:block;
	text-decoration: none;
	color: #18779f;
	font-size: 11px;
}
#footer .footer-menu  li:last-child {
background: none;
}

#footer .footer-menu ul li a:hover {
color: #fff;
}

/* content */

#content-container {
	width:690px;
	float:left;
	margin-left:40px;
}


.sticky{
}

.post {
	margin-bottom:20px;
	padding:0;
	float: left;
	}
	
.pagetitle{
	font:normal 18px "arial", verdana, times;
	}
	
#content h1 {
font-family: tahoma;
}	
	
#content h2{
	color: #273538;
	font-size: 30px;
	font-weight: bold;
	font-family: tahoma;
	}
#content h3 {
	font-family: tahoma;
	color: #273538;
	font-size: 15px;
	font-weight: bold;
}

.entry-content2 {
float: left;
width: 100%;
margin-bottom: 20px;
}

.entry-content2 .img-loop{
float: left;
}

.entry-content2 h1{
float: left;
margin: 0 20px;
font-size: 16px;
max-width: 410px;
}
.entry-content2 h1 a{
color: #005174;
}
.title {
font-size: 30px;
color: #273538;
margin-bottom: 20px;
}

.entry-content2 img {
width: 240px;
height: 140px;
}
.entry-content2 p{
color: #273538;
line-height: 21px;
font-size: 13px;
margin: 15px 0 15px 20px;
float: left;
width: 430px;
}

.entry-content p{
color: #273538;
line-height: 21px;
font-size: 13px;
margin: 15px 0;
}

.postmetadata{
	clear: both;
	padding:6px 0;
	margin: 20px 0;
	}
	
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
}
#nav-above,
.single #nav-below {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 11px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 11px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Left Sidebar */

#left-sidebar{
	width:210px;
	float:left;
}

#left-sidebar h1.categories{
background-image: linear-gradient(bottom, rgb(57,77,82) 35%, rgb(74,94,100) 84%);
background-image: -o-linear-gradient(bottom, rgb(57,77,82) 35%, rgb(74,94,100) 84%);
background-image: -moz-linear-gradient(bottom, rgb(57,77,82) 35%, rgb(74,94,100) 84%);
background-image: -webkit-linear-gradient(bottom, rgb(57,77,82) 35%, rgb(74,94,100) 84%);
background-image: -ms-linear-gradient(bottom, rgb(57,77,82) 35%, rgb(74,94,100) 84%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.35, rgb(57,77,82)),
	color-stop(0.84, rgb(74,94,100))
);
color: #fff;
text-shadow: -1px -1px 1px rgba(39, 53, 56, 1);
font-family: tahoma;
font-size: 24px;
line-height: 24px;
padding: 12px 0 10px 20px;
float: left;
width: 192px;
font-weight:normal;
}
h2.entry-title {font-weight:normal!important;}

#left-sidebar  .sidebar-menu {
	display: block;
	float: left;
	margin:0 0 50px 0;
}

#left-sidebar .sidebar-menu  ul{
	list-style: none;
	margin: 0;
	padding:0;
}
#left-sidebar .sidebar-menu  li {
	float: left;
	position: relative;
	margin:0;
	padding:0;
	text-transform: uppercase;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	width: 100%;
	height: 40px;
	
	background-image: linear-gradient(bottom, rgb(248,248,248) 16%, rgb(255,255,255) 79%);
	background-image: -o-linear-gradient(bottom, rgb(248,248,248) 16%, rgb(255,255,255) 79%);
	background-image: -moz-linear-gradient(bottom, rgb(248,248,248) 16%, rgb(255,255,255) 79%);
	background-image: -webkit-linear-gradient(bottom, rgb(248,248,248) 16%, rgb(255,255,255) 79%);
	background-image: -ms-linear-gradient(bottom, rgb(248,248,248) 16%, rgb(255,255,255) 79%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.16, rgb(248,248,248)),
		color-stop(0.79, rgb(255,255,255))
	);
}

#left-sidebar .sidebar-menu ul li a {
	display:block;
	text-decoration: none;
	color: #005174;
	font-size: 12px;
	padding: 15px 0 0 35px;
	background: url(images/categories.png) no-repeat 20px 19px;
}

#left-sidebar .sidebar-menu ul li a.clear {
	display: inline;
	text-decoration: none;
	color: #005174;
	font-size: 12px;
	padding: 0;
	background: none;
}


#left-sidebar .sidebar-menu ul li a:hover {
color: #273538;
}


/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font: 13px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 0 2px 6px;
}
#wp-calendar th {
	color: #888;
	font-size: 11px;
	text-align: center;
}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tbody a {
	text-decoration: underline;
}
#wp-calendar a:visited {
	color: #0060ff;
}
#wp-calendar a:visited:hover {
	color: #df0000;
}

/* Flickr Widget (WP.com) */
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.7em;
	padding: 0.2em 0;
}


/* Comments */


#comments {
	word-wrap: break-word;
}
#comments h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding: 2px;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	position: relative;
}
#comments li.pingback {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
}
#comments li.pingback + li.pingback {
	margin-top: -1.65em;
}
#comments li.pingback p {
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin: 0;
}
#comments ul li {
	border-bottom: none;
	margin: 14px 0 0 0.85em;
}
#comments .comment-author {
	margin: 0 0 0.85em 66px;
}
#comments .comment-author cite {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
#comments .comment-meta,
#comments .comment-meta a {
	color: #888;
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#comments .comment-meta a:hover {
	color: #df0000;
}
#comments .gravreply {
	padding:0;
	position: absolute;
	top: 14px;
	left: 0;
	width:50px;
	height:175px;
}
.comment-reply-link{
	position:absolute;
	top:45px;
	width:42px;
	height:20px;
	text-align:center;
	font-size:11px;
	color:#6D6D6D;
	line-height:22px;
	}
#comments .avatar {
	position: absolute;
	top: 0;
	left: 0;
}
#comments .comment-body {
	margin-left: 66px;
}
#respond input[type=text] {
	float: left;
	margin: 0 10px 0 0;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}

.comment{
	border-bottom:1px solid #e3e3e3;
	padding:14px 0;
	}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}


/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

.wp-post-image{padding:2px; margin:8px 0; border:1px solid #dedede;}


#content .aside {
	border-left: 1px solid #ccc;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 0.85em;
}

#content ul {
list-style: none;
margin: 20px 0;
}

#content ul li {
background: url(images/li-icon.png) no-repeat 0 10px;
font-weight: bold;
font-size: 13px;
margin: 5px 0;
padding-left: 25px;
line-height: 27px;
}


/* search */
	
#headersearch #searchform {
	text-align: right;
	padding:5px 0 0 0;
	right: 7.6%;
}
#headersearch #searchform div {
	margin: 0;
}
#headersearch #searchform input#s {
	float: right;
	font-size: 12px;
	height: 22px;
	padding: 4px;
	width: 26%; 
	-webkit-transition-duration: 400ms; 
	-webkit-transition-property: width, background; 
	-webkit-transition-timing-function: ease; 
	-moz-transition-duration: 400ms; 
	-moz-transition-property: width, background; 
	-moz-transition-timing-function: ease; 
	color:#666;
}
#headersearch #searchform input#s:focus {
	background-color: #f9f9f9;
	width: 114%; 
}
#headersearch #searchsubmit {
	display: none;
}	

#last-news {
    float: right;
    width: 690px;
	margin-top: 20px;
	padding: 20px;
	margin-right: -20px;
	background: #f8f8f8;
	border: 1px solid #f2f2f2;
}
#last-news h1 {
font-size: 30px;
color: #273538;
float: left;
width: 80%;
font-family: tahoma;
font-weight:normal;
}

#last-news .all {
float: right;
color: #005174;
text-decoration: underline;
background: url(images/allnews.png) no-repeat 0 3px;
padding-left: 20px;
}

#last-news .cs_article {
width: 216px;
float: left;
margin: 20px 20px 20px 0;
}

#last-news .cs_article:last-child {
margin: 20px 0;
}

#last-news .cs_article p{
line-height: 21px;
}

#last-news .cs_article img {
width: 210px;
height: 120px;
}
 
#last-news .cs_article h2 {
margin-top: 15px;
font-size: 16px;
color: #005174;
font-family: tahoma;
}

#last-news .cs_article h2 a {
color: #005174;
}
#last-news .cs_article h2 a:hover {
color: #273538;
}

.testimonials {
float: left;
width: 208px;
border: 1px solid #f2f2f2;
background: #fdfdfd;
}

.testimonials img{
vertical-align: middle;
margin: 0 5px 0 0;
}
.testimonials p{
padding: 20px 20px 0 20px;
color: 273538;
line-height: 25px;
font-style: italic;
}

.testi-bottom {
background: url(images/testy_bottom.png) no-repeat;
float: left;
width: 100%;
height: 38px;
margin-top: -10px;
}

#left-sidebar .author {
float: right;
background: url(images/author.png) no-repeat 0 2px;
color: #939a9b;
font-size: 13px;
font-weight: bold;
padding-left: 20px;
margin: 0 0 5px 50px;
}

#left-sidebar .city {
float: right;
background: url(images/city.png) no-repeat 0 2px;
color: #939a9b;
font-size: 13px;
padding-left: 20px;
margin: 0 0 20px 50px;
}

#banner {
	float: left;
	width: 690px;
	height: 155px;
	margin: 0 0 30px 0;
}
#banner.red{
	background: url(images/banner_red.png) no-repeat;
}
#banner.blue{
	background: url(images/banner_blue.png) no-repeat;
}
#banner h1{
	font-family: Arial;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 55px 0 0 38px;
}

#banner #applyhere {
background: url(images/applyhere.png) no-repeat;
width: 162px;
height: 40px;
float: left;
margin: 10px 0 0 38px;
cursor: pointer;
}

#slider{
	float: left;
	width:100%;
	height: 440px;
}
#slider ul{
	list-style: none;
	margin:0;
	float:left;
}
#slider ul li{
	float: left;
	width:100%;
	height: 440px;
}
#slider .blue{ background:#005174 url(images/slider-bg-blue.png) no-repeat 50% 50%; }
#slider .red{ background:#7d2936 url(images/slider-bg-red.png) no-repeat 50% 50%; }
#slider .blue #content-box{ height: 100%;background: url(images/slider-content-blue.png) no-repeat top right;}
#slider .red #content-box{ height: 100%;background: url(images/slider-content-red.png) no-repeat top right;}
#slider ul li img{
margin: 35px 0 0 20px;
display: inline;
}
#slider h1 {
	margin: 25px 0 0 20px;
	color: #fff;
	font-size: 54px;
	font-weight: bold;
}
#slider h2 {
	margin: 30px 0 0 20px;
	color: #fff;
	font-size: 27px;
	font-weight: lighter;
}
#slider #applynow {
background: url(images/applynow.png) no-repeat;
width: 230px;
height: 50px;
float: left;
margin: 0 0 0 20px;
position:absolute;
bottom: 56px;
cursor: pointer;
}