/* ***************************************************************************** Start Global */
body.graphic {
	background-color: #f3f5f4;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
}
body {
	
}
/* Global Typeface */
* {
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 100%;
	line-height:18px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

h1 {
	font-size:36px;
	font-size:2.25rem;
	line-height:42px;
	line-height:2.33rem;
	margin-bottom:0.5625em;
}

h2 {
	font-size:30px;
	font-size:1.875rem;
	line-height:36px;
	line-height:2rem;
	margin-bottom:0.64em;
}

h3 {
	font-size:18px;
	font-size:1rem;
	line-height:30px;
	line-height:1.22rem;
	margin-bottom:0.75em;
}

h4 {
	font-size: 18px;
	font-size:1.125rem;
	line-height:24px;
	line-height:1.33rem;
	margin-bottom:0.9em;
}

h5 {
	font-size:16px;
	font-size:1rem;
	line-height:20px;
	line-height:1.11rem;
	margin-bottom:1.125em;
}

h6 {
	font-size:14px;
	font-size:0.875rem;
	line-height:18px;
	line-height:1rem;
	margin:0 0 1.125em;
}

a, a:visited {
	color:#0c3e63;
	text-decoration: none;
}

a:hover {
	color:#004c99;
	text-decoration: none;
}



button, button:focus, select:focus {
	outline: none;
}

button, select, label, input[type=checkbox] {
	cursor: pointer;
}

a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #8cc560;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
}

a.button {
	display: inline-block;
	text-decoration: none;
	padding: 10px 30px;
}

input.button {
	margin: 0;
	border: 0;
	height: 36px;
	padding: 0px 30px 0px 30px;
}

button:hover, a.button:hover, input.button:hover, button.green:hover {
	background-color: #69A53D;
}

button.green {
	height: 36px;
	color: white;
	background-color: #8cc560;
	border: none;
	border-radius: 5px;
	padding: 10px 30px;
}



/* Global Nav */
.navbar {
	margin: 0;
	width:100%;
	background-color:#FFF;
	border:none;
	border-top: 5px solid #8cc560;
}

#mainNavbar  {
	max-width: 960px;
	margin: 0 auto;
}

#mainNavbar ul li {
	color: #999;
}

#mainNavbar ul li a, #mainNavbar ul li a:visited {
	color: #999;
}

#mainNavbar ul li a:hover {
	color: #000;
}


#wrapper {}
#navwrap {}


/* Main */

.main {
	max-width: 960px;
	height: 100%;
	min-height:300px;
	margin: 0 auto;
}

.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/************************************************************************/

/* Header */

header {
	width: 100%;
}

header #headwrap {
	max-width: 920px;
	height: 120px;
	padding: 20px;
	margin: 0 auto;
}

header.solid_color #headwrap {
	background: #0D3B5D;
}

header.transparent_bg #headwrap {
	background-color: transparent;
}

header img {
	width: 200px;
	height: 84px;
	padding: 0;
}

#slug {
	margin: 24px 0 0 0;
	display:inline-block;
	position:relative;
	float: right;
}

#slug h2 {
	margin: 0;
	font-size: 22px;
	line-height: 22px;
}
#slug p {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
}
#slug a {
	line-height: 12px;
	font-size: 12px;
	color:#FFF;
}


/* Footer */

footer {
	width: 100%;
	margin-bottom: 40px;
	color: #F0F0F0;
	text-align: center;
	clear: both;
	float: left;
}

footer #footwrap {
	background: #0D3B5D;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
}

footer #footwrap::after {
	clear:both;
	content: "";
	width: 100%;
	height: 0;
	margin: 0 auto;
}

footer a, footer a:visited, footer a:hover {
	text-decoration: none;
	color: white;
}

footer p {
	padding: 12px;
	margin: 0;
	font-size: 1.20rem;
}
#footer-left {
	text-align:right;
	padding-top:16px;
}
#footer-right {
	text-align:left;
}
footer #copy {
	text-align:left; max-width: 960px; margin:0 auto; color:#000;
}

@media (max-width: 960px) {
	header.solid_color #headwrap {
		text-align:center;
	}

	header.solid_color img {
		margin: 0 auto;
	}

	#footer-right, #footer-left {
		text-align:center;
		padding:0;
	}
	footer {
		margin: 0;
		float: none;
	}
	
	footer #footwrap {
		width: 100%;;
	}
	
	footer a, footer a:visited, footer a:hover {
		text-decoration: none;
		color: white;
	}
	
	footer p {
		padding: 10px;
		margin: 0;
		font-size: 1.20rem;
	}
	footer #copy {
		text-align:center;
	}
}
