@charset "utf-8";
/* Limited Reset */

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, tbody, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #ACB6B6;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Font styles */
h1 {
	font-size: 2em;
	padding-bottom: 1em;
	color: #FFF;
}

h2 {
  font-size: 1.5em;
  padding: .1em;
  color: #FFF;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  color: #FFF;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #FFF;
}

/* Clearfix */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Navigation Styles */

nav {
	height: 36px;
	text-align: center;
	width: 100%;
	background-image: url(../images/navBackground.png);
	line-height: 36px;
	font-weight: bold;
	position: fixed;
	top: 0;
	z-index: 10001;
}

nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 36px;
}
nav li {
	color: #FFF;
	width: 100px;
	display: inline;
	float: left;
	font-size: 1.15em;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	line-height: 36px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav a:hover, nav a:active {
	font-weight: bold;
	color: #FFF;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav li {
  		width: 48%;
  		float: left;
  		position: relative;
	  	text-align: left;
		margin-left: 10px;
  	}
		nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-image: url(../images/btnAmb36pxHover.fw.png);
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url(../images/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav { 
  		height: auto;
  	}
  	nav li {
  		width: 40%;
  		float: left;
  		position: relative;
	  	text-align: left;
  	}
		nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-image: url(../images/btnAmb36pxHover.fw.png);
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url(../images/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 380px) {
	nav li {
		display: block;
		float: none;
		width: 50%;
		text-align: center;
	}
}

#footer {
	text-align: center;
	margin: 30px auto;
}
#footer a {
	color: #fff;

}
#footer p {
	color: #fff;
}
.centered {
	text-align:center;
    display:block;
}
#content {

}
#content img {

}
#statement {
	margin-bottom: 20px;
}
#statement img {
	width: 260px;
	height: 329px;
	float: right;
	padding: 10px;
}
#statement li {
	margin: 5px 0 0 30px;
	font-weight: bold;
	list-style:disc;
	color: #FFF;
}
#maxWidth {
	max-width: 800px;
}
.ul {
	text-decoration:underline;
}