/* CSS Document */
html {
  overflow:scroll;
}
body {
background-color: #FEF9DD;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:20px;
margin:0px;
height: 100%;
}
a {
color: #DB7093;
text-decoration:none;
}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}
a img {
	border: none;
}
img.download {vertical-align:middle;}

/* ----------container to center the layout-------- */
#mainContainer {
	width: 750px;
	padding:0px;
	margin: 0px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: #FFF url(../images/bg_solidwhiteblue.gif) repeat-y top left;
}
#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	background-color: #FEF9DD;
}
#nav ul li{
	display: inline;
	margin:0px;
	padding:0px;
}
/* ----------banner for logo-------------- */
#mainHeader {
	background: url(../images/css_header_both.gif) no-repeat top center;
	height: 61px;
}
#mainHeaderText {
	padding: 25px 135px 5px 10px;
	font-size:95%;
	width: 456px;
	float: left;
	color:#49251C;
}
#logoLink {
	width: 140px;
	height:52px;
	float: left;
	cursor: hand;
}
#banner img {padding:0px 0px;} 

/* ----------outer and inner----------------- */

#mainContent {
	margin: 0px;
	padding: 0px;
	/*
	background: #FFFFFF;
	background-image:url(../images/bg_solidwhiteblue.gif);
	background-repeat:repeat-y;
	*/
}

#mainContent #heightProp {
	height:400px;
	float:left;
}
#mainContent #left {
 	width:445px; 
 	float:left; 
	padding: 20px 30px;
}
#mainContent #right {
	background-color: #9FE0EC;
	background-repeat:no-repeat;
 	width:190px; 
 	float:right;
	padding: 0px 10px 20px 45px;
}
/* -----------------content--------------------- */ 
#testNavBar {
	font-weight: bold;
	font-size: 80%;
	margin: 0px;
	margin-top:20px;
}
#testNavBar ul {
	margin: 0px;
	padding: 0px;
}
#testNavBar ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#testNavBar ul li a {
	color: #49251C;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
	margin: 0px;
	background-color: #9FE0EC;
}
#testNavBar ul #selected a {
	background-color: #49251C;
	color:#FFF;
}
.highlighted {
	background-color:#FEF9DD;
}
.formError {
	font-weight:bold;
	color:#FEF9DD;
	border: 1px #FEF9DD;
	padding: 4px 0px;
}
#content { 
position: relative; 
margin: 0px; 
}
p {
padding: 5px 10px;
margin:0px; }

pre {
font-size: 12px;
padding: 5px 10px;
margin:0px;
}
.titleImg {
	margin-bottom: 7px;
}
#loginBox {
	width:167px;
	background-color:#49251C;
	padding: 5px 12px;
}
#loginBox a {
	text-decoration:none;
	font-size:90%;
	color:#FEF9DD;
}
#loginBox input {
	background-color:#FEF9DD;
	color:#49251C;
	margin: 4px 0px;
	font-size:90%;
	padding-left:4px;
}
#logout {
	float:left;
	width: 133px;
} 
#userNameBox {
	height: 18px;
	text-align:center;
	background-color: #9FE0EC;
	padding-top:5px;
	font-size:90%;
	font-weight:bold;
}
#logoutImg {
	background-color: #49251C;
}
#storyList {
	margin-top:35px;
	float:right;
	width:214px;
}
#storyList div {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:80%;
}
.storyLink {
	padding-left:30px;
}
#storyList a {
	text-decoration:none;
	color: #49251C;
}
.subject {
	font-size: 160%;
}
#coachProcess {
	margin-top:48px;
}
#consultSide {
	color:#FFF;
	font-size:130%;
	font-weight:bold;
	margin-top:44px;
	padding-right:10px;
}
.processNav {
	margin-bottom:8px;
	font-size:90%;
}
.lightLink a {
	color: #FFF;
}
.darkLink a {
	color: #49251C;
}
.titleLine {
	color: #acdee8;
	font-size: 165%;
	font-weight:bold;
	height: 44px;
}
.contentArea {
	padding-left: 45px;
	color: #49251C;
}
.blue {
	color:#9FE0EC;
}
#loginSubscribe {
	margin-bottom:10px;
}
/*  ----------------footer---------------------- */ 
#subscribe {
	background-color: #9FE0EC;
}
#footerHolder {

}
#footer {
	width: 730px;
	background: #FFFFFF;
	margin: 10px 0px;
	padding: 10px;
	text-align: right;
	color: #49251C;
	font-size:90%;
}

.clear {
	clear: both;
}