/* -----------------------------------------------
Client: Better Web People
Function: Screen CSS definitions.
Author:   Jason Walle | jason.walle@betterwebpeople.com
Modified:  February 14, 2011
Copyright: Copyright (C) 2011 Better Web People, LLC
----------------------------------------------- */
@import url("fancybox.css");

/* Global
----------------------------------------------- */
body {
	margin: 0; 
	padding: 0; 
	background-color #fff;
	text-align: center;
}

body div{
	text-align: left;
}

body, p, td, div {
	font: 14px Helvetica, Verdana, Arial, sans-serif;
	color: #333;
	line-height: 140%;
}

a {outline: none;}

/* Layout
----------------------------------------------- */
#wrapper {
	background-color: #fff;
	width: 940px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}

#masthead {
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	position: relative;
}

#big-text {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}

#sub-nav-wrapper {
	background-color: #000;
	height: 50px;
	margin: 0;
	padding: 0;
}

#sub-nav-container {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

ul#sub-nav-links {
	width: 940px;
	margin: 0;
	padding: 17px 0 0 0;
    list-style: none;
}
	
	ul#sub-nav-links li {
		margin: 0;
		padding: 0;
		display: inline;
	}

	ul#sub-nav-links li a.selected {
		font-weight: bold;
	}
	
	ul#sub-nav-links li a {
	    float: left;
		color: #fff;
	    margin: 0;
	    padding: 0 16px 0 0;
		font-size: 16px;
	    text-decoration: none;
	}
	
	ul#sub-nav-links li a:hover {
		color: #ffff00;
	}

	ul#sub-nav-links li.last a {
		float: right;
		color: #ffff00;
	}

	ul#sub-nav-links li.last a:hover {
		color: #4fb5f1;
	}


a.signin {
	color: #ffff00;
}

a.menu-open{
	color: #66cc00;
}

#signin_menu{
	width: 220px;
	display:none;
	position:absolute;
	top: 45px;
	z-index: 20;
	background: #000;
	margin: 0 0 0 695px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:left;
}

#signin_menu form{display:inline;}


#signin_menu input[type=text],
#signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #999;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}

#signin_menu h3 {color: #fff;}

#signin_menu p {
    margin:0;
}

#signin_menu a {
    color:#fff;
}

#signin_menu label {
    font-weight: bold;
}

#signin_menu p.forgot{
    clear:both;
    margin:5px 0;
}

#signin_menu p a {
    color:#fff!important;
}

#signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url('/images/signin/bg-btn-red.png') repeat-x scroll 0 0;
    border:1px solid #a51725;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
}

#signin_submit::-moz-focus-inner {
	padding:0;
	border:0;
}

#signin_submit:hover, #signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}




#services {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

	#services #OBDC {
		float: left;	
		margin: 0 20px 0 0;
		padding: 0;
	}

	#services #OBDC a {
		background: url(/images/buttons/btn-overnight-bdc.png) left top no-repeat;
		width: 300px;
		height: 300px;
		display: block;
		text-indent:-9999px;
	}

	#services #OBDC a:hover {
		background-position: left bottom;
	}

	
	#services #OnCall {
		float: left;	
		margin: 0 20px 0 0;
		padding: 0;
	}

	#services #OnCall a {
		background: url(/images/buttons/btn-on-call.png) left top no-repeat;
		width: 300px;
		height: 300px;
		display: block;
		text-indent:-9999px;
	}

	#services #OnCall a:hover {
		background-position: left bottom;
	}

	
	#services #social-media {
		float: left;	
		margin: 0;
		padding: 0;
	}

	#services #social-media a {
		background: url(/images/buttons/btn-social-connect.png) left top no-repeat;
		width: 300px;
		height: 300px;
		display: block;
		text-indent:-9999px;
	}

	#services #social-media a:hover {
		background-position: left bottom;
	}



#content-wrapper {
	margin: 20px 0 0 0;
	padding: 0;
}


	#content-wrapper #left-column {
		float: left;
		width: 620px;
	}

		#content-wrapper #left-column #video {
			margin: 0;
			padding: 0;
			border: 10px solid #fff;
		}

	#content-wrapper #right-column {
		float: right;
		width: 300px;
	}

		#content-wrapper #right-column #contact-us {
			margin: 0 0 20px 0;
			padding: 0;
		}

		#content-wrapper #right-column #contact-us a {
			background: url(/images/buttons/btn-contact-us.png) left top no-repeat;
			width: 300px;
			height: 51px;
			display: block;
			text-indent:-9999px;
		}

		#content-wrapper #right-column #contact-us a:hover {
			background-position: left bottom;
		}

	
		#content-wrapper #right-column #testimonials {
			margin: 0 0 20px 0;
			padding: 0;
		}

		#content-wrapper #right-column #testimonials ul {
			margin: 5px 0 10px 20px;
			padding: 0 0 5px 15px;
		}

		#content-wrapper #right-column #testimonials ul li {
			margin: 0;
			padding: 0 0 7px 0;
		}

#footer {
	width: 940px;
	margin: 35px auto;
	padding-bottom: 35px;
}

	#footer p {
		text-align: center;
		color: #999;
	}

	#footer a {
		color: #777;
	}

	#footer a:hover {
		text-decoration: none;
	}


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

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

p.small, td.small, .small {
	font-size: 10px;
}

h1 {
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	clear: both;
	margin-bottom: 15px;
	letter-spacing: -2px;
	color: #232323;

}

h2 {
	font-size: 20px;
	color: #296fc4;
	margin: 0;
	padding: 15px 0 10px 0;
	text-decoration: none;
}

h3 {
	font-size: 120%;
	color: #555;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

a, a:link, a:visited {
	color : #333333;
	text-decoration : underline
}

a:hover, a:active {
	color : #aa0000;
	text-decoration : underline
}

img {
	border: 0;
}

img.left {
	float: left;
	padding: 10px 20px 20px 0;
}

img.right {
	float: right;
	padding: 10px 0 20px 20px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	background: #4fb5f1;
	overflow: hidden;
	position: relative;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #296fc5;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}	

html ul.tabs li.active,
html ul.tabs li.active a:hover  {
	background: #296fc5;
	border-bottom: 1px solid #296fc5;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.tab_container {
	border: 10px solid #296fc5;
	clear: both;
	float: left; 
	width: 600px;
	background: #ccc;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-topright: 5px;	
	-khtml-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.tab_content {
	background-color: #fff;
	padding: 10px;
	font-size: 1.2em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
}

.tab_content h2 {
	color: #C0490A;
	font-family: Arial Black, Arial, Helvetica ;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 22px;
}

.tab_content h4 {
	color: #296fc5;
	font-family: Arial Black, Arial, Helvetica ;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.tab_content h3 a{
	color: #254588;
}

.tab_content p {
	margin: 0;
	padding: 0 0 15px 0;
}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}


a.button, button.button {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	float:left;margin:0 .7em 0 0;
	text-decoration:none;
	background:#EAEAEA url(/images/buttons/white-grad.png) repeat-x left top;
	border:1px solid #dedede;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bfbfbf;
	padding:5px 10px 6px 10px;
	display:block;
	cursor:pointer;
	font-size:100%;
	line-height:130%;
	color:#464646;
	-webkit-box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	-moz-box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
}

a.button, button.button {
	float:none;
	display:inline;
	display:inline-block;
}

button {
	width:auto !important;
	overflow:visible !important;
}

button.button {
	padding:4px 10px 3px 7px;
}

button.button[type] {
	width:auto;
	padding:5px 10px 5px 7px;
	line-height:17px;
}

*+html button.button[type] {
	padding:4px 10px 3px 7px;
	margin-bottom:1px;
}

* html button.button {
	margin-bottom:1px;
}

a.button img, button.button img {
	margin:0 3px -3px 0 !important;
}

a.button:hover, button.button:hover {
	border:1px solid #999;
	color:#000;
}

button.active, a.button:active {
	border-color:#ccc;
	background: #FFF url(/images/buttons/white-grad-active.png) repeat-x left top;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

button.positive, a.positive {
	color:#63A142;
	font-weight:bold;
}

a.positive:hover, button.positive:hover {
	border:1px solid #7CB043;
	color:#63A142;
}

a.positive:active {
	background:#94B717;
	border:1px solid #94B717;
	text-shadow:#607710 1px 1px 1px;
	color:#fff;
}

a.negative, button.negative {
	color:#d12f19;
}

a.negative:hover, button.negative:hover {
	border:1px solid #E86B6D;
	color:#d12f19;
}

a.negative:active {
	background:#d12f19;
	border:1px solid #d12f19;
	text-shadow:#A93816 1px 1px 1px;
	color:#fff;
}


#success {
	background:#E2F9E3 url("/images/icons/alert-success.gif") no-repeat 11px 12px;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	margin:0 0 20px 0;
	padding:10px 10px 10px 35px;
	/*-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;*/
}

#success h3 {
	color:#468d3f;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0
}

#failureSingle {
	background:#ffd1d1 url("/images/icons/alert-failure.gif") no-repeat 13px 11px;
	border-top: 1px solid #f8acac;
	border-bottom: 1px solid #f8acac;
	margin:0 0 20px 0;
	padding:10px 10px 10px 35px;
	font-size: 12px;
	font-weight: bold;
	/*-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;*/
}

#failure {
	background:#ffd1d1 url("/images/icons/alert-failure.gif") no-repeat 13px 11px;
	border-top: 1px solid #f8acac;
	border-bottom: 1px solid #f8acac;
	margin:0;
	padding:10px 10px 10px 35px;
	/*-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;*/
}

#failure h3 {
	color:#8d3f3f;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0
}

.failureMessage {
	background:#fff1f1;
	border-bottom:1px solid #fddcdc;
	padding:10px 20px;
	color:#664b4b;
	margin-bottom:30px
}

.failureMessage ol {
	margin: 0 0 0 20px;
	padding: 0;
}

.boxIt {
	margin: 5px 0 10px 0;
	padding: 5px 10px;
}

	.boxIt h3 {
		font-size: 15px; 
		font-weight: bold; 
		margin: 0;
		padding: 5px 0;
	}
	
	.boxIt a {
		text-decoration: underline;
	}
	
	.boxIt p {
		margin: 0 0 10px 0;
		padding: 0;
	}

	.yellowBox {
		background-color: #fff8cc;
		border: 1px solid #ffdc50;
		color: #333;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-radius:5px;
	}
	
	.blueBox {
		background-color: #deeff5;
		border: 1px solid #b3d0d9;
		color: #333;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-radius:5px;
	}
	
	
	.grayBox {
		background-color: #EFEFEF;
		border: 1px solid #C0C0C0;
		color: #333;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-radius:5px;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding: 5px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}







