@charset "UTF-8";
html,body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #07575b;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 12px;
	color:#66a5ad;
	line-height:12px;
	text-align:center;
	
}

a img { 
	border: none;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 1150px;
	background-color: #eae2d6;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
header {
	width: 1150px;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 36px;
	color:#07575b;
	font-weight:600;
	text-align: center;
	padding: 30px 0px 30px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.campaign{
	width: 88%;
	margin-left: auto;
	margin-right:auto;
	padding: 5px 0px 5px 0px;
}


.campaign h1 {
	font-size: 24px;
	color: #000000;
	line-height:24px;
	text-align:center;
	margin: 0px 0px 10px 0px; 
}

.campaign h2 {
	font-size: 15px;
	color:#66a5ad;
	line-height:18px;
	text-align:center;
	margin: 5px 0px 10px 0px;
}
.campaignsubhead{
	width: 300px;
	display:inline-block;
	text-align: center;
	padding: 0px 15px 0px 15px;
	margin:5px 0px 0px 0px;
	position: relative;

}

.box {
	width: 300px;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow: 4px 1px 4px 1px #867666;
	padding: 5px 0px 20px 0px;
	margin: 0px 0px 25px 0px;
	
}

.box img {
	width: 290px;
	margin:0px;
	
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */

#inner{
	width: 1005px;
	text-align: center;
	line-height: 18px;
	margin-right: auto;
	margin-left:auto;
}

footer {
	width: 1150px;
	padding: 15px 0px 60px 0px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}
