/*--------------------------------------
bigtimemoney.com screen style sheet
CSS Author: Matt Ollila | mollila@gmail.com
Version: 03.08.2005
--------------------------------------*/


/* -- Basic HTML Elements -- */
body {margin: 0; padding: 0; background-color: #EFF0EC; font: 12px/16px Helvetica, Arial, sans-serif; color: #1C1C1C; text-align: center;}
a:link,
a:visited {color: #036;}
a:hover {color: #19752E;}
img {border: 0;}
.hide { display: none;}
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; color:#036; font-size: 13px; font-weight: bold; letter-spacing: -1px;}
h1 { font-size: 16px; color: #19752E;}
h2 { margin-bottom: .3em;	font-size: 14px;}
h3 { margin-bottom: .3em;}
hr { margin: 1.5em 0; color:#DBDCD9; background-color:#DBDCD9; height:1px; width: 100%; border: 0;}
ol { margin: .5em 0 3em; padding: 0 3em;}
ul { margin: .5em 0 1.1em; padding: 0 2em;}
li { margin:.3em 0; padding:0;}
dt { margin: 0 0 0 1em; font-weight: bold;}
dd { margin: 0 0 .75em 2.5em;}
p { margin: 1em 0;}
abbr, acronym {font-style: normal; border-bottom: dotted 1px #19752E; cursor: help;}


/* -- HTML Elements Modifications -- */
p.finePrint { margin: 2em 0; font-size: 10px; color:#999; line-height: 12px;}
span.backTop { display: block; text-align: right; margin: .5em 0 0 0;}
.error, .note { color: #d00; font-weight: bold;}
.note { text-transform: uppercase;}
p.last { margin: 0;}

/* -- Form Elements -- */
form {margin: 0; font: 12px Arial, Helvetica, sans-serif;}
input[type="text"],
input[type="password"],
select,
textarea {
	background: #fff;
	border: 1px solid #999;
}
input.downline { font-size: 10px; margin:0; padding: 0;}

/* -- Specific area forms -- */
#login {
	float: right;
	width: 220px;
	margin: 0 0 1em 1em;
	border: 1px solid #DBDCD9;
	border-collapse: collapse;
	}
#login tr, #login td { padding: 0; border: 0px;}
#login th { padding: 5px; background: url('/images/ltGryDiags.gif') repeat; border-bottom: 1px solid #DBDCD9;}
th h1 { margin: 0; padding: 0;}
td.center { text-align: center;}
td.right { text-align: right;}
td.left { text-align: left;}
#login input.field, #contactform input.text, #contactform textarea.text {
	width: 100px;
	margin: 3px 0 0;
	}
#login p { margin: 0 0 10px;}
#login input.button { margin:0;}
#contactform input.text { width:210px;}
#contactform textarea.text { width:98%; height:10em;}
#contactform input#subject { width:98%;}
#contactform label { display:block; padding: .5em 0 0; font-weight: bold;}
#login input.button, #contactform input.button {
	margin: .5em 0;
	}
textarea {
	margin: 0 0 1.1em;
	width: 98%;
	}
textarea.textNotes { margin: 0;}


/* -- Table styling -- */
table {
	width: 100%;
	text-align: left;
	margin: .5em 0 1em;
	border: 1px solid #DBDCD9;
	border-collapse: collapse;
	}
tr, td, th { padding: .3em; border: 1px solid #DBDCD9; line-height:1em;}
tr.picrow {background: #CCCCCC;}
th { background: url('/images/ltGryDiags.gif') repeat; font-weight: bold; text-align: center; }
td.right { text-align: right;}
.row1 { background: #EFF0EC;}
.row2 { background: #fff;}
.noBorder {
	width: 100%;
	text-align: left;
	margin-bottom: 1.1em;
	border: 0;
	border-collapse: collapse;
	}
.noBorder tr, .noBorder td, .noBorder th { padding: .2em; border: 0px;}
.subTotal {
	padding-right: 3px;
	background: url('/images/ltGryDiags.gif') repeat;
	font-weight: bold;
	text-align: right;
	border-right: 1px solid #DBDCD9;
	}
	

/* -- page Structure -- */
#shadow { width: 730px; margin: 0 auto; padding: 0; background: url('/images/wrapBG.gif') repeat-y; text-align: center;}
#wrap { width: 720px; margin: 0 5px; padding: 0; text-align: left;}
#header { height: 220px; background: url('/images/homeImage.jpg') bottom no-repeat;}
#content { padding: 0 0 25px; margin: 8px 0 0;}
#footer {
	clear: both;
	width: 730px;
	margin: 0 auto;
	padding: 10px 0 20px;
	background: url('/images/wrapBG-bottom.gif') no-repeat;
	text-align: center;
	font-size: .9em;
	color: #999;
	}


/* -- Image replacement (ir) -- */
span.ir {	display: block;	width: 0;	height: 0; overflow: hidden;}

/* -- Column Structure -- */
#maincol { width: 470px;}
#subcol { float: left; width: 200px;}

.col-M #maincol { width: 670px; margin: 25px 25px 0;}
.col-M #subcol { display:none;}
.col-SM #maincol { float:right; padding: 17px 25px 0 0;}
.col-SM #subcol { float:left;}
.col-MS #maincol { float:left; padding: 17px 0 0 25px;}
.col-MS #subcol { float: right; width: 175px; padding: 16px 25px 0 0;}

.col-M .maincol { width: 670px; margin: 25px 25px 0;}    /* -- Duplicate of above ID's - for easy transfer to and fro for Daley - If you are a viewer of this style sheet, disregard this poor practice -- */
.col-M .subcol { display:none;}
.col-SM .maincol { float:right; padding: 17px 25px 0 0;}
.col-SM .subcol { float:left;}
.col-MS .maincol { float:left; padding: 17px 0 0 25px;}
.col-MS .subcol { float: right; width: 175px; padding: 16px 25px 0 0;}

/* -- header styling -- */
#logo { float: left; margin: 13px 0 0 25px;}


/* -- footer styling -- */
#footer p { margin: .6em 0;}


/* -- Main Navigation -- */
#nav { margin: 8px 0 0; padding: 0 25px; background: url('/images/ltGryDiags.gif') repeat; border-top: 1px solid #DBDCD9; border-bottom: 1px solid #DBDCD9;}
#nav ul { margin:0; padding:0; list-style-type: none; text-align: left;}
#nav li { display: inline; line-height: 1em;}
#nav a { float: left; padding: 8px 10px; color: #1c1c1c; text-decoration: none; text-align: center;}
#nav a:link#current,
#nav a:visited#current { color:#fff; background:#19752E;}
#nav a:hover { color: #fff; background: #036;}
	

/* -- clearfix class -- add this class to any div containing floated elements in need of a good clear */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
