@charset "UTF-8";
p.quotation {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 17px;
	padding-top: 7px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066FF;
	text-align: center;
	line-height: 22px;
}
p.quotationCredit {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-color: #0099FF;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
p.quotesmall {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 10px;
}
/* CSS Document */

body {
	margin: 0px;
	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 */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/background_page.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
.float_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.hearing #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/background.jpg);
	background-position: center 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #0071BC;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #0b1986;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../img/gradient_blue.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 17px;
}
a {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 150px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
}
#header a.logolink {
	height: 130px;
	width: 260px;
	display: block;
	text-indent: -10000px;
}
#header #global_icons {
	width: 500px;
	float: right;
	padding-top: 40px;
	padding-right: 25px;
}
#header  #global_icons a {
	float: right;
	height: 80px;
	width: 60px;
	background-position: 0px 20px;
	display: block;
	padding: 0px;
	text-align: center;
	background-repeat: no-repeat;
	color: #999999;
	text-decoration: none;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header  #global_icons a:hover {
	background-position: -60px 20px;
	color: #FFFFFF;
}
#header a.home {
	background-image: url(../img/icon_home.gif);
}
#header a.contact {
	background-image: url(../img/icon_contact.gif);
}
#header a.twitter {
	background-image: url(../img/icon_twitter.gif);
}
#header a.facebook {
	background-image: url(../img/icon_facebook.gif);
}
#mainContent  {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
.narrowcol {
	display: inline;
	padding: 0px;
	float: left;
	width: 205px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.widecol {
	display: inline;
	float: left;
	width: 540px;
	margin-right: 15px;
}
.fullcol {
	display: inline;
	float: left;
	width: 740px;
}
.panel_black {
	background-color: #000000;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
a.login {
	background-image: url(../img/icon_login.gif);
}
#links {
	background-color: #000000;
	padding: 10px;
	margin-bottom: 10px;
	width: 186px;
}
#links a {
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#links a:hover {
	background-color: #0066FF;
}
#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 30px;
	height: 70px;
	background-color: #000000;
	padding-left: 20px;
	margin-right: 20px;
}
#memberlogos {
	margin: 0px;
	padding: 20px;
	text-align: center;
}
#memberlogos h3 {
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer a.grm_link {
	background-image: url(../img/Made-in-the-Green-Room.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 40px;
	width: 240px;
	text-indent: -10000px;
}
#footer p {
	color: #999999;
	padding-top: 10px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
	background-position: 0px -40px;
	color: #FFFFFF;
}
.widecol ul     {
	padding: 0px;
	margin-bottom: 30px;
}
.widecol li    {
	font-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	list-style-type: none;
	font-weight: normal;
}
.pic_caption {
	font-size: 11px;
	font-style: italic;
	color: #CCCCCC;
	text-align: right;
}
#form1 {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #191919;
	padding: 10px;
	margin-bottom: 20px;
}

.panel_black td {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #999999;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	margin: 0px;
	width: auto;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}


.panel_black th {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 11px;
	background-image: url(../img/gradient_blue.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin: 0px;
	background-color: #0b1986;
	border-right-width: 1px;
	border-right-color: #000066;
}
 #twitter p {font-size:11px;} 

#twitter h4 a {
font-size: 14px;
font-weight: bold;
margin-left:0px;
}
.nolineform /*.twtr-profile-img-anchor {display:none;}*/
 td {
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-left-color: #000000;
}
