@import url("initial.css");
@import url("nav.css");

body {
	margin: 0 auto;
	padding: 0px;
	color: #393737;
	font-size: 1em;
}

a:active, a:link, a:visited {
	color: #1d91e0;
	text-decoration: none;
}
a:hover {
	color: #ff573b;
	text-decoration: none;
}
div#container ul li a.currentpage { 
	color: #ff583c; text-decoration: none; 
}

.nomargin {
	margin: 0;
}
.imgPreview {
	float: left;
	margin: 0 10px 13px 0; 
	border: 1px solid #d3d3d3;
}
.imgPreviewRight {
	float: right;
	margin: 0 0 13px 10px;
	border: 1px solid #d3d3d3;
}
.quotetext {
	font-style: italic;
}
.formButton {
	text-align: center;
	border: 0;
	color: #fff;
	width: 58px;
	padding: 5px 0;
	margin: 0;
	text-transform: uppercase;
	background: transparent url(../images/bg_button.gif) 0 0 no-repeat;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
/*	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif; */
	cursor: pointer;
}
.submitButton {
	background: transparent url(../images/bg_submit.gif) 0 0 no-repeat !important;
	width: 66px !important;
}
#outerContainer {
	width: 984px;
	margin: 0 auto 20px;
}
#container {
	border: 1px solid #efefef;
	border-width: 0 1px 1px;
	padding: 0 15px;
	margin: 0 0 10px 0;
}
#header {
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #dedede;
}
#header #logo {
	float: left;
}
#header ul {
	float: right;
	margin: 50px 0 0;
}
#header ul li {
	display: inline;
	padding: 0 10px;
}
#header ul li a, #header ul li a:visited {
	color: #1d91e0;
	font-weight: bold;
	font-size: 11px;
/*	font-size: 1.1em; */
}
#header ul li a:hover {
	color: #ff573b;
}
#navigation {
}
#content {
	margin: 30px 0 10px;
}
#content h1 {
	font-size: 16px;
/*	font-size: 1.6em; */
	color: #000000;
	letter-spacing: 1px;
	margin: 0 0 8px;
	text-transform: uppercase;	
}
#content h2 {
	font-size: 14px;
/*	font-size: 1.4em; */
	color: #ff583c;
	letter-spacing: 1px;
	margin: 0 0 8px;
	text-transform: uppercase;	
}
#content h3 {
/*	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif; */
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #ec381a;
	letter-spacing: 1px;
	border-bottom: 2px solid #deddda;
	padding: 0 0 4px 0;
	margin: 0 0 10px;
	text-transform: uppercase;	
}
#content h5 {
	color: #0d73a7;
	font-size: 11px;
/*	font-size: 1.1em; */
	margin: 0 0 10px;
}
#content p {
	font-size: 11px;
/*	font-size: 1.1em; */
	line-height: 15px;
}
#content li {
	line-height: 15px;
}
#content ul li {
	list-style: none;
	background: transparent url(../images/img_bullet01.gif) 5px 10px no-repeat;
	padding: 5px 0 5px 20px;
}
#contentLeft {
	width: 265px;
	float: left;
	border: 1px solid #d0cfce;
}
#contentLeft .leftModule {
	margin: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #deddda;
}
#contentLeft .leftModule h3 {
/*	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif; */
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #ec381a;
	letter-spacing: 1px;
	border-bottom: 2px solid #deddda;
	padding: 0 0 4px 0;
	margin: 0 0 10px;
	text-transform: uppercase;	
}

#contentRight {
	width: 670px;
	float: right;
}
#contentRight .rightModule {
	padding: 10px;
	margin: 0 0 15px;
	border: 1px solid #d0cfce;
}
#contentRight .rightModule h2 {
	padding: 0 0 10px;
	border-bottom: 1px solid #e6e5e3;
}
#contentRight em {
	font-style: italic;
	color: #666666;
	font-weight: bold;
}

#footer {
	clear: both;
	border-top: 1px solid #e6e5e3;
	padding: 10px 0;
}
#footer ul {
	text-align: center;
	margin: 0 0 5px;
}
#footer li {
	display: inline;
	padding: 0 20px;
	border-right: 1px solid #97cdf1;
}
#footer li.last {
	border: 0;
}
#footer li a, #footer li a:visited {
	color: #1d91e0;
	font-weight: bold;
	font-size: 11px;
/*	font-size: 1.1em; */
}
#footer li a:hover {
	color: #ff573b;
}
#copyright {
	text-align: center;
	color: #a3a2a2;
	font-size: 11px;
/*	font-size: 1.1em; */
}

/* MODULES */
/* Left Module */
#module_whatsnew h4 {
/*	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif; */
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #ec381a;
	letter-spacing: 1px;
	border-bottom: 2px solid #deddda;
	padding: 0 0 4px 0;
	margin: 0 0 10px;
	text-transform: uppercase;	
}
#module_whatsnew .imgPreview {
	margin: 0 0 5px; 
}
#module_whatsnew .formButton {
	margin: 0 5px 0 0 !important; 
}
#talkbalanceForm p {
	margin: 0 0 5px;
}
#talkbalanceForm  .formLabel {
	float: left;
	display:block;
	width: 60px;
	text-align: left;
}
#talkbalanceForm .inputText {
	width: 170px;
	height: 12px;
}

#talkbalanceForm .inputTextArea {
	width: 170px;
	height: 50px;
}
#talkbalanceForm #talkbalanceForm_publish {
	margin: 0 0 0 60px;
}
#talkbalanceForm #talkbalance_submit {
	margin: 0 0 0 60px;
}

#module_articlesresourceslinks li {
	list-style: none;
	background: transparent url(../images/img_bullet01.gif) 5px 10px no-repeat;
	padding: 5px 0 5px 20px;
}
#module_articlesresourceslinks li.altCol {
	background-color: #f5f5f5 !important;
}

#module_articlesresourceslinks li p {
	margin: 0;
}
#module_articlesresourceslinks {
	border: 0 !important;
}
/*Right Module */
#module_onbalance {
	background: #fafafa;
}
#module_onbalance p {
	text-align: justify;
}

#module_balanceforsuccess {
	width: 225px;
	float: left;
	padding: 0 !important;
}
#module_balanceforsuccess h2 {
	background: #d4802e url(../images/bg_header.gif) 0 0 repeat-x;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 8px 0 !important;
	margin: 4px 4px 15px 4px;

}
#module_balanceforsuccess p {
	margin: 0 15px 10px !important;
}
#module_yourbalance {
	background: #faf5d1;
	width: 405px;
	float: right;
}
#module_yourbalance label {
	font-weight: bold;
	color: #000;
}
#module_yourbalance #surveyForm {
	border-bottom: 1px solid #e6e5e3;
	margin: 0 0 10px 0;
}
#module_yourbalance #surveyForm_submit {
	margin: 0 10px 0 90px;
}
#surveyResult h5 {
	text-transform: uppercase;
	float: left;
	width: 80px;
}
#surveyResult .resultList {
	float: left;
	width: 100px;
	
}
#surveyResult .resultList p {
	font-size: 11px;
/*	font-size: 1.1em; */
	font-weight: bold;
	margin: 0;
}
#surveyResult .resultList .resultbar {
	margin: 0 0 5px 0;
}
#surveyResult .resultList span {
	color: #ec381a;
	padding: 0 15px;	
}
#module_balanceinaction {
	clear: both;
	float: left;
	width: 400px;
}
#module_balanceinacontext {
	width: 210px;
	float: right;
}
#module_balancedperspective {
	background: #faf5d1;
	clear: both;
	width: 225px;
	float: left;
}
#module_findingbalance {
	width: 385px;
	float: right;
}
#module_findingbalance .last {
	border: 0 !important;
}
#module_findingbalance .findingbalanceList {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e6e5e3;
}
#module_findingbalance .findingbalanceList h6 {
	font-size: 11px;
/*	font-size: 1.1em; */
	font-weight: normal;
	color: #1d91e0;
	margin: 0;
}
#module_findingbalance .findingbalanceList .findingbalancecontent {
	float: right;
	width: 260px;
}
div.expert { margin: 0 0 10px 0; border-bottom: 1px solid #cccccc; }
div.expert#lastExpert { border-bottom: 0; }
blockquote { margin: 0 40px;  }
p.credit { color: #666666; }

textarea#talkbalanceForm_comments {
	font: 11px Arial, Helvetica, sans-serif;
}