/* CSS Document - Author: Chris Sutton - TDS 2009 */

body 
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	clear: both;
	background-color: #ffffff;
/*	padding-left: 50%; */
/*	position: absolute; */
/*	background: url('images/bggrad2.jpg') repeat-x;
	background-color: #464646; 
	background-color: #1c4c72; */
}

.tds_a 
{
	text-decoration: none;
	color: #747474;
}

.tds_a:hover 
{
	text-decoration: underline;
	color: #000;
}

.tds_subnava
{
	text-decoration: none;
/*	color: #333; */
	color: #3b6ea5;
}

.tds_subnava:hover
{
	text-decoration: underline;
	color: #000;
}

#tds_bodycontainer 
{
	margin:0 auto; 
	width: 800px;
/*	margin-left: -350px; */ 
}


#tds_nav1 
{
	width: 124px;
	height: 22px;
	float: left;
	background: url(http://tladi.com/images/tds-menu-button.jpg) no-repeat;
}

#tds_menucontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#tds_menucontainer ul ul
{
	list-style: none;
	margin-top: 6px;
	padding: 0;
	width: 124px;
	float: left;
}

#tds_menucontainer ul ul li
{
	display: block;
	color: #fff;
	background-color: #3b6ea5;
	margin-top: 0px;
	padding: 2px 3px;  
/*	border-width: 1px;
	border-style: solid;
	border-color: #333;  */
	border-left: 2px solid #e4eaef;
	border-right: 2px solid #e4eaef;
	border-bottom: 2px solid #e4eaef;
	width: 116px; 
}

#tds_menucontainer ul ul a
{
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
}

#tds_menucontainer ul ul a:hover
{
	font-weight: bold;
	background-color: #e4eaef;
	color: #333;
}

#tds_menucontainer ul li:hover ul
{
	position: absolute;
	display: block;
}
#tds_menucontainer ul ul 
{
	position: absolute;
	display: none;
	z-index: 500;
}

#tds_subnav1 
{
	width: auto;
	height: 22px;
	float: left;
}

#tds_navspc 
{
	width: 45px;
	height: 22px;
	float: left;
}

#tds_subnavspc 
{
	width: 20px;
	height: 22px;
	float: left;
}

.tds_buttontext 
{
	text-align: center;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bold;
}

.tds_submenutext 
{
	text-align: center;
	padding-top: 4px;
	font-size: 11px;
}

#tds_menucontainer 
{
	clear: both;
	margin-top: 5px;
}

#tds_submenucontainer 
{
	clear: both;
	margin-top: 5px;
}

.tds_linktext 
{
	text-align: right;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #333; 
	padding-top: 5px;
}

.tds_logotext 
{
	text-align: left;
	font-size: 24px;
	color: #3b6ea5;
}


#tds_logocontainer 
{
	clear: both;
	margin-top: 0px;

/*	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 24px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-color: #266da6;
	color: #fff;
	clear: both;
	width: auto;
	margin-top: 0px;
	height: 30px; */
}

#tds_logo1 
{
	width: 300px;
	height: 30px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#tds_logo2
{
	width: 480px;
	height: 30px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


#tds_hidden {
	clear: both;
	height: 10px;
}

#tds_maincontentcontainer 
{
	padding: 5px;
	width: 788px;
	text-align: justify;
	color: #333;
	line-height: 1.6em;
	float: left;
/*	background-color: #c5d0d8;
	border: 1px solid #888; */
/*	background-color: #E2E2E2; */ 
}

#tds_fpagepic
{
	width: 786px;
	border: 1px inset #888;	
	height: 100px;
/*	background-color: #999999; */
	clear: both;
	background: url(http://tladi.com/images/tds-tower.jpg) no-repeat;
}

#tds_sidebar 
{
	width: 197px;
	border-left: 1px solid #BBB;
	float: right;
	margin-left: 9px;
	margin-top: 5px;
	padding-left: 8px;
	text-align: justify;
	clear: both;
}

.tds_table 
{
    padding: 0px;
    margin: 0px; 
    border: 1px solid gray;
}

.tds_th 
{
    background-color: #ccc;
    font-weight: bold;
    vertical-align: top;
}

.tds_tr_row0 
{
    background-color: #c5d0d8;
    text-align: left;
}

.tds_td
{
	padding-left: 8px;
	padding-right: 8px;
}

.tds_td_brt
{
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.tds_tr_row1 
{
    background-color: #e4eaef;
    text-align: left;
}

.tds_ul
{
/* 	list-style: none; */
	margin-top: 0px;
/*	padding: 0px; */
	border: none;
}

h1 
{
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}

.tds_hideme 
{
	display: none;
	color: white;
}

.tds_boldme 
{
	font-weight: bold;
}

.tds_text-attention 
{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

.tds_headertextlevel1 
{
	font-size: 18px;
	font-weight: bold;
	color: #3b6ea5;
}

.tds_headertextlevel2 
{
	font-size: 10px;
	font-weight: bold;
}

.tds_headertextlevel3 
{
	text-decoration:underline
}

#tds_footercontainer 
{
	margin: 15px auto 0px;
/*	background-color: #1c4c72;
	color: #fff; */
	text-align: center;
	float: left;
	height: 40px;
	padding-top: 5px;
	clear: both;
	width: 800px;
}

#b2 
{
	width: 213px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	color: #333;
}

#b2 ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#b2 li 
{
	border-bottom: 1px solid #999;
	margin: 0;
	width: auto;
}

#b2 li a 
{
	display: block;
	padding: 3px 0px 2px 0.5em;
/*	border-left: 5px solid #555;
	border-right: 5px solid #555; */
	border-left: 5px solid #7790a4;
	border-right: 5px solid #7790a4; 
	color: #fff;
	text-decoration: none;
	width: auto;
/*	background-color:#777; */
	background-color:#286da4; 
}

#b2 li a:hover 
{
/*	border-left: 5px solid #222;
	border-right: 5px solid #222; */
	border-left: 5px solid #1c4c72;
	border-right: 5px solid #1c4c72; 
	color: #fff;
/*	background-color: #999; */
	background-color: #7790a4;
	font-weight:bold;
}

.bhz 
{
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
/*	border-left: 5px solid #444;
	border-right: 5px solid #444;
	background-color: #444; */
	border-left: 5px solid #1c4c72;
	border-right: 5px solid #1c4c72;
	background-color: #1c4c72; 
	display: block;
}

.ht1 
{
	font-size: 10px;
	font-weight: bold;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.hw2 
{
	font-size: 11px;
	font-weight: bold;
/*	color: #999; */
	color: #7790a4; 
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

#smenu
{
    position: relative;
    width: 213px;
    height: 200px;
/*    background: #666; */
    background: #286da4; 
    float: right;
    clear:both;
}

.noteblock1
{
/*    background: #d0d0d0; */
    background: #7790a4;
    width: 465px;
    padding: 5px;
    border: 1px solid #000;
    color: #000;
    margin: 7px 0px 7px 0px;
}

.mod
{
    margin: 5px 0px 10px 0px;
    padding: 0;
}

.tds_push
{
    margin: 7px 0px 7px 0px;
    display: block;
}

.noteheader
{
    width:auto;
    border-bottom: 1px solid #d9d9d9;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
	text-align:left;
}

p
{
	margin:0;
	padding: 0;
}

