* {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  font: normal 11px/16px Verdana, Arial, sans-serif;
  background: #f7b6d0;
  color: #777;
}
img {
  border: 0;
}

/* links ---------------------------------------- */

a {
  color: #ff6fcf;
}
a:hover {
  color: #f25ea9;
}

/* typography ----------------------------------- */

p {
  margin: 0 0 1.5em;
}
h1 {
  font: normal 24px/50px Georgia, 'Times New Roman', serif;
  color: #fff;
  margin: 0 -13px 14px;
  padding: 0 0 0 20px;
  height: 59px;
  background: url(../images/h1-new.gif) no-repeat 0 0;

}
* html h1 {
  position: relative;
}
h1 a {
  color: #fff;
  text-decoration: none;
}
h1 a:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
h3, h4 {
  margin: 1.1em 0 .3em;
}
h4 {
  color: #09f;
  font-size: 11px;
  line-height: 14px;
}
blockquote {
  margin: 0 2em;
}
small {
  font-size: 11px;
}
.error {
  font-weight: bold;
  color: red;
}
.success {
  font-weight: bold;
  color: green;
}
.notop {
  margin-top: 0;
}
.nobottom {
  margin-bottom: 0;
}

/* sIFR 3 r317 */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* sIFR styles */
h2 {
  color: #F25EA9;
  font: normal 19px/1em Georgia, 'Times New Roman', serif;
  margin: 1.2em 0 .3em;
}
.sIFR-active h2 {
  visibility: hidden;
}
#main > h2:first-child {
  margin-top: 0;
}

/* lists ---------------------------------------- */

ul, ol {
  margin: .5em .5em 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul.related, ol.related {
  margin-top: -1em;
}
li {
  margin-left: 1.4em;
  padding-left: 0;
  line-height: 1.4em;
}

/* layout --------------------------------------- */

#page {
  width: 796px;
  margin: 3px auto 0;
  background: url(../images/page-bg.gif) repeat-y 0 0;
  text-align: left;
  position: relative;
}
#pageInner {
  padding: 10px 23px 1px;
  background: url(../images/page-top.gif) no-repeat 0 0;
}
#logo {
  position: absolute;
  top: 25px;
  left: 45px;
}
#flashMessage {
  color: red;
  font-weight: bold;
  margin-bottom: 1em;
}
#left {
  float: left;
  width: 187px;
}
#main {
  margin-left: 208px;
}
#footer {
  width: 796px;
  background: url(../images/page-bottom.gif) no-repeat 0 0;
  padding: 24px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  color: #c69;
}
#footer a {
  color: #c69;
}
#footer a:hover {
  color: #fff;
}

/* nav ------------------------------------------ */

#utilityNav {
  list-style: none;
  text-align: right;
  font-size: 11px;
  margin: 0;
  padding: 23px 2px 0 0;
}
#utilityNav li {
  display: inline;
  margin: 0;
}
#utilityNav a {
  color: #777;
  padding: 0 3px;
  text-decoration: none;
}
#utilityNav li.last a {
  padding-right: 0;
}
#utilityNav a:hover {
  text-decoration: underline;
}
#mainNav {
  list-style: none;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 8px 2px 13px;
}
#mainNav li {
  display: inline;
  margin-left: 13px;
}
#mainNav a {
  color: #f25ea9;
  text-decoration: none;
}
#mainNav a:hover {
  color: #09f;
  text-decoration: underline;
}
#mainNav li.active a {
  color: #777;
}
#subNav {
  margin: 0 0 13px;
  position: relative;
  top: -24px;
  background: #ffdced;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #feafd4;
  padding: .6em 0 .6em 1em;
  color: gray;
}
#subNav li {
  margin-top: .4em;
  margin-bottom: .4em;
  padding: 3px 5px 3px 5px;
  background:white;
}

#subNav li:hover {
  margin-top: .4em;
  margin-bottom: .4em;
  padding: 3px 5px 3px 5px;
  background:#e5e5e5;
}
#subNav a {
  color: #f25ea9;
  font-weight: bold;
  text-decoration: none;
  padding-right: .5em;
  padding: 3px 5px 3px 5px;
}
#subNav a:hover {
  color: #09f;
  text-decoration: underline;
}
#subNav li.active, #subNav li.active a {
  color: #777;
}
#subNav h4 {
  color: #fff;
  background: #F99DCB;
  padding: 0 4px;
  margin-left: -1em;
  text-align: center;
  line-height: 1.5em;
}

/* misc ----------------------------------------- */

.blurb {
  text-align: center;
  font-size: 1.3em;
  font-style: italic;
}
.square {
  float: right;
  margin: 0 0 1em 1.5em;
}
.diagonal {
  float: right;
  margin: 0 0 1em 1em;
}
#info {
  float: right;
  width: 190px;
  background-color: #fcc;
  border: 3px solid #f9c;
  padding: 5px;
  margin: 0 0 1em 1em;
  text-align: center;
}
#info h4 {
  color: #f69;
  font-size: 14px;
  margin: 0 0 5px;
}
#info strong {
  color: #c06;
}
#info em {
  color: #369;
}
hr {
  margin: 1em 0;
}



a#btn_share_now {
	margin-right: 7px;
	text-indent: -9999px;
	display: inline; /* ie fix */
	float: left;
	width: 214px; height: 63px;
	background: url(../images/btn_share_story.gif) no-repeat;
}
a#btn_ask_advice_now {
	text-indent: -9999px;
	float: left;
	width: 214px; height: 63px;
	background: url(../images/btn_ask_advice.gif) no-repeat;
}

a#btn_share_now:hover, a#btn_ask_advice_now:hover { background-position: 0 -63px; }