/*

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font-family: “Lucida Sans Unicode”, sans-serif;
	vertical-align: top;
	background: #5574c8;
	color: #919292;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}
body.login {
	line-height: 1;
	font-family: “Lucida Sans Unicode”, sans-serif;
	vertical-align: top;
	background: #FFF;
	color: #919292;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
img.absmiddle {
	vertical-align: middle;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.padleft {
	padding-left: 20px;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link {
	color: #919292;
	text-decoration: underline;
}
a:hover {
	color: #919292;
	text-decoration: none;
}
a:active {
	color: #919292;
	text-decoration: none;
}
a:visited {
	color: #919292;
	text-decoration: underline;
}
a:visited:hover {
	color: #919292;
	text-decoration: none;
}

a.flinks:link {
	color: #4c6cc5;
	text-decoration: underline;
}
a.flinks:hover {
	color: #4c6cc5;
	text-decoration: none;
}
a.flinks:active {
	color: #4c6cc5;
	text-decoration: none;
}
a.flinks:visited {
	color: #4c6cc5;
	text-decoration: underline;
}
a.flinks:visited:hover {
	color: #4c6cc5;
	text-decoration: none;
}

a.whitelink:link {
	color: #FFF;
	text-decoration: underline;
}
a.whitelink:hover {
	color: #FFF;
	text-decoration: none;
}
a.whitelink:active {
	color: #FFF;
	text-decoration: none;
}
a.whitelink:visited {
	color: #FFF;
	text-decoration: underline;
}
a.whitelink:hover {
	color: #FFF;
	text-decoration: none;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}

/* =4 Structure
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#login {
	width: 225px;
	z-index: 999;
	position: absolute;
	top: 50px;
	right: 0px;
	background-color: white;
	padding: 10px;
	border: 2px solid #faa61a;
	display: none;
}

#outer_wrapper {
	width: 990px;
	margin: 0 auto;
}
#shadow_wrapper {
	width: 990px;
	background-image: url(../img/background_shadows.gif);
	background-repeat: repeat-y;
}
#inner_wrapper {
	width: 964px;
	margin-left: 13px;
	margin-right: 13px;
	position: relative;
}
#topnav {
	width: 964px;
	height: 65px;
	background-image: url(../img/background_topnav.gif);
	background-repeat: no-repeat;
	position: relative;
}
#topnav_int {
	width: 528px;
	height: 65px;
	background-image: url(../img/background_topnav_int.gif);
	background-repeat: no-repeat;
	position: relative;
}
#topnav_head {
	width: 528px;
	height: 145px;
	display: inline;
	float: left;
}
#icon_home {
	width: 91px;
	height: 49px;
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 150px;
}
#icon_contact {
	width: 114px;
	height: 53px;
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 65px;
}
#topnav_wrapper {
	text-align: right;
	padding-top: 0px;
}
#topcurve {
	width: 964px;
	height: 96px;
}
#navigation {
	width: 298px;
	height: 318px;
	display: inline;
	float: left;
	background-image: url(../img/background_sidenav.gif);
	background-repeat: no-repeat;
}
#navigation_int {
	width: 253px;
	display: inline;
	float: left;
}
#nav_content {
	width: 964px;
	background-image: url(../img/background_navcontent.gif);
	background-repeat: repeat-y;
}

#logo {
	width: 368px;
	height: 315px;
	display: inline;
	float: left;
}
#logo_int {
	width: 436px;
	height: 145px;
	display: inline;
	float: left;
}
#weloveit {
	width: 298px;
	height: 315px;
	display: inline;
	float: left;
}
#weloveit_pad {
	width: 205px;
	margin-left: 40px;
}

#bottomcurve {
	width: 964px;
	height: 47px;
}
#icons {
	width: 964px;
	height: 79px;
	padding-top: 47px;
	padding-bottom: 51px;
}
#main_content {
	width: 711px;
	display: inline;
	float: left;
}
#content_pad {
	padding-left: 67px;
	padding-top: 37px;
	padding-right: 85px;
}
img.content_pad_photo {
	padding-left: 10px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	float:right;
}
#content_pad_rate {
	padding-left: 67px;
	padding-right: 85px;
}
#footer_links {
	width: 964px;
	height: 72px;
	background-image: url(../img/footer_int.gif);
	background-repeat: no-repeat;
	position: relative;
}
#links {
	position: absolute;
	bottom: 0px;
	left: 29px;
	width: 250px;
}
#tagline {
	position: absolute;
	bottom: 10px;
	left: 29px;
	width: 960px;
	text-align: center;
}
#rates {
	width: 165px;
	margin-left: 44px;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	line-height: 18px;
	margin-top: 30px;
}
.stamp {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.text_box {
	background-color: #e0e6f5;
	padding: 5px;
}
.formbutton {
	width: 115px;
	margin-top: 10px;
	height: 32px;
	background-image: url(../img/submit.gif);
	padding: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.formbuttonsend {
	width: 115px;
	margin-top: 10px;
	height: 32px;
	background-image: url(../img/send.gif);
	padding: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
}


/* =5 Styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
p {
	line-height: 22px;
	margin-bottom: 1em;
	margin-top: 1em;
}

.orange {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	color: #faa61a;
}
.orange_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	color: #faa61a;
}
.orange_head_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	color: #faa61a;
}
.blue {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	color: #4569c9;
}
.blue_med {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	color: #4569c9;
}
.blue_med_b {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 25px;
	text-transform: normal;
	color: #4569c9;
}
.blue_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	color: #4569c9;
}
.blue_head a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	color: #4569c9;
	text-decoration: none;
}
.links {
	color: #4c6cc5;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	line-height: 16px;
}
.green {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	color: #a9c831;
}
.green_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	color: #a9c831;
}
.blue_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin-left: 5px;
	text-transform: normal;
	color: #4569c9;
}
.topnav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	color: #FFF;
	line-height: 30px;
}
.topnav li#tcurrent {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #5574c8;
	line-height: 30px;
}
.topnav a {
	text-decoration: none;
	color: #FFF;
}
.topnav a#tcurrent {
	text-decoration: none;
	color: #5574c8;
}
.topnav a:hover {
	text-decoration: none;
	color: #5574c8;
}

.sidenav {
	padding-left: 0;
	margin-left: 0;
	width: 298px;
	margin-top: 28px;
}
.sidenav li {
	list-style: none;
	margin: 0;
	background-image: url(../img/sidenav_underline.gif);
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}
.sidenav li a#scurrent {
	text-decoration: none;
	color: #5574c8;
}
.sidenav li a {
	text-decoration: none;
	color: #fff;
	padding-left: 148px;
}
.sidenav li a:hover {
	text-decoration: none;
	color: #5574c8;
}



.sidenav_int {
	padding-left: 0;
	margin-left: 0;
	width: 253px;
	margin-top: 28px;
}
.sidenav_int li {
	list-style: none;
	margin: 0;
	background-image: url(../img/sidenav_int_underline.gif);
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}
.sidenav_int li#licurrent {
	list-style: none;
	margin: 0;
	background-image: url(../img/sidenav_int_underline_on.gif);
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}
.sidenav_int li a#scurrent {
	text-decoration: none;
	color: #5574c8;
	text-transform: uppercase;
}
.sidenav_int li a#smcurrent {
	text-decoration: none;
	color: #5574c8;
}
.sidenav_int li a {
	text-decoration: none;
	color: #fff;
	padding-left: 140px;
}
.sidenav_int li a:hover {
	text-decoration: none;
	color: #5574c8;
}

#form_wrapper {
	width: 550px;
}
#form_name {
	width: 64%;
	display: inline;
	float: left;
}
#form_phone {
	width: 34%;
	display: inline;
	float: right;
}

#form_short {
	width: 350px;
	display: inline;
	float: left;
}

input {
	width: 100%;
	border: 1px solid #cac9c9;
	background-color: #FFF;
	margin: 3px;
	font-family: “Lucida Sans Unicode”, sans-serif;
	color: #919292;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}
textarea {
	width: 100%;
	border: 1px solid #cac9c9;
	background-color: #FFF;
	height: 100px;
	margin: 3px;
	font-family: “Lucida Sans Unicode”, sans-serif;
	color: #919292;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}
#jobs_left {
	width: 160px;
	display: inline;
	float: left;
}
#jobs_right {
	width: 400px;
	display: inline;
	float: left;
	border-left: 1px solid #faa61a;
}
#jobs_right_pad {
	width: 242px;
	margin-left: 75px;
	display: inline;
	float: left;
}
.smallblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4d6cbf;
}
#signalholder {
	width: 19px;
	display: inline;
	float: left;
	padding-top: 10px;
	margin-right: 5px;
}
#testimonial_jobs {
	width: 218px;
	display: inline;
	float: left;
}

#ratebox {
	width: 678px;
	margin: 0 auto;
	margin-top: 42px;
}
#ratebox_content {
	width: 678px;
	background-color: #dde3f4;
}
.photo_left {
	display: inline;
	float: left;
	width: 277px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.photo_right {
	display: inline;
	float: left;
	width: 277px;
	margin-bottom: 10px;
}
.photo_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d6cbf;
}
.photo_caption a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d6cbf;
}
#footer_links_hp {
	width: 964px;
	margin: 0 auto;
}
#copyright {
	display: inline;
	float: left;
	width: 50%;
	color: #FFF;
	font-size: 10px;
}
#rhoads {
	display: inline;
	float: left;
	width: 50%;
	text-align: right;
	color: #FFF;
	font-size: 10px;
}
#boxes {
	width: 728px;
	margin: 0 auto;
	padding: 25px;
}

#box_news {
	width: 144px;
	height: 49px;
	display: inline;
	float: left;
	margin-right: 34px;
	background-image: url(../img/box_news.gif);
	background-repeat: no-repeat;
	padding-left: 76px;
	padding-top: 34px;
	line-height: 1.3;
}

#box_news a {
text-decoration: none;
}

#box_news a:hover {
text-decoration: underline;
}

#box_tip {
	width: 144px;
	height: 49px;
	display: inline;
	float: left;
	margin-right: 34px;
	background-image: url(../img/box_tip.gif);
	background-repeat: no-repeat;
	padding-left: 76px;
	padding-top: 34px;
	line-height: 1.3;
}

#box_tip a {
text-decoration: none;
}

#box_tip a:hover {
text-decoration: underline;
}

#box_google {
	width: 144px;
	height: 49px;
	display: inline;
	float: left;
	margin-right: 34px;
	background-image: url(../img/box_google.gif);
	background-repeat: no-repeat;
	padding-left: 76px;
	padding-top: 34px;
	line-height: 1.3;
}

#box_google a {
text-decoration: none;
}

#box_google a:hover {
text-decoration: underline;
}

#box_apple {
	width: 144px;
	height: 49px;
	display: inline;
	float: left;
	background-image: url(../img/box_apple.gif);
	background-repeat: no-repeat;
	padding-left: 76px;
	padding-top: 34px;
	line-height: 1.3;
}

#box_apple a {
text-decoration: none;
}

#box_apple a:hover {
text-decoration: underline;
}