/********************************************************************
	Start: CSS Browser Reset
********************************************************************/
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,thead,th,tr,td,tbody{margin:0;padding:0;}
body{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:100%;}
a{text-decoration:none;color:black;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul,li,dl,dd,dt{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:normal;padding:0;margin:0;}
q:before,q:after{content:'';}
abbr,acronym,.help{cursor:help;text-decoration:none;border:0;border-bottom:1px #666 dotted;}
/*****************************
	End: CSS Browser Reset  
*****************************/


/********************************************************************
	Start: Site-Specific Base Styles
********************************************************************/
body {font-size:10px;text-align:center;padding-bottom:10px;background: url('/images/body_bg.jpg') white center top no-repeat;}
a,h1,h2,h3,h4,h5,h6 {color:#dd6000;}
a:hover {text-decoration:underline;}
a.plainHover:hover {text-decoration:none;}
h1,h2,h3,h4,h5,h6 {margin-bottom:5px;}
p,ul,ol {margin-bottom:10px;}
h1 {font-size:2.5em}
h2 {font-size:2.3em}
h3 {font-size:2.1em}
h4 {font-size:1.9em}
h5 {font-size:1.7em}
h6 {font-size:1.5em}
hr {
	clear:both;
	border:0 solid #dd6000;
	color:#dd6000;
	background-color:#dd6000;
	margin-bottom:10px;
}
ul.bullets {margin-left:15px;}
ul.bullets.indent {margin-left:30px;}
ul.bullets li {list-style:disc;}
ol.numbers {margin-left:20px;}
ol.numbers.indent {margin-left:35px;}
ol.numbers li {list-style:decimal;}
ul.fancyList li, ol.fancyList li {
	margin-left:20px;
	font-size: 18px;
	font-style: italic;
	font-weight:bold;
	color: #DD6000;
	font-family: Palatino, serif;
}
ul.fancyList li p, ol.fancyList li p {
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.button,
button {
	font-size:13px;
	cursor:pointer;
	border:1px solid #DFBDA7;
	border-left-color:#EFD4C2;
	border-top-color:#EFD4C2;
	color:#BF5100;
	background-color:#FFF0DF;
	padding:3px;
	margin:7px;
	vertical-align:middle;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.button:hover {
	text-decoration:none;
	-moz-box-shadow: 0 0 3px -1px;
	-webkit-box-shadow: 0 0 2px #DD6000;
	box-shadow: 0 0 2px;
}
a.button {
	padding:4px;
	line-height:2.5em;
}
.actions {
	white-space:nowrap;
}
.actions button,
.actions a.button {
	padding:0;
	margin:0;
	font-size:.9em;
}
.actions a.button {
	padding:1px;
	margin:0px;
}
a.button.green,
button.green {
	border:1px solid #8ECF8E;
	border-left-color:#B5DFB5;
	border-top-color:#B5DFB5;
	color:#378000;color:#333;
	background-color:#D1EFD1;
}
a.button.red,
button.red,
a.button.delete,
button.delete {
	color:red;
	border:1px solid #CF8E8E;
	border-left-color:#EFC2C2;
	border-top-color:#EFC2C2;
	background-color:#FFDFDF;
}
button.clean {
	border:0;
	outline:0;
	background:transparent;
	margin:0;
	padding:0;
	vertical-align:middle;
	cursor:pointer;
}
span.required {color:red;}
legend{font-weight:bold;clear:both;margin:5px;}
/*****************************
	End: Site-Specific Base Styles
*****************************/

/********************************************************************
*	Start: Grids
********************************************************************/
/* Make sure to clear your floats, this does not use the .clearFix method */
.grid {margin:0 !important;padding:0 !important;border-left:0 !important;border-right:0 !important;float:left;_zoom:1;_height:1%;}
.grid1of1{float:none;}
.grid1of2,.grid2of4{width:49.999999%;}
.grid1of3{width:33.333333%;}
.grid2of3{width:66.666666%;}
.grid1of4{width:24.999999%;}
.grid3of4{width:74.999999%;}
.grid1of5{width:19.999999%;}
.grid2of5{width:39.999999%;}
.grid3of5{width:59.999999%;}
.grid4of5{width:79.999999%;}
.grid-content {padding:0 5px;}
.grid-first {clear:both;}
.grid-first .grid-content {padding-left:0;}
.grid-last .grid-content {padding-right:0;}
/*****************************
*	End: Grids
*****************************/

#Wrapper {
	width:961px;
	margin:auto;
	text-align:left;
}
#Header {
	height:85px;
	padding-bottom:10px;
}
	#HeaderPhone {
		position:absolute;
		top:5px;
		right:10px;;
		text-align:right;
		font-size:12px;
		color:#777;
	}
	.admin #HeaderPhone {display:none;}
	#UserNav {
		position:absolute;
		top:25px;
		right:10px;
		text-align:right;
	}
	#HeaderNav {
		padding-top:73px;
		text-align:right;
		font-size:1.4em;
		color:#555;
	}
	#HeaderNav a {
		margin:0 10px;
		color:#555;
	}
	#HeaderNav a:hover,
	#HeaderNav a.current {
		color:#DD6000;
		text-decoration:none;
	}
	#SubHeader {
		height:80px;
		padding:15px 10px;
	}
	#SubHeader #Slogan {
		float:left;
	}
	#SubHeader #NewsletterForm {
		width:290px;
		height:80px;
		float:right;
		margin-top:-10px;
		background: url('/images/newsletter_form.jpg') top left no-repeat;
	}
		#SubHeader #NewsletterForm.buzz {
			background: url('/images/newsletter_form_buzz.jpg') top left no-repeat;
		}
	#SubHeader #NewsletterForm input {
		width:153px;
		position:relative;
		top:43px;
		left:73px;
	}
	#SubHeader #NewsletterForm button {
		width:45px;
		height:20px;
		position:relative;
		top:39px;
		left:73px;
		border:0 solid white;
		background:transparent;
		cursor:pointer;
	}
	#ColoredBars .greyBar {
		height:7px;
		line-height:0;
		font-size:1px;
		background:#EF873B;
		border-top:1px solid #DD6000;
		border-bottom:1px solid #DD6000;
	}
	#ColoredBars .blueBar {
		padding:0;
	}
	#HomeMasthead {
		height:274px;
		border-bottom: 1px solid #E26505;
		background: url('/images/home_masthead.jpg') top left no-repeat;
	}
	#HomeMasthead #CheckAvailability {
		width:307px;
		height:228px;
		float:right;
		margin:20px;
		position:relative;
		background: url('/images/get_started_form.gif') top left no-repeat;
	}
	#HomeMasthead #CheckAvailability input {
		display:block;
		height:15px;
		font-size:1.2em;
	}
	* html #HomeMasthead #CheckAvailability input {
		height:19px;
	}
	#HomeMasthead #CheckAvailability #OrgCode {
		width:112px;
		position:absolute;
		top:95px;
		left:170px;
	}
	#HomeMasthead #CheckAvailability #Email {
		width:177px;
		position:absolute;
		top:120px;
		left:105px;
	}
	#HomeMasthead #CheckAvailability #Street {
		width:177px;
		position:absolute;
		top:145px;
		left:105px;
	}
	#HomeMasthead #CheckAvailability #State {
		width:85px;
		position:absolute;
		top:170px;
		left:105px;
	}
	#HomeMasthead #CheckAvailability #Zip {
		width:85px;
		position:absolute;
		top:195px;
		left:105px;
	}
	#HomeMasthead #CheckAvailability button {
		width:93px;
		height:52px;
		position:absolute;
		top:160px;
		left:190px;
		border:0 solid white;
		background:transparent;
		cursor:pointer;
	}
	#CheckAvailability p {
		font-size:1.1em;
	}
	#CheckAvailability p span {
		margin: 0 5px;
		font-size:1.1em;
	}
	#CheckAvailability p input,
	#CheckAvailability p select,
	#CheckAvailability p button {
		vertical-align:middle;
		padding: 2px;
		margin: 3px auto;
		//padding:0;
		//margin: 1px auto;
		margin-left:5px;
	}
	#CheckAvailability p button {
		text-align:center;
		width:190px;
		font-size:1em;
		padding:2px;
		white-space:nowrap;
	}
	#CheckAvailability p #Street {
		width:140px;
	}
	#CheckAvailability p #Zip {
		width:50px;
	}
#Content {
	border: 1px solid #E26505;
	background: url('/images/content_bg.jpg') bottom center repeat-x white;
}
#Footer {
	height:35px;
	margin-top:10px;
}
#Footer,
#Footer a {
	color:#dd6000;
}
#Footer p {
	text-align:center;
	padding:10px 10px 0 10px;
}
.columns {
	padding:10px;
}
.columns,
.columns .column {
	position:relative;
}
	.columns h1, .columns h2, .columns h3,
	.columns h4, .columns h5, .columns h6 {
		clear:both;
		color:#dd6000;
		font-family:serif;
		font-weight:bold;
	}
	.columns .headerGreen, .columns .main h1 , .columns .main h2, .columns .main h3,
	.columns .main h4, .columns .main h5, .columns .main h6 {
		color:#419900;
		color:#333;
	}
	.columns a {
		
	}
	.columns .section {
		margin-bottom:10px;
	}
	.columns.single {
		position:relative;
	}
	.columns.single .column {
		width: 100%;
	}
	.columns.even .column {
		width: 49%;
	}
	* html .columns.even .column {
		width: 47.75%; /* IE6 Sucks */
	}
	#Wrapper .columns.three .column {
		width: 32%;
		float:left;
	}
	#Wrapper .columns.four .column {
		width: 24.9%;
		float:left;
	}
	* html #Wrapper .columns.four .column {
		width: 24.4% !important;
		float:left;
	}
	.columns.uneven .column.side {
		width: 300px;
		position:relative;
	}
	.columns.uneven .column.main {
		width: 600px;
	}
	.columns .column.left {
		float:left;
	}
	.columns .column.right {
		float:right;
	}
		.columns p,
		.columns ul,
		.columns ol {
			text-align: justify;
			font-size: 1.1em;
		}
		.columns li {
			text-align:left;
			margin-bottom:5px;
		}
/*****************************
	End: Column Styles
*****************************/


/********************************************************************
	Start: Table Styles
********************************************************************/
table.backend_table {margin:10px auto;}
table {margin-bottom:10px;font-size:11px;}
table.formatted, .backend_table {background:white;}
table.formatted thead,
table.backend_table thead,
table.formatted th,
table.backend_table td.backend_header {
	background:#BF5100;
	font-weight:bold;
	color:white;
	text-align:left;
	white-space:nowrap;
}
table th,
table td {
	padding:5px;
}
table.formatted tr.even,
table.backend_table .backend_row_1,
table.formatted td.even,
table.backend_table .backend_row_1 {
	background:#FFF5EF;
}
table.formatted tr.odd,
table.backend_table .backend_row_0,
table.backend_table .backend_row_0,
table.formatted td.odd {
	background:white;
}
table.formatted .actions form {
	display:inline;
	padding:0;
	margin:0;
}
table.formatted,
table.backend_table {
	border: 1px solid #DFCFC3;
	border-left: 0;
	border-top: 0;
}
table.formatted th,
table.backend_table td.backend_header {
	border-left: 1px solid #DFCFC3;
	border-bottom: 1px solid #DFCFC3;
}
table.formatted thead th,
table.backend_table td.backend_header {
	border-bottom:0;
}
table.formatted td,
table.backend_table td {
	border-left: 1px solid #DFCFC3;
	border-top: 1px solid #DFCFC3;
}
table.formatted tr.not_subscribed,
table.formatted tr.warning {
	color:orange;
	background:lightyellow;
}
table.formatted tr.deleted,
table.formatted tr.expired {
	color:#AAA;
	background:#FFDFDF;
}
table.formatted tr.active,
table.formatted tr.success {
	background-color: #DFFFDF;
}
table.formatted tr.inactive,
table.formatted tr.error,
table.formatted tr.failed {
	background-color: #FFDFDF;
}
table.formatted thead tr .header,
table.backend_table thead tr .header,
table.formatted.tablesorter thead tr .header {
	background-image: url(../js/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right:18px;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../js/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../js/tablesorter/desc.gif);
}
table.myCart {
	width:100%;
	margin-botom:10px;
}
table.myCart tr {
	vertical-align:top;
}
table.myCart td,
table.myCart th {
	width:80px;
	text-align:center;
	white-space:nowrap;
}
table.myCart td.title,
table.myCart th.title {
	width:0;
	text-align:left;
	white-space:normal;
}
table.myCart td.title p,
table.myCart td.title ul {
	font-size:11px;
	margin-bottom:0;
}
/*****************************
	End: Table Styles
*****************************/
.services {
	color:#2F1400;
}
.services thead th {letter-spacing:.05em;font-weight:normal;font-size:12px;}
.services .service-title {
	color:#DD6000;
	font-size:1.5em;
	text-align:center;
}
.services .service-description {
	font-size:10px;
}
.services .service-speed {
	text-align:center;
	vertical-align:top;
}
.services td.service-speed {
	color:#CF844D;
}
.services .service-speed b {
	color:#378000;color:#333;
	font-size:1.5em;
}
.services td.service-speed small {
	white-space:nowrap;
}
.services .service-price {
	text-align:center;
	white-space:nowrap;
}
.services .service-price b {
	color:#DD6000;
	font-size:2.75em;
	position:relative;
	top:-5px;
}
.services .service-price sup {
	vertical-align:top;
	position:relative;
	font-size:.5em;
	top:5px;
}
.services .service-price sup.cents {
	left:-8px;
}
.services .service-price small {
	padding:0;
	margin:0;
	line-height:.9em;
	font-size:9px;
	position:relative;
	top:-9px;
	margin:auto;
	color:#CF844D;
}

/********************************************************************
	Start: Form Styles
********************************************************************/
form {text-align:left;}
form .radio input {
	margin-left:10px;
	margin-right:2px;
	vertical-align:bottom;
}
form input.text {
	margin-left:10px;
}
form p {
	position:relative;
}
form.left_align p input,
form .left_align p input,
form p .left_align,
form p input.left_align {
	position:absolute;
	left: 110px;
}
form.left_align p input.text,
form .left_align p input.text {
	width:250px;
	color:black;
}
form p {
	padding:2px;
}
form .indent {
	margin-left:10px;
}
form .radio label {
	color:#DD6000;
}
form b {
	line-height:1.8em;
}
/*****************************
	End: Form Styles
*****************************/


/********************************************************************
	Start: Admin Styles
********************************************************************/
h1.admin,
h2.admin,
h3.admin,
h4.admin,
h5.admin,
h6.admin {
	text-align:center;
	color:#dd6000 !important;
}
h1 a.small,
h2 a.small,
h3 a.small,
h4 a.small,
h5 a.small,
h6 a.small {
	font-size:11px;
	font-weight:normal;
}
table.formatted th a.small,
table.formatted th a.small,
table.formatted th a.small,
table.formatted th a.small,
table.formatted th a.small,
table.formatted th a.small {
	font-size:9px;
	font-weight:normal;
	color:white;
}
div.backend_good_message {
	padding:4px;
	background-color:#c5ecec;
	text-align:center;
	border: 1px solid black;
	margin:8px;
}
div.backend_bad_message {
	padding:4px;
	background-color:#f64c60;
	text-align:center;
	border: 1px solid black;
	margin:8px;
}
div.backend_processing_time {
	text-align:center;
}

/*****************************
	End: Admin Styles
*****************************/

.listNav {
	text-align:center !important;
	position:relative;
}
	.listNav .current {
		font-weight:bold;
	}
	.listNav .prev {
		position:absolute;
		left:0;
	}
	.listNav .next {
		position:absolute;
		right:0;
	}


.news .actionLink {
	color:#dd6000;
	font-weight:bold;
}
.a-left {text-align:left !important;}
.a-justify {text-align:justify !important;}
.a-center {text-align:center !important;}
.a-right {text-align:right !important;}
.f-left {float:left !important;}
.f-right {float:right !important;}
.indent {margin-left:15px;}
.clear {clear:both !important;}


/* ---------------------------------+
 * jQuery DatePicker Styles
 * ---------------------------------+ */

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}
input.date-pick-range,
input.dp-applied {
	clear:both;
	float:left;
	width:100px;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
#NewServiceAreas {padding:5px;margin:0;font-size:12px;background:#FFEDDF;border-bottom:1px solid #E26505;}
#NewServiceAreas strong {color:#E26505;}
#NewServiceAreas .contact {float:right;}

.employee-list h3 {margin-bottom:15px;position:relative;}
.employee-list h3 a {font-weight:normal;vertical-align:2px;}
.employee-list h3 a:focus {outline:0;}
.employee-list p {margin-bottom:15px;text-align:left;padding:0 5px;}
.employee-list p .name {margin-bottom:5px;display:block;font-size:12px;}

.expand-collapse-button span {font-size:13px;font-weight:bold;line-height:13px;padding:1px 4px 1px 4px;border:1px solid #E76000;text-decoration:none;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.expand-collapse-button:hover {text-decoration:none;}