@charset "utf-8";


/* ABOUT US PAGE
================================================================= */

#aboutus_photo {
	background: url(../../images/content_graphics/aboutus_photo.jpg) no-repeat;
	height: 268px;
	margin: 20px 0 30px 0;
	width: 719px;	
}

#aboutus_bbb {
	height: 87px;
	margin-top: 40px;
	padding-left: 35px;
}
#aboutus_bbb a {
	background-position: top;
	border: none;
	display: block;
	float: left;
	height: 87px;
	margin-left: 30px;
	width: 277px;
}
#aboutus_bbb a.accredited {background-image: url(../../images/content_graphics/aboutus_bbb.png);}
#aboutus_bbb a.reliability {background-image: url(../../images/content_graphics/aboutus_bbb_reliability.png);}

#aboutus_bbb a:hover,
#aboutus_bbb a:active {
	background-position: bottom;
	border: none;
}
#aboutus_bbb a span {display: none;}


/* BLOG
================================================================= */

#blog_icon {
	background: url(../../images/content_graphics/blog_rss.png) no-repeat right top;
	display: block;
	float: right;
	height: 32px;
	width: 32px;
}
#blog_footer {
	border-top: dotted 1px #999999;
	display: block;
	font: 8pt Tahoma, Geneva, sans-serif;
	padding: 40px 0 20px 0;
	text-align: center;
}

/* xml blog format
--------------------------------------- */

#blogrss {padding-top: 30px;}
.blogrss_date {
	background: #808080;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 6px;
	text-shadow: #555555 -1px -1px 0px;
}
.blogrss_title {
	display: block;
	font: 14pt "Franklin Gothic Demi Cond", Arial, Helvetica, sans-serif;
	margin: 35px 0 20px 0;
}
.blogrss_body {padding-bottom: 50px;}


/* CAREER OPPORTUNITIES PAGE
================================================================= */

.job_wrap {
	background: #efefef;
	border: solid 1pt #cbcbcb;
	margin-bottom: 20px;
	padding: 4px;
}
.job_title {
	background: #b9b9b9;
	display: block;
	font: 13pt "Franklin Gothic Demi Cond", Arial, Helvetica, sans-serif;
	padding: 10px 10px 5px 10px;
	text-shadow: #dddddd 1px 1px 0px;
}
.job_title_leap {
	background: #ff9;
	text-shadow: #ffffff 1px 1px 0;
}
.job_graphic_leap {
	background: url(../../images/content_graphics/leap_graphic.png) no-repeat left bottom;
	float: left;
	height: 190px;
	width: 210px;
}
.job_body {padding: 20px;}
.job_link {
	font: 12pt "Franklin Gothic Demi Cond", Arial, Helvetica, sans-serif;
	padding: 10px 0;
}

/* CAREERS L.E.A.P. PAGE
================================================================= */

#leap_panel {
	background: url(../../images/content_graphics/leap_panel.png) no-repeat center top;
	display: block;
	height: 224px;
	position: relative;
	margin: 30px 0;
	width: 719px;
}
#leap_panel span.title1,
#leap_panel span.title2,
#leap_panel span.body {
	display: block;
	position: absolute;
}
#leap_panel span.title1 {
	color: #ffffff;
	font: 60pt "Franklin Gothic Demi Cond", Arial, Helvetica, sans-serif;
	left: 360px;
	line-height: 65px;
	text-shadow: #111111 -1px -1px 0px;
	text-transform: uppercase;
	top: 27px;
	z-index: 20;
}
#leap_panel span.title2 {
	color: #000000;
	font: 30pt "Franklin Gothic Demi Cond", Arial, Helvetica, sans-serif;
	left: 510px;
	line-height: 50px;
	text-shadow: #cccccc 1px 1px 0px;
	text-transform: lowercase;
	top: 55px;
	z-index: 10;
}
#leap_panel span.body {
	color: #cccccc;
	font: 18pt "Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif;
	left: 347px;
	line-height: 25px;
	text-align: center;
	text-shadow: #111111 -1px -1px 0px;
	top: 130px;
	width: 300px;
	z-index: 10;
}
#leap_panel span.body span {color: #ffffff;}


/* CAREER - APPLY NOW FORM
================================================================= */

#careerform {
	background: #f3f3f3;
	border: solid 1pt #cfcfcf;
	padding: 20px 0 20px 50px;
}
#careerform span#titlereq {
	color: #b30000;
	display: block;
	font: bold 8pt Tahoma, Geneva, sans-serif;
	padding: 0 20px 20px 0;
	text-align: right;
}

/* career application row
--------------------------------------- */

#careerform form {
	margin: 0;
	padding: 0;
}
#careerform div {
	clear: both;
	min-height: 20px;
	padding-top: 15px;
}
#careerform div.req1 {background: url(../../images/splash_contact_req.png) no-repeat 395px 18px;}
#careerform div.req2 {background: url(../../images/splash_contact_req.png) no-repeat 520px 18px;}

#careerform label {
	display: block;
	float: left;
	margin-right: 8px;
	padding-top: 3px;
	text-align: right;
	width: 250px;
}

/* career application fields
--------------------------------------- */

#careerform input[type="text"],
#careerform select,
#careerform textarea {
	background: #ffffff;
	border: solid 1px #64a6d4;
	color: #666666;
	display: block;
	float: left;
	font: 9pt Tahoma, Geneva, sans-serif;
}
#careerform input[type="text"] {
	height: 23px;
	line-height: 23px;
	padding: 0 3px;
	width: 250px;
}
#careerform select {
	height: 24px;
	line-height: 20px;
	padding: 3px;
	width: 257px;
}
#careerform textarea {
	padding: 3px;
	height: 90px;
	width: 350px;
}

#careerform input[type="text"]:focus,
#careerform select:focus,
#careerform textarea:focus {
	background: #ffffff;
	border: solid 1px #64a6d4;
	color: #125191;
}

#careerform input[type="text"]#zip,
#careerform input[type="text"]#currentpay {width: 125px;}
#careerform select#currentlywork,
#careerform select#positiontype {width: 132px;}

#careerform span#state {
	color: #125191;
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 3px;
}

/* career application button
--------------------------------------- */

#careerform input[type="submit"] {
	background: url(../../images/content_graphics/button_lg_red.png) no-repeat top;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font: 16pt "Franklin Gothic Demi Cond", Arial, Helvetica, sans-serif;
	height: 59px;
	line-height: 59px;
	margin: 30px 0 0 200px;
	text-align: center;
	text-shadow: #661010 -1px -1px 0px;
	width: 221px;
}
#careerform input[type="submit"]:hover {
	background-position: bottom;
	line-height: 61px;
}

/* career application fineprint
--------------------------------------- */

#careerform_fine {
	display: block;
	font-size: 8pt;
	padding: 30px 50px 0 0;
	text-align: center;
}
#careerform_fine span {
	display: block;
	font-weight: bold;
}


/* CUSTOMER SUPPORT
================================================================= */

.support_title {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	line-height: 47px;
	padding-left: 58px;
}
.support_calendar {background-image: url(../../images/content_graphics/support_icon_calendar.png);}
.support_urgent {background-image: url(../../images/content_graphics/support_icon_urgent.png);}
.support_store {background-image: url(../../images/content_graphics/support_icon_store.png);}
.support_network {background-image: url(../../images/content_graphics/support_icon_network.png);}


/* TESTIMONIALS PAGE
================================================================= */

.testimonial {
	display: block;
	padding: 20px 20px 0px 20px;
}
#content_bodywrap .testimonial p {
	margin: 0 0 0 0;
	padding: 10px 0;
}

.testimonial_panel {
	background: url(../../images/content_graphics/panel_head.png) no-repeat top;
	display: block;
	margin-top: 30px;
	padding-top: 7px;
}
.testimonial_panel div.foot {
	background: url(../../images/content_graphics/panel_foot.png) no-repeat bottom;
	display: block;
	padding-bottom: 7px;
}
.testimonial_panel div.body {
	background: url(../../images/content_graphics/panel_tile.jpg) repeat-y;
	display: block;
	padding: 5px 20px 10px 20px;
}
#content_bodywrap .testimonial_panel {text-shadow: #e9e9e9 1px 1px 0px;}
#content_bodywrap .testimonial_panel div.body p {
	margin: 0 0 0 0;
	padding: 10px 0;
}

.testimonial span, .testimonial_panel span {
	display: block;
	font: italic 9pt Tahoma, Geneva, sans-serif;
	padding: 10px 100px 10px 0;
	text-align: right;
}


/* WHY LINKU PAGE
================================================================= */

#whylinku_panel {
	background: url(../../images/content_graphics/whylinku_panel.png) no-repeat center top;
	display: block;
	height: 224px;
	position: relative;
	margin: 30px 0;
	width: 719px;
}
#whylinku_panel span.title1,
#whylinku_panel span.title2,
#whylinku_panel span.body {
	display: block;
	position: absolute;
}
#whylinku_panel span.title1 {
	color: #ffffff;
	font: 22pt "Franklin Gothic Demi Cond", Arial, Helvetica, sans-serif;
	left: 374px;
	line-height: 25px;
	text-align: left;
	text-shadow: #111111 -1px -1px 0px;
	text-transform: lowercase;
	top: 22px;
	z-index: 20;
}
#whylinku_panel span.title2 {
	color: #000000;
	font: 56pt "Franklin Gothic Demi Cond", Arial, Helvetica, sans-serif;
	line-height: 50px;
	right: 105px;
	text-align: right;
	text-shadow: #cccccc 1px 1px 0px;
	text-transform: uppercase;
	top: 50px;
	z-index: 10;
}
#whylinku_panel span.body {
	color: #dddddd;
	font: 18pt "Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif;
	left: 347px;
	line-height: 25px;
	text-align: center;
	text-shadow: #111111 -1px -1px 0px;
	top: 125px;
	width: 300px;
	z-index: 10;
}
