@CHARSET "ISO-8859-1";

/* ISN Styles - Copyright 2008(C) Inspection Support, LLC */


/* Reset; thanks Eric Meyer */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	
/* ***************** */





body {
	font-family: Tahoma, Arial, sans-serif;
	background: url(../images/background.jpg) repeat-x #36c;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 100%;
	line-height: normal;
}

a { color: #c63; text-decoration: underline; }
a:hover { color: #6c3; text-decoration: underline; }

p.home a { color: #c63; text-decoration: underline; }
p.home a:hover { color: #fff; text-decoration: underline; }

img {
	border: 0px;
}
img.right { float:right; }
img.left { float:left; }
img.outline { border: 1px solid #888; }

div#overview img.right { margin: 0px 0px 10px 10px; }
div#overview img.left { margin: 0px 10px 10px 0px; }

p {
	padding: 5px 0px 5px 0px;
}

small {
	font-size:80%;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	margin: 3px 0px 5px 0px;
	padding: 0px;
}

h3 { font-weight:bold; font-size:110%; }

ul.features { margin: 5px 0px 10px 40px; font-size: 95%;}

input {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 90%;
	padding: 2px;
}

textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 90%;
	padding: 2px;
}

div.page {
	width: 960px;
	margin: 0px auto 0px auto;
}

div#footer {
	width: 960px;
	margin: 0px auto 30px auto;
}

div#header {
	margin: 10px 0px 0px 0px;
	width: 345px;
	float: left;
}

div#header h1 {
	display: none;
}

div#menu {
	margin: 60px 0px 5px 20px;
	float: left;
	border-bottom: 5px solid #e8edf9;
}

div#menu ul {
	float: left;
	padding: 0;
	margin: 0;
}

div#menu li {
	font-size: 120%;
	list-style: none;
	display: inline;
}

div#menu li a,div#menu li a:visited,div#menu li a:link {
	position: relative;
	line-height: 23px;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding: 3px 15px 0px 15px;
}

div#menu li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 5px solid #000;
}

div#menu li a.active {
	color: #000;
	text-decoration: none;
	border-bottom: 5px solid #000;
}

div#menu li a.active:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 5px solid #36c;
}

div#infoboxes {
	margin: 0px 0px 20px 0px;
}

div.infobox {
	background: #e8edf9;
	float: left;
	padding: 2px;
	margin: 2px;
	font-size: 75%;
	border: 1px solid #bcd;
	height: 110px;
}

div.infobox h2 {
	position: relative;
	font-size: 120%;
	font-weight: bold;
	color: #58d;
	padding: 2px;
	margin: 2px;
}

div.infobox a {
	display: block;
	width: 150px;
	text-decoration: none;
	color: #25a;
}

div.infobox p {
	padding: 3px;
	margin: 2px;
	height: 50px;
}

div.infobox p:hover,div.infobox div:hover {
	cursor: pointer;
}

div.infobox div {
	position: absolute;
	text-align: left;
	font-size: 80%;
	color: #149;
	margin: 95px 0px 0px 2px;
}

div.infobox img {
	float: left;
	padding-right: 3px;
}

div.infobox:hover {
	background: #fff;
}

div.infoboxsmall {
	background: #e8edf9;
	float: left;
	padding: 2px;
	margin: 2px;
	font-size: 65%;
	border: 1px solid #bcd;
	height: 90px;
}

div.infoboxsmall h2 {
	position: relative;
	font-size: 100%;
	font-weight: bold;
	color: #58d;
	padding: 2px;
	margin: 2px;
}

div.infoboxsmall a {
	display: block;
	width: 140px;
	text-decoration: none;
	color: #25a;
}

div.infoboxsmall p {
	padding: 3px;
	margin: 2px;
	height: 45px;
}

div.infoboxsmall p:hover,div.infobox div:hover {
	cursor: pointer;
}

div.infoboxsmall div {
	position: absolute;
	text-align:left;
	width:130px;
	font-size: 85%;
	color: #149;
	margin: 75px 0px 0px 2px;
}

div.infoboxsmall img {
	float: left;
	padding-right: 3px;
}

div.infoboxsmall:hover {
	background: #fff;
}

div#homeleftpanel {
	float: left;
}

div#videolink a {
	color: #fff;
	font-size: 80%;
	text-decoration: underline;
}

div#videolink a:hover {
	color: #000;
	text-decoration: underline;
}

div#videolink img {
	float: left;
	padding: 0px 10px 20px 0px;
}

div#whitepanel {
	background: #fff;
	padding: 1px 0px 1px 0px;
}

div#whitepanelborder {
	border-top: 2px solid #36c;
	border-bottom: 2px solid #36c;
}

div#home {
	float: left;
	width: 600px;
}

div#home p.home { margin: 10px 0 10px 0; }

div.whiteinfobox {
	padding: 10px 20px 0px 10px;
	height: 120px;
	float: left;
}

div.whiteinfobox h3 {
	position: relative;
	font-size: 100%;
	font-weight: bold;
	color: #58d;
	padding: 0px;
	margin: 2px;
}

div.whiteinfobox p {
	background: #e8edf9;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	width: 280px;
	padding: 4px;
	margin: 0px;
	font-size: 80%;
	color: #555;
	height: 70px;
}

div#copyright {
	color: #eee;
	font-size: 70%;
	margin: 4px;
	width: 400px;
	float: left;
}

div#footerphone {
	color: #eee;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
}

div#footeremail {
	font-size: 80%;
}

div#footeremail a {
	color: #eee;
	text-decoration: underline;
	text-align: right;
}

div#footeremail a:hover {
	color: #000;
}

div#contact p {
	text-align: center;
	font-size: 80%;
	font-style: italic;
}

div#contact p span {
	font-size: 140%;
	color: #000;
	font-weight: bold;
	font-style: normal;
}

table.form th {
	font-weight: bold;
	font-size: 90%;
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
	padding: 4px;
}

table.form td {
	font-weight: normal;
	font-size: 90%;
	vertical-align: top;
	text-align: left;
	padding: 4px;
}

.buttons a,.buttons button,a.button,button.button {
	font-family: Tahoma, Arial, sans-serif;
	float: left;
	margin: 0 .7em 0 0;
	text-decoration: none;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #BFBFBF;
	padding: 5px 10px 6px 10px;
	display: block;
	cursor: pointer;
	font-size: 100%;
	line-height: 130%;
	color: #333;
	font-weight: bold;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

a.button,button.button {
	float: none;
	display: inline;
	display: inline-block;
}

.buttons button,button.button {
	width: auto;
	overflow: visible;
	font-weight: bold;
	padding: 4px 10px 3px 7px;
}

.buttons button[type],button.button[type] {
	width: auto;
	padding: 5px 10px 5px 7px;
	line-height: 17px;
}

* :first-child+html .buttons button[type],* :first-child+html button.button[type]
	{
	padding: 4px 10px 3px 7px;
	margin-bottom: 1px;
}

* html button.button {
	margin-bottom: 1px;
}

.buttons button img,.buttons a img,a.button img,button.button img {
	margin: 0 3px -3px 0 !important;
}

.buttons button:hover,.buttons a:hover,a.button:hover,button.button:hover
	{
	background-color: #dff4ff;
	border: 1px solid #A7CEDF;
	color: #336699;
}

.buttons a:active,a.button:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

button.positive,a.positive {
	color: #529214;
}

a.positive:hover,button.positive:hover {
	background-color: #E9EFD1;
	border: 1px solid #AACF81;
	color: #529214;
}

a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

a.negative,button.negative {
	color: #d12f19;
}

a.negative:hover,button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #EF959B;
	color: #d12f19;
}

a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}


label { width: 10em; float: left; }
label.error { float: none; color: #c55; padding-left: .5em; vertical-align: top; }


blockquote {
  font: Tahoma, Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}


