@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, input, p, blockquote, th, td {
	margin: 0; padding: 0;
	}
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
ol, ul {
	list-style: none;
	}
a, a:link, a:visited{
	color: #F30;
	text-decoration: none;
	}
a:hover{
	color: #999;
	}
body{
	font-size: 95%;
	font-style: normal;
	color: #666;
	background: #000 url(/images/bg.jpg) left top fixed repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
fieldset{
		border: 0;
		}
#fgc_frame{
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
.fgc_header, .fgc_content{
	float: left;
	width: 840px;
	}
.fgc_header{
	position: relative;
	}
.fgc_header ul{
	float: right;
	width: 430px;
	/*width: 200px;*/ /*OLD WIDTH FOR 3 LINK MENU*/
	padding: 20px 0 0 0;
	position: absolute;
	right: -50px;
	}
.fgc_header ul li{
	float: right;
	width: 190px;
	font-size: 140%;
	margin: 0 0 4px 0;
	padding: 10px 0 15px 15px;
	background: url(/images/menu-tab.png) 0 0 no-repeat;
	}
.fgc_header h1.logo{
	float: left;
	height: 243px;
	width: 270px;
	cursor: pointer;
	text-indent: -30000px;
	background: url(/images/fgc-logo.jpg) 0 0 no-repeat;
	}
.fgc_header h1.logo:hover{
	background: url(/images/fgc-logo.jpg) 0 -243px no-repeat;
	}
.paperclip{
	position: absolute;
	right: -61px;
	top: 10px;
	}
#fgc_frame .fgc_content h1{
	float: left;
	width: 840px;
	margin: 20px 0 20px 0;
	color:#F60;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	font-size: 200%;
	text-transform: capitalize;
	font-weight: normal;
	}
.fgc_body{
	float: left;
	width: 840px;
	padding: 0 30px;
	background: url(/images/main-content-bg.png) left top repeat-y;
	}
img.graph{
	float: right;
	width: 288px;
	position: relative;
	top: -10px;
	}
.fgc_content p{
	float: left;
	width: 840px;
	display: inline;
	margin: 0 0 15px 0;
	}
.fgc_content img{
	float: right;
	width: auto;
	margin: 0 0 10px 0;
	}
p.welcome_message{
	float: left;
	width: 530px;
	margin: 20px 0 x 0;
	}
blockquote.customer_comments p{
	float: left;
	width: 740px;
	}
blockquote cite{
	float: left;
	width: 740px;
	display: block;
	font-weight: bold;
	font-style: normal;
	}
blockquote{
	float: left;
	width: 720px;
	min-height:80px;
	margin: 0 0 20px 0;
	padding: 0 60px 10px 60px;
	background: none url(/images/commentsbg.jpg) left top no-repeat;
	border-bottom: 1px dotted #ccc;
	}
.homepage_diagnostic_questions{
	float: left;
	width: 840px;
	}
.questions{
	float: left;
	width: 840px;
	}
.questions_b2b{
	float: left;
	width: 410px;
	padding: 0 9px 0 0;
	border-right: 1px solid #ddd;
	}
.questions_internal{
	float: left;
	width: 410px;
	padding: 0 0 0 10px;
	}
.questions_internal p, .questions_b2b p{
	float: left;
	width: 410px;
	font-size: 70%;
	}
.questions_internal h2, .questions_b2b h2{
	float: left;
	width: 410px;
	margin: 0 0 15px 0;
	color: #F60;
	font-size:140%;
	font-weight: normal;
	}
.questions_internal h3, .questions_b2b h3{
	float: left;
	width: 260px;
	font-size: 90%;
	padding: 0 0 0 10px;
	}
.questions_internal span, .questions_b2b span{
	float: left;
	width: 80px;
	font-weight: bold;
	display: block;
	font-size: 65%;
	}
span.poor_rating{
	float: left;
	color: #C30;
	width: 40px;
	font-weight: bold;
	}
/*.acceptable_rating{
	color: #09F;
	}*/
span.excellent_rating{
	float: right;
	color: #693;
	font-weight: bold;
	text-align: right;
	}
.question_area{
	float: left;
	width: 390px;
	padding: 10px 10px 0 10px;
	margin: 10px 0 0 0;
	background-color: #efefef;
	border-bottom: 1px dotted #ddd;
	}
.question_area span{
	width: 15px;
	display: block;
	margin: 0 10px 0 0;
	text-align: center;
	}
.question_area p{
	float: left;
	width: 255px;
	padding: 0 10px 0 0;
	}
.questions_b2b .question_area span input, .questions_internal .question_area span input{
	float: left;
	height: 15px;
	width: 15px;
	text-align: center;
	}
.contact_form label, .contact_form input{
	float:left;
	width: 410px;
	padding: 5px 0;
	}
.contact_form input, .contact_form textarea{
	padding: 5px;
	width: 370px;
	border: 1px solid #ddd;
	font-size: 110%;
	}
.contact_form textarea{
	width: 382px;
	height: 350px;
	font-family: Arial, Helvetica, sans-serif;
	}
.contact_form img{
	float:left;
	width: auto;
	margin: 0 0 0 15px;
	border: 1px solid #ddd;
	}
.contact_form .submit_button{
	float: right;
	width: 120px;
	margin: 10px 15px 0 0;
	}
#fgc_frame .questions_b2b h1, #fgc_frame .questions_internal h1{
	float: left;
	width: 400px;
	font-size: 100%;
	border-bottom: 1px solid #fff;
	padding: 5px 0 5px 10px;
	background-color: #8FE27A;
	color: #fff;
	margin: 0;
	}
.questions_b2b .answer, .questions_internal .answer{
	float: left;
	width: 400px;
	padding: 5px 0 5px 10px;
	background-color: #D3F2CC;
	color: #666;
	margin: 0;
	}
.fgc_footer{
	float: left;
	width: 840px;
	color: #999;
	font-size: 80%;
	padding: 10px 0;
	margin: 30px 0 10px 0;
	text-align: center;
	line-height: 18px;
	border-top: 1px solid #CCC;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


