/***********************************************/
/* drtrack_track.css                           */
/* for use with DrTrack.com                    */
/* Last updated 22 December 2010               */
/* for 2011 redesign                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	line-height: 1.166;	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F65F2D;  /* #99F; #480CE8; #4040ff */
	background-image: url(../images/new-bg.jpg);
	background-repeat: repeat-x;
	width: 990px; /* 960px; */
	margin: auto auto;
	padding: 0px;
	border: 0px #ff0 solid;
	text-align: center;
	color: #000;
	font-size: 13px;
}

.workarea {
	background-color: #F90;  /* #fff; */
	border: 0px solid #00F;  /* #C30;  */
	top: 0px; 
	width: 990px; /* 960px; */
	margin: auto auto;
	text-align: left;
	color: #000;
}

#masthead{
	width: 990px; /* 960px; */
	height: 150px;
	position: relative;
	margin: auto auto;
	text-align: left
}

#main_menu{
/*
	background-color: #0f3;
	border: 0px solid #00F; 
	width: 150px;
*/
	background-color: #900;
	border: 0px solid #F63; 
	height: 100px;
	color: #FFF;
}

.MenuHead
{
	text-align: center;
	text-decoration: none; 
	vertical-align: middle;
	width: 130px;  
	height: 40px;
/*	
	display: block;
*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	border-right: 2px solid #FFF; 
	border-left: 2px solid #FFF; 
	border: 2px solid #fff;
	color: #FFF;
	background-color: #03C;
	margin: 0px;
	font-weight: bold;
}

.menu{
/*	width: 150px; */
	color: #fff;
	background-color: #900; /* #C90 #390; #FC0 */
	list-style-type: none; 
	text-decoration: none; 
	text-align: center;
	line-height: normal;
	height: 100px;	
}

/*
.me nu a {
	text-decoration: none; 
	vertical-align: middle;
	padding: 5px;
	float: left;
	border: 2px solid #fff;
	background-color: #900 !important;
	color: #fff !important;
	margin: 0px;
	font-weight: 600;
}

.me nu a.active {
	background-color: #900  !important;
	color: #fff !important;
}

.me nu a:visited {
	background-color: #900  !important;
	color: #fff !important;
}

.men u a:hover {
	background-color: #fff !important;
	color:  #900  !important;
}
	
.me nu a.active:hover {
	background-color: #fff !important;
	color: #900  !important;
}
*/

h1{
 	font-family: Arial,sans-serif;
	line-height: 1.166;	
 	color: #FFF;
 	margin: 0px;
 	padding: 15px 2px 2px 2px;
	text-align: center;
	background-color: #fff;
}

h2 {
 	font-family: Arial,sans-serif;
	line-height: 1.166;	
 	color: #000;
 	margin: 0px;
 	padding: 2px;
	text-align: center;
	background-color: #fff;
}

th {
	text-align: center;
}

#content {
	text-align: left;
	background-color: transparent; /* #F65F2D;  #FC9;  #39f; #99F; #00C; */
	color: #000;
	padding: 10px;
	border: 0px solid #000;
	float: left;
	width: 990px; /* 960px; */
	position: relative; 
	top: 0px;
	min-height: 700px;	
	/* IE Hack */
    height: expression(this.scrollHeight < 700 ? "700px" : "auto");
	margin: auto auto;
	font-size: 12px;
}

#content div .story {
	background-color: #fff;
	color: #000;
}

#content a {
	text-decoration: none;
	background-color: #fff;
	color: #900;  /* #C30;  */
	font-size: 16px;
	font-weight: bold;
}

#content a:hover { 
	background: #900;  /* #C30;  */
	color: #fff;
}

/************* #footer styles *************/

#footer, #bottom {
	color: #900;
	background-color: transparent;
	padding: 0px;
	padding-left: 10px;
	width: 990px; /* 960px; */
	float: left;
	border: 0px solid #FFF;
/*	font-size: 70%;  */
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
}

#footer {
	height: 300px;
	clear: both;
}

#footer a {
	color: #900;
	background-color: transparent;
}

#footer a:hover{
	text-decoration: none;
	background-color: #900;
	color: #fff;
}

#footer p {
	text-align: center;
}

#bottom {
	color: #fff;
	background-color: #ccc;
	padding: 0px;
	padding-left: 10px;
	width: 990px; /* 960px; */
	float: left;
	border: 2px solid #900;  /* #C30;  */
}

.blockDisplay {
	/* display: block;  */
	text-align: left;
	list-style-type: disc;
	display: list-item;
	font-weight: bold;
}

.blockDisplay2 {
	display: block;
	text-align: left;
}

.blockDisplay3 {
	font-size: 14px;
	display: block;
	text-align: left;
	font-weight: bold;
}

/************* #siteInfo styles ***************/

.siteInfo{
	color: #fff;
	padding: 0px 0px 0px 15px;
	background-color: #06f;
	margin-left: 10px;
	margin-top: 20px;
}

.siteInfo a {
	text-decoration: none;
	background-color: #06f;
	color: #fff;
	display: block;
}

.siteInfo a:hover{
	text-decoration: none;
	color: #00f;
	background-color: #fff;
}

.siteInfo .cols {
/*  for Columns of info in the footer  */
	margin-right: 100px;
	float: left;
	width: 250px;
	border: 0px solid #fff;
	padding: 20px;
	margin-top: 10px;
	height: 125px;
}

/*********** #navBar link styles ***********/

/* #navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}  */

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.title0 {
	font-weight: bold;
	font-size: 30px;
	background-color: #fff;
 	color: #900;  /* #C30;  */
	display: block;
	line-height: 2; 
	text-align: center;
}

.title-footer {
 	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 22px;
 	color: #FFF; 
	display: block;
	line-height: 2; 
	text-align: center;
}

.title {
	font-weight: bold;
	font-size: 14px;
 	color: #000; 
	display: block;
	line-height: 2; 
	text-align: center;
}

.title2 {
	font-weight: bold;
	font-size: 18px;
 	color: #000; 
	display: block;
	text-align: left;
}

.title3 {
	font-weight: bold;
	font-size: 18px;
 	color: #900;  /* #C30;  */
	display: block;
	text-align: center;
}

.title3L {
	font-weight: bold;
	font-size: 18px;
 	color: #900;  /* #C30;  */
	display: block;
}

.titlered {
	font-weight: bold;
 	color: #900;  /* #C30;  */
}

.author {
	font-weight: bold;
	font-size: 14px;
 	color: #000; 
	display: block;
	text-align: center;
}

.sub_title2 {
	font-weight: bold;
	font-size: 14px;
 	color: #000; 
	display: block;
	text-align: left;
}

.name {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
 	color: #900;  /* #C30;  */
	display: block;
}

.name2 {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
 	color: #900;  /* #C30;  */
}

.even {
	background-color: #ffa;
}

.ctr {
	text-align: center;
}

table {
	text-align: right;
	font: 0.80em/1.3em Arial, Helvetica, sans-serif;
}

form {
	font: 0.80em/1.3em Arial, Helvetica, sans-serif;
	/* font-size: xx-small;  */
}

.logo{
	clear: both;
}

.photo{
  	float: right;
	padding: 5px 5px 5px 5px;
	border: 1px solid #003399;	
	margin: 10px 10px 10px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: right;
	vertical-align: middle;
}

.right_col {
	float: left;
	width: 350px; 
	border: 0px solid #900;  /* #C30;  */
	padding: 10px 10px 10px 10px;
	position: relative; 
	background-color: #fff;	
	margin-top: 10px;
/*
	min-height: 500px;
*/
	margin-left: 10px;
	display: inline;
	min-width: 350px;
}

.list_bullets {
	display: list-item;
}

.list_bullets a {
	display: list-item;
}

.boxed {
	background-color: #000;
	border: 2px solid #900;  /* #C30;  */
}

.award {
	font-weight: bold;
	font-size: 14px;
 	color: #000; 
	display: block;
	text-align: left;
}

.news {
	padding: 10px 10px 10px 20px;
	border: 0px solid #000;	
	margin: 5px 5px 5px 5px;
	background-color: #fff;
	min-height: 700px;	
	/* IE Hack */
    height: expression(this.scrollHeight < 700 ? "700px" : "auto");
}

.news-feed {
	padding: 10px 10px 10px 10px;
	border: 0px solid #000;	
	margin: 5px 5px 5px 5px;
	background-color: #fff;
}

#date {
	font-size: small;
	color: #0000FF;
	font-weight: bold;
}

.headtext{
	background-color: #00F;
	border: 2px solid white;
	text-align: center;
	color: #FFF;
	height: 100px;
	vertical-align: middle;
}

.section{
	background-color: #900;  /* #C30;  */
	text-align: center;
	color: #FFF;
	padding: 5px;
}

a.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #00F;
	color: #fff;
	padding: 2px;
	border-width: 2px;
	border-color: #900;  /* #C30;  */
	border: outset;
	text-decoration: none;
	text-align: center;
	display: block;
}

a.button:hover
{
 	color: #00F;
	background-color: #FFF;
}

a.button:active
{
	border: inset; 
 	color: #00F;
	background-color: #FFF;
}

.hofmenu {
	color: #00f;
	background-color: #fff;
	border: 4px solid #900;  /* #C30;  */
	list-style-type: none; 
	text-decoration: none; 
	text-align: center;
	display: block;
	width: 130px;
}

.google {
	float: left;
	border: 4px solid #000;
	left: 0;
}

#google1 {
	float: left;
	border: 0px solid #000;
}
#google2 {
	float: left;
	border: 0px solid #ff0;
}

input, option, select {
	position: relative; 
	top: 0px; 
	font-size: x-small;
	font-weight: bold;
	color: #00f;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.speaker {
	color: #900;  /* #C30;  */
	font-weight: bold;
}

.ads {
	text-align: center;
	color: #00f;
	background-color: #fff;
	font-size: 12px;
}

.ads h3 {
	text-align: center;
	color: #00f;
	background-color: #fff;
	font-size: 16px;
}

.ads a {
	text-decoration: none; 
	display: block;
	color: #900; /* #00f;  */
	background-color: #fff;
	padding: 2px; 
}

.ads a.active {
	color: #fff;
	background-color: #900; /* #00f;  */
	text-decoration: none;
}

.ads a.active {
	background-color: #900; /* #00f;  */
	color: #fff;
}

.ads a:visited {
	color: #900; /* #00f;  */
}

.ads a:hover {
	color: #fff;
	background-color: #900; /* #00f;  */
}
	
.ads a.active:hover {
	background-color: #900; /* #00f;  */
	color: #fff;
}

.what {
	text-align: left;
 	color: #900;  /* #C30;  */
	font-weight: bold;
}

.rightJust {
	text-align: right;
}

#drtrack01 {
	border: 0px solid #555;
    width: 200px;
    height: 150px;
  }

#drtrack02 {
    width: 310px;
    height: 115px;
/*
    width: 510px;
    height: 189px;
*/
  }

address {
	clear: both;
	margin-top: 70px;
	border: 0px solid #555;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.zztop {
	margin-top: 0px;
	z-index: 50;
	position: absolute;
	color: #903 !important;
	width: 990px; /* 960px; */
	border: 0px solid #000;
/*
	height: 140px;
*/
}

.zzbottom {
	z-index: 5;
	position: absolute;
}

.mast-text {
	color: #900;  /* #C30;  */
	text-align: center;
	width: 520px;
	margin-right: 0px;
	margin-top: 15px;
	margin-left: 235px;
/*
	background-color: #fff;
*/
	border: 0px solid #0ff;
	/* for IE */
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
  /* CSS3 standard */
	opacity: 0.25;

	font-size: 50px;
	height: 120px;

 	font-family: Arial,sans-serif;
	line-height: 1.166;	
}

.mast-text2 {
	color: #C30;  /* #C30; #00f;  #33f; #FC0; */
	text-align: center;
	width: 520px;
	margin-right: 0px;
	margin-top: -120px;
	margin-left: 235px;
	border: 0px solid #000;
	font-size: 50px;
	height: 120px;

 	font-family: Arial,sans-serif;
	line-height: 1.166;	
	z-index: 5;
	position: relative;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff;

	/* shadow for IE 5.5+  
	   	filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, direction=10);
	*/
}

.shadow {
	height: 3em;
	filter: Shadow(Color=#FFFFFF, 
			Direction=135, 
			Strength=5);
}

.dia {
	width: 310px;
	border: 0px solid #900;
	float: left;
	background-color: #FFF;
/*
	background: #FFFF00;
	position: relative;
*/
}

.dia-date {
	font-size: 65px;
	font-weight: bold;
	text-align: center;
	border: 0px solid #0f0;
	position: absolute; /* relative; */
	top: 35px;
	left: 0px;
	width: 105px;
}

.dia-month {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 0px solid #900;
	position: absolute; /* relative; */
	top: 4px;
	left: 0px;
	width: 105px;
}

.dia-text {
	width: 190px;
	padding: 5px;
	padding-left: 10px;
	border: 0px solid #000;
	background-color: #FFF;
	float: left;
}

.cal-page {
	float: left;
	text-align: center;
	border: 0px solid #00F;
	position: relative;
	
}

.pad1 {
	float: left;
	min-height: 210px;
	text-align: center;
	/* IE Hack */
    height: expression(this.scrollHeight < 210 ? "210px" : "auto");
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	min-width: 150px;
}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

.logo2 {
	position: absolute;
	left: 352px;
	top: -30px;
}

#tabs {
	font-size: 14px !important; 
	font-weight: bold !important;

}

.sponsors {
	text-align: left;
	color: #00f;
	font-size:12px;
}
