@charset "UTF-8";
/* CSS Document */

/* zero-out browser formatting */
/* links */
a, :link,:visited {
	text-decoration:underline;
	color:#FFCC00;
}
a:hover {
	text-decoration:underline;
	color:#FFFF66;
}
/* set base font size */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
/* remove padding and margins */
h1,h2,h3,h4,h5,h6,p,li,blockquot,fieldset,input
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
} 
/* remove borders around images */
a img,:link img,:visited img, img { padding:0px; border:none; margin:0px; }
/* Below statement also strips padding, borders and margins */
body, div, ul, li, dl, dd, dt, p, a, table, tr, th, td, img {
padding:0px; border:0px; margin:0px; vertical-align:top;}


body{
	font-family: Arial, Helvetica, sans-serif;
	background: url(images_html/bknd_gradient.jpg) repeat-x top #252525;
}
#container{
	width: 946px;
	margin: 0px auto 0px auto;
}
.clear {
	clear:both;
}
#logo_nav{
	width: 168px;
	float: left;
}
#logo{
	width: 168px;
	height: 299px;
}
#left_nav{
	width:168px;
}
#left_nav ul{
	list-style:none;
}
#left_nav li{
	text-align:right;
	font-size: 14px;
}
#left_nav li a{
	display:block;
	text-decoration: none;
	color: #999999;
	padding-right: 10px;
	margin-top: 15px;
}
#left_nav li a:hover{
	color: #fff;
}
#left_nav li a.active{
	color: #fff;
	font-weight:bold;
}

#liveArea{
	float: left;
	width: 778px;
}
#banner_top{
	height:110px;
}

/*=================THREE MAIN SECTIONS===================*/
.section {  /*three sections at top of page*/
	height: 279px;
	width: 256px;
	float:left;
	margin-right: 5px;
}
.last{
	margin-right: 0px;
}
.py, .iy, .gt {
	height: 229px;
}
.py{
	background:url(images_html/PY_home_bknd.png) no-repeat top left;
	padding: 0px 80px 0px 35px;
}
.iy {
	background:url(images_html/IY_home_bknd.png) no-repeat top left;
	padding: 0px 20px 0px 90px;
}
.gt {
	background:url(images_html/GT_home_bknd.png) no-repeat top left;
	padding: 0px 90px 0px 18px;
}

.section h1 {
	text-indent: -5000px;
	height: 110px;
	margin:0px;
	padding: 0px;
}
.section p {
	font-size: .9em;
	color: #FFFFFF;
	line-height: 1.4em;
	margin:0px;
	padding: 0px;
}
.section_button {
	margin:0px;
	padding: 0px;
	_margin-top: -9px;
}
	
.section_button a {
	display:block;
	width: 256px;
	height: 50px;
	text-indent:-5000px;
	margin:0px;
	padding: 0px;
}
.section_button a.pybutton{
	background:url(images_html/PY_home_button.png) no-repeat top left;
}
.section_button a.iybutton{
	background:url(images_html/IY_home_button.png) no-repeat top left;
}
.section_button a.gtbutton{
	background:url(images_html/GT_home_button.png) no-repeat top left;
}
.section_button a.pybutton:hover{
	background:url(images_html/PY_home_button.png) no-repeat 0px -50px;
}
.section_button a.iybutton:hover{
	background:url(images_html/IY_home_button.png) no-repeat 0px -50px;
}
.section_button a.gtbutton:hover{
	background:url(images_html/GT_home_button.png) no-repeat 0px -50px;
}


/*resize and new bknds for content pages*/
#contentpage .section { /*resize for content pages*/
	height: 151px;
}
#contentpage .py, #contentpage .iy, #contentpage .gt {
	height: 101px;
}
#contentpage .py{
	background:url(images_html/PY_content_bknd.png) no-repeat top left;
	padding: 0px 0px 0px 0px;
}
#contentpage .iy {
	background:url(images_html/IY_content_bknd.png) no-repeat top left;
	padding: 0px 0px 0px 0px;
}
#contentpage .gt {
	background:url(images_html/GT_content_bknd.png) no-repeat top left;
	padding: 0px 0px 0px 0px;
}
#contentpage .section_button a.pybutton{
	background:url(images_html/PY_content_button.png) no-repeat top left;
}
#contentpage .section_button a.iybutton{
	background:url(images_html/IY_content_button.png) no-repeat top left;
}
#contentpage .section_button a.gtbutton{
	background:url(images_html/GT_content_button.png) no-repeat top left;
}
#contentpage .section_button a.pybutton:hover{
	background:url(images_html/PY_content_button.png) no-repeat 0px -50px;
}
#contentpage .section_button a.iybutton:hover{
	background:url(images_html/IY_content_button.png) no-repeat 0px -50px;
}
#contentpage .section_button a.gtbutton:hover{
	background:url(images_html/GT_content_button.png) no-repeat 0px -50px;
}


/*=================HOME - MONTHLY ROUNDUP===================*/
#monthly_roundup{
}
#monthly_roundup h2{
	clear: both;
	padding-top: 15px;
	width: 778px;
	height: 24px;
	background:url(images_html/home_monthlyroundup.png) no-repeat bottom;
	text-indent: -5000px;
}
.mo_column{
	width: 189px;
	height: 310px;
	float: left;
	margin-right: 7px;
	background:url(images_html/home_content_bknd.jpg) 40px repeat-x;

}
#monthly_roundup .last{
	width: 190px;
	margin-right: 0px;
}
#monthly_roundup h3{
	width: 100%;
	
}
#monthly_roundup h3 a{
 	display:block;
	width: 100%;
	height: 40px;
	border-bottom: 3px #222 solid;
	text-indent: -5000px;
	
}
a.mo_facts{
	background:url(images_html/home_button_facts.png) no-repeat top left;
}
a.mo_stats{
	background:url(images_html/home_button_stats.png) no-repeat top left;
}
a.mo_spotlight{
	background:url(images_html/home_button_spotlight.png) no-repeat top left;
}
a.mo_question{
	background:url(images_html/home_button_question.png) no-repeat top left;
}
a.mo_facts:hover{
	background:url(images_html/home_button_facts.png) no-repeat 0px -40px;
}
a.mo_stats:hover{
	background:url(images_html/home_button_stats.png) no-repeat 0px -40px;
}
a.mo_spotlight:hover{
	background:url(images_html/home_button_spotlight.png) no-repeat 0px -40px;
}
a.mo_question:hover{
	background:url(images_html/home_button_question.png) no-repeat 0px -40px;
}

#monthly_roundup h5{
	font-weight: bold;
	color: #fff;
	padding: 8px 10px;
	font-size: 14px;
}
#monthly_roundup p{
	font-size: 12px;
	line-height: 17px;
	color: #CCC;
	padding: 0px 10px;
	margin-bottom: 4px;
}

/*==================CONTENT PAGES===================*/
.spacerline{ /*This is the line that points from navigation to content below*/
	clear:both;
	height: 18px;
	width: 6px;
	background:#fff;
}
.pyline{
	margin-left: 125px;
}
.iyline{
	margin-left: 390px;
}
.gtline{
	margin-left: 645px;
}
.otherline{
	background: none;
}


/*COLUMN STRUCTURE*/

.columns {
	clear:both;
	width: 778px;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	margin-bottom: 15px;
	overflow:auto;
}
.pycolumns{
	background:url(images_html/py_content_columns.png) repeat-y;
}
.iycolumns{
	background:url(images_html/iy_content_columns.png) repeat-y;
}
.gtcolumns{
	background:url(images_html/gt_content_columns.png) repeat-y;
}
.othercolumns{
	background:url(images_html/other_content_columns.png) repeat-y;
}

#column1{
	float: left;
	padding-bottom: 10px;
}
#column2{
	float: left;
	padding-bottom: 10px;
}
.columns p, .columns li{
	font-size: .85em;
	color: #FFFFFF;
	line-height: 1.4em;
	margin: 0px 20px 8px 20px;
}
.columns ul li{
	margin-left: 35px;
	list-style: inside;
}
.columns ol li {
	margin-left: 15px;
}
.gtcolumns #column1 p, .gtcolumns #column1 li, .gtcolumns #column1 h3{
	color:#333333;
}
#column1bud{
	background:url(images_html/bud_background.png) no-repeat top right;
	min-height:400px;
}
img.budthumbs {
	margin: 10px 10px;
}


.address {
	font-size: .8em !important;
	margin: 15px 20px 0px 20px;
	border-top: 1px solid #999;
	padding: 5px 5px 0px 0px; 
	line-height: 130%;
}
.gtcolumns .address{
	border-top: 1px solid #FFF;

}
.indent {
	padding-left: 33px;
}
.columns h2{
	margin: 15px 0px 10px 18px;
	color: #FFF;
	font-size: 24px;
}
.columns h3{
	margin: 0px 0px 10px 18px;
	padding-top: 15px;
	color: #FFCC00;
	font-size: 18px;
}
.columns h4 {
	margin: 0px 0px 10px 18px;
	padding-top: 15px;
	color: #CC9900;
	font-size: 16px;
	line-height: 28px;
	font-style:italic;
}

div.iy_contentBlock {
	background:url(images_html/iy_div_bknd.png) no-repeat top right;
	padding-top: 8px;
	padding-bottom: 20px;

}

/*=================BOTTOM BANNERS===================*/


#banner_bottom {
	clear:both;
	height:81px;
	width: 778px;
}

#footer_nav, #footer_glbtt {
	clear: both;
	padding-top: 18px;
}
#footer_nav ul{
	list-style:none;
}
#footer_nav li, #footer_glbtt p {
	float: left;
	font-size: 11px;
	line-height:16px;
	color: #777;
}
#footer_nav li a{
	display: block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #777;
	color: #777;
}
#footer_nav li a:hover {
	color: #fff;
}
#footer_glbtt img {
	float: left;
	margin-right: 15px;
}
#footer_glbtt p{

}



form {
	color: #A3A1A0;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	margin-left: 20px;
}
label {
	display: block;
	margin-top: 8px;
}
input, textarea {
	width: 85%;
	font-size: 12px;
}
.button{
	width: 75px;
	margin-top: 10px;
}

.rule {
	
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}



#leftBanner {
	padding-top: 25px;
}

#bud_video {
  clear: both;
	text-align: left;
	overflow:auto;
	padding-top: 8px;
}
#video_graphic {
	height: 265px;
	width: 450px;
	float: left;
	background:url(images_html/bud_video_graphic.jpg) no-repeat top left;
	font-size: 11px;
	color: #FFF;
	vertical-align:bottom;
}
#video_graphic .hidden{
	display: none;
}
#video_graphic p{
	position: relative;
	top: 240px;
	text-align: right;
	padding-right: 30px;
}
#video {
	float: left;
}
#newsite {
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	padding: 10px 0px;
	color: #000;
	border-top: 1px solid #333;
	border-bottom:1px solid #333;
	margin: 10px 0px;
	background: #F90;
}