@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, p.h1, p.h2, p.h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
p.h1, p.h2, p.h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}

/*---------------------------------------------------------------
						CONTAINERS
---------------------------------------------------------------*/
body {
	background-image:url(../images/bg_image.gif);
	background-repeat:no-repeat;
	top:0;
	background-color:#737373;
	}

#body_wrapper {
	background:url(../images/dropShadow.png) right bottom no-repeat;
	width:1020px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
#body_container {
	width:999px;
	background-color:#FFFFFF;
	padding:10px 0 0 0;
	}
#header {
	width:959px;
	margin:10px 20px 10px 20px;
	}
#nav {
	background:url(../images/nav_bar.gif) no-repeat;
	height:34px;
	width:999px;
	}
#header_logo {
	width:249px;
	height:260px;
	float:left;
	clear:both;
	}
#header_image {
	background:url(../images/head_image.jpg) no-repeat;
	width:750px;
	height:260px;
	float:left;
	}
#col_one {
	width:249px;
	clear:both;
	float:left;
	}
.col_one_title {
	height:33px;
	background-color:#bcbdbd;
	clear:both;
	}
.col_one_a {
	background-color:#f0f0f0;
	border-bottom:1px dashed #666666;
	clear:both;
	}
.col_one_b {
	background-color:#f0f0f0;
	border-bottom:1px dashed #666666;
	clear:both;
	}
#col_two {
	width:561px;
	float:left;
	background-color:#FFFFFF;
	}
#col_two_sub {
	width:720px;
	float:left;
	background-color:#FFFFFF;
	}
.col_two_border_sub {
	border-bottom:1px dashed #666666;
	padding-bottom:15px;
	}

.col_two_border_sub:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	clear: both;
	}

.col_two_border_sub ul {
	margin-left: 30px;
	font-family: arial, sans-serif;
	font-size: .8em;
	}

.col_two_border_sub ul.people {
	margin-left: 30px;
	}

.col_two_border_sub ul.people li {
	display: inline;
	}

.col_two_border_sub div.quotes {
	background: url('../images/quotes.jpg') no-repeat;
	float: left;
	margin-left: 30px;
	padding-right: 0px;
	width: 300px;
}

.col_two_border_sub div.quotes p {
	font-size: .7em !important;
	font-family: georgia, serif !important;
	font-style: italic !important;
	color: #aaa !important;
}

.col_two_border_sub div.quotes cite {
	font-size: .7em;
	font-family: georgia, serif;
	font-style: italic;
	color: #ddd;
	margin-left: 20%;
	padding: 0;
	}

.col_two_border_sub p img.right {
	float: right;
	padding: 10px;
	padding-left: 20px;
	}

.col_two_border_sub p img.left {
	float: left;
	padding: 10px;
	padding-right: 20px;
	}

.content_text {
	margin-left: 30px;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 5px;
	}

.content_text:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.content_text a {
	display: inline;
	margin: 0;
}

#col_three {
	width:188px;
	float:left;
	background-color:#FFFFFF;
	}
.col_three_news {
	background-color:#f0f0f0;
	border-bottom:1px dashed #666666;
	clear:both;
	padding:10px;
	margin-bottom:3px;
	}
.col_three_b {
	border-top:15px solid #7a1316;
	border-bottom:15px solid #7a1316;
	margin-top:3px;
	float:left;
	clear:both;
	background-color:#FFFFFF;
	width:188px;
	}
.col_three_c {
	border-bottom:15px solid #7a1316;
	margin-top:3px;
	float:left;
	clear:both;
	background-color:#FFFFFF;
	width:188px;
	}
.col_three_d {
	margin-top:3px;
	float:left;
	clear:both;
	background-color:#FFFFFF;
	}

#selected_person {
	background: #fff url('../images/superb_profile_bg.jpg') top center no-repeat;
	margin-top: 20px;
	margin-left: 30px;
	width: 420px;
	border: 1px solid #000;
	height: 100%;
	}

#selected_person:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#selected_person img {
	float: left;
	width: 150px;
	padding: 10px;
	}

#selected_person p {
	margin: 0;
	display: block;
	padding: 5px !important;
	}

#footer_wrapper {
	width:999px;
	height:159px;
	background-color:#223856;
	clear:both;
	}
#footer_upper_bar {
	background-color:#343434;
	width:100%;
	height:20px;
	border-bottom:1px solid #FFFFFF;
	}
#footer_lower {
	width:745px;
	height:70px;
	padding:40px 20px 20px 40px;
	}
#map {
	width:425px;
	margin:3px 0 20px 30px;
	}
/*---------------------------------------------------------------
						TEXT STYLES
---------------------------------------------------------------*/

dl.contentDefinitions {
	margin: 0;
	font-size: .8em;
	font-family: Arial, Helvatica, sans-serif;
	color: #333;
	margin-left: 30px;
	}

dl.contentDefinitions dt {
	font-weight: bold;
	}

dl.contentDefinitions dd {
	margin-left: 10px;
	}

ul.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#767675;
	float:left;
	}
.header li {
	background:url(../images/bright_yellow_plus.gif) left center no-repeat;
	padding-left:20px;
	}
p.header_p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#767675;
	margin:0 10px 0 80px;
	letter-spacing:3px;
	word-spacing:5px;
	text-transform:uppercase;
	float:left;
	}

h4.problem_heading {
	font-size: .7em !important;
	font-color: #767675 !important;
	letter-spacing: normal !important;
	}
span {
	display:none;
	}

ul.col_one {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#FFFFFF;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0 0 15px;
	}
.col_one li {
	background:url(../images/bright_yellow_plus.gif) left center no-repeat;
	padding-left:20px;
	}
#col_one h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#d49b02;
	text-transform:uppercase;
	margin:0 0 5px 30px;
	}
ul.col_three {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#7a1316;
	float:left;
	font-weight:bold;
	margin:10px 0 0 15px;
	}
.col_three li {
	background:url(../images/dark_yellow_plus.gif) left center no-repeat;
	padding-left:20px;
	}
ul.col_three_news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#e9ad20;
	float:left;
	font-weight:bold;
	width:169px;
	}
.title {
	background:url(../images/plus_bullet.png) left center no-repeat;
	padding-left:20px;
	margin-bottom: 20px;
	}
.title strong {
	color:#737373;
	}
.blurb {
	color:#7a1316;
	margin-left:20px;
	}
.link {
	margin-left:20px;
	}
.bullet_link {
	background:url(../images/plus_bullet.png) left center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#e9ad20;
	padding-left:20px;
	margin:5px 0 5px 20px;
	height:15px;
	}
.col_three_news em {
	color:#7e0914;
	}
#col_one p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#4e4d4d;
	margin:0 0 0 30px;
	padding:0 20px 15px 0;
	}
#col_two p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
	padding:10px 25px 10px 30px;
	text-align:justify;
	}
#col_two_sub p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
	padding:10px 30px 10px 30px;
	line-height: 1.4em;
	text-align:justify;
	}
#col_two_sub p.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
	padding:0 30px 0 30px;
	line-height: 1.4em;
	text-align:justify;
	}
blockquote p strong{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#223856;
	font-weight:bold;
	}
blockquote p {
	font-weight:bold;
	}
blockquote {
	border:2px dashed #7B1317;
	background-color:#FFFFD4;
	width:500px;
	margin-left:70px;
	}
#col_two_sub h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#7a1316;
	margin:10px 0 10px 30px;
	}


#col_two_sub h3 span { 
	display: inline;
	color: #223856;
	font-size: .6em;
	font-weight: lighter;
	}

#col_two_sub h3 span a {
	font-size: 1.2em;
	text-decoration: none;
	}

#col_two_sub h3 span a:hover {
	text-decoration: underline;
	}

#col_two_sub h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#223856;
	margin:10px 0 10px 30px;
	}
#col_two h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#BD7000;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:5px;
	margin-top:10px;
	margin-bottom:10px;
	}
#col_two_sub h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#BD7000;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:5px;
	margin-top:10px;
	margin-bottom:10px;
	}

.footer_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#FFFFFF;
	}
.footer_white strong {
	color:#df9d00;
	font-weight:normal;
	}
.footer_grey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#a5a4a4;
	}
/*-------------------------------------------------------------
						TABLE STYLES
---------------------------------------------------------------*/
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
	text-align:left;
	margin-left:30px;
	}
td {padding:5px;}
tr.odd {background-color:#f0f0f0;}
/*-------------------------------------------------------------
							IMAGES
---------------------------------------------------------------*/
h1 {
	background:url(../images/sun_burst.jpg) no-repeat;
	width:249px;
	height:260px;
	margin:0;
	padding:0;
	}
h1.globe {
	background:url(../images/globe.jpg) no-repeat;
	width:249px;
	height:260px;
	margin:0;
	padding:0;
	}
h2 {
	background:url(../images/superb_logo_footer.jpg) no-repeat;
	width:190px;
	height:120px;
	float:right;
	margin:10px 0 0 0;
	padding:0;
	}
#header_image_about {
	width:750px;
	height:260px;
	float:left;
	display: block;
	}
#header_image_contact {
	background:url(../images/contact_image.jpg) no-repeat;
	width:750px;
	height:260px;
	float:left;
	}
/*---------------------------------------------------------------
							LINK STLYES
---------------------------------------------------------------*/
ul.nav_buttons a {
	color:#FFFFFF;
	text-decoration:none;
	}
ul.nav_buttons a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
ul.nav_buttons a:hover {
	color:#fbb416;
	text-decoration:none;
	}
a.col_three_arrow_link {
	color:#737373;
	text-decoration:none;
	}
a.col_three_arrow_link:visited {
	color:#737373;
	text-decoration:none;
	}
a.col_three_arrow_link:hover {
	color:#737373;
	text-decoration:underline;
	}
a:link {
	color:#7A1316;
	text-decoration:underline;
	}
a:visited {
	color:#333333;
	text-decoration:underline;
	}
a:hover {
	color:#223856;
	text-decoration:underline;
	}

a.truncate_show {
	font-family: Arial, Helvatica, sans-serif;
	font-size: .8em;
	color: #7A1316;
	text-decoration: underline;
	}

a.truncate_show:hover {
	color: #333333;
	}

a.truncate_hide {
	font-family: Arial, Halvatica, sans-serif;
	font-size: .8em;
	color: #7A1316;
	text-decoration: none;
	}

a.truncate_hide:hover {
	color: #333333;
	}
/*---------------------------------------------------------------
						NAV CONTAINERS
---------------------------------------------------------------*/
#home_button p {
	background:url(../images/home_icon.gif) no-repeat center center;
	width:34px;
	height:34px;
	position:relative;
	top:0;
	left:0;
	}
ul.nav_buttons {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	margin-left:0;
	padding-left:0;
	width:955px;
	}
ul.nav_buttons li {
	float:left;
	margin-right:20px;
	display:block;
	}
#nav1 {
	background:url(../images/home_icon.gif) no-repeat center center;
	width:34px;
	height:34px;
	list-style-type:none;
	display:block;
	}
#nav2 {
	background:url(../images/nav_bullet.gif) no-repeat left center;
	padding-left:20px;
	margin-top:10px;
	}
#nav3 {
	background:url(../images/nav_bullet.gif) no-repeat left center;
	padding-left:20px;
	margin-top:10px;
	}
#nav4 {
	background:url(../images/nav_bullet.gif) no-repeat left center;
	padding-left:20px;
	margin-top:10px;
	}
#nav4 {
	background:url(../images/nav_bullet.gif) no-repeat left center;
	padding-left:20px;
	margin-top:10px;
	}
#nav5 {
	background:url(../images/nav_bullet.gif) no-repeat left center;
	padding-left:20px;
	margin-top:10px;
	}
#nav6 {
	background:url(../images/nav_bullet.gif) no-repeat left center;
	padding-left:20px;
	margin-top:10px;
	}
#nav7 {
	background:url(../images/nav_bullet.gif) no-repeat left center;
	padding-left:20px;
	margin-top:10px;
	}
/*---------------------------------------------------------------
						SUB NAV CONTAINERS
---------------------------------------------------------------*/
ul.sub_nav {
	width:249px;
	background-color:#414141;
	}
.sub_nav li {
	border-bottom:1px solid #6f6f6d;
	}
.sub_nav li a:link {
	background:url(../images/sub_nav_bullet.gif) left center no-repeat;
	background-position:8px 11px;
	display:block;
	width:224px;
	height:19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 0 3px 25px;
	}
.sub_nav li a:visited {
	background:url(../images/sub_nav_bullet.gif) left center no-repeat;
	background-position:8px 11px;
	display:block;
	width:224px;
	height:19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 0 3px 25px;
	}
.sub_nav li a:hover {
	background-color:#7a1316;
	}
.sub_nav li a:active {
	background-color:#7a1316;
	}

.sub_nav li a.current {
	background: #7a1316 url(../images/sub_nav_bullet.gif) left center no-repeat;
	background-position:8px 11px;
	display:block;
	width:224px;
	height:19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 0 3px 25px;
	}

/*---------------------------------------------------------------
						PNG HACKS
---------------------------------------------------------------*/
