@charset "utf-8";
.main #header {
	background-color: #DDDDDD;
	background-image: url(assets/head.png);
	height: 160px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	z-index: 5;
}
.main #header p {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.main #header p a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 11px;
}
.main #header p a:hover {
	text-decoration: underline;
}
.main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}





.main #footer {
	background-color: #DDDDDD;
	background-image: url(assets/footer.png);
	height: 30px;
	padding-bottom: 0;
	vertical-align: bottom;
	text-align: center;
}
.main #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	vertical-align: bottom;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: small;
}
.main #footer p a {
	color: #FFF;
	text-decoration: none;
}
.main #footer a:hover {
	text-decoration: underline;
}
.stretch #header {
	background-color: #DDDDDD;
	background-image: url(assets/head2.png);
	height: 162px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	z-index: 0;
}
.stretch #header p {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.stretch #header p a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 11px;
}
.stretch #header p a:hover {
	text-decoration: underline;
}
.stretch #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.stretch #footer {
	background-color: #DDDDDD;
	background-image: url(assets/footer2.png);
	height: 30px;
	padding-bottom: 0;
	vertical-align: bottom;
	text-align: center;
}
.stretch #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	vertical-align: bottom;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: small;
}
.stretch #footer p a {
	color: #FFF;
	text-decoration: none;
}
.stretch #footer a:hover {
	text-decoration: underline;
}
.stretch #faux {
	background-image: url(assets/fauxSide.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 290px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(assets/bground.gif);
}
a {
	color: #005DAB;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}



#nav {
	position: relative;
	top: 130px;
	z-index: 10;
}
#mainContent  {
	background-image: url(assets/main-background.jpg);
	margin: 0px;
	height: 460px;
}
#bodyText {
	padding-top: 30px;
	padding-bottom: 15px;
	position: static;
	left: 260px;
	padding-right: 30px;
}
#bodyText table {
	font-size: small;
	margin-bottom: 15px;
	margin-top: 30px;
}
#bodyText table td {
	padding-bottom: 10px;
	vertical-align: top;
	padding-left: 15px;
}
#bodyText h1 {
	font-size: small;
	color: #FFF;
	background-color: #2A8885;
	display: block;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#bodyText h2 {
	font-size: small;
	color: #FFF;
	background-color: #2A8885;
	display: block;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 260px;
	margin-right: 220px;
}

#bodyText p {
	font-size: small;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#splash {
	height: 500px;
	z-index: 0;
	width: 1000px;
}
#our_people {
	float: left;
	width: 200px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	height: 495px;
	padding-top: 15px;
	background-image: url(assets/grey-bg-540.jpg);
	margin-right: 30px;
}
#our_people h1 {
	font-size: large;
	font-style: normal;
	color: #004080;
	margin-bottom: 0px;
}

#our_people p {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #2A8885;
	font-size: small;
	margin-top: 10px;
	padding-bottom: 3px;
}

#our_people p a {
	font-weight: bolder;
	color: #005DAB;
	text-decoration: none;
}
#our_people p a:hover {
	text-decoration: underline;
}
.our_people_name {
	color: #004080;
	font-weight: bold;
	text-transform: uppercase;
}
.out_people_title {
	color: #2A8885;
	font-weight: bold;
}
.fauxSide {
	background-image: url(assets/fauxSide.gif);
	background-repeat: repeat-y;
}
#FlashID {
	z-index: 1;
}

#floatRight {
	float: right;
	width: 260px;
	height: 460px;
	margin-left: 30px;
}

#buildingSide {
	float: right;
	width: 200px;
	background-color: #c2e1ff;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	position: relative;
	top: 10px;
	margin-left: 15px;
	margin-bottom: 30px;
}

.blueTint {
	background-color: #E8F4FF;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

.whiteBreak {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 6px;
}

#freeContent  {
	padding-top: 0px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	background-image: url(assets/bgroundSHORT.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: middle;
	clear: right;
	width: 1000px;
}

#freeContent a {
	color: #005DAB;
}


 #freeContent h1  {
	font-size: small;
	color: #005DAB;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 80px;
	padding-left: 80px;
}
#freeContent h2 {
	font-size: x-small;
	display: block;
	background-color: #FFF;
	padding-left: 80px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}
#freeContent h2 a {
	text-decoration: none;
	color: #333;
}
#freeContent h2 a:hover {
	text-decoration: underline;
}



 #freeContent p {
	font-size: small;
	line-height: 1.75em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-right: 80px;
	padding-left: 80px;
}

#freeContent ul {
	font-size: small;
	padding-top: 0px;
	margin-top: 10px;
	line-height: 1.75em;
	padding-left: 100px;
	padding-right: 15px;
}

.blueTint a {
	text-align: left;
	color: #005DAB;
}
.buildingPix {
	margin-right: 6px;
	margin-bottom: 10px;
	border: 1px solid #000;
	margin-top: 10px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	height: 415px;
	padding-top: 15px;
	background-image: url(assets/grey-background.jpg);
	margin-right: 30px;
}
#sidebar h1 {
	font-size: large;
	font-style: normal;
	color: #004080;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar h2 {
	font-size: small;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-top: 0px;
}
#sidebar h2 a {
	color: #005DAB;
	text-decoration: none;
}
#sidebar h2 a:hover {
	text-decoration: underline;
}
#sidebar h3 {
	font-size: small;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 0px;
	color: #005DAB;
}



#sidebar p {
	color: #2A8885;
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar p a {
	color: #2A8885;
	text-decoration: none;
}
#sidebar p a:hover {
	text-decoration: underline;
}

#sidebar3 {
	width: 200px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 15px;
	margin-right: 30px;
	background-color: #E6E6E4;
	height: 555px;
	float: left;
	position: relative;
}
#sidebar3 h1 {
	font-size: large;
	font-style: normal;
	color: #004080;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar3 h2 {
	font-size: small;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 0px;
	color: #005DAB;
	left: 260px;
}
#sidebar3 h2 a {
	color: #005DAB;
	text-decoration: none;
}
#sidebar3 h2 a:hover {
	text-decoration: underline;
}



#sidebar3 p {
	color: #2A8885;
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar3 p a {
	color: #2A8885;
	text-decoration: none;
}



#sidebar3 p a:hover {
	text-decoration: underline;
}
.noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
.fauxSide_Fixed {
	background-image: url(assets/fauxSide.gif);
	height: 400px;
}
#floatingSteel {
	position: absolute;
	left: 290px;
	top: 450px;
	background-color: #FFF;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	height: 141px;
	padding-left: 10px;
}
#floating_design2 {
	position: absolute;
	z-index: 1000;
	float: right;
	left: 284px;
	top: 423px;
}
#floating_design3 {
	position: absolute;
	z-index: 1000;
	float: right;
	left: 56px;
	top: 438px;
}
#basic {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	background-image: url(assets/main-background.jpg);
	background-repeat: repeat-x;
	height: 400px;
}
#basic h1 {
	font-size: small;
	color: #FFF;
	background-color: #2A8885;
	display: block;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#basic h2 {
	font-size: small;
	color: #FFF;
	background-color: #2A8885;
	display: block;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 260px;
	margin-right: 220px;
}
#basic p {
	font-size: small;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#pacman {
	border: thick solid #2A8885;
	height: 350px;
	width: 350px;
}
#3col-list  ul{
	font-size: small;
	padding-top: 0px;
	margin-top: 10px;
	line-height: 1.75em;
	padding-left: 100px;
	padding-right: 15px;
	margin-right: 0px;
}

iframe {
border: 0px solid #ffffff;
}
#process_body {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	background-image: url(assets/main-background.jpg);
	background-repeat: repeat-x;
	height: 400px;
}
.error {
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #900;
}
#mainContent_540 {
	background-image: url(assets/main-bg-540.jpg);
	margin: 0px;
	height: 540px;
}
.bio_photos {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #2A8885;
	border: thin solid #2A9395;
}
#our_people_STRETCH {
	float: left;
	width: 200px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-right: 30px;
	padding-top: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#our_people_STRETCH h1 {
	font-size: large;
	font-style: normal;
	color: #004080;
	margin-bottom: 0px;
}

#our_people_STRETCH p {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #2A8885;
	font-size: small;
	margin-top: 10px;
	padding-bottom: 3px;
}

#our_people_STRETCH p a {
	font-weight: bolder;
	color: #005DAB;
	text-decoration: none;
}
#our_people_STRETCH p a:hover {
	text-decoration: underline;
}
.print {
	display: none;
}

.float_right {
	padding-bottom: 5px;
	padding-left: 15px;
	float: right;
}
.clear {
	clear: both;
}
.clear-50 {
	clear: both;
	position: relative;
	top: -30px;
}
.float_left {
	padding-bottom: 5px;
	float: left;
	padding-right: 15px;
}
#slider {
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

  #slider li.mbSlider_Slide {
	width:840px;
	height:80px;
	background-color: #E9E9E9;
	padding: 0px;
    }
#slider ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#slider p {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	text-align: center;
	height: 80px;
}
#slider p .author {
	font-size: 14px;
	font-weight: normal;
}
#print {
	float: right;
	height: 48px;
	width: 48px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#slider2 {
	padding: 0px;
}

  #slider2 li.mbSlider_Slide {
	width:600px;
	height:80px;
	background-color: #E9E9E9;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }
#slider2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#slider2 p {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	text-align: center;
	padding-top: 10px;
}
#slider2 p .author {
	font-size: 11px;
	font
