/* FRONT-END DEVELOPMENT BY MARTIN CENTURION (http://martincenturion.com) */

/* --- CSS RESET (by ERIC MEYER) --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/* --- LAYOUT --- */

body {
	background: #e7e9ef url(images/bckgBody.png) repeat-x;
	font-family: Arial, sans-serif;
}

#container {
	background:url(images/back_container.png) repeat-x top #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 10px 40px 10px;
	width: 960px;
	position:relative;
}

#containerOffice {
	
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 10px 40px 10px;
	width: 960px;
	/*background: #fff url(images/bckgContent.png) repeat-x left bottom;*/
	background:url(images/back_container.png) repeat-x top #fff;
	padding-bottom: 0;
}

#header {
	background:url(images/backnav.png) repeat-x top;
}

#logo {
	background: none;
	height: 35px;
	margin: 0 0 0 25px;
	width: 382px;
}

#logo a{
	background: url(images/logoTDA.gif) no-repeat;
	display: block;
	height: 42px;
	
	text-indent: -9999px;
	width: 392px;
}

h2.callUs {
	color: #888888;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-right: 50px;
	text-transform: uppercase;
}

	h2.callUs span.number {
		font-size: 18px;
		color:#018f2c;
	}

hr.hrMenu {
	background: url(images/hrMenu.jpg) no-repeat;
	border: none;
	height: 29px;
	margin: 0;
	width: 960px;
}

ul#menu {
	margin: 0 0 0 20px;
	overflow: hidden;
}

ul#menu  li a{
	border-right: 0px solid #e6e0dd;
	display: block;
	float: left;
	font-size: 15px;
	list-style: none;
	padding: 10px 18px;
	margin-top:10px;
	margin-bottom:10px;
}

	ul#menu li a.current {
		color: #336633;
		background: #fefee8;
	}

ul#menu  li a:hover{
	background: #fefee8;
	color:#336633;
}

	ul#menu li.last a {
		border-right: none;
	}

ul#menu li a {
	color: #fff;
	text-decoration: none;
}

#main {
}

.content {
	margin: 0 25px 0 0;
	padding: 10px 0 0 30px;
	width: 560px;
}

.contentInner {
	margin: 0 25px 0 0;
	padding: 10px 0 0 30px;
	width: 455px;
}

.contentOffice {
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
}

.bckgTitle {
	background: url(images/bckgTitle.png) no-repeat;
	height: 65px;
	margin: 5px 0 0 0;
	padding: 30px 0 0 30px;
	width: 936px;
}

.bckgTitle2 {
	background: url(images/bckgTitle2.png) no-repeat;
	height: 163px;
	margin: 5px 0 0 0;
	padding: 30px 0 0 30px;
	width: 936px;
}

.bckgTitle2 p {
	color: #444;
	font-size: 14px;
	line-height: 150%;
	margin: 5px 0 0 0;
}

h1 {
	display: block;
	text-indent: -9999px;
}

h1.aboutTit {
	background: url(images/bckgTitleAbout.png) no-repeat;
	height: 39px;
	width: 393px;
}

h1.meetTit {
	background: url(images/bckgTitleMeet.png) no-repeat;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 192px;
}

h1.meetStaffTit {
	background: url(images/bckgTitleStaff.png) no-repeat;
	display: block;
	height: 46px;
	text-indent: -9999px;
	width: 171px;
}

h1.whatTit {
	background: url(images/bckgTitleWhat.png) no-repeat;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 131px;
}

h1.officeTit {
	background: url(images/bckgTitleOffice.png) no-repeat;
	display: block;
	height: 43px;
	text-indent: -9999px;
	width: 149px;
}

.content h2 {
	border-bottom: 1px solid #cccccc;
	/*color: #b8955f;*/
	color: #336633;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 10px 0;
}

.content ul.services {
	color: #3e3d3c;
	font-size: 14px;
	list-style: disc;
	margin: 20px 10px 0 15px;
	width: 165px;
}

	.content ul.services a:link, .content ul.services a:visited {
		color: #3e3d3c;
		text-decoration: none;
	}
	
	.content ul.services a:hover, .content a:active {
		color: #B8955F;
		text-decoration: none;
	}

	.content ul.last {margin-right: 0;}

	.content ul.services li {
		margin-bottom: 20px;
	}
	
.contentInner p {
	color: #444;
	font-size: 15px;
	line-height: 150%;
	margin: 0 0 25px 0;
}

.contentInner h2, .contentInner h3 {
	margin: 0 0 25px 0;
}

.contentInner h2 {
	color: #03902e;
}

.contentInner h3 {
	color: #31bf5d;
}

.contentInner ul {
	color: #444;
	font-size: 15px;
	list-style: disc;
	line-height: 150%;
	margin: 0 0 20px 0;
}

.contentInner ol {
	color: #444;
	font-size: 15px;
	line-height: 150%;
	margin: 0 0 20px 0;
}

	.contentInner ul li, .contentInner ol li {
		margin: 0 0 10px 30px;
	}

.sidebarHome {
	margin: -260px 0 0 0;
	overflow: hidden;
	position: relative;
	width: 340px;
	z-index: 100;
}

.sidebarInner, .sidebarInner2 {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 395px;
	z-index: 100;
}

.sidebarInner {
	margin: -70px 0 30px 0;
}

.sidebarInner2 {
	margin: 20px 0 30px 0;
}

p.callOut {
	background: url(images/bullet.gif) no-repeat right top;
	color: #a07129;
	font-size: 14px;
	margin: 50px 0 0 0;
	padding: 0 50px 10px 5px;
	text-align: right;
}

	p.callOut a {
		color: #a07129;
		text-decoration: none;
	}

.imgHeader {
	margin: 10px 0 0 0;
}
	
a.btnTour {
	background: url(images/btnTour.png) no-repeat;
	display: block;
	height: 22px;
	margin-right: 15px;
	width: 127px;	
}

a.btnMeet {
	background: url(images/btnMeet.png) no-repeat;
	display: block;
	height: 22px;
	width: 167px;	
}

a.btnTour, a.btnMeet {
	color: #6b4b1d;
	font-size: 15px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
}

.schedule {
	background: url(images/bckgSchedule.png) no-repeat;
	clear: both;
	height: 262px;
	margin-top: 200px;
	padding: 20px 0 0 40px;
	width: 341px;
}

.schedule form {
	margin: 20px 0 0 20px;
	text-align: right;
	width: 230px;
}

.schedule label {
	font-size: 13px;
}

.schedule input {
	background: #e9e7e5;
	border-left: 1px solid #b1b0ae;
	border-top: 1px solid #b1b0ae;
	height: 25px;
	margin: 0 0 10px 10px;
	width: 175px;
}

.schedule input.send {
	background: transparent url(images/bckgBtnSend.png) no-repeat;
	border: none;
	height: 22px;
	margin-top: 20px;
	text-indent: -9999px;
	width: 65px;
}

h2.scheduleTxt {
	background: url(images/schedule.png) no-repeat;
	display: block;
	height: 30px;
	margin: 10px;
	text-indent: -9999px;
	width: 225px;
}

.servicesBox {
	border-bottom: 2px solid #ac8243;
	height: 330px;
	margin: 0 35px 0 30px;
	width: 600px;
}

.servicesBox2 {
	background: #f5f4f1;
	border-bottom: 2px solid #ac8243;
	height: 330px;
	margin: 0 35px 0 30px;
	width: 230px;
}

.servicesBox h2, .servicesBox2 h2 {
	background: #fff;
	border-bottom: 2px solid #ac8243;
	color: #a07129;
	font-size: 18px;
	padding: 0 0 15px 5px;
	text-transform: uppercase;
}

.servicesBox h2 {
	margin-bottom: 10px;
}

.servicesBox h3 {
	color: #444444;
	margin-bottom: 15px;
	padding-left: 15px;
}

.servicesBox hr {
	border: none;
	border-top: 1px solid #ac8243;
}

.servicesList {
	margin-right: 10px;
	padding: 0 0 0 10px;
	width: 180px;
}

	.lastList {margin-right: 0}
	
.servicesList ul {
	color: #444444;
	font-size: 14px;
	list-style: disc;
	margin-left: 15px;
}

	.servicesList ul.equalHeight {
		height: 80px;
	}

.servicesList ul li {
	margin-bottom: 15px;
}

	.servicesList ul li a {
		color: #444;
		text-decoration: none;
	}

.technologyList {

	color: #70706f;
	font-size: 14px;
	list-style: disc;
	padding: 20px 0 20px 40px;
}

.technologyList li {
	margin: 0 0 16px 0;
}

	.technologyList li a {
		color: #70706f;
		text-decoration: none;
	}

#footer {
	color: #666;
	font-size: 11px;
	margin: 25px auto;
	text-align: center;
	width: 980px;
}

.clear {clear: both;} .left {float: left;} .right {float: right;} 



/*Slideshow*/


#slideshow-container { width:970px; height:309px; *height:315px; left:-10px;position:relative; padding:7px 0 0 10px}
#menu-slideshow {left:625px;position:absolute;top:286px;}
#menu-slideshow  a { color:#000; text-decoration:none; display:block; font-weight:bold; float:left; width:20px;*width:34px; height:24px;*height:30px; padding: 6px 0 0 14px }
#menu-slideshow  a.wactive { background:url(images/active.png) no-repeat; color:#000 }
.view {left:556px;position:absolute;top:292px; font-weight:bold; color:#000}
#slideshow img { float:left}

#slideshow div {color:#F9F9F9;float:right;line-height:20px;margin-right:80px;padding-top:25px;text-align:center;width:350px; }

#slideshow div h4 { font-weight:normal; font-size:20px; margin-bottom:20px; color:#444;}
#slideshow div  p { font-style:italic;color:#444; }

.secNav {

	color: #70706f;
	font-size: 14px;
	list-style: disc;
	padding: 20px 0 20px 35px;
	text-decoration:none;
}

.secNav2 {

	color: #70706f;
	font-size: 12px;
	text-decoration:none;
}

.apptform {

	color: #363636;
	font-size: 12px;
}

.text1 {
color: #444;
font-size: 15px;
line-height: 150%;
}
