*{
	margin:0;
	padding:0;
}

body {
	font: 70% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin:10px;
	color:#999;
	background-color:#000;
}

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}


.header:hover{
	background-color:#666;
}

#header h2 a {
	color:#F70;
	text-decoration:none;
}

#header h1 a:hover {
	color:#F70;
	text-decoration:underline;
}

#header h1 {
	text-align:center;
	font:350% Georgia;
	font-style:italic;
	color:#232323;
	margin-top:50px;
	letter-spacing:-1px;
}

#header h2 {
	text-align:center;
	font:100% Verdana;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#F70;
	margin:10px 0 40px;
}

#header img {
	margin: auto;
	display: block;
	border: none;
}

#maincont{
	padding:5px;
	width:658px;
	z-index:2;
	margin:0 auto;
}

.clearFieldBlurred { color: #F70; }
.clearFieldActive { color: #FFF; }

.selected{
	background-color:#000;
	color:#FFF;
}

.content{
	background:#000;
	padding:4px;
}

#wrapper {
	width								: 600px;
	margin							: 0 auto;
}

.message {
	background-color 		: #F70;
	/*border							: 1px solid #F70;*/
	color								: #000;
	display							: none;
	width								: 570px;
	padding							: 10px;
	margin-bottom				: 20px;
}

.message li{
	list-style:none;
}

input {
	width:180px;
	/*background:url(../images/input.jpg) top no-repeat;*/
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	/*color:#333;*/
	background: #000;
	border: 1px solid #F70;
	padding:7px 10px;
	margin:5px;
	color:#999;
}

textarea {
	width:350px;
	height:105px;
	/*background:url(../images/textarea.jpg) top no-repeat;*/
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	background: #000;
	border: 1px solid #F70;
	padding:10px;
	margin:5px;
	color:#999;
}

input[type=submit] {
	 cursor:pointer;
	 background:#F70;
	 color:#fff;
	 width:182px;
	 height:30px;
	 padding:7px 10px;
	 /*background:url(../images/submit.jpg) top no-repeat;*/
	 font-weight: bold;
}

input[type=checkbox]{
	width: 16px;
	height:8px;
	vertical-align:middle;
}

blockquote {
	font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif;
	background: url(../images/close-quote.png) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
	color:#888;
	margin:20px 0;
}

blockquote p:first-letter {
	background: url(../images/open-quote.png) no-repeat left top;
  padding-left: 18px;
}

/*
.accordion_child ul {
	margin:25px 0 25px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(../images/bullet.png) left no-repeat;
	border-bottom:1px solid #F70;
	padding-bottom:10px;
	line-height:19px;
}
*/

table {
	width:100%;
	padding:5px;
}

td {
	background:#111;
	color: #F70;
	font-weight: bold;
	padding:4px;
	text-align:center;
}

th {
	background:#F70;
	color: #000;
	text-align:left;
	padding-left:15px;
	text-transform:uppercase;
}

#provider table,tr,td{
	color: #999;
	text-align:left;
	border-collapse:collapse;
	padding:0px;
	font-weight:normal;
}

#provider table td{
	border: 1px solid #f70;
}

#provider table td p{
	color: #999;
	font-weight:normal;
	padding: 10px;
}

#provider td img{
	float:none;
	padding:0px;
	margin:0px;
	border:none;
}

#datatable td{
	background:#111;
	font-weight: normal;
	color: #999;
	padding:4px;
	text-align:left;
	vertical-align:text-top;
}

#datatable th {
	background:#F70;
	color: #000;
	padding:4px;
	text-align:left;
	text-transform:uppercase;
}

#datatable .thright{
	background:#F70;
	padding:4px;
	text-align:center;
	text-transform:uppercase;
}

#datatable a{
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

#datatable a:hover{
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}

#datatable .txt a{
	color: #F70;
	font-weight:normal;
	text-decoration:none;
}

#datatable .txt a:hover{
	color: #F70;
	font-weight:normal;
	text-decoration:underline;
}

h2 {
	clear:both;
}

.genhead {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#F70;
	border-bottom:1px solid #F70;
}

#terms ol {
	padding-left				: 20px;
	list-style-position	: outside;
	color								: #F70;
	font-weight					: bold;
}

#terms ol p {
	color: #999;
	font-weight : normal;
}

#terms h2 {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#F70;
	border-bottom:1px solid #F70;
}

#terms h3 {
	font:120% Arial;
	color:#F70;
	font-weight: bold;
}

#terms a {
	color:#F70;
	text-decoration:none;
}

#terms a:hover {
	text-decoration:underline;
	color: #F70;
}

p {
	margin:15px 0;
	line-height:19px;
}

.small{
	font-size				: 10px;
	color						: #999;
}

.highlight{
	color:#F70;
}

/*
ACCORDION
*/


.ui-accordion-header {
	padding:7px 10px;
	background:url(../images/item_bg.png) top no-repeat;
	color:#FFF;
	margin-top:2px;
	cursor:pointer;
	font:170% Trebuchet MS;
	letter-spacing:1px;
	clear:both;
	text-transform:uppercase;
}

.ui-accordion-header:hover {
	background:url(../images/item_bg_hover.png) top no-repeat;
}

.ui-state-active {
	background:url(../images/item_bg_hover.png) top no-repeat;
}

.ui-accordion-header a {
	color:#FFF;
	font:Trebuchet MS;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
}

.ui-accordion a:hover {
}

.ui-accordion-content {
	padding:20px 30px;
	background:#000;
	border:1px solid #F70;	
}

.ui-accordion-content img{
	float:right;
	padding:5px;
	background:#fff;
	margin:0 0 20px 20px;
	border:1px solid #F70;
}

.ui-accordion-content h2 {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#F70;
	border-bottom:1px solid #F70;
}

.ui-accordion-content a {
	color:#F70;
	text-decoration:none;
}

.ui-accordion-content a:hover {
	text-decoration:underline;
	color: #F70;
}

.ui-accordion-content ul.links li {
	background:url(../images/link.png) left no-repeat;
}

/******************************************************************/
.accordion_headings a{
	padding:7px 10px;
	color:#FFF;
	font:Trebuchet MS;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
}


.accordion_headings:hover{
	background:url(../images/item_bg_hover.png) top no-repeat;
}

.accordion_child{
	padding:20px 30px;
	background:#000;
	border:1px solid #F70;
}

.accordion_child img {
	float:right;
	padding:5px;
	background:#000;
	margin:0px;
	border:1px solid #F70;
}

.header_highlight{
	background:url(../images/item_bg_hover.png) top no-repeat;
}
/******************************************************************/


/*
FOOTER
*/

#footer {
	width:660px;
	margin:0 auto;
	color:#333;
	border-top: 1px solid #333;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#F70;
	text-decoration:underline;
}

#footer .copy {
	float:left;
}

#footer .copysmall {
	float:left;
	font-size:10px;
	line-height:10px;
}

#footer .validate {
	float:right;
}

/*
RSS FEED

.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display:none;
	padding: 5px 10px 5px 10px;
	background-color: #93CC1A;
	color: #000;
	font-weight: bold;
}*/

#tooltip { 
    display:none;
    background:transparent url(../images/blue_arrow.png);
    font-size:11px;
    height:70px;
    width:160px;
    padding:25px;
    color:#FFF;
		text-align:center;
}

div.tooltip { 
    background-color:#26B7F1; 
    border:2px solid #fff;
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:11px;
 
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000;
}