/*    global settings                  */
/*                                     */

body 
{
background: #ffffff; 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin:0; 
padding:0;  
position: center; 
top:0; left:0;
}


/* menu                                */
/*                                     */


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ffffff;
    }

ul li.menu {
	position: relative;
	}
	
li.menu ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li.menu a {
	display: block;
	text-decoration: none;
    font-size:11px;
    font-weight: bold;
	border: 2px solid #ffffff;
	border-bottom: 0;
    font-family: Verdana, arial, MS Sans Serif, sans-serif;
    color: #FAFFFF;
    background: #1F8ECD; /* IE6 Bug */
   	padding: 9px;
    line-height: 150%;
    }
    
    
/* Fix IE. Hide from IE Mac \*/
* html ul li.menu { float: left; height: 1%; }
* html ul li.menu a { height: 1%; }
/* End */

ul li.menu a:hover { color: #FAFFFF; background: #111111;} /* Hover Styles */
		
li.menu ul li.menu a { padding: 9px 12px; } /* Sub Menu Styles */
		
li.menu:hover ul, li.menu.over ul { display: block; } /* The magic */



/* lightbox            */
/*                     */

#lightbox{
	position: absolute;
	top: 40px;
	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, arial, helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=80);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
.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 */
	}	


/* tables                              */
/*                                     */

td{
	border: none;
	padding: 0px;
	margin: 0px;
    border-width: 0;
    vertical-align: top;
}

td.col_row {background: #F7F7F9;} 
td.col_row2 {background: #A99D65;} 
td.footer {vertical-align : bottom} 


/* headers                             */
/*                                     */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
font-size: 24px;
color: #0C7DBE;
line-height: 170%;
}
h2 {
font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
font-size: 24px;
color: #0C7DBE;
line-height: 160%;
} 
h3 {
font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
font-size: 15px;
color: #2F2D2D;
line-height: 160%;
}
h4 {
font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
font-size: 18px;
color: #0C7DBE;
line-height: 160%;
} 
h5 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #9B74BC;
} 

p {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #545454;
    line-height: 150%;
	font-size: 0.9em;
    text-decoration: none;
    text-align:justify;
    }
p.caps {
text-transform: uppercase
}
p.right {
    text-align:right;
    margin: 7 px; 
    }

/* UL norm                                */


ul#norm {
    font-family: Verdana, arial, MS Sans Serif, sans-serif;
	margin: 0;
	padding: 0;
    list-style-type:disc;
   	text-decoration: none;
    font-size: 11px;
    line-height: 160%;
    color: #800000;
   }
    
li.norm {
    list-style-type:disc;
   	text-decoration: none;
    font-family: Verdana, arial, MS Sans Serif, sans-serif;
    font-size: 11px;
    line-height: 160%;
    color: #272527; 
   }

   
   
.main_txt {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #545454;
    line-height: 170%;
	font-size: 14px;
    text-decoration: none; 
	}
.main_txt2 {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C7DBE;
    line-height: 170%;
	font-size: 16px;
    text-decoration: none; 
	}
    
.lnks_pg {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C7DBE;
    line-height: 170%;
	font-size: 14px;
    text-decoration: none;
    }
a.lnks_pg:hover {color: #000000} 

.lnks_pg_txt {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #545454;
	font-size: 15px;
    text-decoration: none; 
    line-height: 140%;
    }

.mapitem {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C7DBE;
    line-height: 170%;
	font-size: 14px;
    text-decoration: none;
    }
a.mapitem:hover {color: #000000;} 

.contact_details {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C7DBE;
	font-size: 22px;
    line-height: 170%;
    text-decoration: none; 
    }
a.contact_details:hover {color: #111111;}   

.contact_details2 {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #646262;
	font-size: 20px;
    line-height: 160%;
    text-decoration: none; 
    }
a.contact_details2:hover {color: #111111;} 

.designed_by {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #B4B0B0;
	font-size: 10px;
    text-decoration: none; 
	}
a.designed_by:hover {color: #111111;}     


.top_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #D9D8D3;
	font-size: 10px;
    text-decoration: none; 
    }

.lower_nav_menu {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C7DBE;
	font-size: 14px;
    text-decoration: none; 
    border-bottom: 1px dotted;
    }
a.lower_nav_menu:hover {color: #111111;}   

.lower_nav_menu2 {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C7DBE;
	font-size: 16px;
    text-decoration: none; 
    border-bottom: 1px dotted;
    }
a.lower_nav_menu2:hover {color: #2F2D2D;} 

.lower_nav_menu_wrap {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #BDABCD;
	font-size: 10px;
    text-decoration: none; 
    }
    
.high_1 {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C7DBE;
    line-height: 170%;
	font-size: 15px;
    text-decoration: none; 
   border-bottom: 1px dotted;
    }
a.high_1:hover {color: #6BB3E5;}

.high_1_sm {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C7DBE;
    line-height: 170%;
	font-size: 12px;
   text-decoration: none; 
   border-bottom: 1px dotted;
    }
a.high_1_sm:hover {color: #6BB3E5;}

.high_2 {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C7DBE;
    line-height: 170%;
	font-size: 16px;
    text-decoration: none; 
    }
    
.high_2_lnk {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C7DBE;
    line-height: 170%;
	font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted; 
    }
a.high_2_lnk:hover {color: #6BB3E5;}
    
.high_3 {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    font-size: 18px;
    line-height: 160%;
    color: #0C7DBE;
    text-decoration: none; 
    }
    
.high_4 {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #545454;
    line-height: 170%;
	font-size: 15px;
    text-decoration: none; 
    }

.high_5 {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #997E49;
    line-height: 170%;
	font-size: 16px;
    text-decoration: none; 
    }
    
.high_6 {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    font-size: 24px;
    color: #BC4496;
    line-height: 160%;
    }

.high_7 {
    font-family: Georgia, Trebuchet MS, Verdana, Arial, MS Sans Serif, sans-serif;
    color: #2F2D2D;
    line-height: 170%;
	font-size: 14px;
    font-weight: bold;
    text-decoration: none; 
    }