﻿/* global styles
==============================================================================*/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font: 13px 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	text-align: center;
}


/* html elements
==============================================================================*/
p { margin-bottom: 1.0em;}
sup { line-height: .1em; vertical-align: 0.3em}
table { font-size: 1.0em; }

form em {
	color: #c00;
	font-size: 1.3em;
}
fieldset {
	border: none;
	margin-bottom: 1.0em;
	}
	fieldset legend {	
		font-size: 1.2em;
		font-weight: bold;
	}
ul {
	margin: 0 0 1em 5px;
	list-style-type: none;
	}
	ul li {
		padding-left: 10px;
		background: #fff url(../images/bullet.gif) no-repeat 0 5px; 
	}
ol {
	margin-left: 30px;
}
blockquote {
	padding-left: 22px;
	background: url(../images/quotes.gif) no-repeat top left;
}
blockquote.question {
	background: url(../images/question.gif) no-repeat top left;
}


/* tab panels
==============================================================================*/
div#tab_control {
	width: 800px;
	margin: 10px auto;
	text-align: left;
	}
	div#tab_panels, div#tab_panels_sub {
		padding-top: 1em;
		border: 1px solid #ccc;
		border-top: none;
		}
		div.tab_panel {
			clear: both;
			padding: 10px;
		}


/* layout
==============================================================================*/
div.main {
	height: 650px;
	overflow: auto;
	}
div#tab_panels_sub div.main {
	height:575px;
	}
div#tab_panels div.tab_panel#sbc-about div.main {
	height:575px;
	}
div#tab_panels div.tab_panel#sbc-oa div.main {
	height:430px;
	}	
div#tab_panels_sub div.tab_panel#sbc-pyramid div.main {
	height:520px;
	}
	div.main h2 {
		color: #f90;
		font-size: 1.4em;
	}
	div.main h3 {
		color: #009926;
		font-size: 1.3em;
	}
.risk {
	font-size:.9em;
	border:1px solid #d6d6d6;
	background-color:#ffffdd;
	padding:10px 10px 10px 10px;
	}
.risk p {
	padding-top:0;
	}
div.sidebar, div.sidebarpoll {
	font-size: .9em;
	}
	div.sidebar h3, div.sidebarpoll h3 {
		color: #777;
		font-size: 1.2em;
		margin-bottom: .5em;
		padding-bottom: 3px;
		border-bottom: 1px solid #00ce35;
	}
	div.sidebar h4, div.sidebarpoll h4 {
		color: #777;
		padding-bottom: 3px;
		font-size: 1.1em;
	}
div#sbc-about .main { float: left; width: 455px; }
div#sbc-about .sidebar { float: right; width: 210px; }
div#sbc-about .sidebarpoll { float: left; width: 450px; }
div#sbc-about .sidebarbox { float: left; width: 448px; border: 1px solid #777; padding-left: 5px;}

div#sbc-experts .main { float: right; width: 525px; padding-right: 10px; }
div#sbc-experts .sidebar { float: left; width: 210px; padding-right: 10px; }

div#sbc-oa .main { float: right; width: 445px; padding-right: 10px; }
div#sbc-oa .sidebar { float: left; width: 280px; padding-right: 10px; }

div#sbc-pyramid .main { float: right; width: 445px; padding-right: 10px; }
div#sbc-pyramid .sidebar { float: left; width: 280px; padding-right: 10px; }

div#sbc-tips .main { float: right; width: 525px; padding-right: 10px; }
div#sbc-tips .sidebar { float: left; width: 210px; padding-right: 10px; }

div#sbc-info .main { float: right; width: 505px; padding-right: 10px; }
div#sbc-info .sidebar { float: left; width: 210px; padding-right: 10px; }

div#sbc-qa .main { float: left; width: 525px; padding-right: 10px; }
div#sbc-qa .sidebar { float: right; width: 210px; padding-left: 10px; }

div#sbc-analyzer .main { float: right; width: 525px; padding-right: 10px; }
div#sbc-analyzer .sidebar { float: left; width: 210px; padding-right: 10px; }


/* background images
==============================================================================*/
div#sbc-about { background: url(../images/bg-aboutoverview-new.jpg) no-repeat bottom right; }
/* div#sbc-about { background: url(../images/bg-aboutoverview.jpg) no-repeat bottom right; }*/
div#sbc-oa, div#sbc-pyramid { background: url(../images/woman_blue_chair.jpg) no-repeat bottom right; }
div#sbc-info { background: url(../images/bg-requestinfo.jpg) no-repeat bottom left; }
div#sbc-analyzer { background: url(../images/bg-analyzer.jpg) no-repeat bottom left; }


/* tabs
==============================================================================*/
ul.tabs {
	font-size: .85em;
	margin: 0 !important;
	background: url(../images/tab_bottom.gif) repeat-x 0 100%;
	}
	ul.tabs li {
		display: inline;
		list-style-type: none;
		padding: 0 !important;
		background: none !important;
		}
		ul.tabs li a {
			color: #666;
			float: left;
			width: 70px;
			font-weight: bold;
			margin-right: 4px;
			background: #f3f3f3;
			text-decoration: none;
			padding: 5px 10px 5px 10px;
			border: 1px solid #ccc;
		}
		
		ul.tabs li.active-tab a {
			color: #000;
			background: #fff;
			border-bottom: 1px solid #fff;
		}
		ul.tabs a:hover {
			background: #fff;
		}	

/* subtabs
==============================================================================*/
#subtabs {
background-color:#d6d6d6;
}
#subtabs ul.tabs {
	font-size: .85em;
	margin: 0 !important;
	background: url(../images/tab_bottom.gif) repeat-x 0 100%;
	}
	#subtabs ul.tabs li {
		display: inline;
		list-style-type: none;
		padding: 0 !important;
		background: none !important;
		}
		#subtabs ul.tabs li a {
			color: #666;
			float: left;
			width: 176px;
			font-weight: bold;
			margin: 0;
			background: #d6d6d6;
			text-decoration: none;
			padding: 5px 10px 5px 10px;
			border-right: 2px solid #fff;
		}
		
		#subtabs ul.tabs li.active-tab a {
			color: #000;
			background: #fff;
		}
		#subtabs ul.tabs a:hover {
			background: #fff;
		}	


/* request information form
==============================================================================*/
fieldset#sbc-info-contact {
	border: none;
	padding: 10px;
	background-color: lightyellow;
	}
	fieldset#sbc-info-contact legend {
		display: none;
	}
	fieldset#sbc-info-contact table tr td {
		padding-top: 5px;
	}
	
	textarea#sbc-comments {
		width: 100%;
		height: 100px;
		display: block;
	}
	input#sbc-email,
	input#sbc-firstname,
	input#sbc-lastname,
	input#sbc-phonenumber,
	input#sbc-addressline1,
	input#sbc-addressline2,
	input#sbc-city {
		width: 100%;
		display: block;
	}
	select#sbc-state { width: 175px; }
	input#sbc-zip { width: 100px; }

/* ask your question box */
textarea#sbc-frm-question {
	width: 100%;
	height: 85px;
}


/* various classes
==============================================================================*/
p.meta {
	font-size: .9em;
	}
	p.meta span.author,
	p.meta span.frombook {
		display: block;
	}
a.popup {
	padding-right: 16px;
	background: url(../images/popup.gif) no-repeat 100% 50%;
}
span.handler {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}
img.left {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0.4em 0.6em 0 0;
}
.survey {
	padding-left: 22px;
	background: url(../images/pdf.gif) no-repeat 0 2px;
}
div.address {
	margin-top: 1em;
}
div.question {
	padding: 10px;
	margin-bottom: 1em;
	background-color: lightyellow;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* clearfixes */
ul.tabs:after, 
.tab_panel:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


* html ul.tabs,
* html .tab_panel {
	height: 1%;
}

.disclaimer {
font-size:.8em;
color:#999;
}