@charset "UTF-8";
/* CSS Document */

body {
	background: repeat-x;
	background-position:top;
	background-image: url(MGL-images/BG-slice.jpg);
	background-color: #355264;
}

#container {
	width: 820px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin: 0px auto 30px auto;
}

#header {
	height: 141px;
}

#logo {
	width: 433px;
	float: left;
}

#headContact {
	float: right;
	margin: 40px 20px 0 0;
	line-height: 15px;
	text-align: right;
}

#headContact a {
	color: #ffffff;
	text-decoration: none;
	padding: 6px 0 6px 0;
}

#headContact a:hover {
	color:#99CC00;
}

#headContact img {
	margin: 0 8px 0 0;
}



#mainContent {
	/* border-right: 1px solid #7B96A9; */
	/* border-bottom: 1px solid #7B96A9; */

}

#leftSide {
	width: 438px;
	border: 1px solid #7B96A9;
	float: left;
	height: auto;
}

#navBar {
	background-color: #7B96A9;
	height: 35px;

}

#navBar ul {
	list-style: none;
	padding: 10px 0 10px 10px;
	display: block;
	margin: 0;
}

#navBar ul li {
	display: inline;
	padding: 5px 5px 2px 10px;
	font-size: 13px;
}

#navBar ul li a {
	color: #ffffff;
	text-decoration:none;
}

#navBar ul li a:hover {
	color: #9FCB42;
}

#navBar .lit {
	font-weight: bold;
}

#secondaryNav {
	background-color: #92BC4B;
	height: 25px;
}

#secondaryNav ul {
	list-style: none;
	padding: 5px 0 0 10px;
	display: block;
	margin: 0;
}

#secondaryNav ul li {
	display: inline;
	padding: 5px 2px 2px 10px;
	font-size: 12px;
}

#secondaryNav ul li a {
	color: #ffffff;
	text-decoration:none;
}

#secondaryNav ul li a:hover {
	color: #333333;
}

#secondaryNav .lit {
	font-weight: bold;
}

#leftBody {
	margin: 20px 19px 20px 20px;
}

#leftBody p {
	line-height: 18px;
	margin-bottom:20px;
}

#leftBody a {
	color:#B2E549;
	text-decoration:none;
}

#rightBody a {
	color:#B2E549;
	text-decoration:none;
}

#leftBody ul {
	list-style: url(MGL-images/hash-trans.gif);
	padding: 0;
	margin: 0;
}

#leftBody ul li {
	margin:4px 0 0 35px;
	padding:0;

}

#rightSide {
	width: 379px;
	float: right;
	border: 1px solid #7B96A9;
	border-left: none;
	height: auto;
}

#rightSide img {

}

#rightBody {
	margin: 20px 10px 20px 20px;
}

#rightBody p {
	line-height:16px;
}

#clearDiv {
	height:1px;
	clear:both;
}

#footer {
	width: 520px;
	line-height: 14px;
	margin: 20px 0 0 20px;
	font-size:10px;
	display: block;
}

h1 {
	font-size:18px;
	color:#9FCB42;
	margin:30px 0 20px 0;
}

h2 {
	font-size:16px;
	color:#9FCB42;
	margin:30px 0 20px 0;
}

h3 {
	font-size:16px;
	color:#9FCB42;
}

h4 {
	font-size:14px;
	color:#FFF;
	padding: 0;
	margin:7px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#99CC00;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#99CC00;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 16px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 14px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


/* STYLES ADDED FOR FORM PAGES */

#formPage {
	width: 820px;
	border: 1px solid #7B96A9;
	float: left;
	height: auto;
}

#formBody {
	margin: 20px 20px 20px 90px;
}

form {
	margin: 0;
	text-align: left;
	padding: 0;
}
