/*                                     */
/***** Global Settings             *****/
/*                                     */

html, body 
{
background: #000000; 
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 */
	}	
    



/*                                     */
/***** 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                          */
/*                                     */

table{
	border: none;
    padding: 0px;
	margin: 0px;
}
td{
	border: none;
	padding: 0px;
	margin: 0px;
    border-width: 0;
    vertical-align: top;
}

td.top{
    background-color: #B30B58; 
}

td.line{
    background-color: #E3E7E7;
}

td.line2{
    background-color: #B30B58;
}
table.bord{
 border: solid #E4E4EA 1px;
}
td.col_row {background: #7BA7BD;} 


/*                                     */
/* paragraphs                         */
/*                                     */

p {
    line-height: 150%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #484444;
	font-size: 0.7em;
    text-decoration: none;
    text-align:justify;
    }
p.caps {
text-transform: uppercase
}

/*                                     */
/* 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: Times New Roman, verdana, MS Sans Serif, sans-serif;
    font-size: 26px;
    color: #131313;
    line-height : 130%;
}
h2 {
    font-family: Times New Roman, verdana, MS Sans Serif, sans-serif;
    font-size: 26px;
    color: #131313;
    line-height : 130%;
} 
h3 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 18px;
color: #000000;
}
h4 {
    font-family: Arial, verdana, MS Sans Serif, sans-serif;
    color:#800000;
	font-size:18px;
} 
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, helvetica, sans-serif;
    color: #484444;
	font-size: 11px;
    text-decoration: none; 
	}

.main_txt_lt {
    line-height : 130%;
    font-family: verdana, arial, helvetica, sans-serif;
    color:#949292;
	font-size: 11px;
    text-decoration: none;
    text-align:justify;
    }
       
/* lower_menu                      */ 
.lower_menu {
    font-family: verdana, arial, helvetica, sans-serif;
	color: #777;
	font-size: 11px;
    text-decoration: none; 
	}
a.lower_menu:hover {color: #000000} 

.lower_menu_wrap {
    font-family: verdana, arial, helvetica, sans-serif;
	color: #EFEDED;
	font-size: 13px;
    text-decoration: none; 
	}


/* highlights                      */
 
.highlight1 {
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #343232;
    text-decoration: none; 
    line-height : 200%;
    font-weight: bold;
    }
a.highlight1:hover {color: #9A9090} 

.highlight2 {
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #CFC9C9;
    text-decoration: none; 
    line-height : 200%;
    }
a.highlight2:hover {color: #CDC7C7} 

.highlight3 {
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #615F5F;
    text-decoration: none; 
    }
a.highlight3:hover {color: #B4B0B0} 

.highlight4 {
    font-family: Times New Roman, verdana, MS Sans Serif, sans-serif;
    font-size: 26px;
    color: #131313;
    text-decoration: none; 
    }
a.highlight4:hover {color: #B4B0B0}

.highlight5 {
    font-family: Times New Roman, verdana, MS Sans Serif, sans-serif;
    font-size: 21px;
    color: #131313;
    text-decoration: none; 
        line-height : 150%;
    }
a.highlight5:hover {color: #B4B0B0}

.highlight222 {
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #ABA1A1;
    text-decoration: none; 
    }
a.highlight222:hover {color: #B4B0B0} 

/* link 1                              */ 
.link1 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#800000;
	font-size:12px;
    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:#A53110;
	font-size:0.7em;
    font-weight:bold;
    text-decoration: none;
    }
a.link2:hover {font-size: 0.7em; color: #009900; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}   

/* contact details                      */   
.top_contact_details {
    font-family: Times New Roman, verdana, MS Sans Serif, sans-serif;
    font-size: 28px;
    color: #131313;
    text-decoration: none; 
    line-height : 160%;
	}
a.top_contact_details:hover {color: #CECACA}

.top_contact_details2 {
    font-family: Times New Roman, verdana, MS Sans Serif, sans-serif;
    font-size: 24px;
    color: #131313;
    text-decoration: none; 
    line-height : 160%;
	}
a.top_contact_details2:hover {color: #CECACA}

.contact_details {
    font-family: verdana,arial, MS Sans Serif, sans-serif;
    font-size: 11px;
    color: #625E5E;
    text-decoration: none; 
    line-height : 200%;
	}
a.contact_details:hover {color: #CECACA}
    
/* designed by                         */     
.designed_by {
    font-family: Verdana, Arial;
    color: #CECACA;
	font-size: 11px;
    text-decoration: none; 
	}
a.designed_by:hover {color: #3C3C3C;}   

/* smap                         */     
.smap {
    font-family: Verdana, Arial;
    color: #131313;
	font-size: 11px;
    text-decoration: none; 
	}
a.smap:hover {color: #A99F9F;}   

/* top text                             */     
.top_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#DBD7D7;
	font-size: 11px;
    text-decoration: none; 
    }
	
/* lnks pg                      */ 
.lnks_pg {
    font-family: Verdana;
    color: #131313;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.lnks_pg:hover {color: #484444} 

.lnks_pg_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#484444;
	font-size: 11px;
    text-decoration: none;
    line-height : 140%; 
    }