/* CSS Document */

*{margin:0;padding:0}
html,body{height:100%}
body{position:absolute;width:100%; background-image:url(../images/dreamstime_10827706.jpg)}/*opera 9.5 fix*/
#outer{
	width:760px;
	background-image:none;
	margin:auto;
	min-height:100%;
	margin-top:-40px;/*footer height*/
}
* html #outer{height:100%}
#header{
	border-top:40px solid #fff;/* soak up negative margin*/
	background-image:none;
	
	display: none;
}

#headercontent {
position: relative;
left: 30px;
width: 700px;
}

#footer{
	background-image: none;
	width:760px;
	margin:auto;
	height:40px;/* must match negative margin and header soak up*/
	
	display: none;
}

#content {
margin: 36px 30px 36px 30px;
width: 700px;
border: 2px #fff solid;
background-image:url(../images/tpng75.png);
}

#companylogo {
position: relative;
top: 0px;
left: 0px;
text-align: center;
width: 700px;
height: 96px;
background-color: #fff;
border: none;
background-image:none;
}

.buttonwrapperhorizontal{ /* Container you can use to surround a CSS button to clear float */
position: relative;
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
margin: 0px auto 6px auto;
background-color: #333333;
}

.buttonholder{ /* Container you can use to surround a CSS button to clear float */
position: relative;
left: 238px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{
background: transparent url('../images/buttons/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #333333; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/buttons/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

a.squarebuttonOrange{
background: transparent url('../images/buttons/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a.squarebuttonOrange span{
background: transparent url('../images/buttons/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebuttonOrange:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebuttonOrange:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}


#dfxlogo {
float: right;
width: 65px;
height: 28px;
margin: 5px 26px 0px 0px;
border: 2px solid #000;

}

a.dfxdown {
display: block;
width: 65px;
line-height: 28px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 28px;
background: url('../images/directfxlogowo.png') 0px 0px no-repeat;
text-decoration: none;

      }

a:hover.dfxdown {
background-position: 0px -28px;

}


#copyrightsignoff {
float: left;
width: auto;
height: 28px;
margin: 5px 0px 0px 26px;
border: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
font-color: black;
vertical-align: baseline;
text-align: left;
}

.clearfloats {
clear: both;
}

