/************************************************************
 *    Default Stylesheet                                    *
 ************************************************************/

* {
	margin: 0;
	padding: 0;
}

option {
	min-width: 1.5em;
}

body {
	background-color: #FFF;
	color: #000;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 82%;
	line-height: 2.4ex;
}

hr {
	height: 1px;
	margin: -1px 0 0;
	border: none;
	background-color: #CCC;
	color: #CCC;
}

/************************************************************
 *    Typography                                            *
 ************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 2.4ex 0;
	font-size: 1em;
}

p,
ul,
ol,
dl {
	margin: 2.4ex 0;
}

ul {
	list-style-type: none;
}

ul li {
	padding-left: 3em;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1.75em .75ex;
}

ol li,
dl dd {
	margin-left: 3em;
}

li ul,
li ol {
	margin: 0;
}

ol.outline {
	list-style-type: upper-roman;
}

ol.outline ol {
	list-style-type: upper-alpha;
}

ol.outline ol ol {
	list-style-type: decimal;
}

ol.outline ol ol ol {
	list-style-type: lower-alpha;
}

ol.outline ol ol ol ol {
	list-style-type: lower-roman;
}

blockquote {
	margin: 0 3em;
}

abbr,
acronym {
	border: none;
	font-style: normal;
	font-size: 89%;
	line-height: 100%;
	text-transform: uppercase;
}

sup,
sub {
	position: relative;
	font-size: .75em;
	line-height: 100%;
	vertical-align: baseline;
}

sup {
	top: -1ex;
}

sub {
	top: 1ex;
}

code {
	font-family: "Monaco","Lucida Console","Courier",monospace;
}

ins {
	color: #F00;
	text-decoration: none;
}

/************************************************************
 *    Tables                                                *
 ************************************************************/

table {
	margin: 2.4ex 0;
	border-collapse: collapse;
	font-size: 1em;
}

table,
th,
td {
	border-color: #CCC;
	border-width: 0;
	border-style: solid;
}

tr {
	vertical-align: top;
}

caption,
th,
td {
	padding: .5ex .5em;
}

th,
td {
	text-align: left;
}

/************************************************************
 *    Anchors                                               *
 *    http://dbaron.org/css/1999/09/links                   *
 ************************************************************/

:link,
:visited {
	text-decoration: underline;
}

:link:focus,
:visited:focus {
	outline: none;
	background-color: #FAFFBD;
	color: #802913;
}

:link {
	background-color: transparent;
	color: #802913;
}

:visited {
	background-color: transparent;
	color: #808080;
}

:link:hover,
:visited:hover {
	background-color: #FAFFBD;
	color: #802913;
}

:link:active,
:visited:active {
	color: #B3391B;
}

/************************************************************
 *    Fun Stuff                                             *
 ************************************************************/

:target {
	border-color: #FAFFBD;
	border-width: 1px 0;
	border-style: solid;
	background-color: #FAFFBD;
}

/************************************************************
 *    Unfun Stuff                                           *
 ************************************************************/

.errorfname, .errorlname, .errortitle, .errorfirm, .errorfirmtype, .erroraddress, .errorname, .erroraddress1, .erroraddress2, .errorcity, .errorstate, .errorzip, .erroremail, .errorphone, .errormsg, .errorcomments, .errorlogin, .errorpassword, .errorcpassword, .errordiagnostictype, .errordescription, .errorinstructions, .errorscale, .errortarget, .errorsortflag, .errorquestiontype, .errorweight {
	display: none;
	color: #FF0000;
}

/************************************************************
 *    Clear Fix                                             *
 *    http://www.positioniseverything.net/easyclearing.html *
 ************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hidden {
	display: none;
}
