/*                                     */
/***** Global Settings             *****/
/*                                     */

html, body 
{
background: #1E252E; 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin:0; 
padding:0; 
position: center; 
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 */
	}	
    
    
/*                                     */
/* list format menu                    */
/*                                     */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px; /* Width of Menu Items */
	border-bottom: 1px solid #ffffff;
    }

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 129px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

  
/* Styles for Menu Items padding is spacing between main items */
/* colour is text col? but link colour overrides anyway        */
ul li a {
	display: block;
	text-decoration: none;
	color: #0452B9;
	background: #fff; /* IE6 Bug */
	padding: 10px;
	border: 0;
    border-bottom: 1px dotted #36589F; 
    font-family: Verdana;
    font-size:11px;
    font-weight:bold;
    text-decoration: none;
	}

/* Fix IE. Hide from IE Mac \          */

* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }


/* Hover Styles                         */
ul li a:hover { color: #800000; background: #ffffff; } 

/* Sub Menu Styles 1st is spacing below   */
/* 2nd is distance from main menu         */
li ul li a { padding: 7px 6px; } 

/* The magic                            */
li:hover ul, li.over ul { display: block; } 


/*                                     */
/***** 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: 12px;
 background-color: #ffffff;
 color: #000000;
 margin-right: 7px;
}

/*                                     */
/* tables                          */
/*                                     */

td {padding: 0; border-width: 0; vertical-align: top;}
td.col_row {background: #DAE3F0;} 


/*                                     */
/* paragraphs                         */
/*                                     */

p {
    line-height : 130%;
    font-family: verdana, arial, helvetica, sans-serif;
    color:#231B1E;
	font-size: 0.7em;
    text-decoration: none;
    text-align:justify;
    word-spacing: normal;
    }
p.caps {
text-transform: uppercase
}
p.right {
    text-align:right;
    margin: 7 px;
}

/*                                     */
/* site map items                      */
/*                                     */


.mapsection {font-family: verdana, arial, helvetica, sans-serif; font-size: 0.8em;}
.mapitem {font-family: verdana, arial, helvetica, sans-serif; font-size: 0.7em;}


/*                                     */
/* headers                             */
/*                                     */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #800000;
}
h2 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #800000;
} 
h3 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #A01E5A;
}
h4 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 16px;
color: #9B74BC;
} 
h5 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #9B74BC;
} 


/*                                     */
/* specific texts plus mouse overs     */
/*                                     */


/* main body text                      */ 
.main_txt {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#453C25;
	font-size:0.7em;
    text-decoration: none; 
	}
    
/* link 1                              */ 
.link1 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#DAE3F0;
	font-size:11px;
    text-decoration: none; 
	border-bottom:1px dotted;
    }
a.link1:hover {color: #000000}   


/* link 2                                */     
.link2 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#085ABD;
	font-size:11px;
    text-decoration: none; 
	border-bottom:1px dotted;
    }
a.link2:hover {color: #800000}   


/* link 3                                */     
.link3 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#B37D09;
	font-size:0.7em;
    font-weight:bold;
    text-decoration: none;
    }
a.link3:hover {color: #827048; text-decoration: underline;}   

/* link 4                                */     
.link4 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#085ABD;
	font-size:11px;
    text-decoration: none; 
    }
a.link4:hover {color: #800000}  


/* contact details                      */   
.contact_details {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#292B75;
	font-size:11px;
    text-decoration: none; 
    }
a.contact_details:hover {color: #A01E5A;} 


/* contact details bold                     */   
.contact_details_hgh {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#2B5895;
	font-size:11px;
    text-decoration: none; 
    }
a.contact_details_hgh:hover {color: #292B75;} 
       
/* designed by                         */     
.designed_by {
    font-family: Verdana, Arial;
    color:#000000;
	font-size:10px;
    text-decoration: none; 
	}
a.designed_by:hover {color: #A01E5A;}   

/* top text                             */     
.top_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#A01E5A;
	font-size:11px;
    text-decoration: none; 
    }

 /* side text                             */     
.side_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#292B75;
	font-size:10px;
    text-decoration: none; 
    }
a.side_txt:hover {color: #800000} 

/* main text                             */     
.main_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#231B1E;
	font-size:11px;
    text-decoration: none; 
    }
a.main_txt:hover {color: #800000}  
    
/* main text lnk                           */     
.main_txt_lnk {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#231B1E;
	font-size:11px;
    text-decoration: none; 
    }
a.main_txt_lnk:hover {color: #800000;}
    
/* highlight_1                             */     
.highlight_1 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #800000;
    text-decoration: none; 
    }

/* highlight_2                             */     
.highlight_2 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #085ABD;
    text-decoration: none; 
    }
    
/* header_lnk red                             */     
.header_lnk {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #800000;
    }
a.header_lnk :hover {color: #000000;}

.link4 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #800000;
    }
a.link4 :hover {color: #000000;}

/* header_lnk black                             */     
.header_lnk2 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #000000;
    }
a.header_lnk2 :hover {color: #800000;}
 
/* Search box                             */     
.search_cl {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #085ABD;
    text-decoration: none; 
    }
/* Jump links                             */ 
.jump_lnk {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #0452B9;
    text-decoration: none; 
}
a.jump_lnk:hover {color: #800000;}

/* pic_txt                             */ 
.pic_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #0452B9;
    text-decoration: none; 
}
/* mail_lnk                             */     
.mail_lnk {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #800000;
text-decoration: none;
    }