/* CSS Document */

html {
	height:100.02%; 
	/* forces a scrollbar on every page - prevents shifting that occurs when some pages have and some don't */
}

body {
	/* specify default font information here */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 11px;
	color:#757779;
	background-image:url(../images/backgrounds/body-bg.gif);
	background-repeat:repeat-x;
	
}

#o_container {
	/* Specifies width and left/right position of the page */
	/*margin-top:30px;*/
	position:absolute;
	width:853px;
	margin-left:-427.5px;
	left:50%;
	
	
}

#i_container {
	background-image:url(../images/backgrounds/sides-bg.png);
	background-repeat:repeat-y;
	padding-left:40px;
	padding-right:40px;
}

#header_wrapper{
	
}

#logo {
	padding-top:10px;
	padding-left:0px;
	
}

#main_menu {
	text-align:center;
	padding-top:7px;
	color:#FFFFFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#main_menu ul{
	padding-left:90px;
	

	
	
}

#main_menu ul li {
	background-image:url(../images/backgrounds/menutab-bg.gif);
	background-repeat:no-repeat;
	display:inline;
	text-align:center;
	float:left;
	width:82px;
	height:20px;
	padding-top:7px;
	padding-right:1px;
	

}

#main_menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

#main_menu ul li a:hover{
	color:#fde079;
}

#main_menu ul li.on {
	background-image:url(../images/backgrounds/tab_li-on.gif);
	font-weight:bold;
}

#main_menu ul li a.active-page {
 	color:#fde079;
}

#header_pic {
	margin-left:0px;
	margin-top:5px;

}

#content_wrapper {
	padding-top:30px;
}


#title {
	width:475px;
	float:left;
	padding-left:22px;
	font-size:16px;
	
	
}

#left_content {
	float:left;
	width:160px;
	background-image:url(../images/backgrounds/bg-left-menu.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-top:#E1E1E1 1px solid;
	/*border-right:#E1E1E1 1px solid;*/
	margin-left:0px;
	color:#757779;
	
	
}

#left_content ul {
	margin:0px;
	padding:0px;
}

#left_content ul li {
	list-style-type:none;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: #E1E1E1 1px solid;
}

#left_content ul li a{
	color:#757779;
	text-decoration:none;

}

#left_content ul li a:hover {
	/*color:#4d90cc;*/
	color:#0060B6;

}

#right_content {
	float:right;
	width:575px;
	padding-right:15px;
	padding-bottom:20px;
	text-align:justify;
	
}

#right_content.contact a{
	color:#757779;
	
}

#right_content.contact a:hover{
	color:#0060B6;
	
}

#right_content ul{
	margin:0px;
	padding-left:15px;

}

#right_content ul li{
	list-style-type: circle;
}

#right_content_inside{
	float:right;
	width:575px;
	padding-right:15px;
	padding-bottom:20px;
	text-align:justify;
}

#right_content_inside a{
	color:#757779;
	
}

#right_content_inside a:hover{
	color:#0060B6;
	
}

#right_content_inside ul{
	margin:0px;
	padding-left:15px;

}

#right_content_inside ul li{
	list-style-type: circle;
}

#right_content_inside ul li a{
	color:#757779;
	text-decoration:none;
}

#right_content_inside ul li a:hover{
	color:#0060B6;
}

/*#i-l-content {
	float:left;
	width:250px;
	text-align:justify;
}

#i-l-content ul {
	margin:0px;
	padding-left:15px;
}

#i-l-content ul li {
	list-style-type: circle;
}*/


#foot-menu {
	width:590px;
	border-top:#ACADB0 4px solid;
	padding-top:10px;
	margin-bottom:-11px;
	margin-left:170px;
	text-align:right;
}

#foot-menu ul{
	padding-right:10px;
}

#foot-menu ul li{
	display:inline;
	padding-left:0px;
	margin-left:-2px;
}

#foot-menu ul li a{
	color:#929394;
	text-decoration:none
}

#foot-menu ul li a:hover{
	color:#929394;
}

table {
	font-size: 11px;
	
	
}

/*td {
	
	
}

th {
	background-color:#CCCCCC;
	color:#FFFFFF;
}
*/
.clearer{
	clear:both;
}

/*tt_news styles begin*/

.news-latest-container {
 	border:0px;
 	background-color:#FFFFFF;
}

.news-latest-container h2{
	background-color:#FFFFFF;
	color:#929394;
	border:0px;
}

.news-latest-item {
	background-color:#FFFFFF;
	color:#929394;
	border:0px;
	
}

.news-latest-date {
	color:#000000;
}

.news-latest-date a {
	color:#000000;
	text-decoration:none;
}

.news-latest-morelink a{
	color:194add;
	text-decoration:none;
}

.news-latest-gotoarchive{
	display:none;

}

.sub-blacktext{
	color:#000000;
}

.more-link{
	font-family: "Trebuchet MS",Arial;
	font-size:11px;
	
}

.more-link a{
	color:#0060B6;
	text-decoration:none;
}

h2.csc-firstHeader {
	font-size:22px;
}

h4 {
	border-bottom:#E1E1E1 1px solid;
	margin-right:-8px;
	padding:0px;
	font-size:16px;
	
}

.list-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#757779;
}

.tx-ttnews-browsebox {
	background-color:#FFFFFF;
	border:0px;

}

.tx-ttnews-browsebox-SCell {
	background-color:#FFFFFF;
}

/*tt_news styles end*/
#stwtag {
	text-align:right;
	margin-right:40px;

}
#stwtag a{
	text-decoration:none;
		color:#B1B1B1;
		font-size:9px;
}
#stwtag a:hover {
	text-decoration:underline;
}