/* Layout */

* {margin: 0; padding: 0; background-repeat: no-repeat;}

body
{
	background-image: url(/images/back_shadow.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #ffffff;
	font-size: 13px;
	color: #00334d;
	font-family: Helvetica, Arial, sans-serif;
}

.secondary
{
	background-image: url(/images/top_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.container
{
	width: 950px;
	margin: auto;
	background-image: url(/images/back.jpg);
	background-repeat: no-repeat;
}

.head
{
	background-image: url(/images/top.jpg);
	height: 76px;
}

div.logo
{
	width: 250px;
	height: 76px;
	float: left;
}

a.logo
{
	display: block;
	width: 250px;
	height: 76px;
	text-decoration: none;
}

div.logo2
{
	height: 84px;
}

a.logo2
{
	display: block;
	height: 84px;
	width: 220px;
	text-decoration: none;
}

.box
{
	margin-left: 20px;
	margin-right: 20px;
	background-repeat: repeat-x;
}

.left
{
	width: 615px;
	float: left;
	background-repeat: repeat-y;
	background-image: url(/images/content_back.jpg);
}

.insideBox
{
	background-image: url(/images/bottom.jpg);
}

.content
{
	
	margin-left: 20px;
	margin-right: 10px;
	padding: 10px 20px 5px 20px;
	min-height: 400px;
	line-height: 125%;
}

.right
{
	width: 295px;
	float: left;
	display: none;
}

.bottomNav
{
	clear: left;
	width: 615px;
	float: left;
	text-align: center;
	color: #0c525f;
	padding-top: 10px;
	background-image: url(/images/contentEnd.jpg);
	background-position: top left;
	margin-bottom: 20px;
}

.bottomNav a
{
	text-decoration: none;
	font-weight: normal;
	color: #0c525f;
}

/* Menu Styles */

.menu
{
	height: 75px;
	background-image: url(/images/menu_back.jpg);
	background-repeat: repeat-x;
	padding-left: 3px;
	width: 554px;
	margin-left: 10px;
	float: left;
}

.menu a
{
	display: block;
	float: left;
	margin-right: 3px;
	height: 60px;
	text-indent: -300px;
	background-position: left;
	font-size: 0px;
	overflow: hidden;
	color: #b1b579;
}

.menu a:hover
{
	background-position: right;
}

.menu a.here
{
	background-position: right;
}

a#services {background-image: url(/images/menu/services.jpg); width: 122px;}
a#team {background-image: url(/images/menu/team.jpg); width: 132px;}
a#studies {background-image: url(/images/menu/studies.jpg); width: 165px;}
a#contact {background-image: url(/images/menu/contact.jpg); width: 122px;}

/* General Rules */

.clear
{
	clear: both;
}

h2, h3
{
	color: #0a6392;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
	margin-top: 20px;
}

h4
{
	margin-bottom: 10px;
}

p
{
	margin-bottom: 10px;
	clear: left;
}

ul
{
	margin-left: 30px;
	margin-bottom: 10px;
	list-style-type: disc;
}

li
{
	margin-bottom: 0px;
	font-weight: bold;
	color: #0a6392;
}

.items p
{
	margin-left: 15px;
}

a
{
	font-weight: bold;
	color: #0a6392;
}

a:hover
{
	color: #666942;
}

.yellow {background-color: #cee0eb;}

h3.down {cursor: pointer;}

.heading {float: left; margin-bottom: 25px; height: 23px; width: 144px;}



#searchForm
{
	float: right;
}

#searchForm input
{
	background-color: #e6dfd8;
	border: none;
	padding: 2px;
	font-size: 12px;
	color: #9c8f82;
	width: 200px;
}

#resultNum
{
	display: block;
	font-size: 12px;
	height: 20px;
	text-align: right;
	padding-top: 5px;
}

input#toAddress
{
	width: 200px;
}

#map
{
	margin-top: 10px;
}

td.picBox
{
	vertical-align: top;
}

.vCard
{
	clear: left;
	margin-bottom: 30px;
}

.vCard img
{
	margin-right: 5px;
}

.vCard a
{
	text-decoration: none;
}

.pic
{
	border: 1px #333 solid;
}

.vCard a img
{
	border: none;
	margin-left: 5px;
	position: relative;
	top: 3px;
}

.vCard img.r, .vCard img.d
{
	margin: 0;
}

.download
{
	color: #0a6392;
	font-size: 11px;
	font-weight: bold;
	line-height: 180%;
}

a span
{
	text-decoration: underline;
}

.vCard h3
{
	margin: 0;
}

a.readMore
{
	display: none;
	cursor: pointer;
}

.items a.readMore
{
	margin-left: 15px;
}

