body {
	background-color: #1d737c;
	background-image:url(images/bodyBgnd.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	text-align:center;
	font: normal 11px Tahoma, Geneva, sans-serif;
}
.flag
{
    text-decoration:none;
    font-weight:bold;
    font-size:10px;
}
#main 
{
    margin: 0 auto;
    padding:0;
    width:800px;    
    text-align:left;
}
#wrapper
{
    width:760px;
    _width:800px;
    padding:20px;
    background-color:#FFF;
    border:1px solid #ccc;
    border-radius:10px;
}
td {
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #616150;
}

h1, h2, h3, h4, h5 {

    color: #460a04;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {
color: #414141;
}

a:hover {
color: #00527d;
text-decoration: none;
}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}
.bold {font-weight:bold;}
.white-text{
color: #ffffff;
}
.blue-text-underline {
color: #2b8899;
text-decoration: underline;
}

.blue-text-regular {
color: #2b8899;
}

.yellow-text-regular {
color: #db9a00;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #fc614b;
}

.orange-text-underline {
color: #fc614b;
text-decoration: underline;
}

.red-text-regular {
color: #920f0d;
}

.red-text-underline {
color: #920f0d;
text-decoration: underline;
}


.gray-text{
color: #4c4c4c;
}

.green-text{
color: #2b8899;
}
.noswfNav{
	color:#FFF;
	text-decoration:none;
	display:block;
	font-weight:bold;
	font-size:11px;
}
.noswfNav:hover
{
    font-size:11px;
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
.lh200 { line-height:200%; }

.style1 {
	font-size: 12px;
}
.style2 {
	color: #000000;
	font-weight: bold;
}
.ephRed {
	color:#f26649;
}
.style4 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.style5 {
	font-size: 11px;
}
.style6 
{
    font-size:10px;
    font-weight:bold;
}
.style7 {
	font-size: 12px;
	font-weight: bold;
}
.style8
{
    height: 32px;
}
#lang 
{
    position:relative;
    left:722px;
    height:20px;
    width:74px;
    _width:78px;
    padding-left:4px;
    background-color:transparent;
    background-image:url(images/langBlock.png);
}
.slider 
{
    background-color:#ccc;
    background-image: linear-gradient(bottom, rgb(204,204,204) 0%, rgb(235,235,235) 55%);
    background-image: -o-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(235,235,235) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(235,235,235) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(235,235,235) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 0%, rgb(235,235,235) 55%);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(204,204,204)),
	    color-stop(0.55, rgb(235,235,235))
    );
    border:1px solid #AAA;
    border-radius:5px;
    padding:5px;
    margin-bottom:10px;
}
.sliderTitle p
{
    margin:0;
    cursor:pointer;
}
.sliderHidden
{
    display:none;
}
.arrows
{
    height:12px;
    width:12px;
    display:inline-block;
    background-image:url(images/expArrows.png);
    background-repeat:no-repeat;
    background-position: 0 0;
}
#nav 
{
    height:22px;
    _height:30px;
    padding-top:8px;
    text-align:center; 
    color:#FFF; 
    background-image:url(images/navGrad2.jpg); 
    background-repeat:repeat-x; 
    margin-bottom:20px;
}
.thumbs { margin: 0; padding: 0; overflow: hidden; }
.thumbs li { list-style: none; float: left; margin: 5px; padding: 3px; background: #eee; -moz-box-shadow: 0 0 4px #444; -webkit-box-shadow: 0 0 2px #000; }
.thumbs li a { }
.thumbs li img { display: block; }
.thumbs li a img { border: none;}

.hidden {
display: none;
}

div#flickr a.lightbox img {
border: 3px solid #b3aaa4;
margin: 5px;
}
.bios { margin-top:20px; }
.bios img {float:left; margin: 4px 10px 5px 0; height:150px; }
.bios p { margin: 0 0 .6em 0; }
p.bio-name {
	font-size:14px;
	font-weight:bold;
	color:#fc614b;
	margin-bottom: .2em;
}
p.bio-title {
	font-size:12px;
	font-weight:bold;
	color:#2b8899;
	margin-bottom: .5em;
}