body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	height:100%;
	position:relative;
}
html {
	font-family: Helvetica, Arial, sans-serif;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main-container {
	height:100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#top {
	height: 56px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/backgr-top.jpg);
	background-repeat: no-repeat;
	background-position:center; 
	position: relative;
	font-size: 18px;
	Text-Align:Center;
	color:#fff;
}
#pagehead {
	font-size:15px; 
	text-align:center;
	font-weight: bold;
}
#page-cms {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;

}
#page-cms table {
	font-size: 13px;
}
#page-cms h1 {
	font-size: 24px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#page-cms h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#page-cms hr {
	margin-top: 30px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	clear: left;
}
#page-cms h5 {
	font-size: 12px;
	line-height: 12px;
	color: #da6d39;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#page-cms h5 img {
	margin-top: 10px;
}
#page-cms p {
	font-size: 13px;
}
#content h1 {
	font-size: 15px;
	line-height: 20px;
	color: #821a4c;
	margin: 10px;
}
#main-container p.copyright {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
	bottom: 0px;
	width:950;
}
#main-container p.copyright em {
	float: right;
	width: 400px;
	text-align: center;
	font-style: normal;
}
#main-container p.copyright a {
	color: #999;
	text-decoration: none;
}
#main-container p.copyright a:hover {
	color: #DA6D39;
	text-decoration: underline;
}
.transbox
{
  width: 400px;
  height: 180px;
 /* margin: 30px 50px; */
  background-color: #000000;
  border: 1px solid black;
  border-radius:10px;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}
.transbox td
{
 /* margin: 30px 40px; */
  font-weight: bold;
  color: #ffffff;
}
.Top
{
/* Fixed rhs "Top" link  
use this at top of page: <div class="Top"><a href="#Top">Top</a></div>
*/
position:fixed;
right:20px;
bottom:10px;
}
    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
