body {
	font: normal .8em/135% 'PT Sans', sans-serif;
	/*background-color: #e0e2d4;*/
	background: #eff0ea url(../images/background_6.jpg) no-repeat;
	-webkit-font-smoothing: subpixel-antialiased;
}
#wrap {
	width: 960px;
	margin: 0px auto;
	
}
a {
	text-decoration: none;
}
p {
	font-size: 1.2em;
	line-height: 145%;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
h1, h2 {
	font-family: 'PT Sans', sans-serif;
}
#nav {
	margin: 200px 0 0 200px;
}
nav {
	margin: 50px 0px 0 68px;
	clear: both;
}
nav ul {
	font: 1.1em 'PT Sans', sans-serif;
	list-style-type: none;
	
}
nav ul li {
	display: inline;
	padding-right: 10px;
}
nav ul a{
	padding: 0 0 0 10px;
}
.nav_margin {
	margin-left: 65px;
}
nav ul a:link {
	color: #3b6cb2;
}
nav ul a:visited {
	color: #3b6cb2;
}
nav ul a:hover {
	color: #fff;
}
nav ul a:active {
	color: #3b6cb2;
}
#nav_images {
	
}
#nav_images img {
	padding: 10px;
}
#nav_images img.fade:hover {
	opacity: 0.5;
}
#nav_images img.o_border:hover {
	border: 5px solid #3b6cb2;
}
.b_border {
	border: 5px solid #3b6cb2;
}
.o_border {
	border: 5px solid #d78d3a;
}
/*nav ul a:link {
	color: #f6f0ec;
}
nav ul a:visited {
	color: #f6f0ec;
}
nav ul a:hover {
	color: #75a1a5;
}
nav ul a:active {
	color: #f6f0ec;
}*/
a.hide_text {
  display: block;
  width: 277px;
  height: 177px;
  background: url(../images/logo_2.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.spacer {
	clear: both;
}
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
a.overlay
{
	display: block;
	margin: 20px 20px 1em 20px;
	float: left;
	position: relative;
}
a.overlay:hover { border-color: #000; }
 
	a.overlay:hover .overlay_action
	{
		position: absolute;
		z-index: 3;
		width: 205px;
		height: 205px;
		border: 5px solid #fff;
		padding: 10px;
	}
		a.overlay .overlay_action .caption
		{
			font: normal 1.5em 'PT Sans', sans-serif;
			position: absolute;
			height: 30px;
			line-height: 30px;
			width: 205px;
			z-index: 3;
			text-indent: -9999em;
			color: #3b6cb2;
			
			bottom: 10px;
			overflow: hidden;

		}
		a.overlay:hover .caption
		{
			text-indent: 50px;
			background: rgb(255,255,255);
			/* for browsers that know rgba */
			background: rgba(255, 255, 255, 0.75);
		}
		a.overlay img { display: block; }
		

a.overlay2
{
	display: block;
	margin: 20px 20px 1em 20px;
	float: left;
	position: relative;
}
a.overlay2:hover { border-color: #000; }
 
	a.overlay2:hover .overlay_action2
	{
		position: absolute;
		z-index: 3;
		width: 205px;
		height: 205px;
		border: 5px solid #fff;
		padding: 10px;
	}
		a.overlay2 .overlay_action2 .caption2
		{
			font: normal 1.5em 'PT Sans', sans-serif;
			position: absolute;
			height: 30px;
			line-height: 30px;
			width: 205px;
			z-index: 3;
			text-indent: -9999em;
			color: #d78d3a;
			
			bottom: 10px;
			overflow: hidden;

		}
		a.overlay2:hover .caption2
		{
			text-indent: 50px;
			background: rgb(255,255,255);
			/* for browsers that know rgba */
			background: rgba(255, 255, 255, 0.75);
		}
		a.overlay2 img { display: block; }
		