@charset "UTF-8";
/* CSS Document */

body {
	background-color:#7cc03c;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0 0 .7em 0;
}
#wrap {
	margin:15px auto 20px;
	width:1020px;
	padding: 0px;
	background-color:#fff;
	border-top:solid 4px #0059ba;
	border-bottom:solid 4px #0059ba;
}
#header {
	padding:9px 42px;
	display:block;
}
#header a {
	display:block;
	width:854px;
	height:142px;
	background-image:url(../img/memory-loss-header.jpg);
}
#header span {
	display:none;
}
#nav {
	background-color:#0059ba;
	height:40px;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav li {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}
#nav a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:40px;
	padding:0 18px;
	display:block;
}
#nav .first {
	margin-left:60px;
	padding: 0 18px 0 0;
}
#nav a:hover {
	background-color:#7cc03c;
}
#home-icon {
	background-image:url(../img/home-icon.png) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	width:32px !important;
	height:40px !important;
}
#home-icon span {
	display:none;
}
#content {
	width:900px;
	margin: 40px auto;
}
#content h1 {
	font-size:28px;
}
#content h2 {
	font-size:24px;
}
#content p, #content li {
	font-size:20px;
	line-height:26px;
}
#content ul {
	margin-top:0px;
	padding-left:20px;
}
#content li {
	margin-bottom:20px;
}
.one_third {
	width:26%;
	float:left;
	margin-right:3%
}
.two_third {
	width:70%;
	float:left;
	margin-right:3%
}
.last {
	margin-right:0px;
}
.alignleft {
	float:left;
	margin: 5px 20px 0 0;
}
.alignright {
	float:right;
	margin: 5px 0 0 20px;
}
#outer-footer {
	margin:0px auto 20px;
	width:1020px;
	color:#fff;
	text-align:center;
	line-height:28px;
	font-weight:bold;
}
#outer-footer a {
	text-decoration:none;
	color:#fff;
}
.clear {
	clear:both;
}
.disclaimer {
	font-size:15px !important;
	font-style:italic;
	line-height:17px !important;
}
.click-for-more {
	font-family:Times, "Times New Roman", serif;
	font-size: 34px;
	font-weight:bold;
	font-style:italic;
	color:#0059ba;
	text-align:center;
}
input[type=text] {
	padding: 5px;
}
form label {
	font-size:17px;
}
form #name, form #address, form #city, form #state, form #zip, form #email, form #phone, form #fax, form #message {
	width:96%;
}