/************* GENERAL CSS ************/
.clear_left 
{
    clear: left;
}
.clear_right
{
    clear: right;
}
body {
	margin: 0px 0px 0px -1px !important; /*taken by FF*/
    margin: 0px 0px 0px 0px; /*taken by IE*/
	padding: 0px 0px 0px 0px;
	background: #006893 url(images/back.png) repeat-y center top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h6 
{
    padding-top: 0;
    margin-top: 0;
    color: #19779e;
    font-size: 12px;
    font-weight: bold;
}
#threecolmain h1 
{
    padding-top: 0;
    margin-top: 0;
    color: #19779e;
    font-size: 14px;
    font-weight: bold;
}
#twocolmain h1 
{
    padding-top: 0;
    margin-top: 0;
    color: #19779e;
    font-size: 14px;
    font-weight: bold;
}
#onecol h1 
{
    padding-top: 0;
    margin-top: 0;
    color: #19779e;
    font-size: 14px;
    font-weight: bold;
}
#twocolleft2 h1 
{
    padding-top: 0;
    margin-top: 0;
    color: #19779e;
    font-size: 14px;
    font-weight: bold;
}
#twocolleft h1 
{
    padding-top: 0;
    margin-top: 0;
    color: #19779e;
    font-size: 14px;
    font-weight: bold;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #CBCBCD;
	height: 1px;
	background-color: #CBCBCD;
}
ul
{
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

li 
{
    padding-left: 10px;
    background-image: url(images/dot.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}

.second ul 
{
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    list-style: none;
}

.second li {
    padding-left: 10px;
    background-image: url(includes/dot1.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}

a {
	text-decoration: none;
	color: #7AAC32;
}

a:hover {
	text-decoration: underline;
	color: #7AAC32;
}
select  { 
 border: 1px solid #c3c3c3;
}
.greenlink a {
	text-decoration: none;
	color: #7aac32;
}

.greenlink a:hover {
	text-decoration: underline;
	color: #7aac32;
}
.green 
{
    color: #7aac32;
}
.blue
{
    color: #19779e;
}
.gray
{
    color: #999999;
}
/************* HEADER STUFF ************/

#header {
	width: 950px;
	height: 103px;
	background: #FFFFFF url(images/header_background.png) repeat-x center top;
	margin: 0px auto;
	border-bottom: 1px solid #CBCBCD;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}
#header #left {
	float: left;
	width: 180px;
	padding: 46px 0px 0px 100px;
}

#header #right {
	float: right;
	width: 670px;
	padding: 0px 0px 0px 0px;
	clear: right;
}

/************* EXPLORE ************/
#explore {
  margin: 15px 0px 0px 0px;
  padding: 0 0 0 0;
  width: 570px;
  text-align: right;
}

/************* MENU ************/
#mainnav 
{
    margin: 42px 0 0 30px;
    padding: 0 0 0 0;
    float: left;
}
#mainnav ul
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#mainnav li
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    float: left;
}
/************* CONTENT ************/

.intro 
{
    font-size: 13px;
    font-weight: bold;
	line-height: 20px;
}
#content {
	width: 950px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}
#content #threecolleft {
	float: left;
	padding-left: 98px;
	padding-top: 53px;
	width: 150px;
}
#content #threecolleft hr 
{    
	border: 0px;
	margin-left: 0px;
}
#content #onecol { 
	float: left;
	padding-top: 53px;
	padding-left: 132px;
	padding-right: 101px;
	width: 717px;
}
#content #onecol a {
	color: #19779e;
	text-decoration: none;
}
#content #onecol a:hover {
	text-decoration: underline;
}
#content #onecol hr 
{    
	border: 0px;
	margin-left: 0px;
}
#content #onecol .sitehr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px;
	width: 250px;
	margin-left: 0px;
}
#content #threecolleft hr {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #CBCBCD;
	height: 1px;
	width: 118px;
}
#content #threecolmain { 
	float: left;
	padding-top: 50px;
	width: 454px;
}
#content #threecolmain hr 
{    
	border: 0px;
	margin-left: 0px;
}

#content #twocolmain { 
	float: left;
	padding-top: 53px;
	width: 670px;
}
#content #twocolmain hr 
{    
	border: 0px;
	margin-left: 0px;
}
#content #fiftycolleft {
	float: left;
	padding-left: 132px;
	width: 363px;
}

#content #fiftycolright { 
	float: right;
	width: 354px;
	padding-right: 101px;
}

#content #threecolright {
	float: right;
	width: 248px;
}

#content #twocolleft {
	float: left;
	padding: 53px 58px 58px 117px;
	width: 455px;
}

#content #twocolleft2 
{
	float: left;
	padding: 53px 0px 58px 134px;
	width: 568px;
}
#content #twocolleft2 hr 
{    
	border: 0px;
	margin-left: 0px;
}
#content #twocolright {
	float: right;
	padding-top: 53px;
	width: 310px;
}
#content #twocolright2 {
	float: right;
	width: 248px;
}
#content #callleft {
	float: left;
	width: 154px;
	padding-top: 13px;
	line-height: 20px;
}

#content #callright {
	float: right;
	width: 144px;
	padding-top: 13px;
	line-height: 20px;
}
#popleft 
{
    float: left;
	width: 50px;
	border: solid 0px white;
}
#popcenter
{
    float: left;
	width: 490px;
	margin-top: 64px;
	border: solid 0px white;
}
#popcenter hr 
{    
	border: 0px;
	margin-left: 0px;
}
#popright 
{
    float: right;
	width: 54px;
	border: solid 0px white;
}
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh {	font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#cbcbcd; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#fffeff; border-right:2px solid #cbcbcd; border-left:2px solid #cbcbcd; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#fffeff; border-right:1px solid #cbcbcd; border-left:1px solid #cbcbcd; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#fffeff; border-right:1px solid #cbcbcd; border-left:1px solid #cbcbcd; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #f1f2f4;}
.headh {background: #fffeff; border-right:1px solid #cbcbcd; border-left:1px solid #cbcbcd; border-bottom:1px solid #cbcbcd;}
.headh h3 {color:#cc0000; font-size:10px;margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth {background: #f1f2f4; border-right:1px solid #cbcbcd; border-left:1px solid #cbcbcd;}
.contenth div {margin-left: 12px; padding-top: 20px; padding-bottom: 20px;}
.contenth div label {display: block; float: left; width: 108px; padding-top: 8px;}
.contenth div input, select { border: 1px solid #c3c3c3; margin-top: 4px;}
.contenti {background: #ffffff; border-right:1px solid #cbcbcd; border-left:1px solid #cbcbcd;}
.contenti div {margin-left: 12px; padding-top: 20px; padding-bottom: 20px;}
.contenti div input { border-style: none;margin-left: -5px;}
.contentj {background: #f1f2f4; border-right:1px solid #cbcbcd; border-left:1px solid #cbcbcd;}
.contentj div {margin-left: 12px; padding-top: 20px; padding-bottom: 10px;}
.contentj div label {display: block; float: left; width: 108px; padding-top: 4px;}
.contentj div input {padding-top: 15px;margin-left: 216px;padding-bottom: 10px;}
.contentj div input[type="checkbox"], input[type="radio"]{
	background: transparent;
	border: 0px;
}
.contentj div textarea {border: 1px solid #c3c3c3;}
.red{color:#cc0000;}

.newstitle
{
    color: #19779e;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}

/************* FOOTER ************/

#footer {
	clear: both;
	border-top: 1px solid #CBCBCD;
	background: #DCDCDD url(images/footer_grad.gif) repeat-x center top;
	width: 950px;
	height: 40px;
	margin: 0px auto;
	border: 0px solid black;
}
#footer #fleft {
	float: left;
	width: 180px;
	padding: 10px 0px 0px 100px;
}

#footer #fright {
	color: #474747;
	float: right;
	width: 530px;
	padding: 8px 0px 0px 40px;
}

.minw1 {
	min-width: 30em;
}
#footer_menu ul {
	margin: 0;
	padding: 0;
}
#footer_menu li {
	margin: 0;
	background-image: none;
	padding: 4px 0 10px 0;
	list-style-type: none;
	color: #666666;
}
#footer_menu span {
	padding: 0 8px;
	border-left: 1px solid #BBBBBC;
	color: #666666;
}
#footer_menu .first {
	padding-left: 0;
	border-left: 0 none;
}
#footer_menu a {
	padding: 0 8px;
	border-left: 1px solid #BBBBBC;
	color: #666666;
	text-decoration: none;
}
#footer_menu a:hover {
	text-decoration: underline;
}
#footer_menu #copy {
	text-decoration: none;
	width: 175px;
}
#footer_menu li, #footer_menu a, #footer_menu span, #footer_menu span .copy {
	float: left;
}
#postmenu {
	clear: both;
}
/*\*//*/
* html .minw1 {
	border-left: 30em solid #ffffff;
}
* html .minw2 {
	margin-left: -30em;
}

/**************POPUP FOOTER***************/
.bubbleInfo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 432px;
}
.trigger {
	position: absolute;
}

/* Bubble pop-up */

.popup {
	position:absolute;
	left:-1000px;
	z-index:1000;
	/*position: relative;
	z-index: 50;*/
	display: none;
	border-collapse: collapse;
}

.popup td.corner {
	height: 34px;
	width: 12px;
}
.popup td.bottom img { 
	display: block; margin: 0 auto; 
}

.popup table.popup-contents {
	font-size: 12px;
	width: 410px; 
	height: 64px;
	line-height: 1.2em;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

table.popup-contents th {
	text-align: left;
	/*text-transform: lowercase;*/
}

table.popup-contents td {
	text-align: left;
}

tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	height: 17px;
}

tr#release-notes td a {
	color: #333;
}
.btnJoin 
{
    padding: 3px 0px 0px 8px;
}

/************* NEWS AND EVENTS RSS ************/

div.feedburnerFeedBlock ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

div.feedburnerFeedBlock ul ul {
  list-style-type: disc;
}

div.feedburnerFeedBlock ul ol {
  list-style-type: decimal;
}

div.feedburnerFeedBlock ul li span.headline {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #19779e;
	font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}

div.feedburnerFeedBlock ul li span.headline a {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #19779e;
	font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  text-decoration: none;
}

div.feedburnerFeedBlock ul li span.headline a:hover {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #19779e;
	font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
}

div.feedburnerFeedBlock ul li p {
  margin: 10px 0px 10px 0px;
}

div.feedburnerFeedBlock ul li div {
  margin: 10px 0px 25px 0px;
}

div.feedburnerFeedBlock {
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#creditfooter {
  text-align: right;
}