@charset "UTF-8";
body {
	background: #FFF;
	margin: 0; 
	padding: 0;
	/*text-align: center;*/
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: relative;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	width: 1040px;
	background: #FFFFFF;
	/*margin: 0 auto; */
	border: 0px solid #000000;
	position: relative;
	height: 900px;
}
#container #sidebar1 ul
{
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
#container #sidebar1 ul li {
	list-style: none;
}
#container #sidebar1 #nav ul li a {
	text-decoration: none;
	width: 149px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px solid #E8B558;
}

#container #sidebar1 #nav ul li a:link, #container #sidebar1 #nav ul li a:visited{
	color:#666;
}
#container #sidebar1 #nav ul li a:hover, #container #sidebar1 #nav ul li a:active{ color:#000; }
#container #mainContent #col1 {
	width: 48%;
	float: left;
	margin-right: 25px;
	overflow: hidden;
}
#container #mainContent #col2 {
	float: left;
	width: 48%;
}
#mainContent {
	margin: 0 0 0 200px;
	padding: 15px 20px 0 5px;
	color: rgb(96,88,88);
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	font-size: 0.75em;
	min-width: 810px;
	min-height: 500px;
}
#header {
	padding: 0 10px 0 20px;  
	background: url(../_images/banner_B.jpg) no-repeat;
	height: 75px;
} 
.team #container #mainContent #colWide p {
	text-align: center;
	margin-top: 5em;
}
.home #container #mainContent #col2{ }
.home #container #mainContent #col2 { background: url(../_images/DATIA-logo.jpg) no-repeat 215px 140px; }
body.workplace #container #mainContent #col2 {
	float: left;
	width: 48%;
	padding-top: 0em;
}

#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 */
	color: #000;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* the background color will be displayed for the length of the content in the column, but no further */
	min-height:1px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#container #footer {
	font-size: 0.65em;
	position: relative;
	margin-top: 25px;
	width: 85%;
	z-index: 5000;
	margin-left: 210px;
}
.difference #container #footer {margin-top:5px;}
.services #container #footer {margin-top:5px;}
.home #container #footer {margin-top:-25px;}


#footer p {
	font-size: 0.65em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #sidebar1 #nav ul li a.last {
	border-bottom: none;
}
#container #mainContent #date p {
	font-weight: bold;
	color: #999;
	font-size: .9em;
}
#container #mainContent #col1 h1 {
	font-size: 1.15em;
	color: #000;
}
#container #mainContent #col1 h2 { font-size: 1em; }

#container #mainContent #colsTitle h1 {
	margin-bottom: 0.25em;
	color: #000;
}
#container #mainContent #colsTitle h1 {
	font-size: 1.15em;
	margin-bottom: 0.5em;
	color: #000;
	text-align: center;
}
.services #container #mainContent #table h1 {
	font-size: 1.3em;
	color: #000;
	padding-bottom: 1em;
}
/*#footer #seal {
	float: right;
	margin-top:-210px;
	margin-right: 125px;
}*/
body.workplace #footer #seal {
	float: right;
	margin-top:-145px;
	margin-right: 125px;
}
.home {
	
}

.workplace {
	
}
.source { font-size: 0.7875em; }
.services .source { font-size: 0.7875em; }
#container #mainContent ul {
	margin-left: 15px;
	padding-left: 0px;
	list-style:none;
}
#container #mainContent ul li {
	background: url(../_images/bullet-rust.png) no-repeat 5px 5px;
	padding-left: 15px;
	margin-left: -20px;
	margin-bottom: 0px;
	display:block;
	padding-bottom: 1px;
}
.services #container #mainContent ul li {
	background: url(../_images/bullet-rust.png) no-repeat 5px 5px;
	padding-left: 15px;
	margin-left: -20px;
	margin-bottom: 4px;
	display:block;
}

#colWide {
	margin-top: 15px;
	position: relative;
}
.contact #colWide {
	margin-top: 15px;
	background: url(../_images/vito_LG.jpg) no-repeat 250px center;
	height: 400px;
	vertical-align: middle;
}
#colWide h1{
	font-size: 1.15em;
	text-align: center;
	color: #000;
	padding-right: 30px;
}
.difference #container #mainContent #col2 ul hr {
	border: 0;
	color: #E8B558;
	background: #E8B558;
	width: 100%;
	text-align: left;
	display: block;
	margin-left: -15px;
	padding-left: 0px;
	height: 1px;
	margin-bottom:3px;
	margin-top: 3px;
}
.difference #container #mainContent #insideBanner {
	position: relative;
	margin-bottom: 1px;
}

.difference #container #mainContent #insideBanner h1, { color:#000; font-size: 1.15em; }
.difference #container #mainContent #insideBanner #bannerTitle {
	margin-left: 190px;
	position: relative;
	margin-top: -80px;
}
.team #container #mainContent #colWide table#TeamTable, .team #container #mainContent #colWide table#TeamTop {
	width:75%;
	margin-left:10%;
	margin-right:10%;
}
.team #container #mainContent #colWide table tr .name{
	font-weight: bold;
	text-align: center;
}
.team #container #mainContent #colWide a:link, .team #container #mainContent #colWide a:visited {
	color: #605858;
}
.team #container #mainContent #colWide a:hover, .team #container #mainContent #colWide a:active {
	color: #666;
}

.team #container #mainContent #colWide table tr .category{
	font-size: 1em;
	text-align: center;
}
.team #container #mainContent #colWide #TeamTop tr td { text-align: center; }
.team #container #mainContent #colWide #TeamTop tr td img {
	margin-bottom: 10px;
	border-style: none;
}
.mona {
	float: left;
	margin-right: 20px;
}
.contact #container #mainContent #colWide h1 {
	text-align: left;
	color: #000;
}
#container #sidebar1 #sidebarGFX img { margin-top: 95px; }
.tm { font-weight: normal; }
.clrboth { clear: left; }
.services #container #sidebar1 #sidebarGFX {
	width: 90%;
	position:relative;
}
.services #container #sidebar1 #sidebarGFX img.seal {
	margin-left: 15px;
	padding: 0px;
}
/*.services #container #sidebar1 #sidebarGFX img {
	top: 0px;
	margin-top: 0px;
}
*/
.services #container #mainContent #col1 { font-size: 0.95em; }
.services #container #mainContent #col2 { font-size: 0.95em; }
.workplace #container #mainContent #colsTitle h1, .difference #container #mainContent #colsTitle h1, .renaissance #container #mainContent #colsTitle h1 {
	text-align: center;
	color: #000;
	padding-bottom: 1em;
}
.workplace #container #mainContent #colsTitle { padding-right: 50px; }
.services #container #mainContent #table {
	float: left;
	vertical-align: top;
	font-size: 0.875em;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
	margin-bottom: 25px;
}
.services #container #mainContent #table #pullQuote {
	font-style: italic;
	font-weight: bold;
	background: url(../_images/pullQuote_bg.jpg) repeat-y right top;
	padding: 8px 7px;
	top: 240px;
	position: absolute;
	text-align: right;
	right: 5px;
	width: 250px;
}
.services #container #mainContent #table td{ padding-left: 5px; padding-right: 3px;}

.services #container #mainContent #table table .stepTitle {
	color: rgb(153,51,0);
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.services #container #mainContent #table table .step
{
	color: #666;
	font-weight: bold;
	font-size: 1.1em;
}
.services #container #mainContent #table table tr td ul li {
	letter-spacing: -0.1em;
	font-size: .9em;
}
.services #container #mainContent #table #seal {
	position: absolute;
	right: 95px;
	bottom: 5px;
	height: 110px;
}
.services #container #mainContent #table table .stepTitle .noBold {
	font-size: 0.85em;
	font-weight: normal;
}
.services #container #mainContent h1 .highlight { color: rgb(153,51,0); }
.services #container #mainContent #table table td.borderON { border-right: 1px solid #E8B558; }
.home #container #sidebar1 #nav .submenu {
	font-size: 0.7em;
	margin-bottom: 0px;
	padding-bottom: 0.9em;
	margin-top: 0px;
	padding-top: 0px;
}
.home #container #sidebar1 #sidebarGFX img { margin-top: 25px; }
.home #container #sidebar1 #nav { }
.team #container #mainContent #colWide #2col #colA {
	float: left;
	position: relative;
}
.team #container #mainContent #colWide #2col #colB { position: relative; }
.k { color: #000; }
#container a:link, #container a:visited { color: #00F; }
#container a:hover, #container a:active { color: #006; }
.workplace #container #mainContent #col1 ul li { padding-bottom: 0.75em; }
.home #container #mainContent #colsTitle h1 {
	padding-right: 25px;
	padding-bottom: 1em;
}
.workplace #container #footer { margin-top: -5px; }
.PENhighlight { background: #fafad2; }
.team #container #mainContent #colWide #TeamTop a:link.bios, .team #container #mainContent #colWide #TeamTop a:visited.bios{ color: #03F; }
.team #container #mainContent #colWide #TeamTop a:hover.bios, .team #container #mainContent #colWide #TeamTop a:active.bios{ color: #009; }
