@charset "utf-8";
/* CSS Document */

html,body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: sans-serif;
background-color: #e1e1e1;
color: #379287;
height:750px;
font-size: 0.9em;
} 



#fixed {
   min-height:100%;
   position:relative;
   margin:0 auto;
   width:960px;   /* you can use px, em or % */
   text-align:left;
background-color: #ffffff;}

#nav{
	position:relative;
	height: 40px;
	overflow:auto;
margin-right: 30px;
margin-left: 10px;
padding-top: 10px;}

#nav a {text-decoration:none;
font-style: normal;
font-weight: normal;
color: #ffffff;
}



#header{
 position:relative; 
 height: 115px; 
 width: 930px;
 display:block;
 overflow:auto;
background-image: url(../images/header1_bg.png);
background-repeat: no-repeat;
color: #ffffff;
font-size: 20px;
padding-left: 30px;}
#header h1,
#header h2,
#header p {
	margin-left:2%;
	padding-right:2%;
}
#active2 #tab2,
#active3 #tab3,
#active4 #tab4,
#active5 #tab5 {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.banner{
font-size: 2em;
font-weight: bold;}

.greenyblue {
color: #379287;
}

.bodytext {
	color: #379287;
	font-size: small;
}

.style1 {
color: #379287;
font-size: small}

.map {
cursor: none;
outline: 0em #ffffff none;}


#ul {
	font-size: x-small
}

#body{
padding:16px;
padding-bottom:60px;
}

#body h2 {
line-height: 0.7em;}


#footer {
    position:absolute;
	bottom:0;
	clear:both;
	float:left;
	width:930px;	
	height:50px; 
    background-color:#ffffff;  
    display:block;
    overflow:auto;
    color: #379287;
font-size: 0.7em;}
#footer p {
	margin-left:2%;
	padding-right:2%;
}

#footer a{
text-decoration:none;
font-style: normal;
font-weight: normal;
color: #379287;
}

/* Start of Column CSS */
#container3 {    
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;	
    position: relative;
	/*background:#ffffff;  column 3 background colour */
	background-image: url(../images/rt_col1.png);
    }
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:22%;
	background:#ffffff; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:60%;
	background:#ffffff; /* column 1 background colour */
}
#col1 {
	float:left;
	width:16%;
	position:relative;
	left:82%;
	overflow:hidden;
    margin-top: 50px;}

#col1 a {
text-decoration:none;
font-style: normal;
font-weight: normal;
color: #379287;
}

#col1 a:hover{
color: #df1760;}

#col2 {
	float:left;
	width:58%;
	position:relative;
	left:82%;
	overflow:hidden;
	color: #379287;
}

#col2_2 {
	float:left;
	width:73%;
	position:relative;
	left:23%;
	overflow:hidden;
	}


#col3 {
	float:left;
	width:16%;
	position:relative;
	left:88%;
	overflow:hidden;
	color: #379287;
    padding-top: 2px;
	height:500px;
}
   
#col3 a {
text-decoration:none;
font-style: normal;
font-weight: normal;
color: #379287;
line-height: 0.6em;}

#col3 a:hover{
color: #df1760;}

#col3 h2 {
line-height: 0.7em;}

   
#col3_2 {
	float:left;
	width:19.33%;
	height:500px;
	position:relative;
	left:28%;
	overflow:hidden; 
    background-image: url(../images/rt_col1.png);
    color: #379287;
    padding-top: 10px;
    padding-left: 5px;}
	
#col3_2 a {
text-decoration:none;
font-style: normal;
font-weight: normal;
color: #379287;
line-height: 0.6em;}

#col3_2 a:hover{
color: #df1760;}
    
#gallery{
width: 956px;
height: 524px;
background-color: #ffffff;
}

#popup{
padding-left: 2px;
background-color: #379287;
}

.overlay
{
    position: fixed;
    top: 200px;
    left: 150px;
    height: 50%;
    width: 50%;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=20);
    z-index: 80;
}
.popupContent
{
    background: #fff;
    padding: 10px;
    border: 1px solid black;
    position: fixed;
    top: 200px;
    left: 150px;
    bottom: 200px;
    right: 400px;
    z-index: 81;
}

#blanket {
background-color:#ffffff;
opacity: 0.4;
background:none;
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
position: absolute;
background: #ffffff;
width:600px;
height:500px;

border:5px solid #000;
z-index: 9002;
padding: 5px;}


#popUpDiv a {
position:relative; top:20px; left:20px;
text-decoration:none;
font-style: normal;
font-weight: bold;
color: #000000;
}