/* /////////////////// OVERALL LAYOUT //////////////////////*/

body	{
	background: #e0ecfb;
	height: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}

#whole_site_wrapper {
	position: relative;
	width: 935px;
	margin: 0;
	padding: 10px;
	background: #fff;
	min-height:1200px;
} 

#content {
	width:100%;
	margin-bottom:10px;
	min-height:400px;
}

#chart_lower_analysis {
padding-bottom:10px;
}

#verbatim_links {
	margin-top:5px;
}

#header_navigation { 
	position: relative;
	background: #ffffff;
	width: 934px;
	margin: 0px;
	border-bottom: 2px solid #F3F8FB;
	height:115px;
	margin-bottom:10px;
}

#logo{
	min-height:60px;
	width:100%;
	display:block;
	clear:both;
	border-bottom: 2px solid #F3F8FB;
}

#main_nav {
	position: absolute;
	left: 462px;
	top: 0px;
}

/* ///////////////////////////////////////////////////////////////////////////*/

/* /////////////////// CHART DIV LAYOUTS & STYLES /////////////////////// */

select {
	width:200px;
}

.section_switcher {
	background-color:#f4f4f4;
	width:915px;
	padding:10px;
}

.chart_heading {
	margin: 20px 0 10px;
	max-width:700px;
}

.chart_1_holder {
	background-color:#fbfbf9;
	background-image:url('images/big_bg.jpg');
	background-repeat:no-repeat;
	width:875px;
	height:280px;
	padding:15px 30px;
	border:0px solid #000;
}

.chart_2_holder {
	background-image:url('images/half_bg.jpg');
	background-repeat:no-repeat;
	width:426px;
	height:280px;
	padding:20px;
	border:0px solid #000;
	float:left;
}

.chart_2_holder_2{
	background-image:url('images/half_bg.jpg');
	background-repeat:no-repeat;width:426px;
	height:280px;padding:20px;
	border:0px solid #000;
	float:right;
	text-align:left;
}

.chart_title {
	width:350px;
	float:right;
	text-align:left;
}

.chart_lower_analysis {
	width:920px;
	clear:both;
	margin:10px 0;
}

.lhs_analysis {
	background-color:#edf2f7;
	float:left;
	width:680px;
	padding:10px;
	min-height:100px;
}

.rhs_analysis {
	float:right;
	text-align:left;
	width:200px;
}



/* ///////////////////////////////////////////////////////////////////////////*/

/* /////////////////// PREDEFINED STYLES /////////////////////// */

/* NORMAL TEXT */
p {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
	font-size: 12px; 
}

/* BOLD TEXT */
b {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
	font-size: 12px; 
	font-weight:bold;
}

/* MAIN HEADING */
h1	{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 24px;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

/* MAIN HEADING IN BLUE */
h1.blue	{
	color: #6699CC;
}

/* QUOTATION */
h2	{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

/* SUB HEADING */
h3	{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 17px;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

/* /////////////////// GENERAL LINK STYLES //////////////////////*/

a:link {
	font-weight : normal; 
	text-decoration : none;
	color: #000000;
	background: transparent; 
	}
	
a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #000000;
	background: transparent; 
	}
	
a:hover {
	font-weight : normal; 
	text-decoration : none;
	color: #6699CC;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #000000;
	background: transparent;
}

a.verbatim_link {
	background: #eee; 
	color: #aaa;
	padding:2px 4px;
	margin: 0 1px;
	}

a.verbatim_link:hover {
	background: #6699cc; 
	color: #eee; 
	}

/* ///////////////////////////////////////////////////////////////////////////*/

/* //////////// FOOTER STYLE ///////////// */

#footer { 
	border-top: 1px solid #CCCCCC;
	clear:both;
	font-size:10px;
	background: #ffffff;
	width: 915px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

/* ///////////////////////////////////////////////////////////////////////////*/

/* /////////////////// CMS Edit Box //////////////////////*/

#editbox {
	margin:10px 15px;
}

#editbox h1 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight:lighter;
	font-size:20px;
	color:#111;
	line-height:23px;
}

#tab1, #tab5 {
	padding:5px;
}

#index_img p { 
	padding:0;
	margin:0;
	height:0;
	line-height:0;
}

#index_img {
	width:380px;
	height:100px;
	float:right;
	margin-top:15px;
}

/* //////////// VERBATIM STYLES ///////////// */

#verbatim p {
	font-family: Georgia, Times;
	font-size: 24px;
	line-height: 27px;
	color:#c2860a;
}


/* ///////////////////////////////////////////////////////////////////////////*/

/* //////////// DATA ENTRY STYLES ///////////// */

/* To add new styles - use the format #data-entry .class { } Any undefined styles will inherit styles from above. */

#data-entry {
margin: 10px;
}

#data-entry h1, #data-entry h3 {
	margin-bottom: 10px;
}

#data-entry h2 {
	margin: 20px 0 10px;
}

.error {
	color: #f00;
}


/* ///////////////////////////////////////////////////////////////////////////*/

/* //////////// DATA ENTRY STYLES ///////////// */

#questionnaire_creation_holder {
	background-color:#fbfbf9;
	background-image:url('images/big_bg.jpg');
	background-repeat:no-repeat;
	width:875px;
	height:280px;
	padding:15px 20px;
	border:0px solid #000;
}


/* ///////////////////////////////////////////////////////////////////////////*/
