/***** Global Settings *****/

.png {behavior:url(iepngfix.htc);}

html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	font-size:62.5%;
	font-family:Helvetica,Arial,sans-serif;
}


/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:bold;
	color:#019C94; 
}
 
h1 {
	padding:0 0 15px 0;
	font-size:2em;
}
 
h2 {
	padding:0 0 15px 0;
	font-size:20px;
}
 
h3 {
	padding:0 0 15px 0;
	font-size:1.7em;
}

p {
	font-size:14px;
	line-height:21px;
	margin:0;
	padding:0 0 15px 0;
}
p.bold {font-weight:bold;}
p.column {
	float:left;
	width:230px;
}
p.wide {width:700px;}

ul {
	font-size:13px;
	line-height:1.7em;
	margin:0;
	list-style-type:disc;
	padding:0 0 18px 15px;
}

ol {
	font-size:13px;
	line-height:1.7em;
	margin:0;
	padding:0 0 18px 15px;
}
blockquote {
	margin:0;
	padding:0;
	background: transparent url('../images/quote-left.gif') top left no-repeat;
}
blockquote p {
	background: transparent url('../images/quote-right.gif') bottom right no-repeat;
	padding:5px 0;
	margin-bottom:18px;
}
 
small {font-size:1em;}
img {border:0;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

code {
	font-size:12px;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {color:#fff; text-decoration:none; outline: none;}
a:hover {text-decoration:none; color:#545456}

 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select {font-size:1em;}
textarea {line-height:1.25;font-size:1.2em;}
label {cursor:pointer;}

 
/***** Tables *****/
 
table {
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
 
td, th {
	padding:2px;
	text-align:left;
	font-size:1.2em;
}


 
/***** 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; }
.text-hidden   { left:-9999px;position:absolute;}
 
.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:0 20px 20px 0; }
.img-right     { float:right;margin:0 0 20px 20px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.hr {border-bottom:1px dotted #666;margin-bottom:10px;}
.confirm {color:green;}
.warning {color:red;}
.grey {color:#545456;}

.larger {font-size:16px; line-height:25px;}
.smaller {font-size:12px; line-height:16px;}



/***** Header *****/

#header {
	text-align:center;
	margin:40px auto 0 auto;
	width:910px;
}
#header-nav {
	width:900px;
	height:34px;
	margin:0 auto;
	text-align:center;
	position:absolute;
	z-index:10;
}
#header-nav img {float:left;}
#header-spacer {height:34px;}


/***** Content *****/

#content {
	width:900px;
	height:405px;
	margin:0 auto;
}

#content-inner, #content-inner-full {
	margin:45px 0 0 15px;
	position:absolute;
	z-index:10;
}
#content-inner {width:420px;}
#content-inner-full {width:870px;}

.click {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px; 
	 font-weight:bold; 
	 color:#565459;
}
.click:hover {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px; 
	 font-weight:bold;
	 color:#FFFFFF;
}

.content-scroll {
	height:300px;
	overflow: auto;
	width:390px;
	padding-right:10px;
}
#highlite_box {
	width: 434px;
	height: 101px;
	background: url(../images/box_bg.jpg) repeat-x;
	margin:9px 0px;
	z-index: 100;
}
#highlite_box p {
	width: 238px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #B34399;
	float: left;
	padding: 10px 8px 0 15px;
}
#highlite_box p a {
	color: #B34399;
	text-decoration: none;
}
#highlite_box p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#highlite_box img {
	padding-top: 8px;
}


#highlite_box2 {
	width: 438px;
	height: 159px;
	background: url(../images/box_bg2.jpg) repeat-x;
	margin:9px 0px;
	z-index: 100;
	position:relative;
	padding-top:7px;
	padding-left:15px;
}
#highlite_box2 p{
	color:#b44299;
	font-size:12px;
	line-height:18px;
}
#highlite_box2 p a{
	color:#b44299;
	font-size:12px;
	text-decoration:underline;
}
#marketing{
	position:absolute;
	bottom:8px;
	right:12px;
}

/***** Footer *****/

#bottom-nav {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	position:absolute;
	margin-top:540px;
	z-index:1;
}

#bottom-nav a {margin:0 10px;}

.step {
	padding-left: 50px;
	margin: 45px 0 28px 0;
	float: left;
	width: 100%;
}
.mainbox {
	width: 100%;
	float: left;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;

}
.leftbox {
	width: 335px;
	float: left;
}
.leftbox span {
	font-size: 14px;
}
.field {
	width: 142px;
	border: none;
	margin:3px 0 3px 0;
}
.middlebox {
	width: 555px;
	float: left;
	line-height: 24px;
	padding-left:10px;
}
.form_right {
	width: auto;
	float: left;
	margin-top: 134px;
}
