﻿.body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 13px;
	color: #000000;
}
.pagetitle {
	color: #005F98;
	text-transform: uppercase;
	font: bold 120% Arial, Helvetica, sans-serif;
}
.subtitle {
	color: #CF1519;
	font: bold 115% Arial, Helvetica, sans-serif;
}

a {
	color: #4E7DD6;
	text-decoration: none;

}
a:visited {
	color: #4E7DD6;
	text-decoration: none;
}
a:active {
	color: #4E7DD6;
	text-decoration: none;
}
a:hover {
	color: #4E7DD6;
	text-decoration: underline;
}
b {
	font-size: 100%;
}
.indent {
	margin-left:40px
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
table.projects {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	width: 375px;
	float: left;
}
td.projects {
	text-align: center;
}
.project_elements {
	text-align: center;
}
.key_project {
	border: 1px solid #000000;
	background-color: #D6CEBB;
}
img.thumbnails {
	border: 1px #000000 solid;
	margin: 5px;
	text-decoration: none;
}
img.smallthumbs {
	margin: 0 5 0 5;
	border-width: 0;
	text-decoration: none;
}
img.border {
	border: #000000;
	border-style: solid;
	border-width: 1;
}
img.headshot {
	border: 1px #000000 solid;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.career_heading {
	white-space: nowrap;
}
.major_headings {
	margin-bottom: 0px;
	padding-bottom: -10px;
}

.masthead {
	background-color: #D0C6AF;
	background-image: url('../images/top_sweep.jpg');
	background: #D0C6AF url('../images/top_sweep.jpg') repeat-y;
	white-space: nowrap;
}
.logo {
	border-width: 0px;
}
.topimage1 {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-left: 100px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.topimages {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 10px;
}
/*Top Navigation*/
.current {
	background: url('../images/blockcurrent.gif') center center repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}

.navbar {
	border: 0px;
	white-space: nowrap;
}
.chromestyle {
	border: 0px;
	width: inherit;
	font-weight: bold;
}
.chromestyle:after {
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	border-left: 0px;
	border-right: 0px;
	border: 1px solid #BBB;
	width: inherit;
	background: url('../images/blockdefault.gif') center center repeat-x;
/*THEME CHANGE HERE*/	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/;
	padding-left: 183px;
	color: #FFFFFF;
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #FFFFFF;
	padding: 4px 7px 4px 6px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	text-transform: uppercase;
}
.chromestyle ul li a:visited {
	color: #FFFFFF;
	padding: 4px 7px 4px 6px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	text-transform: uppercase;
}
.chromestyle ul li a:hover{
	background: url('../images/blockactive.gif') center center repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}
.chromestyle ul li a[rel]:after {
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #BBB;
/*THEME CHANGE HERE*/	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
/*THEME CHANGE HERE*/	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.dropmenudiv a:visited {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
/*THEME CHANGE HERE*/	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
* html .dropmenudiv a {
	/*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover {
	/*THEME CHANGE HERE*/
background-color: #B4B4B4;
	color: #FFFFFF;
	text-decoration: none;
}
.leftcolumn {
	border-left: 10px solid;
	text-align: center;
	background-color: #005F98;
	border-left-color: #4D8FB7;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #4D8FB7;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top-width: 0px;
	border-top-color: #000000;
	border-top-style: solid;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#blueblock {
	width: auto;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: transparent;
	color: #333;
	text-align: left;
	font-weight: bold;
}
* html #blueblock {
	/*IE 6 only */
w\idth: 207px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}
#blueblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#blueblock li {
	border-bottom: 1px #FFFFFF solid;
	margin: 0;
}
#blueblock li a {
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px #2175BC solid;
	border-right: 10px #2175BC solid;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
html > body #blueblock li a {
	/*Non IE6 width*/
width: auto;
}
#blueblock li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
.tagline {
	margin-top: 20px;
}
.centercolumn {
	padding: 0px;
	text-align: left;
	background-color: #D0C5AF;
	border-top-width: 0px;
	border-top-color: transparent;
	border-top-style: solid;
	background-image: url('../images/content_back.jpg');
	background-repeat: repeat-y;
	width: 100%;
}
.content_wrapper {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-color: inherit;
	border: 0px transparent solid;
	width: 100%;
	height: 100%;
	background-image: url('../images/content_swoosh.png');
	background-repeat: no-repeat;
}
.rightcolumn {
	text-align: center;
	background-color: #005F98;
	border-top-width: 0px;
	border-top-color: #000000;
	border-top-style: solid;
}
table.home {
}

