/* CSS Document */

/* ----------------------------------------
FAR-131
Baseline styles

Version: 1.0
Author: Lewellyn Belber
E-mail: lbelber@mmgct.com 

Colors: 6e5f5c; 87695e

---------------------------------------- */

* {  /* Clears all margins and paddings to eliminate discrepencies between IE and FF */
  	margin: 0px;
  	padding: 0px;
}

body {  /* Sets font face, size, and full page background */
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size: .9em;
	background-color: #6d3214; /*#8e7b74;*/
	text-align: center;  /* IE hack */
}

/* =Layout
---------------------------------------- */
#pageWrapper {  /* sets width of page and centers */
	width: 1000px;
	position: relative;
	margin-left: auto;
  	margin-right: auto;
	text-align: left; /* to realign text */

}

#banner {
	position: relative;
	width: 1000px;	
}

#contentWrapper {
	position: relative;
	width: 1000px;	
	background-image: url(images/morph_bckgrnd.jpg);
}

#nav {
	position: relative;
	float: left;
	width: 360px;	
}

#content {
	position: relative;
	float: right;
	width: 640px;	
}

#content p, #content ol, #content ul  {
	padding-left: 34px;
	padding-right: 50px;
	padding-top: 6px;
	font-size: 1.1em;
	line-height: 1.2em;
}

li {
    margin-left: 15px;
}

#footer {
	clear: both;
	width: 1000px;	
}

/* =Nav
---------------------------------------- */

#nav img {
margin-left: 20px;
padding-top: 0px;
padding-bottom: 1px;
padding-left: 0px;

}



/* =Typography
---------------------------------------- */

h1 {
	padding-left: 34px;
	padding-right: 50px;
	font-size: 1.7em;
	font-weight: normal;
	color: #6a3113;
}

h2 {
	padding-left: 34px;
	padding-right: 50px;
	font-size: 1.5em;
	font-weight: normal;
	color: #6a3113;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
}

a {
	color: #053f89;
}

a:HOVER {
	color: #557db8;
}

a:VISITED {
	color: #053f89;
}

sup,sub {	
	height: 0;	line-height: 1;	vertical-align: baseline;	_vertical-align: bottom;	position: relative;
	font-size: .7em;}

sup {	bottom: .5ex;}

sub {	top: .5ex;}

table.borders {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

table.borders td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

/* Progress Bar
---------------------------------------- */
.stepsspace {
	padding-top: 1em;
	padding-bottom: 1em;
}

.steps {
	border: solid 1px #FFFFFF;
	height: 10px;
	width: 120px;
}

.steps-right {
	border-right: solid 1px #FFFFFF;
	height: 10px;
	width: 10px;
}

.steps-rightcomplete {
	border-right: solid 1px #FFFFFF;
	background-color: #6d3214; /*#8e7b74*/
	height: 10px;
	width: 10px;
}

.steps-end {
	height: 10px;
	width: 10px;
}

.steps-endcomplete {
	background-color: #6d3214;
	height: 10px;
	width: 10px;
}
/* ---------------------------------------- */

.continue-submit {margin-left: -1em;border:none; background:url(images/continue1.jpg) no-repeat left top; width:134px; height:29px; text-indent:-999em; display:block; cursor:pointer; }
.continue-submit:hover { background:url(images/continue2.jpg) no-repeat left top; }

small
{
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size: .8em;
}
