/**
* CSS
* 
* @version 1.0
* @author James Dodd
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14pt;
	font-family: Helvetica, sans-serif;
	background: #fff;
	color: #222;
  line-height: 18pt;
}

	#mc_embed_signup label {display:inline; font-size:14pt; padding-bottom:10px; font-weight:bold; padding-left: 12px}
	#mc_embed_signup input.email {display:inline; padding:4px 0; text-indent:5px; min-width: 250px}
	#mc_embed_signup .button {clear:both; background-color: rgba(255,255,255,0); border: 0 none; cursor: pointer; display: inline-block; line-height: 25px; padding:0 12px 0px 12px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; margin: 0 0 0 6px; font-size: 14pt; font-family: Helvetica, sans serif;}


body.section-1 { }
body.section-2 { }
body.section-3 { }

/*
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }
*/
a img { border: none; }

a:link { color: #000; }
a:active { color: #000; }
a:visited { color: #000; }
a:hover { color: #666;}


#menu {
	display: none;
    width: 215px;
    padding: 0 10px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	text-align: right;
	text-transform: uppercase;
}

#menu ul {
	list-style: none;
	margin: 10px 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
/*    margin: 0px 0 0 225px;*/
    top: 0;
}

.container {
    padding: 45px;
}

#content p {
  margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1,h2,h3,h4{
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: 100%;	
}
h1 { font-size: 28px; color: #000;}h1 a, h1 a:visited{text-decoration: none; color: #000;}h1 a:hover{text-decoration: none; color: #333;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
