body {
	background-color: #eee;
	color: #333;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link, a:visited {
	color: #0071ab;	
}

a:hover {
	color: #19a63e;
	text-decoration: underline;
}

a img {
	border: none;
}

strong {
	font-weight:bold;
	color: #0071ab;	
	}
h1 {
	color: #19a63e;
	font-size: 1.3em;
	line-height: 1.2em;
}

h2 {
	color: #666;
	font-size: 1.3em;
	line-height: 1.2em;
}

h3 {
	color: #666;
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 0;
}

h4 {
	color: #666;
	display: inline;
	font-size: 1em;
	line-height: 1em;
}

fieldset {
	border: none;
}

#container {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 975px;
}

#header {
	padding: 10px;
}

#logo {
	width:215px;
	padding: 25px 0 0 10px;
	float:left;
}


/* Quicklinks and Chat Banner -- navigation text links in the header
------------------------------------*/
#quicklinks {
	float: right;
	margin: 0;
	padding-right: 15px;
}

#quicklinks li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

#chatbanner{
	float:right;
	padding:0px 15px 10px 300px;
	margin:0;
}

/* Navbar -- main navigation bar and tabs
------------------------------------*/
#navbar {
	background-color: #eee;
	clear: both;
	height: 25px;
}

#navbar ul, #navbar li {
	display: inline;
	list-style-type: none;
	margin: 0 -5px 0 0;
	padding: 0;
}

/* Sidebar -- left column of page
------------------------------------*/
#sidebar {
	float: left;
	padding: 10px 10px 50px 10px;
	width: 320px;
}

#sidebar div {
	margin-top: 10px;
}

/* Content -- right column of page
------------------------------------*/
#content {
	margin-left: 345px;
	padding: 10px 20px 50px 20px;
}

#content-wide {
        margin-left: 0px;
        padding: 10px 20px 50px 20px;
}



/* List Styles 
------------------------------------*/
#content ul, #sidebar ul, #content_leftjustified ul {
	margin-left: 5px;
	padding-left: 0px;
	list-style: none;
	padding-top: 0px;
	margin-top: 5px;
}

#content ul li, #sidebar ul li, #content_leftjustified ul li  {
	list-style: none;
	padding-left: 10px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;	
	padding-left: 1.3em;
	line-height: 1.3em;
}


		#content ul ul, #sidebar ul ul, #content_leftjustified ul ul{
			margin-left: 5px;
			padding-left: 0px;
			list-style: none;
			padding-top: 0px;
			margin-top: 5px;
		}
		
		#content ul ul li, #sidebar ul ul li, #content_leftjustified ul ul li  {
			list-style: none;
			padding-left: 10px;
			background-image: url(../images/bullet2.png);
			background-repeat: no-repeat;
			background-position: 0 .3em;	
			padding-left: 1.3em;
			line-height: 1.3em;
		}
		
		
				#content ul ul, #sidebar ul ul, #content_leftjustified ul ul{
					margin-left: 5px;
					padding-left: 0px;
					list-style: none;
					padding-top: 0px;
					margin-top: 5px;
				}
				
				#content ul ul ul li, #sidebar ul ul ul li, #content_leftjustified ul ul ul li  {
					list-style: none;
					padding-left: 10px;
					background-image: url(../images/bullet3.png);
					background-repeat: no-repeat;
					background-position: 0 .3em;	
					padding-left: 1.3em;
					line-height: 1.3em;
				}



 p#quote {
 	font-size: .83em;
	font-style: italic;
	}

 p#quote span {
 	font-size: .83em;
	font-style: normal;
	font-weight:bold;
	}	

		/* Content -- without left nav
------------------------------------*/

#content_leftjustified {
	margin-left: 0;
	padding: 10px 20px 50px 20px;
	margin: 10px 20px 50px 20px;
	
}

#footer {
	border-top: 1px dashed #ccc;
	clear: both;
	color: #666;
	font-size: .75em;
	padding: 5px 20px 5px 20px;
}

.highlight {
	background-color: #ded;
	border: 1px dotted #999;
	padding: 10px;
}

.announcement {
	font-size: 1.8em;
}

		/* Form Table Styles
------------------------------------*/
.fields {
	font-size: 11px;
	height: 18px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Products Buy now/Learn more DIV-- right column of page
------------------------------------*/
li.products{
	margin-bottom:40px;
	}
	
#price	{
	border:1px dotted #999999; 
	float:right;
	width:120px;
	margin:0;
	margin-bottom:300px;
	background-color:#F4F4F6;
	margin-left:10px;
	}

#cta{
	border-left:1px dotted #999999; 
	float:right;
	width:120px;
	margin-bottom:10px;
	clear:both;
	margin-left:3px;
	}
	
#cta ul{
	 background-color:#F4F4F6;
	 margin-left:5px;
	 height:80px;
	 padding:0;
	 margin-top:0;
	 background-image: none;
	}
	
	
#price ul{
	background-color:#F4F4F6;
	background-image: none;
	height:60px;
	list-style:none;
	margin:0;
	padding:13px 0 5px 0;
	}
	

#cta li.cta, #price li.cta {
	background-image: none;
	line-height:20px;
	text-align:center;
	padding: 8px 0 0 0;
	}


/* Survey -- Survey/Poll form
------------------------------------*/
.survey {
	font-size: .8em;
	border: 1px dotted #999;
	display: block;
	padding: 10px;
}

.survey-question {
	display: block;
	font-weight: bold;
	margin: 0;
	padding-bottom: .5em;
}

.survey-input {
	float: left;
	width: 1em;
}

.survey-label {
	display: block;
	margin-bottom: .2em;
	padding-left: 2em;
}

/* Big Button */
.bigbutton {
	background-image: url(../images/bigbutton_middle.jpg);
	background-repeat: repeat-y;
}

.bigbutton-top {
	background-image: url(../images/bigbutton_top.jpg);
	background-repeat: no-repeat;
	padding: 20px 25px 10px 20px;
}

.bigbutton-top h1 {
	margin: 0;
}

.bigbutton-top p {
	margin-bottom: 0;
}

.bigbutton-bottom {
	background-image: url(../images/bigbutton_bottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
}

.bigbutton-top h1 {
	color: #fff;
}

.bigbutton-top p {
	color: #ffc;
}

/* Big Button For Learn More on Homepage */
.bigbutton_learn {
	background-image: url(../images/leanmore_middle.jpg);
	background-repeat: repeat-y;
}

.bigbutton-top_learn {
	background-image: url(../images/leanmore_top.jpg);
	background-repeat: no-repeat;
	padding: 20px 24px 10px 20px;
}

.bigbutton-top_learn h1 {
	margin: 0;
}

.bigbutton-top_learn p {
	margin-bottom: 0;
}

.bigbutton-bottom_learn {
	background-image: url(../images/leanmore_bottom.jpg);
	background-repeat: no-repeat;
	height: 23px;
	clear:both;
} 

.bigbutton-top_learn h1 {
	color: #333;
}

.bigbutton-top_learn p {
	color: #333;
}

/* Big Button For Test Drive on subpages*/
.bigbutton_test {
	background-image: url(../images/bigbutton_test_middle.jpg);
	background-repeat: repeat-y;
}

.bigbutton_test-top {
	background-image: url(../images/bigbutton_test_top.jpg);
	background-repeat: no-repeat;
	padding: 20px 25px 10px 20px;
}

.bigbutton_test-top p {
	margin: 0;
	color: #4A4A4A;
}

.bigbutton_test-bottom {
	background-image: url(../images/bigbutton_test_bottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
}

.bigbutton_test-top h1 {
	color: #4A4A4A;
	margin: 0;
}

.bigbutton_test a:link, .bigbutton_test a:visited {
	color: #8D5602;
}

.bigbutton_test a:hover {
	color: #4A4A4A;
	text-decoration: underline;
}
/* News & Events - scrollable set of news links in sidebar
------------------------------------*/
#news-links {
	border: 1px dotted #999;
}



#news-links h2, #news-links p {
	margin: 0;
	padding: 5px 10px 5px 10px;
}

.alt-row {
	background-color: #efefef;
}
