/* Reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Base styles */
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #0080AF;
	font-weight: 400;
	font-size: 14px;
}

a:hover {
	color: #777;
}

/* Header styles */
#header {
	background: white;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: solid #999 1px;
	z-index: 1000;
}

#header .wrapper {
	height: 100px;
	padding: 0 10px !important;
}

#mmnavi {
	width: 940px;
	height: 100px;
	position: relative;
}

/* Navigation styles */
ul.upperm {
	position: absolute;
	top: 28px;
	right: 0px;
}

ul.upperm li {
	display: inline;
	padding-left: 4px;
}

ul.upperm a,
ul.upperm span {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	color: #0080af;
}

ul.lowerm {
	position: absolute;
	top: 58px;
	right: 0px;
}

ul.lowerm li {
	display: inline;
	padding-left: 18px;
}

ul.lowerm a {
	letter-spacing: -0.9px;
	font-weight: 400;
	font-size: 16px;
	color: #777;
}

ul.lowerm a:hover,
ul.lowerm a.sel {
	color: #0080af;
	padding-bottom: 38px;
	background: url("mm_ind.gif") center repeat-x;
}

/* Logo styles */
#logo {
	position: absolute;
	left: 0px;
	top: 0;
}

/* Wrapper styles */
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 30px 10px 50px 10px;
	width: 940px;
}

/* Clear styles */
.clear {
	clear: both;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}

/* Button styles */
a.button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-shadow: black 1px 1px 1px;
	border: 0 none;
	background: #003366;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 9px 12px 10px 12px;
	text-indent: 0;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 15px;
}

a.button:hover {
	background: #777;
	transition: all 0.3s ease-in;
}

/* Form styles */
.subsite form {
	margin-top: 30px;
	display: block;
}

.subsite form fieldset {
	text-align: left;
	margin-bottom: 15px;
}

.subsite form li {
	position: relative;
	padding-top: 10px;
	font-size: 12px;
}

.subsite form label {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	display: block;
	vertical-align: top;
	width: 150px;
	float: left;
	color: black;
}

.subsite form input,
.subsite form textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background: linear-gradient(to bottom, #f9f9f9, #ffffff);
	border: 1px solid #999999;
	font-size: 14px;
	padding: 5px 5px 5px 0;
	text-indent: 5px;
	width: 450px;
}

/* Facebook button styles */
a.facetop {
	display: block;
	z-index: 10000000;
	width: 45px;
	height: 45px;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 1px 3px #000;
	background: url("../images/fb.png") left no-repeat #3b5998;
	position: fixed;
	top: 328px;
	right: 0;
	transition: all 0.3s ease-in;
}

a.facetop:hover {
	width: 90px;
	transition: all 0.3s ease-out;
}