﻿/* CSS Document */

/*Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}


/*Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6	{
	font-size:100%;
}

/*Removes list-style from lists*/
ol, ul	{
	list-style: none;
}

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Removes border from fieldset and img*/
fieldset, img	{
	border:0;
}


/*Layout*/
body {
	background:#aeb6bd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#888e94;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
}
	
#wrapper {
	background: url(../css/images/wrapper.jpg) repeat-y;
	width: 827px;
	min-height:600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#popupwrapper {
	background: url(../css/images/popup_wrapper.jpg) repeat-y;
	width: 600px;
	min-height:300px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container {
	padding:0px 25px 0px 25px; /* sets left and right padding */
	position:relative;
}

#header {
	position:relative; /* sets header as parent element for positioning */
	z-index:900;
}

#header h1 {
	text-indent:-9999px;
	background: url(../css/images/logo.jpg) no-repeat;
	width:84px;
	height:95px;
	position:relative;
	left:15px;
	cursor:pointer;
}

div#nav {
	position:absolute;
	top:25px;
	left:450px;
	font-size:1.6em;
}

/*div#nav ul li {
	display:inline;
	padding:5px;
	padding-left:25px;
	font-size:1.4em;
	
}*/

.hidden {
	visibility:hidden;
	
}

img.imgmain {
	position:relative;
	top:5px;
	left:2px;
}

img.imgsub {
	position:relative;
	top:-5px;
	left:2px;
}

/*IE 6 Hack*/
div#bunit {
	margin:15px 7px 0 5px;
}

html>body div#bunit {
	position:relative;
	top:10px;
	left:7px;
	margin:0;
}

div.bunit {
	background: url(../css/images/bluebkg.jpg) no-repeat;
	width:151px;
	height:110px;
	float:left;
	padding-left:2px;
	margin-bottom:15px;
	font-size:1.2em;
}

div.bunit h1 {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	padding:15px 7px 4px 7px;
}

div.bunit p {
	font-size:0.9em;
	font-weight:normal;
	color:#fff;
	padding:0px 7px 0px 7px;
}

p.bumore {
	margin-top:10px;
	text-align:right;
	margin-right:10px;
}

#contentarea {
	margin: 0 0 125px 0;
}

/*IE 6 Hack*/
div#content1 {
	margin:20px 40px 35px 0px;
	position:relative;
	top:0px;
	left:15px;
	width:450px;
	font-size:1.2em;
	font-weight:normal;
	color:#696d71;
	float:left;
}

html>body div#content1 {
	margin:0px 40px 35px 0px;
	position:relative;
	top:0px;
	left:15px;
	width:450px;
	font-size:1.2em;
	font-weight:normal;
	color:#696d71;
	float:left;

}

div#column2 {
	width:258px;
	position:relative;
	top:0px;
	left:0px;
	float:right;
	padding-right:10px;

}

div#content2 {
	background: #fff url(../css/images/content2_bkg.jpg) repeat-y;
	font-size:1.2em;
	font-weight:normal;
	color:#666;
	text-align:left;
	width:258px;
	position:relative;
	top:0px;
}

div#content3 {
	padding-right:15px;
	padding-left:20px;
	width:350px;
	font-size:1.2em;
	font-weight:normal;
	color:#888e94;
	float:left;
}

/*IE 6 Hack*/
div#content4 {
	position:relative;
	top:0px;
	left:15px;
	width:95%;
	font-size:1.2em;
	font-weight:normal;
	color:#696d71;
	float:left;
	padding-bottom:25px;
}

html>body div#content4 {
	position:relative;
	top:25px;
	left:15px;
	width:95%;
	font-size:1.2em;
	font-weight:normal;
	color:#696d71;
	float:left;
	padding-bottom:25px;
}

div#content5 {
	margin:5px;
	padding:15px;
	padding-left:40px;
	width:25%;
	font-size:1.2em;
	font-weight:normal;
	float:left;
	border-right:1px dotted #CCCCCC;
}

html>body div#content5 {
	margin:5px;
	padding:10px;
	padding-left:60px;
	width:22%;
	font-size:1.2em;
	font-weight:normal;
	float:left;
	border-right:1px dotted #CCCCCC;
}

div#content6 {
	margin:0;
	padding:10px 0 10px 310px;
	font-size:1.2em;
	font-weight:normal;
	border-bottom:1px dotted #CCCCCC;
}

html>body div#content6 {
	margin:0;
	padding:10px 0 10px 318px;
	font-size:1.2em;
	font-weight:normal;
	border-bottom:1px dotted #CCCCCC;
}

table#team {
	font-size:1.2em;
	font-weight:normal;
	width:500px;
}


/*IE 6 Hack*/
div#description{
	margin:0 0px 15px 8px;
	width:95%;
	font-size:1.2em;
	font-weight:normal;
	color:#696d71;
	float:left;
}

html>body div#description{
	margin:0 15px 25px 15px;
	width:95%;
	font-size:1.2em;
	font-weight:normal;
	color:#696d71;
	float:left;
}

div#footer {
	margin:55px 20px 10px 20px;
	font-size:1.1em;
	font-weight:normal;
	color:#506bab;
	position:relative;
}

div.address {
	position:relative;
	top:10px;
	left:0px;
}

div.division {
	position: relative;
	top:-5px;
	float:right;
}

div.team {
	margin:5px 0 5px 0px;
	padding-bottom:25px;
	color:#696d71; 
}

td.team {
	margin:5px 0 5px 0px;
	padding-bottom:25px;
	color:#696d71; 
	border-right:1px dotted #CCCCCC;
}

div.brad {
	margin:0 auto;
	padding-bottom:5px;
	color:#696d71; 
}

p.more {
	padding-top:15px;
	text-align:right;
}

p.product {
	padding-top:5px;
	padding-right:5px;
	text-align:right;
}

p.bio {
	padding-top:3px;
	padding-right:5px;
}

div.team p {
	padding-top:3px;
	color:#696d71; 
}
/*END Layout*/

/*MENU*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {list-style-type:none; margin:0px auto 0px auto; padding:0;  font-family:Arial, Helvetica, sans-serif;}
#menu li {float:left; padding:0; margin:0 1px 0 0; position:relative; width:100px; height:3em;}
#menu li dl {position:absolute; top:0; left:0; padding-bottom:0;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:10px;}
#menu table {border-collapse:collapse; padding:0; margin:-1px;}
#menu dl {width: 95px; margin: 0; padding: 0; background: transparent;}
#menu dt {margin:0; padding: 0;}

#menu dd {margin:0; padding:0; color: #fff; text-align:left; font-size:0.9em;}

#menu dt a, #menu dt a:visited {display:block; font-size: 0.9em; color: #506bab; text-align:center; background:#fff; padding:0.25em 0 .25em 0;}

#menu li:hover dt a, #menu a:hover dt a {color:#a0c54f; background:#506bab;}

#menu dd a, #menu dd a:visited {background:#97a6d4; color:#fff; padding:0.5em 0; text-decoration:none; display:block; text-align:center; border-left:1px solid #08c; border-right:1px solid #08c;}

#menu dd a:hover {background: #ddd; color:#506bab; border-left:1px solid #97a6d4; border-right:1px solid #97a6d4;}

#menu b {display:block; overflow:hidden; height:1px;}

#menu li:hover b.p1, #menu a:hover b.p1 {background:#08c; margin:0 5px;}
#menu li:hover b.p2, #menu a:hover b.p2 {background:#506bab; border:2px solid #506bab; border-width:0 2px; margin:0 3px;}
#menu li:hover b.p3, #menu a:hover b.p3 {background:#506bab; margin:0 2px; border:1px solid #506bab; border-width:0 1px;}
#menu li:hover b.p4, #menu a:hover b.p4 {height:2px; background:#506bab; margin:0 1px; border:1px solid #506bab; border-width:0 1px;}
#menu li:hover b.p5, #menu a:hover b.p5 {background:#97a6d4; margin:0 5px;}
#menu li:hover b.p6, #menu a:hover b.p6 {background:#97a6d4; margin:0 3px;}
#menu li:hover b.p7, #menu a:hover b.p7 {background:#97a6d4; margin:0 2px;}
#menu li:hover b.p8, #menu a:hover b.p8 {height:2px; background:#97a6d4; margin:0 1px;}

#menu li:hover b.p9, #menu a:hover b.p9 {background:#506bab; margin:0 5px;}
#menu li:hover b.p10, #menu a:hover b.p10 {background:#506bab; margin:0 3px;}
#menu li:hover b.p11, #menu a:hover b.p11 {background:#506bab; margin:0 2px;}
#menu li:hover b.p12, #menu a:hover b.p12 {height:2px; background:#506bab; margin:0 1px;}

#menu li:hover b.p2, #menu a:hover b.p2 {background:#506bab;}
#menu li:hover b.p3, #menu a:hover b.p3 {background:#506bab;}
#menu li:hover b.p4, #menu a:hover b.p4 {background:#506bab;}


/*Links*/
a.nav {
	color:#506bab;
	text-decoration:none;
}

a.nav:hover {
	text-decoration:none;
	border-bottom:2px solid #a0c54f;
	color:#a0c54f;
}

a.links div.bunit{
	background: url(../css/images/bluebkg.jpg) no-repeat;
	width:151px;
	height:110px;
	text-decoration:none;
	cursor: pointer;
}

a.links:hover div.bunit{
	background: url(../css/images/greenbkg.jpg) no-repeat;
}

a.current div.bunit{
	background: url(../css/images/bluebkg.jpg) no-repeat;
	width:151px;
	height:110px;
	text-decoration:none;
	cursor: pointer;
}

a.grey div.bunit{
	background: url(../css/images/greybkg.jpg) no-repeat;
	width:151px;
	height:110px;
	text-decoration:none;
	cursor: pointer;
}

a.grey:hover div.bunit{
	background: url(../css/images/greenbkg.jpg) no-repeat;
}



a.bumore {
	background: url(../css/images/greenarrow.gif) no-repeat -3px 3px;
	height:9px;
	width:9px;
	color:#fff;
	font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
	padding-left:6px;
	text-align:right;
}

a.bumore:hover {
	color:#a0c54f;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:underline;
}



ul.resources li  {
	list-style:none;
	background: url(../css/images/bullet.jpg) no-repeat 0px 5px;
	font-size:1.0em;
	font-weight:normal;
	line-height:1.6em;
	padding-left:10px;
	display:block;
}

ul.resources li a:hover {
	color:#a0c54f;
	text-decoration:none;
}


h1 {
	font-size:1.7em;
	font-weight:500;
	color:#506bab;
	padding-bottom:10px;
}

h1.bio {
	font-size:1.7em;
	font-weight:500;
	color:#506bab;
	padding-bottom:3px;
}

h2 {
	font-size:1.8em;
	font-weight:500;
	color:#506bab;
	padding-bottom:10px;
	padding-left:12px;
}

h3 {
	font-size:1.1em;
	font-weight:600;
	color:#506bab;
}

h4 {
	font-size:1.1em;
	font-weight:600;
	color:#506bab;
	padding-bottom:5px;
}

h5 {
	font-size:1.0em;
	color: #333333;
	font-weight:bold;
}

h4.bio {
	font-size:1.3em;
	font-weight:500;
	color:#506bab;
	padding-bottom:2px;
}

a.more {
	background: url(../css/images/greenarrow_wht.jpg) no-repeat -2px 5px;
	color:#506bab;
	font-size:1.1em;
	text-decoration:none;
	font-weight:600;
	padding-left:6px;
}

a.more:hover {
	color:#a0c54f;
	font-size:1.1em;
	font-weight:600;
	text-decoration:underline;
}

div#footer ul li {
	display:inline;
	padding:10px;
	padding-left:0;
	color:#787879;
}

a.footer {
	color:#787879;
	text-decoration:none;
}

a.footer:hover {
	color:#506bab;
	text-decoration:underline;
}

a {
	color:#506bab;
	text-decoration:none;
}

a:hover {
	color:#a0c54f;
	text-decoration:underline;
}

strong {
	color:#506bab;
	font-size:1.1em;
	font-weight:normal;
}

.btn {
    background: url(../css/images/button.jpg) no-repeat;
    width:117px;
    height:34px;
    border:none;
    color:#fff;
    font-weight:700;
	cursor:pointer;
}

.btn_inactive {
    background: url(../css/images/btn_inactive.jpg) no-repeat;
    width:117px;
    height:34px;
    border:none;
    color:#fff;
    font-weight:700;
}

.btn:hover {
    background: url(../css/images/btn_green.jpg) no-repeat;
}
/*END Links*/

.style1 {
color: #CC0000;
font-weight:bold;
font-size:1.2em;
}

label {
	font-size:1.0em;
	color: #333333;
	font-weight:bold;
	}
	
.super {
	vertical-align: text-top;
	font-size:0.8em;
	}

.FH_Error {
	color: #CC0000;
	}

INPUT.FH_Error {
	background-color: #FFEEEE;
	color: #000000;
	}