/* Constants 
$dkgrey = '#383838';
$ltgrey = '#6d6c6c';
$mdorange = '#f39216';
$colour3 = '#cfc';
*/
/*-------------------------GENERAL LAYOUT STUFF--------------*/
html { height: 100%; margin: 0; padding: 0; } 
body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Sans-Serif;
	background:#ccc;
	color: #fff; }	
#wrap {
	width: 844px;
	height: 783px;
	margin: 0px auto;
	background: url('/img/bg-wrap.png') no-repeat; }
/*--------------------------------------------- links -----------------*/
a {
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none; }
a:hover {
	color: #f39216;
	background-color: transparent;
	text-decoration: underline; }
a img, a:hover img { border: 0; background-color: #fff !important; }


#helplink, 
#homelink {
	float: right; 
	width: 49px; }
#helplink a,
#homelink a {
	display: block;
	width: 49px; height: 25px;
	text-indent: -6666px; }

#helplink { margin: -58px 20px 0 0; }
#helplink a { background: url('/img/btn_help.gif') 0 0; }
#helplink a:hover { background: url('/img/btn_help.gif') 0 25px; }

#homelink { margin: 4px 20px 0 0; }
#homelink a { background: url('/img/btn_back.gif') 0 0; }
#homelink a:hover { background: url('/img/btn_back.gif') 0 25px; }
/*-------------------------------- headers, hrs, and misc classes -----*/
abbr, acronym {
	text-transform:uppercase;
	font-size: 95%;
	border: 0px solid; }

hr {
 border: none 0;
 border-top: 1px dotted #333;
 width: 100%;
 height: 1px; 
 display: block;
 clear: both;
 margin: 10px 0 10px 0; }
hr.invisible {
 border: none 0;
 margin: 0; 
 width: 100%;
 clear: both;
 color: #fff; }

p, dd, dl, ul, th, td, label {
 font-size: 12px;
 margin: 0 0 8px 0;}
p {	line-height: 115%; }

ul.flat { list-style-type: none; }
ul.flat li { float: left; clear: none; margin-right: 3px; }
ul.flat li:after { content: "|"; margin-left: 3px; color: #71a745; }	
ul.flat li.last:after { content: " " !important; color: transparent; }

.alignright { text-align: right; }
.alignleft { text-align: left; }
.center { text-align: center; margin: 0 auto; }
.clearnone { clear: none; }
.floatright { float: right; margin: 0 0 10px 0; padding: 0; }
.floatleft { float: left; margin: 0 0 10px 0; padding: 0; }
.hide { display: none; }
.hrright { border-right: 1px dotted #000; padding-right: 8px; }
.inline { display: inline; vertical-align: baseline; }
.last { background-image: none !important; border: 0 !important; }
.paginator { 
	text-align: right;
	font-size: 9px;
	position: relative;	}
.small { font-size: 10px; }
.smaller { font-size: 9px; }
.thumbwrap { text-align: center; }
	/*------------------------------------- forms / buttons ------------*/
form, fieldset, legend { border: 0; margin: 0; padding: 0; }
button,
input[type=button], 
input[type=submit],
/* input[type=file], input="file" doesn't take CSS well:  http://www.quirksmode.org/dom/inputfile.html for technique if needed  */
a.buttony { 
 	border: 1px solid #666;
 	font-size: 9px !important;
	color: #000 !important;
	text-transform: uppercase;
/* 	background: transparent url('/images/btn-bg.gif') repeat-x bottom; */
 	cursor: pointer; }
a.buttony {
	padding: 1px 10px 2px 10px;
	border-bottom: 1px solid #666 !important; 
	font-weight: normal !important; }
/*input { background: #fbfaff url('/images/bg_gradient-input.gif') right repeat-y; }*/
/*textarea { background: #fbfaff url('/images/bg_gradient-input.gif') right repeat-y; }*/
label {
	display: block;
	float: left;
/*	width: 165px;*/
	margin-top: 2px;
	margin-right: 3px; 
  	vertical-align: top; 
  	text-align: right; }

div.row {
	width: 90%;
	clear: both; 
	margin: 10px auto; }
div.row div.row { width: 50%; } /* sub-rows */
div.row+.required label { font-weight: bold; }
div.row+.required abbr[title="required"] { color: #900; border-bottom: 0px solid; }	

	/*--------------------- help, errors and notices --------*/
#help,
#errors,
#notices { 
	width: 80%; 
	margin: 5px; 
	padding: 5px 20px 5px 45px; 
	background-position: 15px 50%; }
	
#help ul li,
#errors ul li,
#notices ul li { list-style: square; }	

#help {
	border-top: #bfb7ff;
	border-bottom: #bfb7ff;
	background: #e1e0e7 url('img/icon_help.png') center no-repeat; }
	
#errors {
	border-top: #900;
	border-bottom: #900;
	background: #fff6bf url('img/icon_error.png') center no-repeat; }

#notices {
	border-top: #50b75e;
	border-bottom: #50b75e;
	background: #e8efe9 url('img/icon_notice.png') center no-repeat; }
	
#errors h2 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff; background-color: #900; }
#errors p {
  color: #333;
  margin-bottom: 0;
  padding: 5px; }
#errors a { color: #900 !important; }

.help { font-size: 10px; }

.fieldWithErrors { display: inline; }
.fieldWithErrors input,
.fieldWithErrors textarea { border: 1px solid #900; }

/*----------------------------------- float clearing -------------*/
.clear:after,
.colwrap:after { /* forces containing div to wrap float*/
 	content: "."; 
 	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }

/*------------------------------- content area columns ----------*/
.colwrap { margin: 20px auto; width: 800px; }
/* --for two columns, WIDE - NARROW -- */
#cola { 
	width: 580px; height: 630px; 
	float: left; 
	margin: 0 0 0 10px; }
#colb { 
	float: left;
	width: 180px; 
	padding: 0 8px; }
/* --------------------------------------- header --------------- */
#header { /* logo, navigation */
	width: 800px;
	margin: 0 auto;
	text-align: left; }

#headerlogo { /* replace text with nice logo */
	text-indent: -6666px;
	margin: 0 0 0 5px; padding: 0; border: 0; } 

#headerlogo a:link, #headerlogo a:visited, #headerlogo a:hover { /* nice logo */
	display: block; 
	margin: 0; padding: 0; border: 0;
	width: 170px; height: 90px;
	color: #97ce00;
	background: url('/img/headerlogo.png') no-repeat; }
#headerlogo a:hover{ background-color: transparent; }

#headertagline { /*replaces text with nice tagline*/
	position: relative;
	width: 235px; height: 63px;
	margin: -45px 0 0 204px;
	text-indent: -6666px;
	background: url('/img/h2_tagline.gif') no-repeat; }
/* -------------------------------------- HOME --------- */
.home #cola { text-align: center; }
h3 { 
	width: 115px; height: 33px;
	margin: 15px 0 0 120px; 
	padding: 13px 0 0 120px;
	font-size: 14px;
	background: url('/img/h3_sendpixto.gif') 0 center no-repeat; }
#flashcontent { 
	width: 510px;
	margin: 0 auto; 
	border: 4px solid #fff; }
/* ------------------------------------- HELP ---------- */
.help #cola h4, .help #cola dt, .help #cola dd, .help #cola p { 
	margin-left: 15px;
	margin-right: 90px; }
.help #cola h4 { margin-bottom: 0; }
.help #cola p { line-height: 150%; }
.help #cola h4, .help #cola dt {
	color: #f39216; 
	font-size: 14px; 
	font-weight: bold; }
.help #cola dd { margin-bottom: 3px; } 
.help #cola dd:before {
	content: " - "; }
/* -------------------------------------- ADS ---------- */
#ads dt { /* headline */
	margin-top: 8px;
	border-top: 1px dotted #383838; } 
#ads dt a {	color: #194758; }
#ads dd { /* copy */
	color: #E9F4F9;
	margin: 0; }
#ads dd a { /* url */
	color: #D3EAF2;
	font-size: 11px;
	margin-bottom: 15px; }
	
#ads_g { width: 120px; margin: 5px auto; }
/*--------------------------------------- footer ------- */
#footer {
	position: relative;
	width: 100%;	
	padding: 0;
	clear: both;
	color: #333; 
	margin: 0px auto;# /*pound sign hides margin-top from Safari */
	margin-top: -6em; }
#footer p { 
	margin: auto;
	font-size: 10px;
	text-align: center !important; }
#footer a { color: #333; }
/*.sway { background: url('/img/logo-sway.gif') no-repeat center center; }
.sway em { visibility: hidden; }*/
