@charset "UTF-8";

/* this is the NEW layout */
		body { 
			margin: 0;
			padding: 0;
			text-align: center; /*  */
   color: #333333;
	  background-image: url(images/body-bkgd.jpg);
	  background-repeat: repeat-x;
	  background-color: #84A5C4;
			font: 90% Verdana, Arial, Helvetica, sans-serif;
			color: #333333;
		}
		.wrap{
		/* width: 80%;  this will create a container 80% of the browser width */
			margin:0 auto; 
			width:945px;
		/* 			background-color: #eeeeee;*/
			text-align: left;
   margin-top: 9px;
  }
  
  
/* 	NEW STYLES: Centered Content for Error & Thank You Pages*/
  
.bodycenter {
	margin:18px 0px; padding:0px;
	text-align:center;
	}
	
#content-center {
	width:720px;
	margin:0px auto;
	text-align:center;
	/*background-color:#eee;*/
	}
	
.colCenter{
	z-index:2;
	position: relative;
	width:720px; 
	background-color:#eeeeee;
	padding-top: 45px;
  }
/* 	END NEW STLES */

/*  START TOOL TIP Styles*/
/* added to create tootip */
		.tipper {
			/*background-color: #AAA;
			padding: 0.2em;
			margin: 0.5em;*/
			color: #9FD4FF;
			font-size: 9px;
			text-decoration: underline;
			font-weight: bold;
		}
		a.tipper {
			/*background-color: #AAA;*/
			color: #9FD4FF;
			font-size: 9px;
		}
		.tool-tip {
			display: block;
			color: #fff;
			width: 144px;
			z-index: 13000;
			text-align: center;
			filter: alpha(opacity:90);
			KHTMLOpacity: 0.90;
			MozOpacity: 0.90;
			opacity: 0.90;
		}
		.tool-title {
			display: block;
			font-weight: bold;
			font-size: 11px;
			margin: 0;
			color: #9FD4FF;
			padding: 27px 8px 0px;
			background: url(images/bubble.gif) top left;
		}
		.tool-text {
			display: block;
			font-size: 10px;
			padding: 4px 8px 8px;
			background: url(images/bubble.gif) bottom right;
			text-align: left;
		}
		.tool-loading {
			/*background: url(images/bubble.gif) center center no-repeat;*/
			background: url(images/bubble.gif) bottom center no-repeat;
			width: 144px;
			height: 9px;
			margin: 0 auto;
		}
		.style4 {font-size: 9px}

/* 	END TOOL TIP Styles */

		.rightConLeftCol{
			float:right;
			width: 225px; 
			/*background-color:#3B4854;*/
   padding-bottom: 1px;
  }
		.leftConRightCol{
			float:left; 
			width:720px; 
			background-color: #3B4854;
		}
		.colLeft{
	z-index:1;
	position: relative;
	left:-720px;
	width:225px;
	background-color: #3B4854;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding-top: 13px;
  }
		.colRight{
	z-index:2;
	position: relative;
	left:225px;
	width:720px;
	background-color:#eeeeee;
	padding-top: 9px;
	padding-bottom: 18px;
  }
		.brclear {
			clear: both; font-size: 1px; margin: 0px; line-height: 0; height: 0px;
		}
		.brspace {
			font-size: 1px; margin: 0px; line-height: 0; height: 0px;
		}

		/* IE mac hack */
		* html>body .colRight{
			display:inline-block;
			overflow: auto;
		}

		* html>body .colLeft{
		    overflow: auto;
		}

/* this is the internal build */

#header {
	color: #7E7F7B;
	background-image: url(images/banner-bkgd.gif);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 16px;
	font-size: 90%;
	margin-top: 4px;
	padding-left: 9px;
	padding-right: 18px;
	padding-bottom: 18px;
	height: 180px;
}
.headleft {
	float: left;
	width: 63%;
	vertical-align: top;
	text-align: center;
	padding-top: 4px;
	overflow: hidden;
}
.headright {
	float: right;
	width: 189px;
	position: inherit;
	top: 9px;
	font-size: 81%;
	text-align: left;
	padding-left: 27px;
	padding-bottom: 18px;
	line-height: 99%;
}
#header h1 {
	padding:4px;
	margin:0;
}
#nav {
	padding:4px;
	border-bottom-color: #65312C;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 11px;
	color: #FFFF99;
	text-align: left;
	background-image: url(images/BtmBg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	background-color: #65312C;
	}
/*
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	color: #7E7F7B;
	text-align: right;
	}
#nav li{
	display:inline;
	margin:0;
	padding:0;
	color: #993333;
	}*/
#nav align-left{
	list-style:none;
	color: #7E7F7B;
	text-align: right;
	font-size: 10px;
	margin-right: 18px;
	line-height: 14px;
	width: 45%;
	padding-left: 9px;
	float: right;
	}

.navblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 99%;
/*border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/navactive.gif) center center repeat-x;*/
}

.navblockmenu li{
display: inline;
}

.navblockmenu li a{
float: left;
color: white;
padding: 4px 9px;
text-decoration: none;
border-right: 1px solid white;
}

.navblockmenu li a:visited{
color: white;
}

.navblockmenu li a:hover{
color: white;
background: transparent url(images/navactive.gif) center center repeat-x;
margin-bottom: 1px;
}
.navblockmenu li .current{
color: #eeeeee;
background: #333333 url(images/navdefault.gif) center center repeat-x;
}


#col {
	font-size: 9px;
	color: #FFFF99;
	text-align: left;
	max-height: 13px;
	}
.colright {
	float: right;
	margin-right: 0px;
	padding-left: 0px;
	width: 21%;
	text-align: right;
	margin-bottom: 4px;
}
.coleft {
	float: left;
	margin-right: 0px;
	padding-left: 0px;
	width: 22%;
	text-align: left;
	margin-top: 4px;
}
.colcenter {
	float: right;
	margin-right: 0px;
	padding-left: 9px;
	width: 45%;
	text-align: left;
	margin-top: 4px;
}
.colcenter ul{
	margin:0;
	padding:0;
	list-style:none;
	color: #FFFF99;
	text-align: left;
	}
.colcenter li{
	display:inline;
	margin:0;
	padding:0;
}
.colcenter li a{
	color: #CCCCFF;
	padding: 2px 2px;
	text-decoration: none;
	border-right: 1px dotted white;
	font-size: 9px;
}

.colcenter li a:visited{
color: #eeeeee;
}

.colcenter li a:hover{
color: #eeeeee;
margin-bottom: 1px;
}
.colcenter li .current{
color: #eeeeee;
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	color: #eeeeee;
	text-align: center;
	}
#nav li{
	display:inline;
	margin:0;
	padding:0;
	color: #993333;
}



 /*CSS for sample search box. Remove if desired */
#myform{
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 126px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}
[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]

#main-left {
	background:#ffffff;
	float:left;
	width:226px;
	}
#main h2, #main h3, #main p {
	padding:0 4px;
    }
#sidebar {
	float:right;
	width:289px;
	padding-right: 18px;
	padding-top: 13px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 9px;
}
#sidebar ul {
		margin-bottom:0;
    }
#sidebar h3, #sidebar p {
	padding:0 9px 0 0;
    }

.signupframe {
	color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	margin-top: 4px;
}
#footer {
	clear:both;
	font-size: 8px;
	color: #ffffff;
	background-color: #550000;
	background-image: url(images/BtmBg.jpg);
	text-align: center;
	/* margin-top: 1px;
	margin-bottom: 1em; */
	padding-left: 36px;
	padding-right: 36px;
	border-bottom-color: #65312C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	overflow: hidden;
	margin:0;
	width:873px;
	padding-top: 13px;
	height: 18px;
	padding-bottom: 9px;
}
#center-footer {
	clear:both;
	font-size: 8px;
	color: #ffffff;
	background-color: #550000;
	background-image: url(images/BtmBg.jpg);
	text-align: center;
	/* margin-top: 1px;
	margin-bottom: 1em; */
	padding-left: 36px;
	padding-right: 36px;
	border-bottom-color: #65312C;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	overflow: hidden;
		margin:0;
	width:648px;
	padding-top: 13px;
	height: 18px;
	padding-bottom: 9px;
}
#footer p {
	margin:0;
    }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
a {
	color: #993333;
	text-decoration: underline;
	font-weight: bold;
	font-weight: bold;
	}
a:visited {
	color: #d0470e;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #0099CC;
	font-weight: bold;
	text-decoration: underline;
	}
.right-column-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-top: 1px;
	}
.right-feature-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: normal;
	font-weight: bold;
	line-height: 21px;
	text-indent: 9px;
	color: #eeeeee;
	position: relative;
	margin-bottom: 4px;
	text-align: left;
	margin-left: 27px;
	background-color: #283036;
	margin-right: 36px;
	padding-bottom: 4px;
}
.left-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	color: #ffffff;
	margin-top: 1px;
	padding-bottom: 9px;
	padding-top: 7px;
	padding-left: 4px;
	text-align: center;
	background-image: url(images/LogoBg.gif);
	background-repeat: no-repeat;
	width: 472px;
	height: 209px;
	left: 106px;
	top: 26px;
	margin-left: 2px;
	}
.right-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	color: #ffffff;
	margin-top: 1px;
	margin-left: 4px;
	padding-bottom: 9px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 4px;
	text-align: left;
	background-image: url(images/SignUpBg.gif);
	background-repeat: no-repeat;
	width: 472px;
	height: 209px;
	right: auto;
	}
.right-feature-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin-top: 1px;
	margin-left: 18px;
	padding-bottom: 3px;
	padding-left: 9px;
	padding-right: 27px;
	text-align: left;
	}
.feature-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-size-adjust: none;
	line-height: 14px;
	color: #EEEEEE;
	margin-top: 1px;
	text-align: center;
	font-style: italic;
	}
.left-feature-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-size-adjust: none;
	line-height: 21px;
	color: #EEEEEE;
	margin-top: 1px;
	margin-left: 5px;
	text-align: left;
	padding-left: 4px;
	margin-right: 5px;
	background-color: #3B4854;
	}
.left-feature-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #eeeeee;
	margin-top: 1px;
	margin-left: 5px;
	padding-bottom: 4px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 4px;
	text-align: left;
	background-color: #3B4854;
	margin-right: 5px;
	height: 100%;
	overflow: visible;
	width: inherit;
}
.left-block {
	background: #0e4858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #cbc4c2;
	margin-bottom: 9px;
	margin-left: 9px;
	padding-bottom: 9px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 4px;
	text-align: left;
}
.right-block {
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #eeeeee;
	margin-bottom: 9px;
	margin-left: 36px;
	padding-bottom: 13px;
	padding-top: 13px;
	padding-left: 27px;
	padding-right: 13px;
	text-align: left;
	background-repeat: no-repeat;
	margin-right: 36px;
	border: 3px;
	border-color: #84A5C4;
	border-style: solid;
}

input
{
font-family:tahoma,arial,verdana;
color:black;
border:solid 1 #000000;
font-size:12px;
font-weight:normal;
}

input.Optin
{
font-family:tahoma,arial,verdana;
color:black;
border:solid 1 #000000;
font-size:10px;
font-weight:normal;
}

input.br
{
border:none;
}

form
{
display:inline;
}

.LfNavImage
{
margin-bottom:3px;
}

.StepBlock
{
padding-left:5px;
padding-right:5px;
border-left:solid 2px #bebebe;
border-right:solid 2px #bebebe;
}

.Tick
{
	list-style-image:url('../images/Subgraphics/Tick.gif');
}

.Arrow
{
	list-style-image:url('../images/Subgraphics/Arrow2.gif');
	list-style-type: square;
	list-style-position: inside;
color: #333333; }
.LfGrayCell
{
	background-image:url(images/LfBtmCurve.gif);
	background-repeat:repeat-y;
	background-position: 9px;
}

td
{
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color:#eee;
	line-height:16px;
	font-size:11px;
	font-weight:normal;
}

.txtLogin
{
font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
color:#000000;
line-height:13px;
font-size:10px;
font-weight:bold;
}

.Cr
{
font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
color:#ffffff;
line-height:16px;
font-size:9px;
font-weight:normal;
}

.BlackHd
{
font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
color:#000000;
line-height:19px;
font-size:16px;
font-weight:bold;
}

.BlackHd2
{
font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
color:#000000;
line-height:19px;
font-size:18px;
font-weight:bold;
}

.txtGuarantee
{
font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
color:#000000;
line-height:19px;
font-size:22px;
font-weight:bold;
}

.RedHd
{
	color:#CE091B;
	line-height:18px;
	font-size: 14px;
	font-weight:bold;
	font-style: italic;
	letter-spacing: 0.1em;
	font-stretch: condensed;
	text-align: center;
	margin-bottom: 9px;
	padding-top: 13px;
	margin-top: 13px;
	font-family: "Times New Roman", Times, serif;
	margin-right: 9px;
}

.RedHd2
{
	color:#CE091B;
	line-height:18px;
	font-size: 18px;
	font-weight:bold;
	font-style: italic;
	letter-spacing: 0.1em;
	font-stretch: condensed;
	text-align: center;
	margin-bottom: 9px;
	padding-top: 5px;
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	margin-right: 9px;
}


.txtRed
{
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color:#CE091B;
	line-height:16px;
	font-size:11px;
	font-weight:bold;
}

.ltblue
{
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #9FD4FF;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	padding-left: 18px;
	text-align: center;
	letter-spacing: -0.01em;
}
.altblue
{
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #87abe1;
	font-size:14px;
	font-weight:bold;
}

.Block
{
	border:solid 1px #000000;
	padding:5px;
}

.insetBlock
{
	background-image: url(images/insetBlock-Bkgd.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #87abe1;
	text-align: left;
	width: 612px;
	margin-bottom: 9px;
	margin-left: 36px;
	padding-bottom: 13px;
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 18px;
	height: 198px;
	overflow: auto;
}

.GrayBlock
{
	border:solid 1px #000000;
	padding:15px;
	background-color:#E6E6E6;
}

.txtDiscover
{
	font-family:arial,verdana,tahoma,Helvetica, sans-serif;
	color:#7c000e;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	word-spacing: -.09pt;
	letter-spacing: 0.4pt;

}

.txtWelcome
{
	font-family:arial,verdana,tahoma,Helvetica, sans-serif;
	color:#000000;
	line-height:18px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	letter-spacing: 0.1em;
}

.txtTurn
{
	font-family:arial,verdana,tahoma,Helvetica, sans-serif;
	color:#000000;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.txtSubTitle
{
	font-family:verdana,tahoma,Helvetica, sans-serif,arial;
	color: #CE091B;
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;
}

.txtSubRed
{
	font-family:verdana,tahoma,Helvetica, sans-serif,arial;
	color:#7c000e;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
	padding-bottom: 4px;
}

.txtSubRed2
{
	font-family:verdana,tahoma,Helvetica, sans-serif,arial;
	color:#7c000e;
	line-height:18px;
	font-size:24px;
	font-weight:bold;
	padding-bottom: 4px;
	padding-left: 30px;
	text-align: center;
}

.txtSubRed3
{
	font-family:verdana,tahoma,Helvetica, sans-serif,arial;
	color:#7c000e;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	padding-bottom: 4px;
	padding-left: 30px;
	text-align: center;
}

.MiddleCell
{
	border-top:solid 2px #BEBEBE;
	border-bottom:solid 2px #BEBEBE;
}

.YellowBg
{
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color:#000000;
	background-color:#84A5;
	line-height:16px;
	font-size:11px;
	font-weight:normal;
}

.txtDean
{
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #CE091B;
	line-height:13px;
	font-size:10px;
	font-weight:normal;
}

.txtTestimonial
{
	font-family:arial,verdana,tahoma,Helvetica, sans-serif;
	color:#eeeeee;
	line-height:14px;
	font-size:11px;
	font-weight:bold;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 4px;
	margin-bottom: 18px;
}

.txtClientName
{
font-family:arial,verdana,tahoma,Helvetica, sans-serif;
color:#000000;
line-height:14px;
font-size:11px;
font-weight:normal;
}

.LfNav
{
	height:18px;
}

.CopyrightCell
{
	background-image:url('../images/BtmBg.jpg');
	height:27px;
}

.LfCell
{
background-color:#f2f2f2;
font-family:verdana,arial,tahoma,Helvetica, sans-serif;
color:#000000;
line-height:16px;
font-size:11px;
font-weight:bold;
}

.RtCell
{
background-color:#F6F6F6;
font-family:verdana,arial,tahoma,Helvetica, sans-serif;
color:#000000;
line-height:16px;
font-size:11px;
font-weight:bold;
}


aa
{
	font-family:verdana,tahoma,arial;
	color: #87abe1;
	font-size:11px;
	font-weight:bold;
}

aa:hover
{
	font-family:verdana,tahoma,arial;
	color: #eeeeee;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.LinkClickBig

{
font-family:verdana,tahoma,arial;
color: #CE091B;
	font-size:12px;
font-weight:bold;
	word-spacing: -0.9pt;
}

a.LinkClickBig:hover
{
	font-family:verdana,tahoma,arial;
	color: #5D8BDA;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	word-spacing: -0.9pt;
}

a.BtmLink
{
font-family:verdana,tahoma,arial;
color:#ffffff;
font-size:11px;
font-weight:normal;
text-decoration:none;
}

a.BtmLink:hover
{
font-family:verdana,tahoma,arial;
color:#ffffff;
font-size:11px;
font-weight:normal;
text-decoration:none;
}

a.Accelerate
{
font-family:verdana,tahoma,arial;
color:#333333;
font-size:10px;
font-weight:normal;
}

a.Accelerate:hover
{
	font-family:verdana,tahoma,arial;
	color:#ffffff;
	font-size:10px;
	font-weight:strong;
	background-color: #CC0000;
}

#track
{
	display:none; }

/* - - - Form Styles - - - */


#container, #top, #bottom, #form-footer{
	margin:0;
	width:630px;
	padding-top: 13px;
	height: 18px;
	padding-bottom: 9px;
}
#top, #bottom{
	width:650px;
	height:10px !important;
	display:block !important;
}
#top{
	margin-top:10px;
}

form.contact{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}



.contaqct{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size:small;
}
.contact li{
	width:62%;
}
form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	font-size:100%;
}
form li{
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
	clear:both;
}
form li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

form li, .buttons{display: inline-block;}
* html form li, * html .buttons{height: 1%;}
form li, .buttons{display: block;}

* html form li div{
	display:inline-block;
}
form li div, form li span{
	margin:0 4px 0 0;
	padding:0 0 8px 0;
	color:#444;
}
form li span{
	float:left;
	margin-right: 18px;
}

form li div.address{
	padding-bottom:0;
}

form li div.left{
	display:inline;
	float:left;
	width:45%;
}
form li div.right{
	display:inline;
	float:right;
	width:45%;
}

.clear{
	clear:both !important;
}

/* ----- INFO ----- */

.info{
	display:inline-block; 
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:0 0 1em 0;
}
.info[class]{
	display:block;
}
.info h2{
	font-weight:normal;
	font-size:160%;
	margin:0 0 3px 0;
	clear:left;
}
.info p{
	font-size:95%;
	line-height:135%;
	margin:0 0 12px 0;
}

/* ----- SECTIONS ----- */

form hr{
	display:none;
}
form li.section{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-top:13px;
	padding-bottom:0px;
	padding-left:9px;
	width:97% !important;
}
form ul li.first{
	border-top:none !important;
	margin-top:0px !important;
	padding-top:0px !important;
}
form .section h3{
	font-weight:normal;
	font-size:110%;
	line-height:135%;
	margin:0 0 2px 0;
}
form .section p{
	font-size:85%;
	margin:0 0 10px 0;
}

/* ----- FIELDS AND LABELS ----- */

label.desc{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color:#CCFFFF;
	display:block;
	font-size:95%;
	font-weight:bold;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px 0;
	color:#222;
	width:90%;
}
form li div label, form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:11px;
	line-height:10px;
	color:#CCFFFF;
	display:block;
	padding-bottom: 2px;
}

input.text, input.file, textarea.textarea, select.select{
	margin:0;
	font-size:100%;
	color:#333;
}
input.text, textarea.textarea, .firefox select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(../images/fieldbg.gif) repeat-x top;
}
input.text, input.file{
	padding:2px 0 2px 0;
	height: 1.2em;
}
input.currency{
	text-align:right;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
	height:13px;
}
textarea.textarea{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
}
select.select{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	margin:1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}
.safari select.select{
	margin-bottom:1px;
	font-size:120% !important;
}

span.symbol{
	font-size:115%;
	line-height:130%;
}
form li .datepicker{
	float:left;
	margin:.1em 5px 0 0;
	padding:0;
	width: 16px;
	height: 16px;
	cursor:pointer !important;
}

/* ----- BUTTONS ----- */

input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
.buttons{
	clear:both;
	margin-top:10px;
}
.buttons input{
	font-size:120%;
	margin-right: 5px;
}

/* ----- TEXT DIRECTION ----- */

.rtl .info h2, .rtl .info p, .rtl label.desc, .rtl label.choice, 
.rtl div label, .rtl span label, .rtl input.text, 
.rtl textarea.textarea, .rtl select.select, .rtl p.instruct, 
.rtl .section h3, .rtl .section p, .rtl input.btTxt{
	direction:rtl;
}

/* ----- SIZES ----- */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* ----- ERRORS ----- */

#errorLi{
	width:99%;
	margin:0 auto;
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	text-align:center;
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
}
#errorMsgLbl{
	margin:7px 0 5px 0;
	padding:0;
	font-size:125%;
	color:#DF0000;
}
#errorMsg{
	margin:0 0 .8em 0;
	color:#000;
	font-size:100%;
}
#errorMsg strong{
	background-color: #FFDFDF;
	padding:2px 3px;
	color:red;
}
form li.error{
	display:block !important;
	background-color: #FFDFDF !important;
	margin:3px 0;
}
form li.error label{
	color:#DF0000 !important;
}
form p.error{
	color:red;
	font-weight:bold;
	font-size:10px;
	margin:-2px 0 5px 0;
	clear:both;
}
.leftLabel p.error, .rightLabel p.error{
	margin-left:30%;
	padding-left:15px;
}
.noI .leftLabel p.error, .noI .rightLabel p.error{
	margin-left:35%;
	padding-left:15px;
}

/* ----- REQUIRED ----- */

form .req{
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
}

/* ----- INSTRUCTIONS ----- */

form li.focused{
	background-color:#fff7c0;
}
form .instruct{
	position:absolute;
	top:0;
	left:100%;
	z-index:1000;
	width:42%;
	margin:0 0 0 8px;
	padding:8px 10px 9px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	line-height:130%;
	font-size:80%;
	color:#444;
	visibility:hidden;
}
form .instruct small{
	font-size:105%;
}
form li.focused .instruct, form li:hover .instruct{
	visibility:visible;
}

/* ----- ALT INSTRUCTIONS ----- */

li.altInstruct .instruct, li.leftHalf .instruct, li.rightHalf .instruct{
	visibility:visible;
	position:static;
	margin:-2px 0 0 0;
	padding:0 0 7px 0;
	background:none;
	border:none;
	width:100%;
	font-size:9px;
	clear:left;
}

/* ----- LABEL LAYOUT ----- */

.leftLabel li, .rightLabel li, li.leftLabel, li.rightLabel{
	width:74% !important;
	padding-top:9px;
}

.leftLabel .small, .rightLabel .small{
	width:17%;
}
.leftLabel .medium, .rightLabel .medium{
	width:35%;
}
.leftLabel .large, .leftLabel textarea.textarea,
.rightLabel .large, .rightLabel textarea.textarea,
.leftLabel .address, .rightLabel .address{
	width:64%;
}

* html .leftLabel .small, * html .rightLabel .small{
	width:23%;
}
* html .leftLabel .medium, * html .rightLabel .medium{
	width:55%;
}
* html .leftLabel .large, * html .leftLabel textarea.textarea,
* html .rightLabel .large, * html .rightLabel textarea.textarea{
	width:97%;
}

.leftLabel label.desc, .rightLabel label.desc{
	float:left;
	width:30%;
	margin:2px 15px 0 0;
}
.rightLabel label.desc{
	text-align:right;
}
.leftLabel .address, .rightLabel .address{
	float:left;
}

.leftLabel p.instruct, .rightLabel p.instruct{
	width:27%;
	margin-left:5px;
}
.leftLabel .altInstruct .instruct, .rightLabel .altInstruct .instruct{
	margin-left:30% !important;
	padding-left:15px;
	width:65%;
}

.leftLabel .buttons, .rightLabel .buttons{
	margin-left:15px;
}
.leftLabel .buttons input, .rightLabel .buttons input{
	margin-left:30%;
}

/* ----- NO INSTRUCTIONS ----- */

.noI .instruct{
	display:none !important;
}
.noI form li, .noI form li.buttons{
	width:97% !important;
}
.noI form li.section{
	padding-left:9px !important;
}

/* ----- NO INSTRUCTIONS LABEL LAYOUT ----- */

.noI .leftLabel .large, .noI .leftLabel textarea.textarea,
.noI .rightLabel .large, .noI .rightLabel textarea.textarea,
.noI .leftLabel .address, .noI .rightLabel .address{
	width:60%;
}

* html .noI .leftLabel .small, * html .noI .rightLabel .small{
	width:23%;
}
* html .noI .leftLabel .medium, * html .noI .rightLabel .medium{
	width:55%;
}
* html .noI .leftLabel .large, * html .noI .leftLabel textarea.textarea,
* html .noI .rightLabel .large, * html .noI .rightLabel textarea.textarea{
	width:97%;
}

.noI .leftLabel label.desc, .noI .rightLabel label.desc{
	width:35%;
}
.noI .leftLabel .buttons input, .noI .rightLabel .buttons input{
	margin-left:35%;
}

/* ----- FIELD FLOATING ----- */

form li.leftHalf, form li.rightHalf{
	width:46% !important;
}
li.leftHalf{
	clear:left;
	float:left;
}
li.rightHalf{
	clear:none;
	float:right;
}
li.leftHalf .medium, li.rightHalf .medium,
li.leftHalf .small, li.rightHalf .small{
	width:100%;
}

/* Logo */
h1 a {
	background-image:url('../images/logo.png'); 
	min-height:0;
	height:40px;
}
* html h1 a {/* IE6 png Support */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/logo.png", sizingMethod="crop");
}

/* Backgrounds
body{
	background-image:url(images/body-bkgd.jpg);
	background-color:#4f6373;
} */
h1{
	background-image:none;
	background-color:#293845;
}
#form-container, body.embed{
	background-color:#efeed1;
}
.form input.text, .form textarea.textarea{
	background:#ffffff;
}
.form .focused{
	background-color:#d9d7ac;
}
.form .instruct{
	background-color:#8f8164;
}

/* Borders */
#form-container{
	border:0 solid #ffffff;
}
.form .info{
	border-bottom:1px solid #d9d7ac;
}
.form .section{
	border-top:1px solid #d9d7ac;
}
.form input.text, .form textarea.textarea{
	border:;
}
.form .instruct{
	border:0 solid #e6e6e6;
}

/* Typography */
.form .info h2{
	font-size:160%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#14212b;
}
.form .info p{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.form .section h3{
	font-size:110%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#14212b;
}	
.form .section p{
	font-size:85%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}	
.form label.desc{
	font-size:90%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.form li div, .form li span, .form li div label, .form li span label{
	font-family:inherit;
	color:#444444;
}
.form label.choice{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.form input.text, .form textarea.textarea, .form select.select{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.form .instruct{
	font-size:80%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#ffffff;
}
.form li.altInstruct .instruct, .form li.leftHalf .instruct, .form li.rightHalf .instruct{
	color:#444444;
}
.form input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}

.form li.focused label.desc{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}
.form li.focused label.desc{
	color:;
}
.form li.focused div, .form li.focused span, .form li.focused div label, .form li.focused span label{
	font-family:;
	color:;
}

/* Drop Shadows */
#top, #bottom{
	visibility:visible;
}
