/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration:underline
}
h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-transform: lowercase;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-transform: lowercase;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	border-top: #FFF dotted 1px;
	text-transform: lowercase;
}
p {
	padding-bottom: 10px;
}
body, textarea {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #fff;
 background-color: #707070;
 text-align: center;
 //word-spacing: 2px;
 //letter-spacing: .75px;
}
#wrapper {
 position:relative;
 margin: 0 auto;
 width: 800px;
 top: 30px;
 border: #414242 solid 1px;
 text-align: left
}
#faux {
 background: url(../images/faux-back.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 width: 800px;
 padding: 0px;
 height: 60px;
 margin: 0px;
 background: #505050;
 border-bottom: #000 solid 1px;
}
#header img {
	float: left;
	}
.breadcrumbs {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 54px;
	text-align: center;
	color: #707070;
	font-size: 10px;
	white-space: nowrap;
	font-weight: bold;
	}
.breadcrumbs .text {
	padding: 25px 0 0 0;
}

.rightborder {
	position: absolute;
	top: 61px;
	right: 0px;
	padding: 0;
	margin: 0;
}
#leftcolumn { 
 display: inline;
 min-height: 370px;
 margin: 0px 0 0 38px;
 padding: 0px;
 width: 113px;
 float: left;
 font-size:12px;
 word-spacing: 1px;
 letter-spacing: .50px;
}
#leftcolumn ul {
	list-style-type: none;
	}
#leftcolumn ul li {
  margin: 10px 6px 0 0;
  padding: 0;
  display:block;
}
	
#content { 
 font-size: 12px;
 float: left;
 margin: 0;
 padding: 0px 0 0 1px;
 width: 448px;
 display: inline;
 position: relative;
 line-height: 1.5;
}
.copy {
	padding: 10px;
	margin: 0;
	line-height: 14px;
	}
#rightcolumn { 
 
 display: inline;
 position: relative;
 margin: 0 64px 30px 0;
 padding: 0 0px 0 0;
 min-height: 340px;
 width: 136px;
 float: right;
 }
 #rightcolumn .copy {
 	padding: 20px 5px 0 5px;
 } 
#copyright {
	position: relative;
        left: 270px;
	margin: 0 auto;
	width: 100px;
	font-size: 9px;
	color: #d3d3d3;
	position:relative;
	text-align: center;
	top: 15px;
        padding: 0 0 10px 0;
}


#footer {
 height: 0px;
 line-height: 0px;
 width: 800px;
 clear: both;
 color: #333;
 margin: 0;
 padding: 0;
 border-bottom: #000 solid 2px;
 border-top: #414242 solid 1px;
 }
.clear { clear: both; background: none; }

form {
padding:0;
margin:0;
}
label{
float: left;
text-indent: 2px;
}
input, textarea, select{
padding: 5px;
width: 414px;
margin-bottom: 5px;
background: #505050; 
border: #232323 solid 1px;
color: #fff;
text-align: left;
}

select, submit {
width: 426px;
}

textarea {
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
text-align: center;
width: 426px;
background: #98ca3c;
color: #414242;
}

br{
clear: left;
}

.tx-ccvscroller-pi1-innerbox a img {
border: #414242 solid 1px;
}

#leftcolumn li, ul { 
text-indent: 0px;
margin: 0;
padding:0; 
}
#leftcolumn ul li { 
text-indent: 5px;
margin: 10px 0 10px 0px;
padding:0;
}
#leftcolumn ul ul li { 
text-indent: 0;
margin: 5px 0 5px 5px;
padding:0; 
word-spacing: 0.1px;
letter-spacing: 0px;
}
#leftcolumn ul ul li a {
width: 102px;
}
#leftcolumn a
{
display: block;
padding:0;
width: 107px;
text-decoration: none;
font-size: 12px;
}
#leftcolumn a:hover
{
text-decoration: none;
}
#leftcolumn ul ul a {
display: block;
padding: 0;
width: 107px;
text-decoration: none;
font-size:11px;
}
#leftcolumn ul ul a:hover
{
text-decoration: none;
padding: 0 0 0 0px;
}

.error {
color:red;
text-transform: lowercase;
}
.error ul {
margin: 5px 0 10px 0;
}
.error ul li {
margin: 0 0 0 5px;
list-style-type: none; 
}
#printit {
	position: relative;

	 margin: 0 auto;

	width: 100px;
	left: -290px;
	top: -25px;
	}
#printit .copy {
	position: relative;
	top: -5px;
}