@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	background-color: #000066;
	background-image:url('/media/images/top_lock_top_bg_A03.jpg');
	background-repeat: repeat-x;
}


h1, h2, h3, h4, h5, h6 {
	color: #FFF;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	margin:0 0 12px;
	padding:0 0 3px;
}
.nmlink {
	border-bottom: 1px solid #CCC;
	float:right; 
	font-weight: bold; 
	margin:10px 0 12px 0;
	padding:0 0 8px 0;	
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: #ff9933;
	outline: none;	
}
a:hover {
	text-decoration: underline;
}

/* CLASSES */
.headerIMG {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.highlight {
	background-color:#FFFF00;
}

.navi {
	display: inline;
}


/* ID'S */
#googlemap {
	width: 550px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-bottom: 20px;
}

.galleryDisplay img {
	display:block;
}

.pic2 {
  border:8px solid #999999;
  display:inline;
  margin:0 10px 10px;
  padding:1px;
}
.pic3 {
  border:8px solid #999999;
  display:inline;
  margin:0 85px 10px;
  padding:1px;
}


