﻿/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body 
{
	margin:0px; 
	padding:0px;
	font-family:Arial;
	font-size:14px;
	line-height:19px;
	color:#434343;
}
img
{ 
	border:none; 
}
a
{ 
	text-decoration:none; 
	color:#be1e2d; 
}
h1
{
	font-size:18px; 
	font-weight:bold; 
	margin:10px auto;
}
h2
{
	font-size:16px; 
	font-weight:normal; 
	margin:0px auto 15px;
}
sup
{
	font-size:0.65em;
	vertical-align:super;
}
ul
{
	list-style-image:url('../img/bullet.png');
/*	line-height:normal;*/
	list-style-position:outside;
	margin-left:30px;
}
li
{
	padding-bottom:5px;
}

p
{
	margin-bottom:7px;
}
/* layout  */
#maincontent
{
	width: 1000px;
	padding:0px 0px;
	margin:0 auto;
}
#top
{
	height:110px;
	background-image:url('../img/bg/logo.png');
	background-position:top left;
	background-repeat: no-repeat;
}
#logo
{
	width:328px;
	height:100px;
	cursor:pointer;
	text-indent:-9999px;
	position:absolute;
	top:0;
	float:left;
}
/* header items */
#smartlinknav
{
	float:left;
	position:absolute;
	top:0;
	font-size:14px;
	margin-top:12px;
	margin-left:700px;
}
#smartlinknav a{font-size:13px;}
#smartlinknav ul
{
	line-height:19px;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	list-style-position:inside;
	list-style-image:none;
}
#smartlinknav ul li
{
	margin:0;
	padding:0;
}

#contactheader
{
	float:left;
	position:absolute;
	top:0;
	font-size:14px;
	margin-left:450px;
	margin-top:12px;
	width:230px;
}
* html #contactheader{margin-right:35px;} /* IE 6 Fix */
* html #loginheader{margin-right:125px;} /* IE 6 Fix */

/* Main Contents */
#pagecontent
{
	margin-top:30px;
	margin-left:50px;
}
#first-row
{
	float:left;
	margin-bottom:43px;
}
*:first-child+html #first-row {margin-bottom:0px;}
#second-row
{
	clear:both;	
}

#first-left
{
	width:621px;
	float:left;
}
#second-left
{
	float:left;
}
#first-right
{
	width:250px;
	float:left;
	margin-left:30px;
	padding-right:49px;
}
#first-right p
{
	font-size:24px;
	color:#333333;
	line-height:28px;	
	margin-top:0px;
	margin-bottom:13px;
}
#second-right
{
	background-image:url('../img/divider.png');
	background-position:top left;
	background-repeat:no-repeat;
	width:600px;
	float:left;
	margin-left:20px;
	padding-left:40px;
	line-height:22px;
}
/* Footer */
#footer 
{
  clear: both;
  padding: 8px 0 20px 50px;
  border-top: 1px solid #c0c0c0;
  margin-top:20px;
}
*:first-child+html #footer {margin-top:60px;}

#footer p 
{
  margin: 0;
  font-size: 10px;
  color: #4c4c4c;
}


#footer ul 
{
  margin: 10px 0px;
  padding: 0;
  list-style: none;
}

#footer li 
{
  display: inline;
  margin: 0 4px 0 0;
  padding: 0 4px 0 0;
  border-right: 1px solid #999;
}

#footer li.last 
{
  padding-right: 0;
  border-right: 0;
}
#footer a 
{
  color:#231f20;
  font-size:12px;  	
}
/* contact form */
#contact
{
font-size:13px;	
}

#contact-form
{
	background-image:url('../img/divider.png');
	background-position:top left;
	background-repeat:no-repeat;
	width:700px;
	float:left;
	margin-left:20px;
	padding-left:40px;
	padding-bottom:40px;
	padding-top:20px;
}



span.req {
  color: #f00;
}
/* Basic form styling
   Note: IE6 must have the individual radio
         and checkboxes pinpointed in order
         to get proper spacing
--------------------------------------------- */
input, select, textarea, select {
  margin: 0;
}

input[type='text'],
textarea {
  border: 1px solid #8d8b8c;
}

span.req {
  color: #f00;
}


*+html input[type='checkbox'],
*+html input[type='radio'] {
  width: 13px;
  height: 13px;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset legend {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  border: 0;
  width: 614px;
  line-height: 1.2;
}

* html fieldset legend {
  margin-left: -7px;
  margin-right: -7px;
}

*+html fieldset legend {
  margin-left: -7px;
  margin-right: -7px;
}

fieldset legend span {
  display: block;
  width: 614px;
  white-space: normal;  /* Firefox 3 */
}

fieldset legend span span.req {
  display: inline;
  width: auto;
  color: #f00;
}

form div.single {
  clear: left;
  margin: 0 0 15px;
}

form div.single.check {
  float: left;
}

* html form div.single.check {
  margin-bottom: 0;
}

*+html form div.single.check {
  margin-bottom: 0;
}

form div.multiple {
  float: left;
  margin: 0 0 15px;
}

form div.multiple.two {
  margin-right: 30px;
  width: 292px;
}

form div.multiple.checka {
  margin-right: 10px;
  width: 16px;
}
form div.multiple.checkb {
  margin-right: 30px;
  width: 588px;
}

form div.multiple.last {
  margin-right: 0;
}

form div.single label,
form div.multiple label {
  display: block;
}
form div.single input[type='text'],
form div.multiple input[type='text'] {
  padding: 2px 1px 1px 2px;
  width: 290px;
}

form div.single textarea {
  padding: 2px 1px 1px 2px;
  width: 611px;
}

* html form div.single textarea {
  width: 608px;
}

form div.single.check input {
  float: left;
  margin: 0 4px 0 0;
}

form div.single.check label {
  float: left;
  line-height: 1;
}

* html form div.single.check label {
  margin-top: -1px;
}

*+html form div.single.check label {
  margin-top: -1px;
}

form div.single fieldset ul,
form div.multiple fieldset ul {
  margin-left: 0 !important;
}

form div.single fieldset li,
form div.multiple fieldset li {
  list-style: none;
  float: left;
  margin: 0 20px 6px 0;
}

form div.single fieldset table {
  margin: 0;
}

form div.single fieldset table td {
  padding: 0 !important;
  width: 80px;
}

form div.single fieldset.lineitem table td {
  width: 100%;
  height: 18px;
}

form div.single fieldset.lineitem table td label {
  width: 350px;
  line-height: 1.2;
}

form div.single fieldset.lineitem li,
form div.multiple fieldset.lineitem li {
  clear: left;
}

form div.single fieldset.lineitem li label,
form div.multiple fieldset.lineitem li label {
  float: right;
  width: 570px;
  line-height: 1.2;
}

.signup form div.single fieldset.lineitem table td {
  width: 614px;
}

.signup form div.single fieldset.lineitem table td label {
  width: 580px;
}

* html form div.single fieldset.lineitem li label,
* html form div.multiple fieldset.lineitem li label {
  float: left;
  width: auto;
  line-height: 1.2;
}

*+html form div.single fieldset.lineitem li label,
*+html form div.multiple fieldset.lineitem li label {
  float: left;
  width: auto;
  line-height: 1.2;
}

form div.leftchecklist fieldset input,
form div.single fieldset input,
form div.multiple fieldset input {
  float: left;
  margin: 0 4px 0 0;
}

form div.single fieldset label,
form div.multiple fieldset label {
  float: left;
  line-height: 1;
}

#subscribe label {
	width:640px;
	text-align:left;
	clear:right;
	padding:0;
	margin:0 0 10px 0;
}

#subscribe input {
	float:left;
	width:13px;
	height:auto;
	border:0;
	clear:left;
	display:block;
	margin-right:10px;
}