@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #6B5741;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 828px;
	text-align: left;
	background-image: url(images/yellowbk.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixLtHdr #header {
	padding-top: 31px;
	background-image: url(images/gear.gif);
	background-repeat: no-repeat;
	background-position: 24px 46px;
	height: 101px;
}

.twoColFixLtHdr #header_con {
	padding-top: 31px;
	background-image: url(images/smile.gif);
	background-repeat: no-repeat;
	background-position: 24px 46px;
	height: 101px;
}

.twoColFixLtHdr #header_about {
	padding-top: 31px;
	background-image: url(images/think.gif);
	background-repeat: no-repeat;
	background-position: 24px 46px;
	height: 101px;
}

.twoColFixLtHdr #header h1 {
	background-image: url(images/t29dlogo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 0px;
	height: 76px;
	margin-left: 543px;
	margin-top: 0px;
	padding-top: 0px;
}

.twoColFixLtHdr #header_con h1 {
	background-image: url(images/t29dlogo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 0px;
	height: 76px;
	margin-left: 543px;
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #header_about h1 {
	background-image: url(images/t29dlogo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 0px;
	height: 76px;
	margin-left: 543px;
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #sidebarcontact{
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
	background-image: url(images/sidebarbk_con.gif);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 246px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
	background-image: url(images/sidebarbk.gif);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #sidebarwork {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
	background-image: url(images/sidebarbk_wrk.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebarabout {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
	background-image: url(images/sidebarbk_about.gif);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 247px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#panel_stage {
	height: 94px;
	margin: 0px;
	padding: 0px;
	width: 558px;
}
#panel_right {
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #82705E;
	padding-top: 9px;
	padding-right: 5px;
	padding-left: 285px;
}
#panel_righttwolines {
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #82705E;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 285px;
}

#panel_righttwolines br {
	margin: 0px;
}
#panel_left {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #7F2149;
	padding-left: 20px;
	padding-top: 9px;
	float: left;
}

#panel_left_con {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CAC3BF;
	padding-left: 20px;
	padding-top: 6px;
	float: left;
}

#panel_left a {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #82705E;
	font-size: 14px;
}

#panel_left a:link{
	text-decoration: none;
}
#panel_left_con a:link{
	text-decoration: none;
}

#panel_left a:hover{
	text-decoration: none;
	color: #7F2149;
}

#nav {
	padding: 0;
	list-style-type: none;
	width: 180px;
	float: left; /* Contain floated list items */
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	display: inline;
}
#nav li {
margin: 0;
padding: 0;
float: left; /* This corrects the */
width: 100%; /* IE whitespace bug */
}
#nav a {
	display: block; /* to increase clickable area as a’s
default to inline */
	color: #82705E;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 16px;
	line-height: 12px;
}

#nav #nav_con a {
border: none;
}
#nav a:hover {
	color: #7F2149;
}

#subnav {
	padding: 0;
	list-style-type: none;
	/*width: 180px;*/
	/*float: left;  Contain floated list items */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

#subnav li {
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;/*float: left;  This corrects the */
/*width: 100%;  IE whitespace bug */
}
#subnav a {
	display: block;  /*to increase clickable area as a’s
default to inline */
	color: #82705E;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	line-height: 12px;
	font-weight: normal;
	padding-top: 7px;
}
#subnav  {
	border: none;
	color: #7F2149;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
#subnav a:hover {
	color: #7F2149;
}

#subnav .static {
	padding-top: 7px;
	line-height: 12px;
	padding-bottom: 0px;
}

#subnav #subnav_print a {
	padding-top: 0px;
}

#subnav #subnav_printstatic {
	padding-top: 0px;
	line-height: 12px;
	padding-bottom: 0px;
}

#subnav #subnav_web  {
	padding-bottom: 16px;
}
#footer p.left {
	float: left;
	text-align: left;
}
.twoColFixLtHdr #footer {
	margin-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 263px;
	padding-top: 0px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #82705E;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer p.right {
	float:right;
	text-align:right;
	margin-top: 0px;
}

 a.footlink:link {
	color: #7F2149;
	text-decoration: none;
}

 a.footlink:visited {
	color: #82705E;
	text-decoration: none;
}
 a.footlink:hover {
	color: #82705E;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#about {
	height: 344px;
	width: 547px;
	background-color: #82705E;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 11px;
}


#contact {
	height: 344px;
	width: 547px;
	background-color: #82705E;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/contact_bkg.jpg);
	background-repeat: no-repeat;
	margin-left: 11px;
}

#contact_right{
	margin-left: 360px;
	padding-top: 96px;
}
#contact_left {
	width: 340px;
	float: left;
	padding-top: 96px;
	padding-left: 15px;
	font-size: 12px;
	font-style: normal;
}

#print {
	height: 344px;
	width: 547px;
	background-color: #82705E;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 11px;
}

#event {
	height: 344px;
	width: 547px;
	background-color: #82705E;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-left: 11px;
}

#web {
	height: 344px;
	width: 547px;
	background-color: #82705E;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-left: 11px;
}

#interactive {
	height: 344px;
	width: 547px;
	background-color: #82705E;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-left: 11px;
}

#news {
	height: 309px;
	width: 512px;
	background-color: #82705E;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/news_bkg.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 35px;
	font-style: normal;
	margin-left: 11px;
}

#news a:link {
	font-weight:bold;
	color: #FFF;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	
}

#news a:visited {
	font-weight:bold;
	color: #FFF;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	
}

#news .subhead {
	font-weight: normal;
}

	#news p {
		margin-bottom:25px;
	}

#contact a {
	text-decoration: none;
	color: #FFF
}

#contact a:link {
	color: #FFF;
	text-decoration: none;
}

#contact a:visited {
	color: #82705E;
	text-decoration: none;
}
#contact a:hover {
	color: #7F2149;
	text-decoration: none;
}


#contact p {
	margin-bottom: 0px;
}
#contact p.normal {
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 28px;
	padding-left: 10px;
	line-height: 17px;
}

 #panel_right a:link {
	color: #7F2149;
	text-decoration: none;
}

 #panel_right a:visited {
	color: #82705E;
	text-decoration: none;
}
 #panel_right a:hover {
	color: #82705E;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

