﻿/* STANDARD TAG REDEFINITIONS */
BODY{ color: White; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; background-color: Black; margin: 0; padding: 0; }
TD {font-size: 10pt;  }
p { font-size: 11pt;  margin-bottom: 7px; margin-top: 0;}
a{ color: #76DEFC; text-decoration: none; }
a:hover{	text-decoration: underline;  color: White;   }
form{	margin:0;}

#HEADER{	width:936px; margin-left:auto; margin-right:auto;  }
#HEADER h1{ text-align:center}
#HEADER ul{ margin: 0; padding-left: 0; height: 25px; line-height: 25px; display: block; list-style: none; background-color: #4D4D4D; background-image: url(bg_topnav.gif); background-repeat:no-repeat ;  }
#HEADER li{ display: inline; background-color: #222222;  background-image: url(bg_menu.gif); float: right;  }
#HEADER li a{ height: 25px; line-height: 25px; display: block; padding-left: 27px; padding-right: 27px; border-left: 1px solid Black;  float: left;     }
#HEADER li a:hover{ background-color: #363636; text-decoration: none;background-image: url(bg_menu2.gif);}
#HEADER .Visual{ height:195px;   background-color: #4492C8;  border-top: 3px solid Black;   }
/* h1{ margin: 0; padding: 40px 0 0 0; font-family: sans-serif,"trebuchet ms",arial,tahoma,verdana; font-weight: normal; letter-spacing: .005em; color: #808080;
;  font-size: 8pt;  } */
#CONTENT{ width:936px; margin-left:auto; margin-right:auto;   }
h2{ font-size: 11pt;  margin-bottom: 7px; margin-top: 0; }
h3{ margin: 0; padding: 0px 0 0 0; font-family: Georgia,Decorative,sans-serif,"trebuchet ms",arial,tahoma,verdana; font-weight: normal; letter-spacing: .005em; color: #c1c1c1;
;  font-size: 10pt;  }
h4{ color: #DF721A; display: inline; }

.rateblk { color:black;background-color:white; vertical-align:top}
.ratewht { color: white;vertical-align:top}

#TEXT{ padding: 35px 190px 35px 250px; border-bottom: 1px solid #484848; border-top: 1px solid #484848; background-color: #222222; }
#TEXT p{ margin-bottom: 1em;}
#TEXT table {	width:100%; 	margin-left:20px;}
#TEXT li { font-size: 11pt	}
#TEXT .title {font-size: 14pt;  font-weight:bold; height:17px; background-image:url('diamond.gif'); background-repeat:no-repeat; padding-left:25px; background-position: left bottom  }
#TEXT td { 	width:50%}
#TEXT a{ font-size: 11pt;	font-weight: bold;	text-decoration: none;  color: White;   }
#TEXT a:hover{ color: white; text-decoration: underline; }
#TEXT h1{ font-weight:normal; font-size:11pt ; display: inline; font-weight:normal} 


#TEXT2{ padding: 35px 190px 35px 250px; border-bottom: 1px solid #484848; border-top: 1px solid #484848; background-color: #222222; }
#TEXT2 p{ margin-bottom: 1em;}
#TEXT2 img { border-width: 0px;}
#TEXT2 table {	width:100%; 	margin-left:20px;}
#TEXT2 .title {font-size: 14pt;  font-weight:bold; height:17px; background-image:url('diamond.gif'); background-repeat:no-repeat; padding-left:25px; background-position: left bottom  }
#TEXT2 td { 	width:50%}
#TEXT2 a{ font-size: 11pt;	font-weight: bold;	text-decoration: none;  color: White;   }
#TEXT2 a:hover{ color: white; text-decoration: underline; }

.SUBTIT { 	font-family: "Perpetua Titling MT"; font-weight: bold; font-size: 14pt; color: #FF9900; }
.FOOTER{ width:936px; margin-top:20px; margin-left:auto; margin-right:auto;  border-top: 4px solid #363636;  text-align: left;  padding-top: 5px;   }
.FOOTER p{ font-size: 11px; line-height: 14px; margin: 0;  color: #DDDDDD;text-align:right; }
.FOOTER a{ font-size: 11px;	font-weight: normal;	text-decoration: none;  color: White;  text-align:right;  }
.FOOTER a:hover{ color: white; text-decoration: none; }

.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #172323;
border: 0px solid #f06b24;
border-width: 0px 0px;
padding: 10px;
font: normal 10px Verdana;
z-index: 100;
  opacity: .85;
   filter: alpha(opacity=85);
   -moz-opacity: 0.85;

}

.megamenu .column{
float: left;
width: 178px; /*width of each menu column*/
margin-right: 2px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
}

.megamenu .column h3{
color: #ffffff;
font: bold 14px Arial;
margin: 0 0 5px 0;
}
.megamenu .column h5{
font: bold 14px Arial;
margin: 0 0 5px 0;
}
.megamenu .column ul li a{
text-decoration: none;
color: #888;
}

.megamenu .column ul li a:hover{
color: #9FC54E;
}



/* -- Tweets Bar CSS  --> */

/* container */
#tweet div.related-tweets{ }
/* inner div */

/* ul list */
#tweet div.rrt-inner ul{
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	
}
#tweet div.rrt-inner li{
	float:left;
	margin:0 0 0 0;
	list-style-type:none;
	position:relative;
/*	margin-top:-12px; */
}
/* author img */
#tweet div.rrt-inner span.rrt-author-img{
	display:block;
	width:50px;
	height:50px;
	margin:0 5px 0 0;
	overflow:hidden;
	left:0;
	position:absolute;
}
/* author name */
#tweet div.rrt-inner strong a{
	margin-right:5px;
}

/* tweet body */
#tweet div.rrt-inner span.rrt-body {
	display:block;
	margin-left:55px;
}
/* tweet content */
#tweet div.rrt-inner span.rrt-content{
}
/* tweet date and source */
#tweet div.rrt-inner span.rrt-meta {
	color:#000000;
	display:block;
	font-size:0.764em;
	margin:3px 0 0;
}
#tweet div.rrt-inner span.rrt-meta a{
	color: #76DEFC;
	text-decoration:none;
}
#tweet div.rrt-inner span.rrt-meta a:hover{
	text-decoration:underline;
}
/* customize date link */
#tweet div.rrt-inner a.rrt-date { }
/* customize source link */
#tweet div.rrt-inner a.rrt-source { }

/* customize links */
#tweet div.rrt-inner a.rrt-link { }
/* customize @user links */
#tweet div.rrt-inner a.rrt-at { }
/* customize #hashtags links */
#tweet div.rrt-inner a.rrt-hashtag { }