/* general */

*, html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 965px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #FFF url(../images/bg.gif) repeat-x left top;
}


#wrapper {
	width: 965px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: transparent;
	vertical-align: middle;
}



/* logo */

#logo {
	width: 430px;
	height: 72px;
	color: #000;
	background: transparent url(../images/logo.gif) no-repeat left top;
	float: left;
	display: block;
	margin-bottom: 2px;
}

#logo a {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-indent: -9999px;
	height: 72px;
	border: 0px;
	text-decoration: none;
}


/* body */

.header {
	width: 630px;
	height: 31px;
	text-align: left;
	padding: 7px 6px 0 7px;
	margin: 0 14px 0 2px;
	background: url(../images/bg-header.gif) repeat-x left top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

.content a:link {
	color: #4E5F8B;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

.content a:visited {
	color: #4E5F8B;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
	
.content a:hover {
	color: #C74C10;
}


.content {
	width: 613px;
	float: left;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 8px 0 20px 11px;
}

h1 {
	font-size: 19px;
	color: #011A56;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
}


p {
	margin-bottom: 15px;
	line-height: 145%;
}

hr {
	border: none 0;
	border-top: 1px solid #CCC;
	height: 1px;
	margin: 8px 0px;
}

ul {
	padding: 0 15px 15px 30px;
}

.insetList {
	padding: 0 15px 0px 30px;
}

li {
	margin-bottom: 10px;
}

.caption {
	font-size: 11px;
	line-height: 120%;
	text-align: center;
}

.form {
	padding: 10px;
	background: #eee;
	margin-top: -10px;
	}

.form p {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0;
	}
	
.form textarea, .form select, .form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	

/* tables */

.table {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.tformat {
	padding: 2px 40px 2px 0px;
}

/* nav  */

html>body #nav  {
	left: 20px;
	} 

#nav {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	white-space: nowrap;
	height: 31px;
	display: inline;
	overflow: hidden;
	width: 765px;
	z-index: 1002;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 31px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:31px;
	}
	
#nav a:hover {
	background-position: 0 -31px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -31px;
	}
	
#thome a  {
	width: 73px;
	background:  url(../images/nav/home.gif) top left no-repeat;
	border-left: 2px #fff solid;
	}

#tcapabilities a  {
	width: 121px;
	background:  url(../images/nav/capabilities.gif) top left no-repeat;
	border-left: 2px #fff solid;
	}

#texperience a  {
	width: 113px;
	background:  url(../images/nav/experience.gif) top left no-repeat;
	border-left: 2px #fff solid;
	}

#texpertise a  {
	width: 104px;
	background:  url(../images/nav/expertise.gif) top left no-repeat;
	border-left: 2px #fff solid;
	}
	
#tclients a  {
	width: 113px;
	background:  url(../images/nav/clients.gif) top left no-repeat;
	border-left: 2px #fff solid;
	}

#tstaff a  {
	width: 106px;
	background:  url(../images/nav/staff.gif) top left no-repeat;
	border-left: 2px #fff solid;
	} 
	
#tcontact a {
	width: 117px;
	background: url(../images/nav/contact.gif) top left no-repeat;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
}
.normalLink a:link, a:visited {
	text-decoration: none;
}

.normalLink a:hover {
	background: none;
}


/* footer  */

#copyright {
	width: 935px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin: 20px 0 20px 13px;
	border-top: 1px solid #ccc;
	padding: 7px 0 20px 0;
}