/*  ===================================

DEFAULTS

==================================== */

body {
	font-family:Verdana,Arial,sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
	text-align:center;/* for centering wrapper in IE5 */
	}
	
form {
	margin:0;
	padding:0;
	}


/* LINKS
----------------------------------*/	

a {
	color: #000000;
	}
	
a:hover {
	color: #000000;
	}


/* GENERAL 
----------------------------------*/	

p {
	line-height:1.5em;
	}



/* HEADERS 
----------------------------------*/	
h1,
h2,
h3,
h4 {
	font-weight:bold;
	margin:0 0 1em;
	}
	
h1 {font-size:1.8em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4 {font-size:1.1em;}



/*  ===================================

LAYOUT

==================================== */

.wrapper {
	background:#fff url("../images/bg_tread.jpg") repeat-y 50% 0;
	}

.content {
	width:901px;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:1.1em;
	}
	
.header {
	margin: 5px 0 0;
	}
	
	.header h1 {
		display:none;
		}
	
/* row of columns */	
.colset {
	clear:both;
	margin:0px 0 0;
	width:100%;
	position:relative;
	top:0;
	left:0;
	}

/* fixes clearing in Mozilla/KHTML */
.colset:after {
	content:".";
	display:block;
	clear:both;
	line-height:0;
	visibility:hidden;
	}

/* clearing fix for IE5 Mac and Win IE6 */
.colset {display:inline-block;}

/* hide from IE mac \*/
* html .colset {height:1%;}
.colset {display:block;}
/* end hide */

	
/* faux backgrounds ORIGINAL 
.colset.threestep {
	background: url("../images/bg_threecol.gif") repeat-y 0 0;
	}
*/	
/* faux backgrounds */	
.colset.threestep {
	background: url("../images/bg_threecol_gradient.gif") no-repeat 0 0;
	margin: 0 0 0;
	}

.colset.standard {
	}
	
	/* standard col */
	.col {
		float:left;
		margin:0 15px 0 0;
		padding:10px 10px 0;
		width:305px;
		wid\th:270px; /* IE5 boxmodel fix */
		display:inline;
		position:relative;
		top:0;
		left:0;
		clear:none;
		zoom:1; /* IE6 haslayout */
		}
		
	/* double width -- used for content */	
	.col.double {
		width:610px;
		wid\th:575px; /* IE5 boxmodel */
		}
	
	/* margin fix for right-side column */
	.col.righthome {
		margin:0;
		cursor:pointer;
		
		}

	/* margin fix for right-side column */
	.col.right {
		color: #fff;
		font-size:1.1em;
		margin:15px 45px 0;
		}

	.col.right a {
		color: #fff;
		font-weight: bold;
		}

		/* standard col is narrower, fits over background img above */
	.colset.standard .col.right {
		width:200px;
		wid\th:170px; /* IE5 boxmodel */
		margin: 15px 45px 0;
		padding:10px 15px 100px;  /* 100 is the height of the gradient image */
		background: #636399 url(../images/bg_standard_purple_gradient.gif) 0 100% no-repeat; /* 0=x offset  100%=y offset */
		}

	/* homepage three step cols */
	.colset.threestep .col {
		padding:10px 30px 0 50px;
		wid\th:210px; /* IE5 boxmodel */
		cursor: pointer;
		}
		
		/* set col paragraph styles.  This will affect almost all content! */
		.col p {
			margin:0 0 1em;
			}
			
			
.footwrap {
	padding-bottom:60px;
	background:#fff url("../images/bg_footer.jpg") no-repeat 50% 0;
	clear:both;
	}
	
	.footer {
		margin:0 auto;
		padding:10px;
		width:921px;
		wid\th:881px; /* IE5 boxmodel */
		height:60px;
		heig\ht:20px; /* IE5 boxmodel */
		color:#fc0;
		background:#000;
		text-align:left;
		}

	.footerRight {
		width: 100%;
		margin-left: 520px;
	}
		
		
/*  ===================================

HOMEPAGE

==================================== */		

/* see imgreplace class below. */

.leadin {
	font-size:1.1em;
	}

.signup {
	padding-top: 0;  /* use em */
	color:#1a51c0;
	}

.welcomeImage {
	padding-top: -5px;
	margin: 0 0 -10px;
	}
	
/* see imgreplace class below. these assign background images to headers */

h3#step1,
h3#step2,
h3#step3 {
	margin-left:-30px;
	}

h3#step1 {
	background:url("../images/h3_step1.gif") no-repeat 0 0;
	}

h3#step2 {
	background:url("../images/h3_step2.gif") no-repeat 0 0;
	}

h3#step3 {
	background:url("../images/h3_step3.gif") no-repeat 0 0;
	}


.gaugerow {
	margin:3px 0 0;
	height:162px; 
	background:#979bbd url("../images/bg_guages.gif") repeat-x 0 0;
	}
	
	.gauge {
		float:right;
		}
	
	.gaugerow .scroller {
		background: url("../images/news.gif") no-repeat 0 0;
		width:200px;
		height:130px;
		padding: 15px 150px;
		float:left;
		color: #fff;
		}
		
		.gaugerow .scroller .scrollertext {
			background-color: #636399;
			font-family:Verdana,Arial,sans-serif;
			color: #fff;
			height: 110px;
			}
		
		.gaugerow .scroller .scrollertext a {
			color: #fff;
			}

		.gaugerow .info p {
			margin:1em 0;
			line-height:1.25em;
			}
		
		.gaugerow .info .author {
			color:#fff;
			}

/*  ===================================

CONTENT

==================================== */		

p.subhead {
	margin:-.5em 0 1em;
	font-style:italic;
	font-weight:bold;
	}

ul {
	margin:1em 0;
	padding:0;
	list-style-image: url(../images/triangle2.gif);
	}

	li {
		margin:0.5em 0 0 3em;
		padding:0;
		list-style-image: url(../images/triangle2.gif);
	}
	
ul.sidebar {
	margin:1em 0;
	padding:0;
	}

	li.sidebar {
		margin:1em 0 1em 3em;
		padding:0;
		list-style:none;
		}
	
	li.sidebar p:first-line {
		font-weight:bold;
		}

.team_list p {
	margin:1.3em 0;
	font-size:1.1em;
	color:#fff;
	}

.team_list p:first-line {
	font-weight: bold;
	color:#fff;
	}

.team_list a {
	font-weight: bold;
	color:#fff;
	}
	

/* Header images
------------------------------  */	

/* class to remove text and set up headers */
h2.imgreplace,
h3.imgreplace {
	display:block;
	margin:0 0 0;
	height:24px;
	line-height:14px;
	text-indent:-23456px;
	}	
	
/* Press Releases
------------------------------  */	

.pressReleaseHeader {
	align: center;
	font-size: 1.8em;
}

/*  ===================================

FORMS

==================================== */		

.accountSummaries {
	margin: 20px 0 10px;
	clear: left;
}

.formobject {
	float: left;
	margin:5px 0 0;
	overflow: visible;
	}

.formfield {
	padding:0 10px 0;
	clear: left;
	overflow: auto;
  }

.formlabel {
	font-size:1.1em;
	width: 100px;
	float: left;
	margin:5px 0 0;
	}
	
textarea {
	font-family:Verdana,Arial,sans-serif;
	font-size:1.1em;
}
fieldset {
	background: #ffffcc;
	border: 1px solid #636399;
	padding: 20px 15px 15px 15px;
	margin-bottom: 15px;
	/* IE specific */
	position: relative; 
	margin-top:1em; 
}
legend {
	font-size: 1.6em;
	font-weight: bold;
	color: #ffffff;
	background: #636399;
	padding: 3px 5px 3px;
	/* IE specific */
	position:absolute; top: -.5em; left: .5em;
}
