#container {
	margin: auto;
	background-color: #fff;
 	width: 700px;
	border: 1px solid #120D0F;}
#metbanner {
	background-color: #232323;}
#header {
	background-color: #fff;
	padding: 0;
	width: 700px;}
#content {
	margin: 20px;
	font-style: normal;}
#footer {
	background-color: #fff;
	width: 700px;
	padding: 0;
	clear: both;}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
}
.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
	text-align: left;
}
.bodyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FA6BCF;
	text-transform: uppercase;
	text-align: left;
}
div.imgl {
	margin: 2px;
	padding: 2px;
  	border: 1px solid #999999;
  	height: auto;
  	width: auto;
  	float: left;
	z-index:0;}
div.imgr{
 	margin: 2px;
	padding: 2px;
 	border: 1px solid #999999;
 	height: auto;
 	width: auto;
	float: right;
	z-index:0;}		
div.img img {
  	display: inline;
 	margin: 2px;
  	padding: 10px;
 	border: 1px solid #ffffff;
	z-index:0; }
div.imgspecial {
 	margin: 2px;
  	padding: 10px;
	background-color: #7e9fbd;
	color: #ffffff;
	width: 635px;
}

/* TEXT */
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;}
.addresses {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #999;
}
.sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: left;}
.special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #005275;
	text-align: left;
	text-transform: uppercase;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.sm2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;}
	
.addresses2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #3c4e89;
}

.top {
	color: #AEAEAE;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;}
	
.bodycopyWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00bbee;
	text-align: left;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
/* END OF TEXT */

/* NAVIGATION BUTTONS */
.menu {
	height: 20px;
	width: 700px;
	background-color: #1E1E1E;
}
.cssnav	{
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url(img/over.jpg) repeat;
	width: 175px;
	height: 20px;
	overflow:hidden;/* for ie to hide extra height*/
	}
.cssnav a {
	display: block;
	color: white;
	font-size: 12px;
	width: 175px;
	height: 20px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	}
.cssnav a:hover {
	color: #fff;}

.cssnav img {
	width: 175px; 
	height: 20px; 
	border: 0;
}
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
	position: absolute;
	left: 0px;
	top: 2px;
	text-align: center;
	width: 140px;
	cursor: pointer;
}

/* END OF NAVIGATION */

/* HOVER IMAGE*/

.thumbnailR{
	position: relative;
	margin: 2px;
	padding: 2px;
 	border: 1px solid #999999;
 	height: auto;
 	width: auto;
	float: right;}

.thumbnail:hover{
	background-color: transparent;
	z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px solid #999999;
	visibility: hidden;
	}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 10;
	left: -450px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

/* HOVER IMAGE END*/

.bodyheaderOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	text-align: left;
}
.bodycopyRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-align: left;
}

hr {

border: none;
border-top: dotted 2px #ccc;
color: #ffffff;
background-color: #ffffff;
}
