@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/bkgd-gradient.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	
	background-attachment: fixed;
	background-position: right bottom;
}

#blueLine {
	background-image: url(images/blue-line.gif);
	background-repeat: repeat-x;
	height: 6px;
	width: 100%;
}
#header {
	height: 150px;
	width: 960px;
}

#navigation {
	width: 721px;
	height: 46px;
	float: right;
	padding-right: 5px;
	padding-top: 50px;
}

#logo {
	padding-left: 5px;
	padding-top: 40px;
	float: left;
}

#fact {
	width: 880px;
	text-align: left;
	padding-bottom: 30px;
}

#contentArea {
	width: 960px;
	background-color: #0d0d0d;
	border-color: #252525;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
	overflow: auto;
	padding-bottom: 75px;
}

#leftColumn {
	text-align: left;
	width: 270px;
	padding-left: 40px;
	padding-right: 20px;
	float: left;
}

#rightColumn {
	text-align: left;
	width: 580px;;
	padding-right: 40px;
	float: right;
}
#footer {
	width: 960px;
	padding-bottom: 75px;
}
#footerLeft {
	text-align: left;
	color: #5a5a5c;
	height: 40px;
	padding-top: 40px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
}
#footerRight {
	text-align: right;
	color: #5a5a5c;
	height: 40px;
	padding-top: 40px;
	padding-right: 40px;
	
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
}
	#footerLeft a:link {
		color: #5a5a5c;
		text-decoration: none;
	}
	#footerLeft a:visited {
		color: #5a5a5c;
		text-decoration: none;
	}
	#footerLeft a:hover {
		color: #2876bc;
		text-decoration: underline;
	}
img {
	border: none;
}


.navItem {
	float: right;
	width: 116px;
}
.mainImage {
	padding-top:10px;
	padding-bottom: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #a1a1a1;
	line-height: 27px;
	font-weight: normal;
	margin: 0px;
	padding-top: 13px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color:#a1a1a1;
	margin: 0px;
	padding-top: 13px;
	padding-bottom: 7px;
}
.pageLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #2876bc;
	padding-top: 13px;
}
.pageSubLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #2876bc;
	padding-top: 13px;
}
.label {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #2876bc;
	text-transform: uppercase;
}
.labelLight {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #6797bb;
	text-transform: uppercase;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #6797bb;
}

.factLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #2876bc;
	text-align: left;
	line-height: 14px;
	text-transform: uppercase;
}

.fact {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #6c6c6c;
	text-align: left;
	line-height: 14px;
}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #a1a1a1;
	font-size: 13px;
	line-height: 21px;
}	
	.bodyCopy a:link {
		color: #2876bc;
		text-decoration: none;
	}
	.bodyCopy a:visited {
		color: #2876bc;
		text-decoration: none;
	}
	.bodyCopy a:hover {
		color: #5a5a5c;
		text-decoration: underline;
	}

.imgLineFloat {
	float: left;
	padding-left: 40px;
	padding-top: 40px;
}

hr {
	color:#434343;
	background-color: #434343;
	border: 1px;
	border-style: none;
}

/* Easy Tooltip */

#easyTooltip{
	padding:15px 20px 20px 20px;
	border:1px solid #e5e7e6;
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5a5a5c;
	font-size: 13px;
	line-height: 21px;
	width: 450px;
	}
	
.teamMemberPhoto {
	float: left;
	padding-right: 20px;
}

.quotePhoto {
	background-color: #CCC;
	float: left;
	padding: 5px;
	margin-top: 6px;
	margin-right: 15px;
}
.teamImage {
	float: left;
	padding: 5px;
	padding-right: 15px;
}
.teamMemberName {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #219acc;
	padding-top: 13px;
}

.teamMemberName a:link {
		color: #219acc;
		text-decoration: none;
	}
	.teamMemberName a:visited {
		color: #219acc;
		text-decoration: none;
	}
	.teamMemberName a:hover {
		color: #cccccc;
		text-decoration: none;
	}
