* {
	margin: 0;
	padding:0;
}



		/* topnav */

#topnav {
	margin: 0;
	padding: 0px;
	height: 33px;
	width: 746px;
	background: url(../images/navBG.gif) repeat-x #000000 left top;
	
}
#topnav ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0 0 0 25px;
	
}
#topnav ul li {
	position: relative;
	color: #fff;
	font-size: 11px;
	display: inline;
	padding: 0;
	float: left;
	margin-right: 13px;
}

#topnav ul li a {
	display: block;
	color: #fff;
	padding: 9px 30px 5px 10px;  /* change second value if word wrap is wrong */
	font-family: Helvetica, Tahoma;
	text-decoration: none;
	font-size: 12px;
	float: none !important;
	font-weight: normal;
	/*\*//*/
	float: left !important;
	/**/
}
#topnav ul li ul {
	display: none;
	float: none !important;
}
#topnav ul li:hover {
	position: relative;
	color: #fff;
	background: #333333;
}
#topnav li a:hover {
	color: #fff;
	background: #666666;
}
#topnav ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 99%;
	width: 190px;
	background: #333333;
	height: auto;
	margin: 0;
	padding: 0;
	
	z-index: 2000;
	border-right: none;
	border-bottom: none;
}
		
/* end topNav */



h1 {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 145%; 
	margin-top: 15px;
}

h2 {
	color: #044a75;
	font-size: 1.3em;
	line-height: 125%; 
}

a:link {
	color: #000080;
	text-decoration: underline;
}
a:visited {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #d2a640;
	text-decoration: underline;
}
body {
	background: #000000;
	color: #333333;
	font-size: 13px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 135%;
	margin-top: 34px;
}
.normal {
	color: #333333;
	font-size: 13px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 135%;
	margin-left: 6px;
	margin-right: 6px;
}
.wrapper {
	width:746px;
	margin: 0 auto;
	display: table;
}

.header {
	width: 746px;
	height: 194px;
	margin-top:-10px;
	background: url("../images/header.jpg") no-repeat bottom center;
}
.address {
	width: 746px;
	height: 38px;
	background: url("../images/btm-address.gif") no-repeat top center #000000;
}
.footer {
	width: 746px;
	height: 59px;
	background: url("../images/footer.jpg") no-repeat top center #000000;
}
.footer-gallery {
	width: 746px;
	height: 59px;
}
.content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0 0px;
	width: 746px;
	float: left;
	display:inline;
	background: url("../images/bkgr.gif") repeat;
}
.contentPad {
	padding: 0px 45px 0px 45px;
	text-align: justify;
}


.footerColumn1{
	float: left;
	width: 200px;
	margin-left: 22px;
	font-size: 10px;
	font-family: Verdana;
	line-height: 125%;
	background: #fff;
}
.footerColumn2{
	float: right;
	width: 150px;
	margin-right: 22px;
	font-size: 10px;
	font-family: Verdana;
	line-height: 125%;
	text-align: right;
	background: #fff;
	}

.content ul {

	font-size: 100%;
	
}

.content li {

	margin-bottom: 10px; 

	margin-left:25px;
	
	width: 100%;
	
}

.seo {

	color: #3e3e3e;
	font-size: 12px;
	font-class: tahoma;
	text-decoration: none;
	line-height: 145%; 
	text-transform:none;
	font-weight: normal;
	text-align: center;


}

.seo a:link {

	color: #3e3e3e;
	font-size: 12px;
	font-class: tahoma;
	text-decoration: none;
	line-height: 145%; 
	text-transform:none;
	font-weight: normal;
	text-align: center;

}

.seo a:visited {

	color: #3e3e3e;
	font-size: 12px;
	font-class: tahoma;
	text-decoration: none;
	line-height: 145%; 
	text-transform:none;
	font-weight: normal;
	text-align: center;

}

.seowhite {

	color: FFFFFF;

	font-size: 1em;

	text-decoration: none;
	
	line-height: 145%; 
	
	text-transform:none;
	
	font-weight: normal;

}