/*
      Created by Webb Grafix Design Solutions. Copyright 2008. All Rights Reserved. 
	  
	  www.webbgrafix.com
	  
*/

* { padding: 0; margin: 0; }

body {
	background-color: #675858;
}

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

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: none;
}

a:active {
    color: #000000;
	text-decoration: none;
}

img     {  
    border-style: none;
}

html {scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #666666;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color:#666666;
scrollbar-darkshadow-color: #666666;
scrollbar-track-color: #660000;
scrollbar-arrow-color: #660000;
}

.headinglarge	{	
BACKGROUND: none; 	
COLOR: #660000; 	
FONT-SIZE: 16px; 	
FONT-WEIGHT: Bold; 	
FONT-FAMILY: Lucida Sans, Verdana, Arial; 	
TEXT-DECORATION: none;}

.headingsmall	{	
BACKGROUND: none; 	
COLOR: #660000; 	
FONT-SIZE: 14px; 	
FONT-WEIGHT: Bold; 	
FONT-FAMILY: Lucida Sans, Verdana, Arial; 	
TEXT-DECORATION: none;}

.body	{	 	
COLOR: #333333; 	
FONT-SIZE: 12px; 	
FONT-WEIGHT: none; 	
FONT-FAMILY: Lucida Sans, Verdana, Arial; 	
TEXT-DECORATION: none;}

.caption	{	
BACKGROUND: none; 	
COLOR: #333333; 	
FONT-SIZE: 11px; 	
FONT-WEIGHT: normal; 	
FONT-FAMILY: Lucida Sans, Verdana, Arial; 	
TEXT-DECORATION: none;}

.solidblockmenu{
margin: 0;
padding: 0;
float: right;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #660000;
border-width: 1px 0;
background: black url(http://www.webbgrafix.com/test/tdfh/img/layout/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: right;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #660000;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(http://www.webbgrafix.com/test/tdfh/img/layout/blockactive.gif) center center repeat-x;
}

.buttonmenuleft{
list-style-type: none;
margin: 0;
padding: 0;
width: 140px;
}

.buttonmenuleft li a{
color: #cccccc;
display: block;
width: 140px;
padding: 1px 1px;
margin: 0px 0px 0px 9px;
text-decoration: none;
font: bold 13px Arial;
font-weight: bold;
border: 1px solid; #675858 #660000 #660000 #675858; /*light dark dark light*/
background-color: #675858;
text-decoration:none;
}


.buttonmenuleft li a:visited{
color: #cccccc;
}

.buttonmenuleft li a:hover, .buttonmenu li a:active{
color: #ffffff;
background-color: #660000;
}

.buttonmenuright{
list-style-type: none;
margin: 0;
padding: 0;
width: 140px;
}

.buttonmenuright li a{
color: #cccccc;
display: block;
width: 140px;
padding: 1px 1px;
margin: 0px 0px 0px 17px;
text-decoration: none;
font: bold 13px Arial;
font-weight: bold;
border: 1px solid; #675858 #724338 #724338 #675858; /*light dark dark light*/
background-color: #724338;
text-decoration:none;
}

.buttonmenuright li a:visited{
color: #cccccc;
}

.buttonmenuright li a:hover, .buttonmenu li a:active{
color: #ffffff;
background-color: #660000;
}

.footerlinks {
	font-family: Lucida Sans, Verdana, Arial;
	color:#cccccc;
    font-size:11px;
	text-align: center;
	clear:both;
	text-decoration:none;
}

.footerlinks A:link {
	font-family: Lucida Sans, Verdana, Arial;
	color:#cccccc;
    font-size:11px;
	text-align: center;
	clear:both;
	text-decoration:none;
}
	
.footerlinks A:visited {
	font-family: Lucida Sans, Verdana, Arial;    
	color:#cccccc;
    font-size:10px;
	text-align: center;
	clear:both;
	text-decoration:none;
}
		  
.footerlinks A:active {
	font-family: Lucida Sans, Verdana, Arial;
    color:#cccccc;
    font-size:10px;
    text-align: center;
	clear:both;
	text-decoration:none;
 }
		  
.footerlinks A:hover {
	font-family: Lucida Sans, Verdana, Arial;
    color:#cccccc;
    font-size:10px;
	text-align: center;
	clear:both;
	text-decoration:underline;
	text-transform:uppercase;
}	

.testelement {
border-top: 3px dotted #BF3050;
margin-top: 5px;
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
 background-color:#CCCCCC;
}

#header {
	width: 900px;
	height: 100px;
	float: left;
	margin: 0px;
	background: url(http://www.webbgrafix.com/test/tdfh/img/layout/head.gif);
	background-repeat:no-repeat;
}

#leftcolumn { 
 margin: 10px 10px 0px 10px;
 padding: 1x;
 height: 420px;
 width: 160px;
 float: left;
 background: url(http://www.webbgrafix.com/test/tdfh/img/layout/left_column.gif);
 background-repeat:no-repeat;
}

#rightcolumn {
	padding: 1px;
	height: 420px;
	width: 180px;
	float: right;
	background: url(http://www.webbgrafix.com/test/tdfh/img/layout/right_column.gif);
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content {
	float: left;
	color: #333;
	border: 1px solid #ccc;
	padding: 10px;
	height: autopx;
	width: 500px;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #cccccc;
}

#footer { 
 width: 900px;
 height: 30px;
 text-align: center;
 clear: both;
 color: #CCCCCC;
 background: #660000;
 margin: 0px 0px 0px 0px;
 padding: 0x;
}
