/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#425270 url("/images/bg-body.gif") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#737373;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#fff; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#737373; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#454545; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

/* ----- global form elements ----- */ 

form {
	width:250px;
	margin:10px 0 15px 15px;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #356aa0;
	color:#737373;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; font-size:1.0em; }

input.submit-image { 
	background:url("/images/btn-submit.gif");
	width:86px;
	height:24px;
	border:none;
	cursor:pointer;
	}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("/images/wrap-bg.jpg") repeat-y;
	width:863px;
	margin:15px auto 0;
	text-align:left;
	}
	

/* ----- content-left ----- */

#column-left {
	width:598px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 44px 10px 89px;
		}
		
		#column-left dl dt {
			font-weight:bold;
			}
			
		#column-left li {
			background:url(/images/bullet.gif) 0 8px no-repeat;
			padding-left:20px;
			line-height:20px;
			}
			
		#column-left dd {
			background:url(/images/bullet.gif) 0 8px no-repeat;
			padding-left:20px;
			line-height:20px;
			}
		
		#column-left h1 {
			padding-top:38px;
			font-family:"Times New Roman", Times, serif;
			font-weight:normal;
			font-size:36px;
			}
			
		#column-left p.sub-text {
			font-size:11px;
			color:#445372;
			margin:0 44px 20px 89px;
			}
		
	#column-left #subhead {
		background:url("/images/col-left-subhead.jpg") no-repeat;
		}
	
			
/* ----- content-right ----- */

#column-right {
	background:url(/images/testimonial-1.jpg) no-repeat;
	width:265px;
	float:left;
	padding-top:210px;
	}
	
#plans #column-right {
	background:url(/images/testimonial-2.jpg) no-repeat;
	width:265px;
	float:left;
	padding-top:205px;
	}
	
#ideas #column-right {
	background:url(/images/testimonial-3.jpg) no-repeat;
	width:265px;
	float:left;
	padding-top:205px;
	}

#faq #column-right {
	background:url(/images/testimonial-4.jpg) no-repeat;
	width:265px;
	float:left;
	padding-top:205px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 45px 10px 15px;
		}
		
	#column-right h1 {
		color:#4f9982;
		font-size:18px;
		font-family:"Times New Roman", Times, serif;
		font-weight:normal;
		}
	
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("/images/bottom-wrap.jpg");
	height:95px;
	clear:both;
	width:100%; /* fix for Safar */
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:863px;
	margin:0 auto;
	text-align:left;
	font-size:11px;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; text-decoration:none; }

#footer a:hover, #footer a:active { color:#fff; text-decoration:underline; }

#footer ul {margin-top:8px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; padding:0 5px 0 0; }



