/* CSS Document */


body  {
	background: #006600;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #64554D;
	font-size: 12px;
	line-height: 16px;
	font-family: "Bookman Old Style", "Century Gothic", "Book Antiqua", "Lucida Sans", "Times New Roman";
	
	height:100%; /* gives layout 100% height */
    overflow:inherit; /* triggers 100% height in Opera 9.5 */
}
.twoColFixLtHdr #container {
	width: 972px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #99ff99;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #indexcontainer {
	width: 972px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #99ff99;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	text-align: center;
	background-color: #ffffff;
	background-image: url(../images/fullheaderbkgd.jpg);
	background-repeat: repeat-y;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 

.twoColFixLtHdr #indexheader {
	text-align: center;
	background-color: #9f9;
	background-image: none;
	background-repeat: repeat-y;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #header #hleft {
	float: left;
	width: 265px;
	text-align: right;
}
.twoColFixLtHdr #container #header #hright {
	margin-left: 268px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Bookman Old Style", "Century Gothic", "Book Antiqua", "Lucida Sans", "Times New Roman";
	font-size: 42px;
	font-weight: normal;
	font-variant: small-caps;
	color: #2E2F33;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #container #header h2 {
	font-size: 14px;
	color: #575347;
	font-weight: normal;
	font-variant: small-caps;
}

.twoColFixLtHdr #container #hnav {
	background-color: #F1F0EB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C7C6C2;
	border-bottom-color: #C7C6C2;
	padding-right: 10px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 6px;
	background-image:none;
	/*background-image: url(../graphics/backgrounds/navbkgd.gif);*/
	background-repeat: repeat-x;
	background-position: left bottom;
}
.twoColFixLtHdr #container #hnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #hnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #hnav a {
	text-decoration: none;
	padding-right: 32px;
	padding-left: 31px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555153;
}
.twoColFixLtHdr #container #hnav a:link, .twoColFixLtHdr #container #hnav a:visited {
	color: #555153;
}
.twoColFixLtHdr #container #hnav a:hover, .twoColFixLtHdr #container #hnav a:active, .twoColFixLtHdr #container #hnav a:visited:hover {
	color: #740000;
}
.twoColFixLtHdr #container #hnav a:link.currentlink, .twoColFixLtHdr #container #hnav a:visited.currentlink {
	color: #740000;
}


.twoColFixLtHdr #container #hnav .lastlink {
	border-right-style: none;
	padding-right: 0px;
	margin-right: 0px;
}



.twoColFixLtHdr #sidebar1, .twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
img {
	border: 1px solid #FFFFFF;
	margin: 0px;
}
.imgbrdr {
	border: 3px solid #cdc8b5;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.twoColFixLtHdr #container #contentcontainer2 #sidebar2 .innerpad .nobrdr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.twoColFixLtHdr #container #sidebar1 .innerpad, .twoColFixLtHdr #container #sidebar2 .innerpad {
	padding-left: 20px;
}
.twoColFixLtHdr #container #contentcontainer1 a:link.standard, .twoColFixLtHdr #container #contentcontainer1 a:visited.standard, .twoColFixLtHdr #container #contentcontainer2 a:link.standard, .twoColFixLtHdr #container #contentcontainer2 a:visited.standard {
	color: #555153;
	text-decoration: none;
}
.twoColFixLtHdr #container #contentcontainer1 a:hover.standard, .twoColFixLtHdr #container #contentcontainer1 a:active.standard, .twoColFixLtHdr #container #contentcontainer2 a:hover.standard, .twoColFixLtHdr #container #contentcontainer2 a:active.standard {
	color: #740000;
	text-decoration: none;
}
.twoColFixLtHdr #container #contentcontainer1 #sidebar1 .innerpad h2 {
	margin-top: 0px;
	font-family: "Bookman Old Style", "Century Gothic", "Book Antiqua", "Lucida Sans", "Times New Roman";
	font-size: 21px;
	font-variant: small-caps;
	color: #740000;
	margin-bottom: 20px;
}




.twoColFixLtHdr #mainContent, .twoColFixLtHdr #mainContent2 {
	margin: 0 0 0 250px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #container #contentcontainer1 #mainContent .innerpad2, .twoColFixLtHdr #container #contentcontainer2 #mainContent2 .innerpad2 {
	padding-right: 50px;
	padding-left: 20px;
	margin-top: 25px;
}
.twoColFixLtHdr #container #contentcontainer2 #sidebar2 .innerpad h3 {
	margin-top: 0px;
	font-family: "Bookman Old Style", "Century Gothic", "Book Antiqua", "Lucida Sans", "Times New Roman";
	font-size: 18px;
	font-variant: small-caps;
	color: #514640;
	margin-bottom: 25px;
}
.twoColFixLtHdr #container #contentcontainer2 #sidebar2 .innerpad #chphoto {
	float: left;
}

.twoColFixLtHdr #container #contentcontainer2 #mainContent2 .innerpad2 h3 {
	margin: 0px;
}


.twoColFixLtHdr #footer {
	padding: 0px 10px 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FF3300;
	background-image:url(../images/footerbackground.jpg);
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #e8e8de;
	color: #892c25;
	text-align: center;
	font-family: "Bookman Old Style", "Century Gothic", "Book Antiqua", "Lucida Sans", "Times New Roman";
	font-size: 11px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #contentcontainer1 {
	margin-bottom: 35px;
}
.twoColFixLtHdr #container #mgmtcontent {
	text-align: center;
}
.twoColFixLtHdr #container #mgmtcontent table td {
	padding-right: 10px;
}
.twoColFixLtHdr #container #mgmtcontent .WADAUpdateContainer #WADAUpdateForm .WADAButtonRow {
	text-align: center;
}
.submit3 {
	font-size: 11px;
	background-color: #F6F5F1;
	border: 1px solid #333331;
}
.submit3a {
	font-size: 11px;
	background-color: #D5D0CC;
	border: 1px solid #333331;
}
.redtext {
	color: #740000;
}
.twoColFixLtHdr #container #contentcontainer1 #sidebar1 .innerpad p {
	line-height: 24px;
}
.nobrdr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #contentcontainer1 #sidebar1 .innerpad #search {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 15px;
}
.twoColFixLtHdr #container #contentcontainer1 #sidebar1 .innerpad #search #searchfield {
	background-color: #F6F5F1;
	border: 1px solid #333333;
	font-family: "Bookman Old Style", "Century Gothic", "Book Antiqua", "Lucida Sans", "Times New Roman";
	font-size: 12px;
}

a:link.pmail {color: #892c25;
	text-align: center;
	font-family: "Bookman Old Style", "Century Gothic", "Book Antiqua", "Lucida Sans", "Times New Roman";
	font-size: 11px;
	text-decoration: none;
	}
	
a:hover.pmail {color: #CC0000;
	text-align: center;
	font-family: "Bookman Old Style", "Century Gothic", "Book Antiqua", "Lucida Sans", "Times New Roman";
	font-size: 11px;
	text-decoration: underline;
	}
	
a:visited.pmail {color: #660000;
	text-align: center;
	font-family: "Bookman Old Style", "Century Gothic", "Book Antiqua", "Lucida Sans", "Times New Roman";
	font-size: 11px;
	}
	
#footerleft {
float: left;
width: 135px;
text-align: left;

}


#footercontent {
}



#footerright {
float: right;
width: 135px;
text-align: right;

}

#dfxlogo {
float: right;

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

      }

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

}

#bulletcontainer {
width: auto;
margin: 0px;
}

#mcleft {
float: left;
width: 160px;
margin: 0px 0px 0px 340px;
text-align:left;
}

#mcright {
float: right;
width: 260px;
margin: 0px 195px 0px 0px;
text-align:left;
}

.listcontainer {
	position: relative;
	left: -20px;
	border: none;
	margin: 0px 0px 18px 0px;
	width: 190px;
	visibility: visible;
    font-size: 0.75em;
	line-height: 1.8em;
    font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight: normal;
    color: #555555;
	}
	
	
ul li {	
    list-style: none;
    background: url(../images/wheelbullet.gif) no-repeat 0 0.01em;
    padding: 0 0 0 16px;
	margin-top: 6px;
	text-indent: 0px;
	visibility: visible;
	text-align: left;
	
	}
	


ul li ul li{ list-style: circle url(../images/nobulletnobullet.gif) outside;
	margin-left: 0px;
	padding-left: 10px;
	font-size: 0.75em;
	line-height: 1.2em;
    font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight: bold;
    color: #333333;
	
	}
	
ul#plate li {	
    list-style: none;
    background: url(../images/platebullet.gif) no-repeat 0 0.05em;
    padding: 0 0 0 19px;
	margin-top: 6px;
	text-indent: 0px;
	visibility: visible;
	text-align: left;
	}
	


ul#plate li ul li{ list-style: circle url(../images/platebullet.gif)  outside;
	margin-left: 0px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
    color: #333333;
	
	}
	
ul#plate2 li {	
    list-style: none;
    background: url(../images/platebullet.gif) no-repeat 0 0.05em;
    padding: 0 0 0 19px;
	margin-top: 6px;
	text-indent: 0px;
	visibility: visible;
	text-align: left;
	}
	


ul#plate2 li ul li{ list-style: circle url(../images/platebullet.gif)  outside;
	margin-left: 0px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
    color: #333333;
	
	}
	
	.introtext {font-size: 15px;
	line-height: 20px;}
	
	#headerleft {
float: left;
width: 500px;
height: 36px;
margin: 3px 0px 0px 0px;
text-align: left;
}

#headerright {
float: right;
width: 200px;
height: 36px;
margin: 3px 0px 0px 0px;
text-align: right;
}

#maincontentleftcolumn {
float: left;
width: 275px;
margin: 0px 10px 0px 0px;
}

#maincontentrightcolumn {
float: right;
width: 275px;
margin: 0px 0px 0px 10px;
}


#maincontenttwocolumn {
float: left;
width: 570px;
margin: 0px 0px 0px 0px;
}



#titles {
margin: 0px 0px 14px 0px;
}

#subheadingcontainer {
width: auto;
margin: 45px 0px 0px 0px;
}

h5, h6, p, form{
	border:0px; 
	margin:0px; 
	padding:0px;
}

input{	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
h6{	color:#666666; 
	margin-bottom:20px;
	font-size:16px;
}

.mainformbox {
	text-align: left;
	margin:9px auto 6px auto; 
	width:420px;
	
	padding: 3px 0px 5px 0px;
	color:#555555;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.box{
	border:solid 1px #000;
	background:#e7e7e7;
	padding:10px;
	color:#333333;
	margin-bottom:20px;
}
.box h5 {
	font-size:14px;
	color:#000000;
	padding-bottom:4px;
}
.box p{padding-bottom:14px;}

.box input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:180px;
}

.box label{
	display:block;
	margin-bottom:6px;
	color:#555555;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
}

.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:130px;
	text-align:right;
	font-weight:bold;
	margin-top: 3px;
}

.box label span.longspan{
	display:block;
	float:left;
	padding-right:6px;
	width:auto;
	text-align: left;
	font-weight:bold;
	
}

.box label span.longspanfullwidth{
	display:block;
	padding-right:6px;
	width:auto;
	text-align:left;
	font-weight:bold;
	margin:9px auto 6px auto; 
}

.spacer{margin-left:80px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}
.green{
	background:url(../images/green.gif);
	padding:0px 6px;
	border:1px solid #3b6e22;
	height:24px; 
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}

.pickupbox {
position: relative;
top: -20px;
width: 185px;
height: 16px;
border: #000000 thin solid;
background-color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0px;
padding: 3px 3px 4px 3px;
text-align: center;

}

.pickupboxsmall {
position: relative;
top: -20px;
width: 90px;
height: 16px;
border: #000000 thin solid;
background-color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0px;
padding: 3px 3px 4px 3px;
text-align: center;

}

.pickupboxlarge {
position: relative;
top: -20px;
width: 215px;
height: 16px;
border: #000000 thin solid;
background-color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0px;
padding: 3px 3px 4px 3px;
text-align: center;

}

.spacer {margin-left:80px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
	text-align: right;
}






