@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #202B1D url(images/flower-bg-dark.jpg);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFEC;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #ffcc99;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #b2c358;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .1em;
}
a {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
ul { list-style: square; }
li {
	list-style: square;
	padding: 0em .8em 0.8em;
}



		/*Layout Styles*/
.flStyle #container {
	width: 900px;
	margin: 10px auto;
	text-align: left;
	background: url(images/janetcraig-web.gif) no-repeat right bottom;
}
.flStyle #sidebar1 {
	float: left; 
	width: 216px; 
	padding: 0;
	text-align: center;
}
.flStyle #mainContent {
	margin: 0;
	padding: 1em 1em 2em 0em;
	float: left;
	width: 584px;
} 
.flStyle #mainContent .headContact {
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	clear: both;
	padding-top: 30px;
	padding-right: 50px;
	text-decoration: none;
}
.flStyle #container #mainContent .headContact a:link, .flStyle #container #mainContent .headContact a:visited { 
	text-decoration: none;
	color: #ffffff; 
}
.flStyle #container #mainContent .headContact a:hover { color: #dfe190; text-decoration: underline; }
.flStyle #mainContent #navBar {
	margin: 0px -36px 0px 0px;
	padding: 0px;
	height: 24px;
	float: right;
}
.flStyle #mainContent #navBar th, .flStyle #mainContent #navBar td { 
	border-bottom: 3px solid #a04425; 
}
.flStyle #container #mainContent #navBar .noBdr {
	border-bottom: none;
	padding-bottom: 3px;
}
.flStyle #mainContent #navBar th { background: url(images/nav-bg.gif) repeat-x; }
.flStyle #mainContent #navBar #hNav {
	margin: 0px;
	padding: 0px;
}
.flStyle #mainContent #navBar #hNav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.flStyle #mainContent #navBar #hNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	list-style: none;
}
.flStyle #mainContent #navBar #hNav a:link, .flStyle #mainContent #navBar #hNav a:visited {
	color: #000000;
	padding: 0;
	text-decoration: none;
	margin: 0px 11px;
	font: bold small-caps 12px Verdana, Arial, Helvetica, sans-serif;
}
.flStyle #mainContent #navBar #hNav a:hover {
	color: #dfe190;
	border-bottom: solid 6px #dfe190;
	padding-bottom: 3px;
}
.flStyle #mainContent #webCopy {
	margin: 0px;
	padding: 40px 0 0 20px;
	width: 91%;
	clear: both;
}
.flStyle #container #mainContent .nameImg {
	float: right;
	padding: 10px 0px 0px;
}
.flStyle #container #mainContent #webCopy .benefitList li {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFF99;
	list-style: square;
}
.flStyle #container #mainContent #webCopy .moreInfo {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFCC99;
}
.flStyle #container #mainContent #webCopy a.moreInfo:link { text-decoration: none; }
.flStyle #container #mainContent #webCopy a.moreInfo:hover { color: #FFCC00; text-decoration: underline; }
.flStyle #mainContent #webCopy .imgBar {
	position: relative;
	z-index: 5;
	width: 580px;
	left: -120px;
	visibility: visible;
}
.flStyle #container #mainContent #webCopy .imgBar table {
	padding: 0px;
	margin: 0px;
}
.flStyle #container #mainContent #webCopy .imgBar .tblBdr { border: 2px solid #b2c358; }

.flStyle #container #mainContent #webCopy .imgBar td {
	text-align: center;
	padding: 3px;
}


.flStyle #container #mainContent #webCopy .imgBar img { border-style: none; }

.flStyle #mainContent #webCopy #footer {
	font-size: 85%;
	text-align: center;
	margin: 0px;
	padding: 2em 0px 0px;
}
.flStyle #mainContent #webCopy #footer a:link, .flStyle #mainContent #webCopy #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0 .6em;
}
.flStyle #mainContent #webCopy #footer a:hover {
	color: #FF9900;
}
.flStyle #container #mainContent #webCopy #footer a.cejay { text-decoration: none; }


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.important {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFCC;
}

.flStyle #container #sidebar1 .pushup { margin-top: 0px; } /*see also IE fix file*/
