@import url(reset.css);

body {
	position: relative;
    background: url(/images/body_bg.gif) repeat-x #008AA4;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    text-align: center;
	color: #808285;
	font-size: 13px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding-top: 125px;
	width: 1022px;
	text-align: left;
}


/* HEADER
*****************************************************************/
#header {
	position: absolute;
	top: 0;
	max-height: 125px;
	width: 100%;
}

#login {
	position: absolute;
	right: 0;
	padding-top: 15px;
	color: #FFF;
	text-align: right;
	font-family: "Andale Mono", "Arial", "Verdana", sans-serif;
	font-size: 9px;
	line-height: 12px;
}

#login ul li {
	margin-bottom: 9px;
}

#login input {
	background-color: #FBF7EF;
	border: none;
	padding: 2px 0 0 6px;
	width: 85px;
	height: 17px;
	color: #808285;
	font-family: "Andale Mono", "Arial", "Verdana", sans-serif;
	font-size: 9px;
	line-height: 12px;
}

#login button {
	background: none;
	border: none;
	border-bottom: 1px solid #D5E14D;
	padding: 0;
	color: #D5E14D;
	font-family: "Andale Mono", "Arial", "Verdana", sans-serif;
	font-size: 9px;
	line-height: 12px;
}

#login a {
	display: block;
	margin-top: 40px;
	margin-right: 15px;
	color: #FFF;
	font-size: 12px;
}


/* FOOTER
*****************************************************************/
#footer {
	background: url(/images/footer_bg.gif) no-repeat #008AA4;
	margin-bottom: 40px;
	height: 94px;
	text-align: center;
	color: #BCBEC0;
	font-size: 10px;
	line-height: 14px;
}


/* NAVIGATION
*****************************************************************/
#nav {
	position: absolute;
	top: 80px;
	background-color: #A0CF67;
	padding-left: 83px;
	width: 939px;
	height: 45px;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 11px;
	overflow: visible;
	z-index: 100;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	background-image: url(/images/nav_button.jpg);
	margin-right: 2px;
	width: 100px;
	height: 45px;
	text-align: center;
	color: #FFF;
	line-height: 48px;
	text-decoration: none;
	_margin-bottom: -3px;
}

#nav a#demo {
	background-image: url(/images/nav_demo.jpg);
	color: #FFF;
	font-weight: bold;
}

#nav a:hover, #nav a#demo:hover {
	background-position: 100%;
	color: #263F72;
}

#nav a#logo, #nav a#logo:hover {
	position: relative;
	display: block;
	background-image: url(/images/nav_logo.gif);
	background-position: 0;
	margin: -52px 0 0 -2px;
	width: 246px;
	height: 97px;
}

#nav li ul {
	position: absolute;
	background-color: #E3E4E5;
	padding-top: 2px;
	width: 100px;
	left: -999em;
}

#nav li li a {
	background: #D1D3D4;
	margin-bottom: 2px;
	height: 21px;
	color: #6D6E71;
	font-size: 9px;
	line-height: 20px;
}
#nav li li a:hover {
	background: #BEC1C2;
	color: #6D6E71;
}

#nav li:hover ul, #nav li.sfhover ul { left: auto; }


/* LEFT COL
*****************************************************************/
#left {
	position: absolute;
	top: 78px;
	width: 226px;
}

div.flare {
	margin-bottom: 18px;
	width: 194px;
}

div.green_box_top {
	background: url(/images/flare_green_top.gif) no-repeat;
	height: 10px;
	_margin-bottom: -6px;
}

div.green_box_bottom {
	background: url(/images/flare_green_bottom.gif) no-repeat;
	height: 10px;
}

div.green_box {
	background-color: #9FCF67;
	border-left: 1px solid #D1D3D4;
	border-right: 1px solid #D1D3D4;
	padding: 15px 19px;
	color: #FFF;
	font-family: "Trebuchet MS", "Verdana", "Andale Mono", sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
}

div.green_box strong {
	color: #122F66;
	font-size: 22px;
}

div.green_box a {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

div.gradient_box_top {
	background: url(/images/flare_gradient_top.gif) no-repeat;
	height: 10px;
	_margin-bottom: -6px;
}

div.gradient_box_bottom {
	background: url(/images/flare_gradient_bottom.gif) no-repeat;
	height: 10px;
}

div.gradient_box {
	position: relative;
	background: url(/images/flare_gradient_bg.gif) repeat-x #F7FBF3;
	border-left: 1px solid #D1D3D4;
	border-right: 1px solid #D1D3D4;
	padding: 31px 19px;
	min-height: 258px;
	color: #122F66;
	text-align: center;
	font-family: "Trebuchet MS", "Verdana", "Andale Mono", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

div.gradient_box span.lquote, div.gradient_box span.rquote {
	position: absolute;
	color: #9FCF67;
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 320px;
	opacity:0.1;
	filter:alpha(opacity=10);
}

div.gradient_box span.lquote {
	top: 110px;
	left: 0;
}

div.gradient_box span.rquote {
	bottom: -56px;
	right: 0;
}

div.gradient_box small {
	display: block;
	margin-bottom: 20px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	line-height: 13px;
}

div.gradient_box a {
	display: block;
	margin-bottom: -20px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}

#partners {
	margin-top: 71px;
	margin-bottom: 18px;
	width: 194px;
}

#partners img {
	margin-bottom: 40px;
}


/* CONTENT
*****************************************************************/
#container {
	position: relative;
	background-color: #FFF;
	padding: 78px 20px 30px 30px;
	min-height: 400px;
}

#content {
	position: relative;
	margin-left: 226px;
	line-height: 19.25px;
}

h1, h1 a {
	background: url(/images/h1_bg.gif) bottom left repeat-x;
	margin-bottom: 18px;
	padding-bottom: 2px;
	color: #112D65;
	font-size: 18px;
	font-weight: normal;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	text-decoration: none;
}

h1 a {
	background: none;
}

h2 {
	color: #9FCF67;
	font-size: 13px;
}

.dark {
	color: #808285;
	text-decoration: none;
}

h3 {
	color: #9FCF67;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	margin-bottom: 20px;
	color: #9FCF67;
	font-size: 13px;
	font-weight: normal;
}

p, address {
	margin-bottom: 20px;
	font-style: normal;
}

.green {
	color: #9FCF67;
}

table {
	margin-bottom: 23px;
	width: 100%;
	font-size: 11px;
}

table.bullets {
	color: #9FCF67;
	font-size: 13px;
}

ul.list {
	margin-left: 1em;
	margin-bottom: 20px;
	list-style: disc;
	color: #9FCF67;
	_margin-left: 1.5em;
}

ol {
	margin-left: 1.5em;
	margin-bottom: 20px;
	list-style: decimal;
	color: #9FCF67;
	_margin-left: 2em;
}

ol.plain {
	color: #808285;
}

dl.press {
	line-height: 19.25px;
}

dl.press dt {
	float: left;
	_float: none;
	_position: absolute;
	_left: 0;
	
}

dl.press dt strong {
	color: #9FCF67;
	font-weight: bold;
}

dl.press dd {
	margin-left: 94px;
	margin-bottom: 20px;
}

div.hr {
	border-bottom: 1px dashed #808285;
	margin-bottom: 20px;
}

div.marketing-logos {
	float:left;
	text-align:center;
} 

div.contact-info {
	font-size:12px;
	float:left;
	position:relative;
}

div.contact-info2 {
	margin-left:25px;
	font-size:12px;
	float:left;
	position:relative;
}

p img {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}



/* FORMS
*****************************************************************/
div.form_top {
	background: url(/images/form_top.gif) bottom left no-repeat;
	width: 512px;
	height: 10px;
}

div.form_bottom {
	background: url(/images/form_bottom.gif) bottom left no-repeat;
	width: 512px;
	height: 10px;
}

dl.zend_form {
	background-color: #F4FFDD;
	border-left: 1px solid #9FCF67;
	border-right: 1px solid #9FCF67;
	overflow: auto;
	padding-bottom: 10px;
	width: 510px;
	color: #122F66;
	_margin-bottom: -6px;
}

dl.zend_form dt, dd { min-height: 30px; }

dl.zend_form dt {
	float: left;
	clear: left;
	text-align: right;
	width: 184px;
	font-size: 12px;
	line-height: 18px;
}

dl.zend_form label strong {
	color: #9FCF67;
}

dl.zend_form dd {
	float: left;
	padding-left: 5px;
	width: 280px;
}

dl.zend_form .field {
	background-color: #FBF7EF;
	width: 100%;
}

dl.zend_form textarea.field {
	height: 93px;
}

dl.zend_form dd ul.errors li {
	float: left;
	margin: 0 0.15em;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}


/* LINKS
*****************************************************************/
a {
	color: #A0CF67;
}