@charset "utf-8";
/* CSS Document */
/*Add additional classes as necessary for layout of your specific site*/
@import url(navigation.css);
body,html{
	margin:0px auto;
	padding: 0;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;	
}
/*Portal Body*/
.tableMain{
	margin: 0px auto;
	padding: 0;
	width:780px;	
/*	background-color:#cccccc;
*/}
/**********************************************************PORTAL TOP NAVIGATION SETTINGS ****************************************************************/
.PortalNav{                                                                                                                                            /**/
	 margin: 0 auto;                                                                                                                                      /**/
	 padding: 0;                                                                                                                                          /**/
	 background-color:#820A0A;                                                                                                                            /**/
	 color:#ffffff;                                                                                                                                       /**/
	 font-size:14px;                                                                                                                                      /**/
	 font-weight:bold;                                                                                                                                    /**/
	 font-family:Verdana, Arial, Helvetica, sans-serif;                                                                                                   /**/
	 height:15px;                                                                                                                                         /**/
	 line-height:15px;                                                                                                                                    /**/
	 width:780px;                                                                                                                                         /**/
}                                                                                                                                                      /**/
                                                                                                                                                       /**/
ul.MenuBarHorizontal a                                                                                                                                 /**/
{                                                                                                                                                      /**/
 display:block;                                                                                                                                        /**/	
	cursor: pointer;                                                                                                                                      /**/
	background-color: #820A0A;                                                                                                                            /**/
	padding: 0.1em 0.75em;                                                                                                                                /**/
	color: #fff;                                                                                                                                          /**/
	text-decoration: none;                                                                                                                                /**/
}                                                                                                                                                      /**/
ul.MenuBarHorizontal ul                                                                                                                                /**/
{                                                                                                                                                      /**/
	/*border: 1px solid #CCC;*/                                                                                                                           /**/
}                                                                                                                                                      /**/
                                                                                                                                                       /**/
/* Change Mouseover effect for the menu bar                                                                                                              */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus                                                                                             /**/
{                                                                                                                                                      /**/
	background-color: #eebc11;                                                                                                                            /**/
	color: #FFF;                                                                                                                                          /**/
}                                                                                                                                                      /**/
/* Menu items that are open with submenus Mouseover effect for the menu bar                                                                              */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible                  /**/
{                                                                                                                                                      /**/
	background-color: #eebc11;                                                                                                                            /**/
	color: #fff;                                                                                                                                          /**/
}                                                                                                                                                      /**/
/********************************************************************************************************************************************************/
/*This applies to the survey answer only "the page where votes are taken" */
.SurveyMain{
 margin:0 auto !important;
 width:912px;
 background-color:#ffffff;
}
.Surveysub{
 margin:20px auto !important;
	padding-left:10px;
	padding-right:10px;
 width:500px;
}

/* ColumnBody is the container for all other columns ****************************/
.columnBody{
  margin: 0;
  padding: 0;
}

/* columnAlt is used for pages that only have two columns e.g. FAQ's */
.columnAlt{       
	margin: 0 5px 0 0;
	padding: 0;	
	width:100%; 
}                                                                                                                              
.columnAlt1 {       
	margin: 0 5px 0 0;
	padding-left: 137px;	
	width:100%; 
} 
.columnLeft{
	margin: 0  0 0 0px;
	padding: 0px; 
	width:0px;	
	/*width:173px;*/
}
.columnCenter{
  margin: 0 ;
  padding: 0px;
  width:100%;/*384px*/
  text-align:justify;
	z-index:0;
}
.columnRight{
  margin: 0 !important;
  padding: 0px ;
  width:223px;
}
/*Header for navigation and content box headers you can add repeating background images here for button effects*/
.ContainerHeader{
	margin:0 ;
	padding:0 ;
/*	border-left-style:solid;
	border-left-color:#991B1E;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#991B1E;
	border-right-width:1px;
*/	color:#000000;
/*	border-bottom-style:solid;
	border-bottom-color:#991B1E;
	border-bottom-width:2px;
*/	font-weight:800;
	font-size:14px;	
	text-align:center;
	width:100%;
	line-height:22px;
	height:22px;
}

.ContainerHeader a:active     { color: #000000; text-decoration:none;}  
.ContainerHeader a:link       { color: #000000; text-decoration:none;} 
.ContainerHeader a:visited    { color: #000000; text-decoration:none;} 
.ContainerHeader a:hover      { color:#991B1E; text-decoration:underline; }

/*Content Box settings*/
.Container{
	margin:0 ;
	padding: 0 1px;
	width:100%;
/*	border-left-style:solid;
	border-left-color:#991B1E;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#991B1E;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#991B1E;
	border-bottom-width:1px;
*/}

.Container p{
	padding:0 5px;
	margin:0;	
}

.SurveyTitle{
	margin:0;
	padding:0;
/*	
	background-color:#0099CC;
	color:#000000;*/
}

/* two colum banner settings*/
.pageChange {
  margin:0;
  padding:0;
  width:100%;
  color:#FFFFFF;
  background-color:#991B1E;
  border-top-style:solid;
	 border-top-color:#FFFFFF;
	border-top-width:1px;
}

.pageChange a:active     { color: #ffffff; text-decoration:none;}  
.pageChange a:link       { color: #ffffff; text-decoration:none;} 
.pageChange a:visited    { color: #ffffff; text-decoration:none;} 
.pageChange a:hover      { color:#991B1E; }

.faq {
  margin:0;
  padding:0;
  width:780px; display:block
}

.faq a:active     { color: #000000; text-decoration:none;}  
.faq a:link       { color: #000000; text-decoration:none;} 
.faq a:visited    { color: #000000; text-decoration:none;} 
.faq a:hover      { color:#991B1E; }
 

/*alternating row color settings for survey and faq pages*/ 
.rowcolor1{
  background-color:#dcdcdc;
}
.rowcolor2{
  background-color:#d2d3d4;
} 
/*************************************************** DO NOT EDIT ******************************/
 .NoCookies{
  margin:0;
  padding:0 30px;;
}
.NoCookies p{
  font-family:"Times New Roman", Times, serif;
  color:#FFFFFF;
  font-size:18px;
  text-align:left;
}
 
 
