body {
	background-image: url('/images/layout/body-back.jpg');
	background-repeat:no-repeat;
	background-position: 50% 0%;
	background-color: #ebf4d7;
	text-align:center;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	line-height:17px;
	letter-spacing: 0.02em;
}
p {
	margin-bottom:12px;
}
h3.question, a {
	cursor:pointer;
	color: #008fbb;
	text-decoration:none;
}
h3.question:hover, a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
#main {
	margin:auto;
	width:980px;
	text-align:left;
	position:relative;
	z-index:1;
}
#header {
	height:152px;
}
#secondaryMenu {
	font-size: 12px;
	position:absolute;
	top:10px;
	right:10px;
	width:300px;
	text-align:right;
}
#secondaryMenu li {
	display:inline;
}
#secondaryMenu a {
	color: #0054a6;
	padding:10px;
	opacity: 0.8;
}
#secondaryMenu a:hover {
	opacity:1;
}
#logo img {
	position:absolute;
	top:20px;
	left:20px;
	border:none;
}
#menu {
	background-image: url('/images/layout/menu-back.png');
	background-repeat:no-repeat;
	height:37px;
	list-style-type:none;
}
#menu li {
	display:inline;
}
#menu li a, #menu li a:visited {
	vertical-align:top;
	color: #fff;
	display:inline-block;
	padding:12px;
	padding-left:20px;
	padding-right:20px;
}
#menu li a.selected {
	background-image: url('/images/layout/menu-item-selected.png');
	background-repeat:no-repeat;
	background-position: 50% 32px;
}
#content {
	position:relative;
	min-height:300px;
	background-color: #fff;
	margin-bottom:16px;
	padding-bottom:16px;
}
#content ul {
	margin-left:20px;
}
#footer {
	color: #99ca3c;
	font-size:10px;
	text-align:right;
	margin-right:20px;
	letter-spacing: 0.02em;
}
#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer ul li {
	display:inline;
	padding:6px;
}
#footer a {
	color: #99ca3c;
}
.largeColumn {
	vertical-align:top;
	width:720px;
	display:inline-block;
	margin-left:20px;
	margin-top:20px;
}
.smallColumn.left {
	margin-left:20px;
}
.largeColumn.right {
	margin-left:20px;
	width:690px;
	margin-right:20px;
}
.largeColumn.center {
	margin-left:20px;
	width:490px;
}
.smallColumn {
	vertical-align:top;
	width:220px;
	display:inline-block;
	margin-top:20px;
}
#homeIntroText {
	color: #0054a6;
	font-size:15px;
	line-height:20px;
	margin-bottom:20px;
}
#homeIntroText p {
	width:550px;
}
.homeBlock {
	width:224px;
	/*height:224px;*/
	background-color: #ddd;
	position:relative;
	display:inline-block;
	margin-right:12px;
	/*overflow:hidden;*/
	vertical-align:top;
}
.homeBlock h3 {
	font-size:15px;
	line-height:18px;
	height:36px;
	overflow:hidden;
	margin:10px;
	margin-top:4px;
	margin-bottom:4px;
	font-weight:normal;
}
.homeBlock h3 a {
	color: #fff;
}
.homeBlock p {
	font-size:12px;
	margin-left:10px;
	margin-right:6px;
}
div.homeBlock.yellow {
	background-color: #facd29;
}
div.homeBlock.green {
	background-color: #98ce44;
}
div.homeBlock.blue {
	background-color: #2c8ebb;
}
img.corner {
	position:absolute;
}
img.top {
	top:0px;
}
img.bottom {
	bottom:0px;
}
img.left {
	left:0px;
}
img.right {
	right:0px;
}
/*
div.corner {
	position:absolute;
	height:14px;
	width:14px;
	background-repeat:none;
}

div.bottomRight {
	right:0px;
	bottom:0px;
	background-image: url('/images/layout/corner-white-br.png');
}

div.bottomLeft {
	right:0px;
	bottom:0px;
	background-image: url('/images/layout/corner-white-bl.png');
}
*/

#spotlight h2 {
	font-size:20px;
	color: #9aca3c;
	font-weight:bold;
	margin-bottom:12px;
}
#spotlight h3 {
	font-size:15px;
	color: #0054a6;
	font-weight:normal;
}
#spotlight p {
	font-size:12px;
	line-height:17px;
	color: #484848;
}
div.left div.block {
	background-color: #2c8ebb;
	padding:0px;
	padding-top:6px;
	padding-bottom:6px;
	border-radius:6px;
	-moz-border-radius:6px;
	-gecko-border-radius:6px;
	text-align:center;
}
div.left div.block a {
	padding:4px;
	display:block;
	color: #dce8e8;
}
/* target group links */

#targetGroupLinks {
	background-color: #2c8ebb;
	padding:0px;
	padding-bottom:6px;
	border-radius:6px;
	-moz-border-radius:6px;
	-gecko-border-radius:6px;
	width:220px;
	color: #fff;
	margin-bottom:12px;
}
#targetGroupLinks h2 {
	color: #fff;
	padding:10px;
	padding-bottom:0px;
}
#targetGroupLinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#targetGroupLinks a {
	color: #dce8e8;
	padding:10px;
	padding-top:4px;
	padding-bottom:4px;
	display:block;
}
#targetGroupLinks a:hover {
	color: #fff;
	background-color: #68aece;
}
/* did you know */

#didyouknow {
	background-color: #d6ecb3;
	background-color: #facd29;
	padding:10px;
	padding-top:0px;
	border-radius:6px;
	-moz-border-radius:6px;
	-gecko-border-radius:6px;
	width:200px;
	margin-bottom:12px;
}
#didyouknow h2 {
	padding-top:10px;
	color: #fff;
}
/* supplement widget */

#supplementChooserWidget {
	background-color: #d6ecb3;
	padding:10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-gecko-border-radius:6px;
	width:200px;
}
#supplementChooserWidget h2 {
	color: #0054a6;
	font-size:12px;
	font-weight:bold;
}
#supplementChooserWidget form {
	margin-top:10px;
	margin-bottom:10px;
}
#supplementChooserWidget form input.text {
	background-color: #fff;
	border:none;
	padding:2px;
	color: #484848;
}
#supplementChooserWidget form input.text:focus {
	color: #242424;
}
#supplementChooserWidget form input.search {
	width:180px;
	padding-left:16px;
	background-image: url('/images/layout/search-icon.png');
	background-repeat: no-repeat;
	background-position: 2px 50%;
	height:17px;
}
#supplementChooserWidget form input.button {
	height:21px;
	border:none;
	display:inline-block;
	vertical-align:top;
}
#supplementChooserWidget #resultList {
	background-color: #e4f3cc;
	overflow-x:hidden;
	overflow-y:scroll;
	color: #4f7012;
	font-size:12px;
	height:300px;
}
#supplementChooserWidget #resultList ul {
	margin:0;
	list-style-type:none;
}
#supplementChooserWidget #resultList a {
	color: #4f7012;
	padding:4px;
	padding-left:8px;
	display:block;
}
#supplementChooserWidget #resultList a.selected:hover,  #supplementChooserWidget #resultList a:hover {
	background-color: #008fbc;
	color: #fff;
	text-decoration:none;
}
#supplementChooserWidget #resultList a.selected {
	background-color: #98d5c5;
	text-decoration:none;
}
#supplementList {
	min-height:300px;
}
h1 {
	font-size: 20px;
	font-weight:normal;
	color: #0054a6;
	margin-bottom:10px;
}
h2 {
	font-size: 16px;
	font-weight:normal;
	color: #0054a6;
	margin-top:10px;
	margin-bottom:10px;
}
h3 a, h3 {
	font-size: 14px;
	font-weight:bold;
	color: #0054a6;
	margin-top:10px;
	margin-bottom:10px;
}
h5 {
	font-size: 12 px;
	font-weight:bold;
	color: #0054a6;
	margin-top:10px;
	margin-bottom:10px;
}
h6 {
	font-size: 12px;
	font-weight:normal;
	color: #0054a6;
	margin-top:10px;
	margin-bottom:10px;
}
h2.small {
	letter-spacing: 0.04em;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	margin-bottom:10px;
}
#introText {
	width:550px;
}
#footerDisclaimer {
	color: #a4a4a4;
	width:550px;
}
/* forms */

fieldset {
	border:none;
}
fieldset div {
	margin-top:10px;
	margin-bottom:10px;
}
legend {
	display:none;
}
label {
	vertical-align:top;
	min-width:140px;
	display:inline-block;
}
select, textarea, input.text {
	border: solid 1px #99def3;
	;
	background-color: #fff;
	padding:2px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size:12px;
	color: #484848;
}
#supplementList div {
	width:330px;
	height:64px;
	margin-bottom: 18px;
	margin-right: 10px;
	display: inline-block;
 *display:inline;
 *float:left;
 *width:324px;
}
#supplementList div p {
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
#supplementList div h3 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
}
#supplementList div h3 a {
	color: #0054a6;
}
#supplementList div img {
	float:left;
	width:64px;
	height:64px;
	margin-right:10px;
}
#targetGroupList {
	list-style-type:none;
	margin-left:0px;
	padding:0px;
	padding-left:-60px;
	position:relative;
	left:-44px;
	width:720px;
}
#targetGroupList li {
	display: inline-block;
	text-align:center;
	vertical-align:top;
	width:176px;
 *display:inline;
 *float:left;
}
#targetGroupList li h3 {
	font-weight:normal;
}
#targetGroupList img {
	-moz-box-shadow: 0px 0px 2px #b0dffb;
}
#targetGroupList a:hover img {
}
#targetGroupList li a:hover {
	text-decoration:none;
	border:none;
}
img.right {
	float:right;
	margin-left:10px;
}
img.left {
	float:left;
	margin-right:10px;
}
