
/* ********************************************************************** */
/*     BODY     */
/* ********************************************************************** */

body
{
	margin: 0px 0px 20px 0px;
	background-color: #cccccc;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
}

a
{
	text-decoration: none;
	font-weight: bold;
}

a:link
{
	color: #02a9f0;
	text-decoration: none;
}

a:visited
{
	color: #02a9f0;
}

a:active
{
	color: #02a9f0;
}

a:hover
{
	color: #02a9f0;
	text-decoration: underline;
}

.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color: #666666;
	padding: 0px 0px;
}

.bodysmall a {
	color: #02A9F0;
	font-weight: normal;
	padding: 0px 0px;
}

.emphasis {
	font-weight: bold;
	font-style: italic;
}

.content {
	padding: 15px 15px 5px 25px;
	background-color: #FFFFFF;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.content h1 {
	font-size:large;
	color: #393939;
	margin:0px;
	padding: 20px 0px 0px 0px;
	line-height: normal;
}

.content h1 a {
	color: #393939;
}


.content h2 {
	color: #1960a2;
	margin:0px;
	padding: 0px 0px 0px 0px;
	font-size: 110%;
}

.content h3 {
	color: #1960a2;
	margin:0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
}

.content h4 {
	border-bottom: thin dotted #02A9F0;
	font-size:large;
	color: #393939;
	margin:0px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	line-height: normal;
}

.content h4 a {
	color: #02A9F0;
	text-decoration: none;
}

.content h4 a:hover
{
	color: #02a9f0;
	text-decoration: none;
}

.content a {
	color: #02a9f0;
}

.content ul {
	padding:10px 0px 0px 0px;
	margin-left:25px;
	margin-top:0px;
}

.content li {
	padding:0px 0px 5px 0px;
}

.intro {
	margin: 0px 10px 0px 0px;
	line-height: 150%;
	width: 320px;
}

.aligncenter {
	text-align:center;
	padding-bottom: 20px;
}

.aligncenter a {
	padding-left: 2px;
	padding-right: 2px;
}

/* ********************************************************************** */
/*     IDs     */
/* ********************************************************************** */

#container
{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 850px;
	background-color: #FFFFFF;
	border: 1px solid #6f7073;
}

#banner
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 2px solid #000000;
	height: 71px;
}

#banner h1 {
	font-size: x-large;
	font-weight:bold;
	padding: 10px 0px 0px 10px;
	margin: 0px;
	color: #02a9f0;
}

#banner a {
	text-decoration: none;
}

#banner a:hover {
	text-decoration: none;
}

#banner h2 {
	font-size: small;
	font-weight:bold;
	color: #6f7073;
	padding: 0px 0px 0px 10px;
	margin-top:0px;
	margin-bottom:0px;
}

#toolbar
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #02a9f0;
	text-align: right;
	border-bottom: 5px solid #393939;
	height: 15px;
	font-size:x-small;
}

#toolbar a
{
	color:#FFFFFF;
	margin:0px 10px 0px 10px;
	font-size:x-small;
}

#center {
	float: left;
	width: 660px;
	overflow: hidden;
	padding: 0px 0px 25px 0px;
	border-left:1px solid #cccccc;
	margin: auto -1px;
}

#left {
	float: left;
	width: 174px;
	overflow: hidden;
	border-right:1px solid #cccccc;
	padding-bottom: 20px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	background-color: #6f7073;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color: #ffffff;
}

#footer a {
	margin:0px 5px 0px 5px;
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color: #6f7073;
	padding: 10px;
}

/* ********************************************************************** */
/*     LEFT NAVIGATION     */
/* ********************************************************************** */

.sidebar ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 0px 0px;
	display: block;
	width: 174px;
}

.sidebar li {
	background-color: #6f7073;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #ffffff;
	margin: 0px 0px 0px 0px;
	width: 174px;
}

.sidebar a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight:bold;
	text-decoration:none;
	padding: 7px 5px 7px 5px;
	margin: 0px 0px 0px 0px;
	display: block;
	width: 174px;
}

.sidebar a:link {
	color: #ffffff;
	text-decoration: none;
}

.sidebar a:hover {
	background-color: #8b8c90;
	text-decoration:none;
}

.sidebar a:active {
	background-color: #02a9f0;
}

.sidebar a:visited {
	color: #ffffff;
}

.sidebar2 {
	background-color: #02a9f0;
	width: 174px;
}

.sidebar2 ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #02a9f0;
}

.sidebar2 li {
	padding: 0px 0px 0px 20px;
	border-top:0px;
	background-image:url(../assets/arrow_wht.gif);
	background-repeat:no-repeat;
	background-position: center left;
	background-color: #02a9f0;
}

.sidebar2 a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight:normal;
	text-decoration:none;
	display: inline;
	padding: 0px 0px 0px 0px;
}

.sidebar2 a:link {
	color: #ffffff;
	text-decoration:none;
}

.sidebar2 a:hover {
	color: #ffffff;
	background-color: #02a9f0;
	text-decoration:underline;
}

.sidebar2 a:visited {
	color: #ffffff;
}

.sidebaron {
	background-color: #02a9f0;
	width: 174px;
}

.sidebaron ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #02a9f0;
	width: 174px;
}

.sidebaron li {
	background-color: #02a9f0;
}

.sidebaron a {
	color: #ffffff;
	text-decoration:none;
	background-color: #02a9f0;
}

.sidebaron a:link {
	color: #ffffff;
	text-decoration:none;
}

.sidebaron a:hover {
	color: #ffffff;
	background-color: #02a9f0;
	text-decoration:underline;
}

.sidebaron a:visited {
	color: #ffffff;
}

.quicklinkstop {
	color: #6f7073;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight:bold;
	background-color: #dcdcdc;
	margin: 10px 10px 1px 10px;
	padding-left:40px;
}

.quicklinks {
	background-color: #ececec;
	margin: 0px 10px 20px 10px;
}

.quicklinks ul {
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 15px;
	list-style:none;
}

.quicklinks li {
	padding:2px;
	background-image:url(../assets/arrow_blu.gif);
	background-repeat:no-repeat;
	background-position: center left;
}

.quicklinks a {
	color: #02a9f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	padding: 0px 0px 0px 8px;
	font-weight: normal;
}

.quicklinks a:hover {
	/* hover */
}

/* ********************************************************************** */
/*     IMAGES     */
/* ********************************************************************** */

.imageleft {
	padding: 0px 0px 0px;
	font-size: x-small;
	font-weight: bold;
	color: #6f7073;
	margin-top:0px;
	margin-right:10px;
	text-align: center;
	float:left;
}

.imageright {
	padding: 5px;
	font-size: x-small;
	font-weight: bold;
	color: #6f7073;
	margin-top:0px;
	margin-bottom:0px;
	text-align: center;
	float:right;
}


.verticalad {
	padding: 5px;
	margin-top:0px;
	margin-bottom:5px;
	text-align: center;
}

.separator {
	border-bottom: thin dotted #02A9F0;
	font-size:small;
	color: #393939;
	margin: 20px 0px 20px 0px;
	line-height: normal;
}

/* ********************************************************************** */
/*     SPECIAL     */
/* ********************************************************************** */

.breadcrumb {
	border-bottom: thin dotted #d5e4ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color: #6f7073;
	padding: 0px 0px;
}

.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color: #6f7073;
	padding: 0px 0px 10px 0px;
}

.faq a {
	font-weight: normal;
}

.question {
	border-top: thin dotted #d5e4ea;
}

.question a {
	font-size:small;
	color: #1960a2;
	text-align:left;
}

.answer {
	font-size:small;
	color: #1960a2;
	font-weight: bold;
}

.sectionnav {
	font-size:80%;
	color: #393939;
	margin: 20px 0px 20px 0px;
	line-height: normal;
	text-align:center;
	font-weight: normal;
}

.pad {
	vertical-align: center;
	padding: 5px 5px 0px;
	margin: 0px;
}

.popup 				{ background-color: #FFFFFF; margin: 10px; }

/* ********************************************************************** */
/*     FORMS     */
/* ********************************************************************** */

#formContainer {
	width:250px;
	border:1px solid #757577;
	background-color:#eff7f9;
	margin-top:30px;
}

.form {
	float:left;
	display:block;
	padding-top:5px;

}

.formblock {
	float:left;
	display:block;
	width:360px;
}


#moreinfoform {
	padding:0px;
	margin:0px 0px 0px 0px;
}

#moreinfoform p {
	padding:0px;
	margin:0px;
}

#Name, #Company, #Address, #CityStateZip, #Country, #Phone, #Email, #yName, #yEmail {
	border:1px solid #757577;
	font-size:x-small;
	width:154px;
	display:block;
	margin:0px 0px 3px 0px;
}

#moreinfoform select {
	border:1px solid #757577;
	font-size:x-small;
	margin-bottom:4px;
	display:block;
}

.formLabel {
	font-family:arial;
	font-size:x-small;
	font-weight:normal;
	color:#000000;
	width:84px;
	text-align:right;
	vertical-align:middle;
	display:block;
	margin-right:4px;
}

.formLabelLong {
	font-family:arial;
	font-size:x-small;
	font-weight:normal;
	color:#000000;
	width:170px;
	text-align:left;
	margin:0px 0px 0px 10px;
	display:block;
}

.formLabelMed {
	font-family:arial;
	font-size:x-small;
	font-weight:normal;
	color:#000000;
	width:140px;
	text-align:left;
	margin:0px 0px 5px 10px;
	display:block;
}

.formLabelShort {
	font-family:arial;
	font-size:x-small;
	font-weight:normal;
	color:#000000;
	width:100px;
	text-align:left;
	margin:0px 0px 5px 10px;
	display:block;
}

.formHeader {
	font-family:arial;
	font-weight:bold;
	color:#000000;
	text-align:center;
	width:250px;
	padding:5px 0px 0px 0px;
	margin:0px;
	display:block;
}

.clear {
	clear:both;
	padding:0px;
	margin:0px;
	line-height:1px;
}

#currentuser {
	width:50px;
	margin-right:5px;
}

#locations {
	width:50px;
	margin-right:5px;
}

#industry {
	width:125px;
	margin-right:5px;
}

#additionalinfo {
	width:234px;
	font-size:90%;
	border:1px solid #757577;
	margin-left:10px;
}

#timeframe {
	margin-right:5px;
}

#formSubmit {
	margin:10px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:250px;
	text-align:center;
}

.formInfo {
	font-family:arial;
	color:#000000;
	text-align:center;
	width:250px;
	padding:5px;
	margin:0px;
	font-size:x-small;
	display:block;
}

.formInfoRed {
	font-family:arial;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	width:250px;
	padding:5px;
	margin:0px;
	display:block;
}

.formConfirm {

	font-family:arial;
	font-weight:bold;
	color:#000000;
	text-align:center;
	width:250px;
	padding:0px;
	margin:0px;
	display:block;
}

/* ********************************************************************** */
/*     TABLES     */
/* ********************************************************************** */

/* -------------------------------------------------- */
/*     Fancy Table     */
/* -------------------------------------------------- */

.fancytable {
	width: 600px;
	padding: 0px;
	margin: 0px;
}

.fancytable th {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 12px 6px 12px;
	background: #02A9F0;
	background-image: url(../assets/table_tab.gif);
   background-repeat:no-repeat;
   background-position: top left;
}

.fancytable th a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
}

.fancytable th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.fancytable th a:link {
	color: #ffffff;
}

.fancytable th a:visited {
	color: #ffffff;
}

.fancytable td {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background: #ECECEC;
	padding: 4px 2px 4px 12px;
}

.fancytable td.alt {
	background: #eff7f9;
}


/* -------------------------------------------------- */
/*     Plain Table     */
/* -------------------------------------------------- */

.plaintable {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	line-height: 150%;
}

.plaintable td {
	padding: 0px;
	vertical-align: top;

}

.plaintable th.bborder {
	padding: 10px;
	width: 175px;
	text-align: left;
}

.plaintable td.bborder {
	padding: 10px;
	width: 450px;
	border-bottom: 1px solid #CCCCCC;
}