body {
   behavior: url("./csshover3.htc");
}
body{
	margin: 0;
	padding: 0;
	text-align: center;
}
img{
	border: 0;
	margin: 0;
	padding: 0;
}
body,
div,
table,
td,
li,
input,
textarea{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
div#header{
	background-image:url(../images/background.png);
	background-repeat: repeat-x;
	height: 455px;
}
div#footer{
	clear: both;
	background-image:url(../images/footer.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 40px;
	color: #AAAAAA;
}
#tsfooter{
	color: #CCCCCC;
	font-size: 12px;
}
#tsfooter a{
	color: #CCCCCC;
	text-decoration: none;
}
#tsfooter a:hover{
	color: #666666;
	text-decoration: underline;
}
a#logoBlock{
	position:relative;
	text-align: center;
	display: block;
	top: 20px;
	height: 141px;
	width: 171px;
	float: left;
	margin-right: 100px;
	z-index:1000000;
}
#content{
	width: 930px; 
	margin:  40px auto 0px auto; 
	text-align: left;
	border: 0px solid blue;
	overflow:auto;
	padding-bottom: 40px;
}
#logoWrapper{
	width: 930px; 
	height: 170px;
	margin: 0 auto; 
	border: 0;
	text-align: left;
	border: 0px solid blue;
}
#rulesBlock{
	padding-top: 12px;
	position: relative;	
	font-size: 12px;
	line-height: 16px;
}
.divider{
	height: 56px;
	width: 6px;
	background-image: url(../images/divider.png);
	float:left;
}
div.top{
	width: 100%;
	text-align: center;
}
.columns3{
	position: relative;
	width: 255px;
	float:left;
}
.columns2{
	position: relative;
	width: 400px;
	float:left;
}
.textDivider{
	height: 300px;
	width: 4px;
	background-image: url(../images/textDivider.png);
	background-repeat: no-repeat;
	background-position: center;
	float:left;
	margin: 0 30px;
}
h1{
	color: #444444;
	font-size: 24px;
	line-height: 24px;
}

h1 span{
	color: #990000;
}
h2,.h2{
	color: #990000;
	font-size: 17px;
	font-weight: bold;
	margin: 13px 0px;
}
.h2 a, h2 a {
	font-weight: 500;
}
h3{
	color: #666666;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
}
a{
	color: #C81400;
}
a:hover{
	color: #440000;
}

#homePage{
	position: absolute;
	height: 399px;
	width: 100%;
	margin: 56px auto 0 auto;
	background-image: url(../images/homePage.png);
	background-position: center;
	background-repeat: no-repeat;
}
#homePageOption{
	position: absolute;
	height: 399px;
	width: 100%;
	margin: 56px auto 0 auto;
	background-image: url(../images/homePageOption.png);
	background-position: center;
	background-repeat: no-repeat;
}
#sharonPage{
	position: absolute;
	height: 399px;
	width: 100%;
	margin: 56px auto 0 auto;
	background-image: url(../images/sharonPage.png);
	background-position: center;
	background-repeat: no-repeat;
}
#sandraPage{
	position: absolute;
	height: 399px;
	width: 100%;
	margin: 56px auto 0 auto;
	background-image: url(../images/sandraPage.png);
	background-position: center;
	background-repeat: no-repeat;
}

#blankPage{
	position: absolute;
	height: 399px;
	width: 100%;
	margin: 56px auto 0 auto;
	background-image: url(../images/blankPage.png);
	background-position: center;
	background-repeat: no-repeat;
}
.contentPage{
	position: absolute;
	height: 67px;
	width: 100%;
	margin: 207px auto 0 auto;
	background-position: center;
	background-repeat: no-repeat;
}
#servicesPage{
	background-image: url(../images/servicesPage.png);
}
#eventsPage{
	background-image: url(../images/eventsPage.png);
}
#clientsPage{
	background-image: url(../images/clientsPage.png);
}
#aboutPage{
	background-image: url(../images/aboutPage.png);
}
#aboutGenericPage{
	background-image: url(../images/aboutGenericPage.png);
}
#rulesPage{
	background-image: url(../images/rulesPage.png);
}
ul{
	padding: 0;
	margin: 0;
}
li{
	padding: 0;
	margin: 2px 0px 10px 20px;
	list-style-image: url(../images/bullet.png);
}
.more{
	text-decoration: none;
	line-height: 30px;
}
.more:hover{
	text-decoration: underline;
}

h2.headline{
}

p.newsExcerpt{
	font-style:			italic;
}

p.byLine{
	line-height:		0px;
}

p.newsSource{
	font-weight:		bold;
}

#governmentServices{
}

#boldBlock{
	font-weight:		bold;
}

#grayBox{
	background:			#dedede; 
	border:				1px solid #b1b2b5; 
	padding:			19px; 
}

#redBox{
	background:			#ca1400; 
	border:				1px solid #ac1a00; 
	padding:			18px; 
	color:				white; 
	font-size:			20px; 
	line-height:		26px;
	font-family:		'Times New Roman';
	font-style:			italic;
}

.small2Column{
	float:				left; 
	width:				50%;
	padding-bottom:		20px;
}

a.registerButton{
	background:			#ca1400; 
	border:				1px solid #ac1a00;
	color:				white;
	padding:			4px 10px 4px 10px;
	text-decoration:	none;
	margin-left:		50px;
}

a:hover.registerButton{
	background:			#dedede;
	border:				1px solid #b1b2b5; 
	color:				black;
}




.bioContainer{
	position:absolute; top: 280px; text-align:left; width: 900px;z-index:501;
}
h2.bio {
	color:white; font-size: 40px; font-weight: 500;
}
.contentHeader{
	position:absolute; top: 113px; text-align:left; width: 900px;z-index:501; margin-left: 5px;
}
h2.contentHeader {
	color: white; font-size: 29px; font-weight: 700;
}

div#contact{
	width:260px;
	margin:auto;
}



/**************** menu coding *****************/
#menu {
	position:relative;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a{
	display: block;
	border-width: 0;
	border-style: solid;
	margin: 0;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	
}

#menu li {
	list-style-image:none;
	position: relative;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}
#menu ul ul a{
	height: 35px;
	line-height: 33px;
	background-color: #555555;
	color: #FFFFFF;
	border-top: 1px inset #666666;
	border-left: 1px inset #666666;
	width: 130px;
	padding: 0px 30px;
}
#menu .sub2{
	width: 340px;
}
#menu ul ul a:hover{
	background-color: #C81400;
	color: #FFFFFF;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu  a.navTab{
	position: relative;
	background-image: url(../images/navigationTab.png);
	display: block;
	width: 110px;
	height: 56px;
	line-height: 56px;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	color: #DEDEDE;
	text-decoration: none;
}
#menu .navTab:hover{
	background-position: bottom;
	color: white;
}
