body{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	background-color:#000;
	line-height:1.5em;
}

form{
	margin:0px;
	padding:0px;
}

a:link{
	color:#000;
	text-decoration:underline;
}

a:visited{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#900;
	text-decoration:none;
}

a:active{
	color:#000;
	text-decoration:underline;
}

.wrapper{
	width:920px;
	border:2px solid #fff;
	margin: 0 auto;
}

.clearer{
	clear:both;
}

/*  HEADER STYLE DEFINITIONS */
.header{
	float:left;
	width:920px;
	height:81px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

.collageCont{
	float:left;
	width:920px;	
}

.collage1{
	float:left;	
	width:324px;
	height:199px;
	background-image:url(images/collage_1.jpg);
}

.collage2{
	float:left;
	width:305px;
	height:199px;
	background-image:url(images/collage_2.jpg);
}

.collage3{
	float:left;
	width:291px;
	height:199px;
	background-image:url(images/collage_3.jpg);
}

/*  MAIN PART STYLE DEFINITIONS */
.menuCont{
	float:left;
	width:880px;
	padding: 0 20px 0 20px;
	height:50px;
	background:url(images/menu_bg.jpg) left top repeat-x;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:18px;
	color:#DDC796;
}

.mainCont{
	float:left;
	width:880px;
	background:url(images/main_bg.jpg) left top repeat-x;
	background-color:#F1ECD9;
	padding: 20px;
}

.mainLeftCont{
	float:left;
	width: 220px;
}

.leftMenuCont{
	float:left;
	width:220px;
	height:456px;
	background:url(images/left_menu_bg.png) left top no-repeat;
}

.leftMenuContHeading{
	margin: 10px 10px 0 20px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:20px;
	color:#DDC796;	
}

.leftMenuSurveyHeading{
	/* margin: 0 10px 0 20px; */
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:20px;
	color:#DDC796;	
}

.leftMenuHeadingBorder{
	margin: 5px 40px 5px 20px; 
	border-bottom: 1px solid #DDC796;
}

.leftMenuSurveyBorder{
	margin: 5px 40px 20px 0; 
	border-bottom: 1px solid #DDC796;
}

.leftMenuInnerBorder{
	margin: 9px 40px 9px 20px;
	border-bottom: 1px dashed #fff;
}

.leftMenuSpacer{
	margin: 10px 0 5px 0;
}

.leftMenu{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:17px;
	color:#fff;
	margin: 5px 0 5px 20px;
}

.leftMenu a{
	text-decoration:none;
	color:#fff;
}

.leftMenu a:link{
	text-decoration:none;
	color:#fff;
}

.leftMenu a:visited{
	text-decoration:none;
	color:#fff;
}

.leftMenu a:hover{
	text-decoration:none;
	color:#000;
	background: #F1ECD9;
	padding:2px;
}

.leftMenu a:active{
	text-decoration:none;
	color:#fff;
}

.statistics{
	color:#DDC796;
	padding-top:5px;
}

.statistics a:link{
	text-decoration:underline;
	color:#DDC796;
}

.statistics a:visited{
	text-decoration:underline;
	color:#DDC796;
}

.statistics a:hover{
	text-decoration:none;
	color:#fff;
}

.statistics a:active{
	text-decoration:underline;
	color:#DDC796;
}

.mainRightCont{
	float:left;
	width:642px;
	padding: 0 5px 0 10px;
}

.survey{
	width:223px;
	height:183px;
	padding: 10px 0 10px 0;
	background:url(images/survey_bg.png) left top no-repeat;
}

.surveyTop{
	width:220px;
	height:15px;
	background:url(images/survey_top_bg.png) left top no-repeat;
}

.surveyMain{
	margin-left:2px;
	width:180px;
	padding: 0 10px 0 20px;
	background:url(images/survey_body_bg.jpg) left top repeat-x;
	background-color:#AF0D08;
	color:#fff;
}

.surveyBottom{
	width:220px;
	height:36px;
	background:url(images/survey_bottom_bg.png) left top no-repeat;
}

.surveyBody{
	margin: 0 25px 5px 20px;
	color:#fff;
}

.buttonSubmit{
	width:82px;
	height:27px;
	padding-bottom:3px;
	color:#990000;
	border:none;
	text-align:center;
	background:url(images/survey_btn.png) left top no-repeat;
	cursor:pointer;
}

.buttonLong{
	width:150px;
	height:27px;
	padding-bottom:3px;
	color:#990000;
	border:none;
	text-align:center;
	background:url(images/long_btn.png) left top no-repeat;
	cursor:pointer;
}

.surveyButton{
	margin-left:90px;
}

#tablist{
	padding: 5px 0 5px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 5px;
	margin-right: 1px;	
	/* background: #fff; */
}

#tablist li a:link, #tablist li a:visited{
	color: #DDC796;
}

#tablist li a:hover{
	color: #000;
	background: #F1ECD9;
}

#tablist li a.current{
	background: #990000;
	color:#FFFFFF;
}

#tablist li.spacer{
	padding: 1px 10px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}


label{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.txtInput{
	border:1px solid #9a9a9a;
	background-color:#efefef;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:2px;
	color:#5d5d5d;
}

.width250{
	width:250px;
}

.ta{
	overflow:auto;
}


/*  FOOTER STYLE DEFINITIONS */
.footer{
	margin: 0 auto;
	width:920px;
	height:25px;
	padding-top:5px;
	color:#DDC796;
}

.footerLeft{
	float:left;
}

.footerLeft a:link{
	text-decoration:underline;
	color:#DDC796;
}

.footerLeft a:visited{
	text-decoration:underline;
	color:#DDC796;
}

.footerLeft a:hover{
	text-decoration:none;
	color:#fff;
}

.footerLeft a:active{
	text-decoration:underline;
	color:#DDC796;
}

.footerRight{
	float:right;
}

.footerRight a:link{
	text-decoration:underline;
	color:#DDC796;
}

.footerRight a:visited{
	text-decoration:underline;
	color:#DDC796;
}

.footerRight a:hover{
	text-decoration:none;
	color:#fff;
}

.footerRight a:active{
	text-decoration:underline;
	color:#DDC796;
}
