/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;}
 
body {
	background: transparent url(images/bg.jpg) top left repeat;
	font:100%/1.25 arial, helvetica, sans-serif;}
	
/***** structure *****/

#container {}

/*  left col  */

#leftcol {
	width: 163px;
	background: #ebe5de url(images/bg-left.gif) top left repeat;}
	
#leftcol a {
	color: black;}
	
#leftcol a:hover {
	color: #3656a3;}
	
#leftcol p {
	text-align: right;
	font-size: 13px;
	line-height: 17px;
	padding: 0 8px 5px 10px;}
	
#leftcol ul {
	width: 145px;
	float: right;
	list-style: none;
	margin: 15px 0;
	padding: 0 0 0 10px;}
	
#leftcol li {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 20px;
	border-bottom: 2px solid black;}
	
li.bordertop {
	border-top: 2px solid black;}

/*  spine  */
	
#spine {
	width: 37px;
	background: transparent url(images/bg-spine.jpg) top left repeat-y;}
	
#spine2 {
	width: 37px;
	background: transparent url(images/bg-spine2.jpg) top left repeat-y;}
	
/*  body content  */
	
#contentcol {
	width: 473px;
	text-align: left;
	background-color: #faf8f8;}
	
#contentcol p {
	font:12px arial, helvetica, sans-serif;
	padding: 5px 25px;
	line-height: 21px;}
	
#contentcol td {
	font:12px arial, helvetica, sans-serif;}
	
#contentcol ul {
	font:12px arial, helvetica, sans-serif;
	margin: 0 0 0 25px;
	padding: 0;}
	
#contentcol li {
	text-align: left;
	margin: 0;
	padding: 0 0 9px 0;}

#faq ul {
	margin: 0 50px 0 50px;
	font:12px arial, helvetica, sans-serif;
	line-height: 21px;}

/*  navigation  */
	
#navcol {
	width: 23px;}
	
#navcol img {
	padding-bottom: 3px;}
	
/*  footer  */
	
#footer {
	background: transparent url(images/footer-bg.gif) top left repeat-x;}
	
/* SURVEY */

#survey {
	padding: 15px 20px 10px 15px;}
	
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;}
 
h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font:2em arial, helvetica, sans-serif;}
 
h2 {
	margin-left: 25px;
	letter-spacing:-1px;
	font:0.9em arial, helvetica, sans-serif;
	font-weight: bold;
	color: #2D4190;
	text-transform: uppercase;}
 
h3 {
	font:1em arial, helvetica, sans-serif;
	font-weight:bold;
	margin-left: 25px;}
 
blockquote {
	margin:22px 40px;
	padding:5px 0;
	background: #ebe5de url('images/quote.gif') top left no-repeat;}
	
blockquote p {
	color: black;
	font-weight: bold;
	}
 
blockquote p span {
	color: #7e5d46;}
 
small {
	font-size:0.85em;}
 
img {
	border:0;}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;}
 
/***** Links *****/
 
a, a:visited {
	color: #ca4300;
	text-decoration:none;}
	
a:link.services, a:active.services, a:visited.services {
	font-weight: bold;
	color: #2D4190;
	text-decoration: underline;
	text-transform: uppercase;}
	
a:hover.services {
	color: #6689de;
	text-transform: uppercase;}

.services {
	color: #2D4190;
	font-weight: bold;
	text-transform: uppercase;}
 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;}
 
input, select, textarea {
	font:1em arial, helvetica, sans-serif;}
	
input {
	background:white !important;}
	
form li .tester {
	background-color: red;
	font-size: 20px;}
 
textarea {
	line-height:1.25;}
 
label {
	cursor:pointer;}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0;
	padding:0;}
 
table tr td {
	padding: 0;}
 
/***** Wrapper *****/
 
#wrap {
	width:960px;
	margin:0 auto;}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.shade {
	background: transparent url(images/shade.gif) repeat-y;}
	
table.purple {
	clear: both;
	color: #2D4190;
	background-color: #EBECF5;}
	
:focus {
	outline: none;}
	
.logo {
	float: right;
	margin: 0 0 10px 10px}