/*                                     */
/***** Global Settings             *****/
/*                                     */

html, body 
{
background: #ffffff; 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin:0; 
padding:0; 
top:0; left:0;
}


/*                     */
/* lightbox            */
/*                     */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/*                                     */
/* menu                                */
/*                                     */

 
/* the strip and anything not a link */
#navigation ul
{
padding-left: 0;
margin-left: 0;
background-color: #ffffff;
float: left;
width: 100%;
color: #716363;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
}

#navigation ul li { display: inline; }

/* Static before mouseover etc */
#navigation ul li a
{
padding: 4px 16px;
background-color: #EDF3FD;
color: #716363;
text-decoration: none;
float: left;
border-right: 2px solid #fff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
}

/* on mouse over except for current page */
#navigation ul li a:hover
{
background-color: #E0EAF8;
text-decoration: none;
color: #716363;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
}

/* Set current page link background according to page body ID */
  body#curr a#curr,
 {
  color: #716363;
  background: #D1DFF3;
}


/*                                     */
/* tables                          */
/*                                     */
table{
	border: none;
    padding: 0px;
	margin: 0px;
    text-align: left;
}
td{
	border: none;
	padding: 0px;
	margin: 0px;
    border-width: 0;
    vertical-align: top;
}

td.line1{
    background-color: #ffffff;
    height: 6px;
}

td.line2{
    background-color: #97E5E4;
    height: 1px;
}

td.news{
    border: #97E5E4 1px solid;
}

td.packages{
    border: #97E5E4 1px solid;
}

td.ex_lnks{
    border: #E2D0DB 1px solid;
}
td.box{
    background-color: #2CA2A1;
    height: 75px;
}

/*                                     */
/* headers                             */
/*                                     */


    
h1,h2,h3 {
	font: normal .7em arial;
    }
    
h1 {
    font-family: verdana, Arial, MS Sans Serif, sans-serif;
	font-size: 11px;
	margin:0;
    color: #4B594B;
    padding-top: 0.2em;
    padding-bottom: 0px;
    line-height: 146%;
    font-weight: bold;
    }

h2 {
    font-family: verdana, Arial, MS Sans Serif, sans-serif;
	font-size: 11px;
	margin:0;
    color: #4B594B;
    padding-top: 0.2em;
    padding-bottom: 0px;
    line-height: 146%;
        font-weight: bold;
    }
    
h3 {
	font-size: 1.5em;
	margin:0;
    color: #AF0D0D;
    padding-top:0.3em;
    }
    
h4 {
	font-size: 1.5em;
	margin:0;
    color: #AF0D0D;
    padding-top:0.3em;
    } 
    
h5 {
	font-size: 1.5em;
	margin:0;
    color: #AF0D0D;
        padding-top:0.3em;
    } 
    
h6 {
	font-size: 1.5em;
	margin:0;
    color: #AF0D0D;
    } 


/*                                     */
/* paragraphs                         */
/*                                     */

p {
    line-height : 170%;
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #443A3A;
	font-size: 0.7em;
    text-decoration: none;
    text-align: justify;
    padding: 0px; 
    }

p.right {
    text-align:right;
    margin: 7 px; 
    }
p.left {
    text-align:left;
    margin: 7 px; 
    }


/*                                     */
/* site map items                      */
/*                                     */


.mapsection {font-family: arial, helvetica, sans-serif; font-size: 11px;}
.mapitem {font-family: arial, helvetica, sans-serif; font-size: 11px;}


/*                                     */
/***** Forms                       *****/
/*                                     */
form {
    margin:0;
    padding:0;
    display:inline;
    }

input, select, textarea {
    font: 1em arial, helvetica, sans-serif;
    }

textarea {
    line-height: 1.25;
    }

label {
    cursor:pointer;
    }

.form_control {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #ffffff;
    color: #000000;
    margin-right: 7px;
    }


/* menu                              */ 
/* menu                              */ 
/* menu                              */ 

.main_menu_1 {
        width: 180px;
        font-size: 11px;
        color: #228685;
        text-align: center;
        border:1px solid #D8E6FA;
        background-color: #ffffff;
        backgroundColor: #ffffff;
        padding: 5px;
        margin: 6px;
}

.main_menu_2 {
        width: 330px;
        border:1px solid #95B3D7;
        background-color: #DBE5F1;
        backgroundColor: #DBE5F1;
        padding: 5px;
        margin: 6px;
}

.nav_menu_box_lnk {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#4B594B;
	font-size: 11px;
    text-decoration: none; 
    }
a.nav_menu_box_lnk:hover {color: #84B85A;} 


.inner_lnk {
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #20A09E;
    text-decoration: none; 
    border-bottom:1px dotted;
    } 
a.inner_lnk:hover {color: #AF0D0D;}


.smap {
	text-decoration: none;
    font-size:11px;
    font-family: Verdana, arial, MS Sans Serif, sans-serif;
    color: #6587AD;
    border-bottom:1px dotted;
	}
a.smap:hover {color: #AF0D0D;}



.main_txt {
    line-height: 170%;
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #443A3A;
	font-size: 11px;
	}


.contact_details {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #6C8F4F;
	font-size: 11px;
    font-weight: bold;
    text-decoration: none; 
    }
a.contact_details:hover {color: #6587AD;} 

.sm_lnks {
    font-family: Verdana, Arial;
    color: #6587AD;
	font-size: 11px;
    text-decoration: none; 
    font-weight: bold;
	}
a.sm_lnks:hover {color: #6C8F4F;} 

.downloads {
    font-family: Verdana, Arial;
    color: #6C8F4F;;
	font-size: 11px;
    text-decoration: none; 
    border-bottom:1px dotted;
	}
a.downloads:hover {color: #6587AD} 

.designed_by {
    font-family: Verdana, Arial;
    color: #ABBCC7;
	font-size: 10px;
    text-decoration: none; 
	}
a.designed_by:hover {color: #6587AD;} 


/* lnks pg                      */ 
.lnks_pg {
    font-family: Verdana;
    color:#6587AD;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.lnks_pg:hover {color: #6C8F4F} 

.lnks_pg_txt {
    line-height: 170%;
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #443A3A;
	font-size: 11px;
    text-decoration: none; 
    }
    
    /* contact form fill in text                                         */      
.contact_txt {
    font-family: Verdana;
    color:#000000;
	font-size:11px;
    text-decoration: none;
    text-align:left;
	}
