/* Author: Dave Kolb, dave@hightouchweb.com, Colorado Springs, CO ======= */
/* Designer: HighTouch Marketing and Design, (hightouchweb.com) ======== */
/* Copyright: (c)Copyright HighTouch 2005-2010 All Rights Reserved. === */

/* HTML ELEMENTS ==================================================== */

body { 
	background: url(/css/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Lucida Bright", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #444;	
}

strong, b {
	color: #222;
}

a:link, a:visited {
	color: #336699;	
	text-decoration: underline;
}

a:active, a:hover {
	color: #6699cc;	
	text-decoration: none;
}

hr {
	border: 0;
	width: 100%;
	height: 3px;
	background-color: transparent;
	border-bottom: #ccc solid 3px;
}

img {
	border: none;
}

/* HEADINGS ======================================================== */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.25;
	color: #000;
	margin: 8px 0 0 0;
	padding: 10px 0 6px 0;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.25;
	color: #336699;
	margin: 0 0 10px 0;
	padding: 6px 0 8px 0;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25;	
	color: #333;	
	font-weight: bold;
	margin: 5px 0 3px 0;
	padding: 10px 0 3px 0;
}

h4 {
	font-size: 15px;
}	

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

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;
}

optgroup {
	font-weight: normal;
}

abbr,acronym { 
	border-bottom: 1px dotted #000;
	cursor: help;
} 

del {
	text-decoration: line-through; 
}

blockquote,ul,ol,dl {
	margin: 1em;
}

ol,ul,dl {
	margin-left: 2em;
}

ol li {
	list-style: decimal outside;
}

ul li {
	list-style: disc outside;
} 

dl dd {
	margin-left: 1em;
}

th,td {
	border: none;
} 

th { 
	font-weight: bold; 
} 

caption {
	margin-bottom: .5em;
	text-align: center;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

p,fieldset,table,pre {
	margin-bottom: 1em;
}

button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"] {
	padding: 3px;
}

/* Fixes for link borders */

a:active {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}

/* END ============================================================== */

