@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
.oneColLiqCtr #container {
	width: 90%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.pretty-table
{
  padding: 0;
  margin: 0;
  margin-top:20px;
  margin-bottom:20px;
  border-collapse: collapse;
  border: 1px solid #664433;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #fff;
  background: #4965D6;
}

.pretty-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
  border: 1px dotted #664433;
  padding: 0.5em;
  text-align: left;
  color: #000;
}

.pretty-table th[scope=col]
{
  color: #000;
  background-color: #ffdb00;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #664433;
  border-right: 2px solid #664433;
}

.pretty-table th+th[scope=col]
{
  color: #333;
  background-color: #FFE440;
  border-right: 1px dotted #664433;
}

.pretty-table th[scope=row]
{
  background-color: #1533AD;
  color:#FFF;
  border-right: 2px solid #664433;
}



.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #fff;
  background-color:#1533AD;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #8106A9;
  color: #fff;
}
.pretty-table th.alt[scope=row]
{
  color: #2a4763;
  background-color:#FFF;
}

.menutext {
	width:50%;
	-webkit-border-radius: 99px 20px 99px 19px;
	-moz-border-radius: 99px 20px 99px 19px;
	border-radius: 99px 20px 99px 19px;
	border:3px solid #FFCC33;
	background-color:#652EAD;
	-webkit-box-shadow: #B3B3B3 8px 8px 8px;
	-moz-box-shadow: #B3B3B3 8px 8px 8px; 
	box-shadow: #B3B3B3 8px 8px 8px; 
	min-width: 320px; 
	padding:30px; 
	color:#ffcc33;
	}
	
/* LIST #3 */
.list3 { }
.list3 ul { list-style-image: url("images/M_Logo.png"); color:#fff; font-size:18px; }
.list3 ul li { line-height:30px; text-align: left; }

.call h1 {
		position: relative;
		font:normal 70px/80px
		margin-top: 0;
		font-family: 'Myriad Pro', 'Myriad', helvetica, arial, sans-serif;
		text-shadow: 2px 3px 3px #292929;
		letter-spacing: -7px;
		-webkit-text-stroke: 1px white;
	
	}
