@charset "utf-8";
 
/**********
** Global
**********/

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.content h1, .content h2, .content h3 {
	color: #0072BC;
	display: block;
	font-weight: bold;
}

.content h4 {
	color: #840034;
	display: block;
	font-weight: bold;
}

.content h6 {
	color: #000000;
	display: block;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.content h1 {	/* Page Titles */
	font-size: 16px;	
	text-transform: uppercase;
}

.content h1 .special{	/* Page Titles Lower Case*/	
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
}

.content h2 {	/* Subheadings */
	font-size: 12px;	
}

.content li {
	/*list-style-type: disc;*/
	margin: 0.6em 0;
	/* Wade added */
	/*margin-top: 1.1em;*/
}

.content li li {
	list-style-type: circle;
}


/**********
** Spacing
**********/
.content h1 {
	margin-top: 2px;
	margin-bottom: 15px;
}

.content h2 {
	margin-bottom: 8px;
}

.content h3 {
	margin-bottom: 8px;
}

.content h4 {
	margin-bottom: 8px;
}

.content h5 {
	margin-bottom: 5px;
}

.content ul {
	margin-left: 2.5em;
}

.content p, .content ul {
	margin-bottom: 11px;
	/* Wade added */
	/*line-height: 1.2em;*/
}

.content p+h2, .content p+h3, .content p+h4, .content p+h5, .content ul+h2, .content ul+h3, .content ul+h4, .content ul+h5 {
	margin-top: 10px;
}

.content p+h1, .content ul+h1 {
	margin-top: 30px;
}


/**********
** Misc
**********/
.ideatitle {
	font-weight: bold;
}
.ideatitle:after{
	content: " – ";
	font-weight: normal;
}
.h2like {
	font-size: 12px;
	font-weight: bold;
	color: #0072BC;
}

/* Links */
a {
	color:#0072BC;
	text-decoration: none;
}
a:hover {
	color:#003366;
	text-decoration:underline;
}

h2 a:before {
	content: "> ";
	color: #84003f;
	font-weight: normal;
}

/**********
** Local
** Note: keep as
 few of these as possible
**********/




/*                                              Wade's extras                                            */

.sign {
	/*font-size: 0.7em;
	line-height: 1.4em;*/
	font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
.topAlign {
	vertical-align: text-top;
}
.bottomAlign {
	vertical-align: text-bottom;
}
.middleAlign {
	vertical-align: bottom;
}
#product {
	margin-bottom: 16px;
}
.content {
	vertical-align: top;
}


#homepageTab {
	line-height: 1em;
}
#homepageTab li {
	margin: 0;
}
#homepageTab p {
	margin-bottom: 6px;
}

#executiveteam h5 {
	color: #999999;
	font-size: 0.9em;
}

td.content h1 .subText {	/* Unbolded stuff from h1 (team members, products) */
	font-weight: normal;
	font-size: smaller;
	text-transform: none;
}

/* Partners Pages */
#partners {
	margin-top: 20px;
	text-align: center;
}

#partners img {
	margin: 0px 20px;
}

#partner {
	margin-bottom: 10px;
}

/* Contact Us */
#contact h3 {
	margin-top: 4px;
}

#contact td {
	padding: 0px 30px;
}

#contact .form td {
	padding: 8px 5px;
}

#contact h1 {
	margin-bottom: 0px;
	font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
	color: #0072BC;
}

#contact h2 {
	margin-bottom: 0px;
	font-size: 14px;
    font-weight: bold;
	color: #0072BC;
}

#contact h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #0072BC;
}

.hr {
	padding: 0 !important;
}

.hr img {
	height: 1px;
	margin: 10px 0;
	width: 986px;
}

/*Privacy tool*/
#tooltiplink {
/* 	float:right; */
	margin-bottom: 10px;
}
#tooltip {
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}

/*Forms*/
input[type=text], textarea {
	background: #ffffff;
	border: 1px solid #999999;
	padding: 2px;
}
input[type=text]:focus {
	background: #ffffcc !important;
	border: 1px solid #999900;
}
textarea:focus {
	background: #fffff6 !important;
	border: 1px solid #999900;
}
input[type=text].error, textarea.error {
	background: #ffffff;
	border: 1px solid #ff0000;
}
label.error {
	padding: 5px;
	padding-left: 1.3em;
	background-image: url(../images/unchecked.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
}
/* Forms */
#form {
	width: 100%;
}

#form td {
	padding: 8px 0px;
	vertical-align: middle;
	border-bottom: solid 1px #bebebe;
}

#form td.bullet {
	width: 0px;
	text-align: center;
	border: 0px !important;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
}

#form td.title {
	width: 230px;
}

#form input, #form select, #form select, #form textarea {
	margin-right: 10px;
}

#form .nonrequired img {	display: none;	}

#form .optional {	padding-left: 20px;	color: #666666;	}

#form .submit td {
	border: 0;
	padding: 40px 0px;
}

/* News */
.news {	/*News Block*/
	margin-top: 35px;
}

.news h2 {	margin-bottom: 10px !important;	}
.news h3 {	display: inline;}
.news p {	margin-bottom: 2px;	}	/*disable the p margin*/

.news div {	margin-top: 10px;	}	/*News item*/


/* Sitemap */
#sitemap ul { margin: 0; }
#sitemap li {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	list-style-type: none;
	display: list-item;
}
#sitemap li li {
	text-transform: none;
	font-weight: bold;
	color: #0072BC;
	font-size: 12px;
	list-style-type: disc;
	margin: 0.2em 0em 0.2em 2em;
}
#sitemap li li li {
	font-weight: normal;
	color: #0072BC;
	font-size: 10px;
	list-style-type: circle;
}
#sitemap li li li li {
	font-weight: normal;
	color: #999999;
	font-size: 8px;
}

#sitemap li li li li a {	color: #999999;	}
#sitemap li li li li a:hover {	color: #0072BC;	}

#sitemap .hr img {
	width: 710px !important;
	margin: 0px !important;
}

/*.clarity #content img {
	border: 1px;
	border-style: solid;
	border-color: #000000;
}*/

.imgBorder {
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

.indent {
	margin-left: 16px;
}

#error {
	width: 986px;
	text-align: center;
}

.error {
	margin-left: auto;
	margin-right: auto;
}

.error h1{
	font-size: 28px;
	font-weight: bold;
	color: #0072bc;
	padding: 60px 0 40px;
}

.error h4{
	font-size: 14px;
	font-weight: bold;
	color: #7a003c;
	padding: 0 0 40px;
}