@charset "utf-8";


body  {
	margin: auto;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.twoColFixLtHdr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 955px;
	max-width: 955px;
} 
.twoColFixLtHdr #header {
	height: 140px;

} 
#TSH_Logo {
	float: left;
}


.twoColFixLtHdr #header h1 {
	padding: 10px 0;
}


#client_login {
	float: left;
}
#nav_bar {
	width: 955px;
}

#side_bar {
	height: 526px;
	width: 208px;
}
#footer {
	height: 59px;
	width: 955px;
}
#orange_box_top {
	height: 60px;
	width: 650px;
	padding-right: 5px;
	padding-top: 10px;
}

#flash_images {
	height: 160px;
	width: 606px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#welcome_text {
	height: 100px;
	width: 660px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px;
	height: 526px;
	padding-top: 15px;
}
.twoColFixLtHdr #mainContent {
	height: 526px;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 0px;

} 
 
#facility_text {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 20px;
}
#facility_heading {
	height: 52px;
}

.twoColFixLtHdr #header {

}
.newsbox1 {
	height: 250px;
	width: 250px;
	left: 220px;
	top: 500px;
}
.newsbox2 {
	height: 250px;
	width: 250px;
	left: 500px;
	top: 500px;
}

