@charset "utf-8";
/* CSS Document */

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height:1%;
}
.ui-helper-clearfix {
	display:block;
}
/* end clearfix */
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
*/

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	color: #007AC9;
	list-style:none;
}
.ui-widget-content a {
	color: #007AC9;
	list-style:none;
}
.ui-widget-header {
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #FFFFFF;
}
/* Corner radius */
.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}
.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-right {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-left {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* Overlays */
.ui-tabs {
	padding: .2em;
	zoom: 1;
	font-size:12px;
}
.ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 .2em -1px 0;
	padding: 0;
	background:url(images/tab.jpg);
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	text-decoration: none;
	padding: .5em 1em;
	color: #FF6E00;
	outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 1px;
	border-bottom-width: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	padding: 1em 1.4em;
	display: block;
	border-width: 0;
	background:url(images/bg.gif);
	height: 160px;
	width: 560px;
	list-style:none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:#666666;
	font-size: 12px;
	background-color: #000000;
}
#container {
	width: 980px;
	margin: 0 auto;
	margin-top: 25px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
#header {
	margin-bottom:15px;
}
.menubar { /* all list items */
	padding-bottom: 13px;
	padding-left: 0px;
}
.menubar li {
	float:left;
	list-style:none;
	color:#f78e1e;
	margin-left:30px;
	position:relative;
}
.menubar li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	float:left;
}
.menubar ul li a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	line-height: 13px;
	padding: 3px;
	background: #000000;
	text-align: left;
	border: 1px solid #007AC9;
	width:160px;
	
}
.menubar li:hover ul, .menubar li.sfhover ul {
	left: auto;
}
.menubar a:link {
	color: #f78e1e;
	text-decoration:none;
}
.menubar a:visited {
	color: #f78e1e;
	text-decoration:none;
}
.menubar a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.menubar a:active {
	color: #f78e1e;
	text-decoration:none;
}
#content {
	height: 250px;
	width: 980px;
	background:#000000;
}
#mainContent {
	float: left;
	clear:both;
	padding-top: 15px;
}
#middlecontainer {
	width:600px;
	float:left;
	margin-left:30px;
	margin-right:20px;
}
#middle_top {
	color:#FFFFFF;
	padding: 0 0px 10px 15px;
	border: 1px solid #333333;
	min-height:90px;
	margin-bottom:10px;
}
#middle {
	color: #007AC9;
	min-height:342px;
}
#middle a:link {
	color: #007AC9;
	text-decoration:underline;
}
#middle a:visited {
	color: #007AC9;
	text-decoration:underline;
}
#middle a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#middle a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
#middle p {
	text-align:left;
	clear:left;
}
.newsletter {
	list-style:none;
}
.right_list {
	list-style:none;
	display:block;
	color:#FFFFFF;
	padding-left:50px;
	padding-top: 50px;
}
#footer {
	text-align: center;
	font-size:10px;
	color:#666666;
	padding-top:10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.areas {
	list-style: none;
	color: #0078ca;
	padding-left: 15px;
	float:left;
	clear:left;
	width:300px;
	background-image:url(images/bar.gif);
	background-repeat:no-repeat;
}
.nobullet {
	list-style:none;
	padding: 0 20px 0 0;
}
h1 {
	color: #0078ca;
}
h2 {
	color:#f78e1e;
	padding-top: 0px;
	margin-top:0px;
	font-weight:400;
}
h3 {
	color:#f78e1e;
}
.related_services {
	list-style: none;
	color: #0066cc;
	width: 200px;
	padding:0px;
	background-image:url(images/bar.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
}
.related {
	color:#ff6600;
	font-weight:bold;
}
.list {
	color:#007AC9;
	list-style-image:url(images/bullet.gif);
	padding-left: 20px;
}
.list a:link, a:visited {
	color:#007AC9;
	text-decoration:none;
	outline:none;
}
.list a:hover {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
.list a:active {
	color:#007AC9;
	text-decoration:none;
	outline:none;
}
.HelpfulLinks {
	color:#007AC9;
	list-style:none;
	float:right;
}
#phone {
	float:left;
	padding-top: 10px;
	padding-right: 10px;
}
.whitecopy {
	color:#007AC9;
}
.phones  {
	background:url(images/CellPhones/longbox_nocart.gif);	
	float:right;
	font-size: 11px;
	height:124px;
	width:480px;
	background-repeat: no-repeat;
	font-weight:bold;
	
}
.left  {
	padding: 15px 5px 0 30px;
	float:left;
	list-style:circle;
}
.right  {
	padding: 15px 15px 0 5px;
	text-align:right;
	float:right;
	list-style:none;
}
