@charset "UTF-8";
/* CSS Document */

/* 

GLOBALS

---------------------------------------------------------------------*/


body{
	font-family:"Lucida Grande", Arial, Helvetica;
	font-size:12px;
	color:#000000;
	background:#FFFFFF url(../images/sitebg.jpg) repeat-x top left;
	margin:0;
	padding:0;
	text-align:center;
	}
	
.surveyName{
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.clear{ /* THIS CLEARS THE FLOATS FROM A 2 OR 3 COLUMN LAYOUT. */
	clear:both;
	}
	
.surveyName{
	font-family:"Lucida Grande", Arial, Helvetica;
	font-size:14px;
	color:#000000;
    
	}

h2{
	padding:10px 0 0 0;
	margin:0;
	color:#42266a;
	font-family:Palatino, "Times New Roman", Times, serif;
	}
	
h3{
	padding:10px 0 0 0;
	margin:0;
	color:#007054;
	}
	
.split5050{
	float:left;
	width:45%;
	margin:0 2%;
	}



/* 

SITE LAYOUT - OUTER PARTS

---------------------------------------------------------------------*/

.wrapper{
	width:950px;
	margin:0 auto;
	padding:0;
	}

.box{
	width:950px;
	margin:0;
	text-align:left;
	background: none;
	}
	

	



/* 

SITE LAYOUT - FOOTER 

---------------------------------------------------------------------*/

.footer{
	margin:20px 0;
	width:950px;
	color:#333333;
	font-size:10px;
	text-align:center;
	}
	
.footer a{
	color:#333333;
	text-decoration:none;
	}

.footer a:hover{
	text-decoration:underline;
	}
td.surveyBox {
	text-align: center;
	vertical-align: middle;
	width: 90px;
	height: 77px;
	background-image: url(../images/survey_button.jpg);
	text-decoration: none;
	font-size: smaller;
}
.panelLook {
	background-color: #E29218;
	border: thin #2A1655;
	margin-left: 6px;
	margin-right: 6px;
	width: 500px;
	font-weight: bold;
	position: fixed;
	left: 30%;
	top: 50%;
	padding-left: 20px;
	padding-right: 20px;
}
.surveyLink 
{
	font-family: Verdana;
	font-size: Smaller;
	color:#41136D;
	font-weight: bold;
}
	
