/* @charset "iso-8859-1"; */
@import url("mgbl.css");

html, body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
}
body {
	background: #655038;
	text-align: center;
	font-size: 75%; /* 12px size */
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}
#wrapper {
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	/* padding-left:200px; /* pad left to avoid navigation div if required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
	margin: 0 auto;
}
#contact {
	background: #ccab75; /* 8a5a37 #936746 daa450 #e9c386 ccb083 b49666 c1a06c c3a36f */
	position: relative;
	width: 83px;
	height: 25px;
	margin-top: 65px;
	padding-bottom: 1px;
	padding-right: 140px;
	text-align: center;
	float: right;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px; /* future proofing */
}
#logo {
	padding-top: 620px;
	text-align: center;
}
#contentwrap {
	position: relative;
	width: 398px;
	height: 2px;
	float: right;
}
#contentbox {
	background: #000000; /* e9c386 968668 8e846a ac9b7b*/
	width: 388px;
	height: 70px;
	text-align: left;
	margin-top: -160px;
	padding: 7px 11px 8px 12px;
	float: right;
	opacity:0.7; filter: alpha(opacity=70);
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px; /* future proofing */
}
#content {
	position: absolute;
	text-align: left;
	width: 390px;
	top: -152px;
	float: right;
}
#footer {
	font-size: 75%;
	color: #655038; /* 666666 */
	text-align: right;
	padding: 0 15px 0 0;
	float: right;
}
/* contact page */
#contentwrapCT {
	width: 600px;
	background: #655038;
	text-align: left;
	margin: 0 auto;
} 
#containerCT { /* Contact page */
	background: #655038;
	width: 363px;
	text-align: left;
	line-height: 1.30;
	margin: 0 auto;
}
#onecolumn { /* single column */
	background: #655038;
	width: 600px;
	line-height: 1.30;
	text-align: left;
	margin: 0 auto;
}
#logoct {
	padding-top: 5em;
	margin-bottom: 20px;
	text-align: center;
}
#footerct {
	font-size: 75%;
	color: #281c12; /* 666666 */
	text-align: center;
	margin-top: 5em;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 330%; /* 310% */
	text-transform: uppercase; /* Make h1's uppercase */
	padding-left: 16px;
	color: #281c12;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5), 0px -1px 2px rgba(255,255,255,0.8);
	-ms-text-shadow:0px 0px 10px #333; /* for ie 9+ */
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 330%;
	text-transform: uppercase; /* Make h1's uppercase */
	color: #281c12;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5), 0px -1px 2px rgba(255,255,255,0.8);
	-ms-text-shadow:0px 0px 10px #333; /* for ie 9+ */
}
h3 {
	color: #655038;
	font-size: 135%; /* 19px size */
	font-weight: bold;
}
h4 {
	color: #b39564; /*6F4F3E F4EEE0 bb783f ba763a a0775a c3a36f be9e69 */
	font-size: 110%;
	font-weight: bold;
}
h5 {
	color: #000000; /*6F4F3E F4EEE0 bb783f ba763a a0775a*/
	font-size: 100%;
	font-weight: bold;
}
a:link, a:visited {
	color: #281c12;
}
a:hover {
	font-size: 100%;
	color: #f4eee0;
}
a.contactl:link, a.contactl:visited {
	font-size: 100%;
	font-weight: bold;
	color: #655038;
	text-decoration: none;
}
a.contactl:hover {
	font-size: 100%;
	font-weight: bold;
	color: #f4eee0;
}
a.contact2:link, a.contact2:visited {
	font-size: 100%;
	font-weight: bold;
	color: #8287EF; /* #8C704F */
	text-decoration: none;
}
a.contact2:hover {
	font-size: 100%;
	font-weight: bold;
	color: #f4eee0;
}
a.priv:link, a.priv:visited {
	color: #666666; /* #171e3a */
	text-decoration: underline;
}
a.priv:hover {
	font-size: 100%;
	color: #11162a; 
}
ul {padding:0; margin:0;}
ul li {padding: 0 0 0 15px; list-style: none; display:inline-block;}

table
{
	width: 100%;
}
th
{
	padding: 1px;
	font-weight: bold;
} 
td
{
	padding: 1px;
	background-color: #FFFFFF;
	border-bottom: thin;
	border-bottom-style: solid;
}
table,th,td
{
	border: .2px;
	border-spacing: 1px;
}
td.contact
{
	background-color: #655038;
	font-size: 110%;
	padding-left: 10px;
} 
td.contact2
{
	background-color: #655038;
	text-align: right;
	font-size: 110%;
} 
.submit input
{
	height: 25px;
	margin-left: 8px;
	margin-top: 8px;
	padding: 0 3px 2px 3px;
} 
.mmd10 {font-size: 10px; line-height: 12px; color: #000000;}