/* Author: Dave Kolb, dave@hightouchweb.com, Colorado Springs, CO ======= */
/* Designer: HighTouch Marketing and Design, (hightouchweb.com) ======== */
/* Copyright: (c)Copyright HighTouch 2004-2010 All Rights Reserved. === */

body { 
	margin: 0;
	background: #000;
	font-family: "Lucida Bright", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #444;
}

a:link, a:visited {
	color: #336699;	
	text-decoration: underline;
}

a:active, a:hover {
	color: #6699cc;	
	text-decoration: none;
}

div.hr {
	height: 3px;
	background: url(/images/css/hr.gif) repeat-x;
	margin: 20px 0 15px 0;
}

img {
	border: none;
}

<!--/* HEADINGS ============================================================ */ -->

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #cc3300;
	margin: 0 0 4px 0;
	padding: 6px 0 8px 0;
	font-weight: bold;
}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;	
	font-weight: bold;
	margin: 5px 0 3px 0;
	padding: 10px 0 3px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 4px 0 0 0;
}

h1 a, h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active,
h2 a, h2 a:link, h2 a:visited, h2 a:focus, h2 a:hover, h2 a:active,
h3 a, h3 a:link, h3 a:visited, h3 a:focus, h3 a:hover, h3 a:active,
h4 a, h4 a:link, h4 a:visited, h4 a:focus, h4 a:hover, h4 a:active {
	text-decoration : none;
}

<!--/* SIDEBAR NAVIGATION ================================================= */ -->

#nav-header {
	cursor: text;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #888;
	height: 18px;
	width: 185px;
	font-size: 13px;
	font-weight: bold;
	color: #888;
	text-decoration: none;
	padding: 5px 0 5px 20px;
}

.nav-hover {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #888;
	background: #f1f1f1;
	height: 18px;
	width: 185px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	cursor: pointer;
}

.nav-select {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #888;
	height: 18px;
	width: 185px;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	padding: 5px 0 5px 20px;
}

<!--/* FEATURES ===================================================== */ -->

.alt-list {
	margin: 0;
	padding: 0;
} 

.alt-list li {
	list-style: none;
}

.feature-list h3 {
	color: #000;
	font-weight: bold;
	border: none;
}

.feature-list h3,
.feature-list h4 {
	margin: 0 0 10px 75px;
}

.feature-list p {
	margin: 0 0 18px 75px;
}

.feature-list ul {
	margin: 0 0 0 75px;
	font-size: 11px;
}

.feature-list li {
	margin: 0 0 21px;
	overflow: hidden;
	position: relative;
}

.feature-list li li {
	margin: 0;
	padding: 0;
}

.feature-list li .icon {
	float: left;
	_margin-top: 18px; /* IE6 */
}

container-feature-list img.f-image {
	float:left;
	margin:-38px 0 0;
}

container-feature-list ul {
	margin:0pt 0pt 36px 100px;
	padding:0pt;
}

container-feature-list li {
	padding:3px 0pt;
}

container-feature-list h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0pt 0pt 18px 84px;
}

<!--/* Tool Tip ============================================================ */ -->

#tooltip{
	position: absolute;
	border: 2px solid #333;
	background: #ffff99;
	padding: 2px 5px;
	color: #000;
	display: none;
}

<!--/* SPECIAL CLASSES ===================================================== */ -->

.req {
	font-size: 18px;
	color: #cc3300;
	font-weight: bold;
}

.alert {
	color: #990000;
	font-weight: bold;
}

.zoom {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
}

.quote {
	width: 172px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #777;
	font-weight: normal;
	font-style: italic;
	padding: 15px;
     -webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;		
}	

.grader {
	width: 100%;
	text-align: center;
	padding: 15px 0 10px 0;
	margin: 25px 0 25px 0;
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.ad-banner {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin: 15px 0 20px 0;
	background: #990000;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;	
}

.ad-banner a {
	color: #ffff99;
}

.callout {
	margin: 20px 0 20px 0;
	background: #d4f1ff;
	border: 1px solid #6fb3dd;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

.fineprint {
	margin: 10px 13px 40px 3px;
	background: #ffffcc;
	border: 1px solid #dedede;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

.noline {
	border: none;
}	

.highlight {
	padding: 1px 1px 2px 1px;
	background-color: #ffe899;
	font-weight: bold;
}

.widget {
	padding: 25px 0 0 0;
}

<!--/* MISCELLANEOUS ======================================================= */ -->

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Fixes for link borders */

a:active {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}

<!--/* END ================================================================= */ -->



