/* TDS STYLE SHEET */

/* LAYOUT STYLES */
body                { margin:0px; text-align:center; background: url(/images/bg.jpg) #fff fixed repeat-x center top; }
.image              { border:solid 1px #333; }
blockquote          { margin-top:3px; margin-bottom:3px; }

/* HEADER */
#header             { width:760px; height:94px; margin:0px auto 0px auto; text-align:left; }

/* LOGO */
#logo a             { background: url("/images/logo.gif") left top; float:left; width:165px; height:70px; margin-left:8px; margin-top:10px; }
#logo h1		  { display:none; }
#contactdetails     { padding-right:20px; float:right; text-align:right; margin-top:21px; }

/* THUMBS */
img.align_left	  { border:none; vertical-align:top; float:left; padding-right: 10px; }
.imgright		  { float: right; text-decoration:none; padding: 0px 0px 10px 15px; }
.imgleft		  { float: left; text-decoration:none; padding: 0px 15px 10px 0px; }

/* NAVIGATION */
#navcontainer       { margin:0px auto 0px auto; width:760px; height:108px; background:url("/images/bg_navigation.gif") repeat-x; }
#navbanner          { margin:0px auto 0px auto; width:760px; height:78px; margin:0px auto 0px auto; text-align:left; background:url("/images/top_banner.jpg") no-repeat; }
#navigation         { width:760px; height:30px; margin:0px auto 0px auto; text-align:left; }
#navigation ul      { list-style-type:none; margin:0px; padding:0px; }
#navigation ul li   { display:inline; padding:0px; }
#navigation ul li a { display:block; float:left; line-height:28px; height:30px; color:#FFF; padding:0px 17px; text-align:center; border-left:solid 1px #a0a0a0; border-right:solid 1px #404040; font-weight:bold; text-decoration:none; font-size:100% }
#navigation ul li a:hover, #navigation ul li a.selected, #navigation ul li a.noborder_selected { background:url("/images/nav_select.gif") repeat-x; }
#navigation ul li a.noborder, #navigation ul li a.noborder_selected { border-right:solid 0px }

/* CONTENT AREA */
#container          { margin:0px auto 0px auto; text-align:left; width:760px; background:url("/images/bg_content.gif") repeat-y; overflow:auto; }
#contentarea        { width:552px; float:left; text-align:center; }
#subnavigation      { width:208px; float:left; text-align:center; }
#subbody            { margin:20px auto 20px auto; text-align:left; width:168px; }
#body               { margin:20px auto 20px auto; text-align:left; width:512px; }

/* SUBNAVIGATION */
#subnavigation ul   { list-style-type:none; margin:0px; margin-top:20px; padding:0px; text-align:left; }
#subnavigation ul li a, #subnavigation ul li.highlight  { display:block; text-indent:20px; line-height:28px; height:30px; width:207px; color:#000; padding:0px; text-decoration:none; border-bottom:solid 1px #ccc; border-top:solid 1px #fff; }
#subnavigation ul li a:hover { color:#000; background-color:#e4ebf2; }
#subnavigation ul li a.selected { color:#000; background:url("/images/subnav_select.gif") repeat-x; }
#subnavigation ul li.highlight { color:#fff; background:url("/images/sub_navigation.gif") repeat-x; }

/* FOOTER */
#footercontainer    { margin:0px auto 0px auto; width:760px; height:32px; background:url("/images/bg_footer.gif") repeat-x; clear:both; }
#footer             { width:760px; line-height:22px; height:24px; padding-top:8px; margin:0px auto 0px auto; text-align:left; }

/* DATA TABLES */
.table_header       { background-color:#F1F4FC; }
.table_row          { border-bottom:solid 1px #CCC; }

/* FONT STYLES */
body                { font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif; font-size:80%; line-height:140%; color:#000; }
input, textarea, select { font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif; font-size:100%; color:#313963; }
h1                  { font-size:180%; font-weight:normal; line-height:130%; }
h2                  { display:inline; font-size:100%; }
h3                  { font-size:100%; }
#footer             { color:#FFF; }
#footer a           { color:#FFF; text-decoration:none; }
#footer a:hover     { color:#000; }
hr                  { color:#313963; height:1px; }
.caption            { color:#999; text-align:center }
#body a             { color:#1b83b3; text-decoration:none; border-bottom:solid 1px #CCC; }
#body a:hover       { color:#c61ab0; text-decoration:none; border-bottom:solid 1px #CCC; }
.nodisplay          { display:none; }
.red 			  { color: #a21111; }

