﻿/* ----------Global Styles---------- */

html {
	height: 100%;
}

body {
	height: 100%;
	background: whitesmoke;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #616060;
}

h1, h2 {
	font-size: 3em;
	color: #1b1b1b;
	margin: 60px 0 -10px 30px;
}

h3 {
	margin: 35px 0 0 45px;
	font-weight: bold;
	color: #222222;
}

a, a:visited {
	text-decoration: none;
	color: #6A9FEE;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ----------Header Styles---------- */

#headerContainer {
	z-index: 100;
	position: fixed;
	width: 100%;
}

#header {
	height: 160px;
	background: url('../images/gradient_top.png') whitesmoke repeat-x bottom;
}

#logoContainer {
	width: 1092px;
	margin: 0 auto;
}

#logo {
	height: 126px;
	width: 665px;
	float: left;
	margin: 17px 0;
	background: url('../images/mff_logo.png') no-repeat;
}

#bubble {
	height: 160px;
	width: 390px;
	float: right;
	background: url('../images/bubble.png') no-repeat 0 19px;
}

/* ----------Nav Styles---------- */

#navContainer {
	position: relative;
	width: 1092px;
	margin: 0 auto;
}

#navLine {
	position: relative;
	height: 7px;
	margin: 0 auto;	
	background: url('../images/blueline.png') repeat-x;
}

#navBG {
	height: 30px;
	width: 100%;
	position: absolute;
	background: whitesmoke;
}

#nav {
	list-style: none;
	float: left;
	margin: 0 auto;
	font-size: .8em;
}

#nav a,
#nav a:visited {
	color: #1b1b1b;
}

#nav ul {
	position: relative;
	z-index:99;
	padding: 0;
	margin: 0; 
}

#nav li	{
	float: left;
	position:relative;
	list-style: none;
	float: left;
	list-style-image:none;
}

#nav li a {
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}

.button {
	height: 18px;
	float: left;
	padding: 6px 0;
	margin-right: 5px;
	color: #1b1b1b;
	text-align: center;
	-moz-box-shadow: 1px 3px 6px #888;
	-webkit-box-shadow: 1px 3px 6px #888;
	box-shadow: 1px 3px 6px #888;
	border-collapse: separate; /* IE9 box-shadow hack */
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#button-1 { width: 136px; background: #ee736a; }
#button-2 { width: 178px; background: #7cee6a; }
#button-3 { width: 233px; background: #eeb33c; }
#button-4 { width: 188px; background: #e7ee6a; }
#button-5 { width: 180px; background: #ac55be; }
#button-6 { width: 152px; background: #6aeeeb; margin-right: 0 }

#button-1:hover, #button-2:hover,
#button-3:hover, #button-4:hover,
#button-5:hover, #button-6:hover {
	background-image: url('../images/overlay.png');
	background-repeat: repeat;
}

#button-1.active, #button-2.active,
#button-3.active, #button-4.active,
#button-5.active, #button-6.active {
	background: #6A9FEE;
	padding-top: 16px;
}

#button-1.active:hover, #button-2.active:hover,
#button-3.active:hover, #button-4.active:hover,
#button-5.active:hover, #button-6.active:hover {
	background-image: none;
}

/* ----------Content Styles---------- */

#content {
	z-index: 0;
	position: relative;
	min-height: 690px;
	width: 930px;
	margin: 0 auto;
	padding: 195px 142px 50px 142px;
}

#accent {
	position: absolute;
	overflow: hidden;
	top: 255px;
	bottom: 0;
	left: 0;
	width: 94px;
	background: url('../images/accent_top.png') no-repeat left top;
}

#accent span {
	position: absolute;
	top:589px;
	height: 100%;
	width: 94px;
	background: url('../images/accent_tilable.png') repeat-y left top;
}

#content p {
	margin: 35px 0 0 90px;
	line-height: 1.8em;
}

#content ul {
	margin: 35px 0 0 110px;
	line-height: 1.8em;
}

#content ul li {
	list-style-type: disc;
}

#content ul li:first-child {
	margin-left: -20px;
	text-decoration: underline;
	list-style-type: none;
	color: #515050;
}

#content ul.lst li:first-child {
	margin-left: 0;
	text-decoration: none;
	list-style-type: disc;
}

#content ul.data {
	float: left;
}

#content ul.data li {
	list-style-type: none;
	margin-left: -15px;
}

#content ul.data li:first-child {
	list-style-type: none;
	text-decoration: none;
}

#content ul.columns {
	float: left;
	width: 375px;
	margin: 35px 0 0;
	line-height: 1.8em;
	padding-right: 35px;
}

#content sub {
	display: block;
	margin: 15px 0 15px 45px;
	line-height: 1.8em;
	font-size: .90em;
	font-style: italic;
}

.sup {
	font-size: .5em;
	vertical-align: top;
}

#content strong {
	font-weight: 600;
	color: #515050;
}

p.quote, ul.quote {
	margin: 0;
	padding: 10px 0 0 45px;
	font-style: italic;
}

#txtbox {
	margin: 35px 0 0 90px;
	padding: 20px;
	background-color: #DDDDDD;
}

#txtbox p {
	margin: 0;
}

#txtbox-blank {
	margin: 35px 0 0 90px;
}

#txtbox-blank p {
	margin: 0;
}

#content img {
	display: block;
	margin: 35px auto 0;
}

h3.data {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.33em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 60px;
}

#content p.data {
	text-align: center;
	margin: 5px 0 0 0;
}

.divider {
	width: 930px;
	height: 11px;
	margin: 0 auto;
	background: url('../images/divider.png') repeat-x;
}

#orderButton {
	display: block;
	height: 30px;
	width: 200px;
	margin: 35px auto 0;
	color: #1b1b1b;
	font-weight: bold;
	padding-top: 10px;
	background: #6A9FEE;
	-moz-box-shadow: 1px 3px 6px #888;
	-webkit-box-shadow: 1px 3px 6px #888;
	box-shadow: 1px 3px 6px #888;
	border-collapse: separate; /* IE9 box-shadow hack */;
	border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	border-bottom: 1px #666 solid;
}

#orderButton:hover {
	background-image: url('../images/overlay.png');
	background-repeat: repeat;
}

/* ----------Footer Styles---------- */

#footerPadding {
	padding-bottom: 55px;
}

#footer {
	height: 55px;
	width: 100%;
	margin: -55px auto 0;
	background: url('../images/gradient_bottom.png') repeat-x top;
	line-height: 0.75em;
	font-size: 0.75em;
	text-align: center;
}

#footer ul {
	display: block;
	width: 1092px;
	margin: 0 auto;
	padding: 24px 0;
}

#footer ul li {
	display: inline;
	padding: 0 15px;
	list-style-type: none;
}

#footer a,
#footer a:visited {
	color: #616060;
	text-decoration: underline;
}