
/* ------- Basic styles ------- */

* {
	padding: 0px;
	margin: 0px;
}
    

body {
	margin-left: 0px;
	font-size: 62.5%;
	font-family:  arial, verdana, lucida, sans-serif;
	background-image:url(images/bgpattern1.jpg);
}

/* ------ Wrapper ---- */

.wrapper {
width: 802px;
margin:0 auto;
padding-bottom: 10px;
padding-right: 50px;
}


/* ------- Header ------- */

.header {
  height: 68px;
  text-indent: -9999px;
  background-image: url(images/headerstrip.jpg);
  background-repeat: no-repeat;
  background-position: 0;
}


/* ------- Main horizontal Menu ------- */


.menu
{
margin: 0px;
padding: 0px;
width:802px;
height:41px;
position:relative;
background-image:url(images/contenttop.jpg);
background-repeat:no-repeat;
background-position:left top;
background-color:#FFFFFF;
overflow:hidden;
}

.menu .mainnav
{
border:0;
height:27px;
list-style-type: none;
text-align: center;
margin-left:298px;
}

.menu .mainnav li
{
display:inline;
text-align: center;
overflow:hidden;
}

.menu .mainnav li a
{
float: left;
display: block;
height: 20px;
border-left: 1px solid #d38f8f;
padding-top: 6px;
padding-left: 13px;
padding-right: 14px;
margin-top:1px;
color:#476381;
text-decoration: none;
text-align: left;
display: block;
font-size: 1.3em;
}

.menu .endnav a {
border-right:1px solid #d38f8f;
}

.menu li a:focus,
.menu li a:hover,
.menu li a:active 
{
  background-image:url(images/navbg.jpg);
  background-repeat:repeat-x;
}


.mainnav .current a,
.mainnav .current a:link, 
.mainnav .current a:visited,
.mainnav .current a:focus,
.mainnav .current a:hover
.mainnav .current a:active 
{
  background-image:url(images/navbg.jpg);
  background-repeat:repeat-x;
}

.mainnav .endnavcurrent a,
.mainnav .endnavcurrent a:link, 
.mainnav .endnavcurrent a:visited,
.mainnav .endnavcurrent a:focus,
.mainnav .endnavcurrent a:hover
.mainnav .endnavcurrent a:active 
{
  background-image:url(images/navbg.jpg);
  background-repeat:repeat-x;
  border-right:1px solid #d38f8f;
}


/* ------- Content mid section ------- */

.midsection {
width:802px;
background-image:url(images/midbg.jpg);
padding-bottom:25px;
}

.content {
margin-left:68px;
margin-right:30px;
padding-left:21px;
padding-right:21px;
padding-top:17px;
background-color:#FFFFFF;
border:solid 1px #d38f8f;
}

.content h1 {
font-size:1.8em;
padding-bottom:2px;
margin-bottom:12px;
width:658px;
color:#42576d;
border-bottom:dotted 1px #d38f8f;
}

.content h2 {
font-size:1.5em;
color:#42576d;
padding-bottom:3px;
}

.content p {
font-size:1.3em;
color:#42576d;
padding-bottom:10px;
}

.content .sitright {
float: right;
margin-left: 15px;
margin-bottom: 15px;
padding: 4px;
border: 1px solid #d38f8f;
clear:both;
}

.content a {
color:#0099FF;
text-decoration:none;
}

.content a:focus,
.content a:hover,
.content a:active {
color:blue;
text-decoration: underline;
}

.content .countriesnav {
margin-left: 15px;
}

.content table td {
font-size:1.3em;
color:#42576d;
padding-bottom:10px;
}

.content table th {
font-size:1.3em;
color:#42576d;
padding-bottom:10px;
}

.content table th.leftcol {
width:110px;
padding:0px;
text-align:left;
font-style:normal;
}


.content table th.midcol {
width:110px;
padding:0px;
text-align:left;
font-style:normal;
}


.content table th.rightcol {
width:80px;
padding:0px;
text-align:left;
font-style:normal;
}

/*------- Gallery code ---------*/

.content .galpagenav a {
font-size:1.1em;
padding-left:4px;
}


.content .gallerythumbs {
width:100%;
}


.content .gallerythumbs td {
text-align:center;
padding-left:2px;
padding-right:2px;
padding-bottom: 10px;
}

.content .gallerythumbs td img {
border:1px solid #000033;
}

.content .currentpage {
color: red;
}

.content .disclaimer {
font-size: 1em;
font-style:italic;
border-top:dotted 1px #d38f8f;
padding-top:8px;
}



/* ------ Footer ------ */


.footer {
clear: both;
width: 764px;
height:28px;
color: #c1e19b;
font-size: 1.1em;
margin-left:38px;
overflow:hidden;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
border-bottom:solid 1px #003366;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

