/* CSS Document */
@import url(reset.css);

body {
	margin:0;
	padding:0;
	text-align:center;
/*	background: #ebf4fb url(../media/pbg.gif) top left repeat-x; */
	background:#ADCDDC; /*#ebe7c8; */
	font-size:62.5%;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

body p {
	line-height:1.4em;
}

a {
	color:#f68b1f;
}

h1 {
	font-size:1.6em;
	text-shadow:1px 1px 1px #333;
	color:#CE0000;
	margin-bottom:10px;
}

div#content-inner h1 + h3 {
	padding-bottom:15px;
}

fieldset {  
	margin: .5em 0px 0 5px;  
	padding: 0;  
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}  

legend {  
	margin-left: 1em;  
	margin-bottom:.5em;
	color: #333;  
	font-weight: bold;  
	text-shadow:1px 1px 1px #777;	
}  

label {
	display:block;
	float:left;
	clear:left;
	width:4em;
	padding-right:.3em;
	text-align:right;
	font-size:.9em;
	line-height:2em; 
	
}

fieldset.submit {  
	border-style: none;  
	margin-bottom:1em;
	padding-left:35px;
}

fieldset.submit input {
	text-align:center;
	margin-left:0px;
	font-weight:bold;
	color:#f68b1f;
}

div#wrapper #header,#content-wrapper,#sidebar-wrapper {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #CDFDFC; /*aaa*/
	-o-box-shadow: 2px 2px 1px #aaa;
	-icab-box-shadow: 2px 2px 1px #aaa;
	-khtml-box-shadow: 2px 2px 1px #aaa;
	-moz-box-shadow: 2px 2px 1px #aaa;
	-webkit-box-shadow: 2px 2px 1px #aaa;
	box-shadow: 2px 2px 1px #aaa;
}

#callnow {
	background: url(../media/callnow.png) top left no-repeat;
	position:absolute;
	width: 195px;
	margin-top: 120px;
	margin-left:10px;
	padding-top: 100px;
}

#callphrasetop {
	position:absolute;
	top:22px;
	left:55px;
	color:#fff;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

#callphrasebottom {
	position:absolute;
	top:37px;
	left:55px;
	color:#fff;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#callphone {
	position:absolute;
	top:60px;
	left:40px;
	color:#000;
	font-size:1.4em;
	text-shadow:1px 1px 2px #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

#wrapper {
	font-size:1.4em;
	min-width:62em;
	width:62em;
	max-width:95%;
	margin:10px auto;
	text-align:left;
	position:relative;
}

#header {
	background:#fff url(../media/header2.png) top left no-repeat;
	background-position:9px 9px; 	
	padding:10px 15px 30px 13px;
	margin:0 0 0 16em;	
}

#header h1, #header h2 {
	padding:0;
	margin:0;
}

#hdrlinks-wrapper {
	margin-top:13px;
	margin-left:360px;
}

#hdrlinks-wrapper ul {
	padding-left:0;
	margin-left:0;
	color:#aaa;
	float:left;
	width:100%;
	font-family: arial, helvetica, sans-serif;
	font-size:1em;
}

#hdrlinks-wrapper ul li { 
	display:inline; 
}

#hdrlinks-wrapper ul li a {
	padding:0 .7em;
	color:#aaa;
	text-decoration: none;
	float:left;
	border-right:1px solid #aaa;	
}

#hdrlinks-wrapper ul li#investors a {	
	border-right:none;
}

#hdrlinks-wrapper ul li a:hover {
	color:#fff;
}

#nav-wrapper {
	padding-top:195px;
}

#nav-wrapper ul {
	padding-left:0;
	margin-left:0;
	background-color:#fff;
	color:#666;
	float:left;
	font-family: arial, helvetica, sans-serif;
	font-size:1.1em;
	text-shadow:1px 1px 2px #444;
}

#nav-wrapper ul li { 
	display:inline; 
}

#nav-wrapper ul li a {
	padding:0.2em .6em;
	background-color:#fff;
	color:#666;
	text-decoration: none;
	float:left;
	border-right:1px solid #666;	
}

#nav-wrapper ul li#test a {	
	border-right:none;
}

#nav-wrapper ul li a:hover {
	background-color:#9DBDCC;
	color:#fff;
}

#content-wrapper {
	float:right;
	background:#fff;
	width:74%;
	max-width:74%;
	margin:6px 0 5px 0; 
}

#content-inner {
	padding:30px 15px 15px 25px;
	float:left;
	width:31em;
}

#content-inner > p {
	padding-bottom:15px;
	line-height:1.3em;
	text-align:justify;
}

#content-inner > h3 {
	font-size:1.3em;
	text-shadow:1px 1px 1px #333;
	color:#CE0000;
	margin-bottom:10px;		
}

#benefits {
	padding-bottom:15px;
}

#benefits h3 {
	font-size:1.3em;
	text-shadow:none;
	color:#333;
	padding-bottom:10px;		
	padding-top:10px;
	padding-left:10px;
	
}

#benefits ul {
	padding-left:30px;
}

#benefits li {
	padding-left:30px;
	font-size:.9em;
	color:#555;
	padding:5px 10px 5px 5px;
	list-style-type:square;
}

#benefits p {
	padding-top:15px;
}

#content-right {
	float:right;
	width:10em;
	margin:10px 0px 10px 0px;
	padding:5px;
	border-left:1px dashed #9dbdcc;
	border-bottom:1px dashed #9dbdcc;
}

#testimonial > h3, #three-steps > h3, #ebook > h3 {
	color:#333;
	text-align:center;
	padding-bottom:5px;
	text-shadow:1px 1px 1px #777;
}

div#testimonial {
	padding:0 5px 10px 5px;
	border-bottom:1px dashed #9dbdcc;
}

div#testimonial div#test-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0px;
	font-style:italic;
	font-size:1em;	
}

.formfill {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0px;
	font-style:italic;
	font-size:1em;	
}
div#testimonial div#test-name {
	font-size:.8em;
	text-align:right;
	color:#444;
	margin-bottom:5px;
}

div#testimonial div#test-name strong {
	font-size:1.1em;
}

div#testimonial div#test-more {
	text-align:left;
	font-size:.7em;
}

div#three-steps {
	margin-top:15px;
}

div#three-steps > div img {
	padding:5px;
}

div#three-steps > div p {
	font-size:.8em;
	padding-bottom:5px;
	margin-left:5px;
	margin-bottom:5px;
}

div#step-three {
	border-bottom:1px dashed #9dbdcc;
}

#step-one p, #step-two p {
	border-bottom:1px dotted #bbb;
}

div#ebook {
	margin-top:15px;
}


div#downloadebook {
	text-align:left;
	font-size:.7em;
}

#sidebar-wrapper {
	background:#ff8903;
	width:25%;
	max-width:25%;
	float:left;
	margin:5px 0 5px 0;
	padding:3px 0;
}

#sidebar p {
	margin:0 0 0 18px;
	font-size:.8em;
	color:#666666;
	padding:150px 0 0 0;
	line-height:1em;
}

#sidebar {
	padding-right:5px;
	padding-left:5px;
	background:#fff url(../media/paper.png) top left no-repeat;
	background-position:15px 2px; 	
}

#quickform {
	margin:10px 0px 0 0px;
	padding:0 5px 0 0;
	border-top: 1px dashed #9dbdcc;
	border-bottom:1px dashed #9dbdcc;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#quickform input {
	display:block;
	float:left;
	width:10em;
	border:1px solid #9dbdcc;
	margin-bottom:5px;	
}

#uparrow {
	padding-left:80px;
	padding-top:1000px;
}


#calloption p strong {
	font-size:2em;
	text-align:center;
	text-shadow:1px 1px 1px #777;
}

#bottomlinks {
	float:left;
	font-size:.9em;
	padding:10px;
	border-top:1px dotted #999;
	color:#555;
}

#bottomlinks a {
	color:#888;
	font-size:.9em;
}

#bottomlinks a:hover {
	color:#f68b1f;
}

#footer {
	padding:5px 0 5px 5px;
	margin-left:20em;
	clear:both;
	background:#ebf4fb;
	font-size:0.8em;
	color:#030;
}

