@charset "utf-8";
/* CSS Document */
/*Add additional classes as necessary for layout of your specific site*/
@import url(navigation.css);
/*Portal Body*/
.tableMain{
	width:800px;
	margin: 0;
    padding: 0;
	font-family: "Times New Roman", Times, serif;
    color:#000000;
	font-size:14px;
	background-color:#d9b075;
}
.portalBody{
	width:100%;
}

/**********************************************************PORTAL TOP NAVIGATION SETTINGS ****************************************************************/
.PortalNav{                                                                                                                                            /**/                                                                                                                                                       /**/
	 width:100%;
	 background-color:#f4e0ae;                                                                                                                         /**/	          
	 font-weight:bold;                                                                                                                                 /**/     
	 color:#000000; 
	 line-height:25px;                                                                                                                                 /**/	
	 padding-left: 25%;                                                                                                                                /**/ 
	 border-style:solid; 	
	 border-color:#000000;                                                                                                                             	
	 border-width:0px 1px 1px 1px;                                                                                                                     /**/
}                                                                                                                                                      /**/
                                                                                                                                                       /**/
ul.MenuBarHorizontal a                                                                                                                                 /**/
{                                                                                                                                                      /**/
 	display:block;                                                                                                                                     /**/	
	cursor: pointer;                                                                                                                                   /**/
	padding: 0em 0.5em 0em .5em;                                                                                                                       /**/
	color: #512f19;                                                                                                                                    /**/
	text-decoration: none;
	font-size:14px;
	font-weight: 600;
	                                                                                                                                                   /**/
}                                                                                                                                                      /**/
ul.MenuBarHorizontal ul                                                                                                                                /**/
{                                                                                                                                                      /**/
	/*border: 1px solid #000;*/                                                                                                                        /**/	
	background-color: #c98466;                                                                                                                         /**/	
	width: 11em;                                                                                                                                      /**/
}                                                                                                                                                      /**/
                                                                                                                                                       /**/
/* Change Mouseover effect for the menu bar                                                                                                              */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus                                                                                             /**/
{                                                                                                                                                      /**/                                                                                                                                                       /**/
	color: #370803; 
	height:100%;                                                                                                                                       /**/
}                                                                                                                                                      /**/
/* 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: #331902;                                                                                                                          /**/
	color: #f9e2b9;                                                                                                                                     /**/	 
	height:100%;                                                                                                                                        /**/
}                                                                                                                                                      /**/
/********************************************************************************************************************************************************/
/*This applies to the survey answer only "the page where votes are taken" */
.SurveyMain{
 	margin:0 auto !important;
 	width:550px;
 	background-color:#000000;
}
.Surveysub{
 	margin:20px auto !important;
	padding-left:10px;
	padding-right:10px;
 	width:340px;
}


/* columnAlt is used for pages that only have two columns e.g. FAQ's */
.columnAlt{       
	width: 75%; 
	height: 400px;
	border-style:solid;
	border-color:#370803;
	border-width:0px 1px 1px 0px;
}                                                                                                                              

.columnLeft{
	width:23%;
	border-style:solid;
	border-color:#370803;
	border-width:0px 1px 1px 1px;
}
.columnCenter{
	width:47%; 
	border-style:solid;
	border-color:#370803;
	border-width:0px 1px 1px 0px;
}
.columnCenter ul{
	list-style:inside;
}
.columnCenter li {
	list-style:inside;
}
.columnCenter ul li {
	list-style:inside;
}
.columnRight{
  width:30%;
  border-style:solid;
  border-color:#370803;
  border-width:0px 1px 1px 0px;
	
}
/*Header for navigation and content box headers you can add repeating background images here for button effects*/
.ContainerHeader{
	width:100%;
    background:url(../../images/buttonBG_Ov.gif);
	border-style:solid;
    border-color:#370803;
    border-width:0px 0px 1px 0px;
	font-size:12px;
	font-weight:800;
	text-align:center;
	line-height:21px;
	height:21px;
}

.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:#7e3a1d; text-decoration:none; }

/*Content Box settings*/
.Container{
	width:100%;
	border-style:solid;
	border-color:#;
	border-width:0px 0px 0px 0px;
}

.RENEWAL{
	width:100%;
	border-top-style:outset;
	border-top-color:#7f7800;
}
.SurveyTitle{
	margin:0;
	padding:0;
/*	
	background-color:#0099CC;
	color:#;*/
}

/* two colum banner settings*/
.pageChange {
	width:100%;
	background:url(../../images/buttonBG_Ov.gif);
	border-style:solid;
	border-color:#e6d2a0;
	border-width:0px 0px 1px 0px;
	color:#000000;
	height: 21px;
}

.pageChange a:active     { color:#000000; text-decoration:none;}  
.pageChange a:link       { color:#000000; text-decoration:none;} 
.pageChange a:visited    { color:#000000; text-decoration:none;} 
.pageChange a:hover      { color:#7e3a1d; text-decoration:underline;}

.faq {
  font-size:14px;
  line-height: 25px;
  text-align:left;
  padding-left:10px;
  color:#ffffff;
}

.faq a:active     { color:#ffffff; text-decoration:none;}  
.faq a:link       { color:#ffffff; text-decoration:none;} 
.faq a:visited    { color:#ffffff; text-decoration:none;} 
.faq a:hover      { color:#000000; }
 

/*alternating row color settings for survey and faq pages*/ 
.rowcolor1{
  background-color:#ead7ad;
}
.rowcolor2{
  background-color:#cc8b4b;
} 
/*************************************************** DO NOT EDIT ******************************/
 .NoCookies{
  margin:0;
  padding:0 30px;;
}
.NoCookies p{
  font-family:Bookman Old Style;  
  color:#000000;
  font-size:18px;
  text-align:left;
}

.text_text {
  font-family:Bookman Old Style;  
  color:#000000;
  font-size:14px;
}
 
.LeftColumnText {
  text-align: right;
  width: 50%;
}

.RightColumnText {
  text-align: left;
  width: 50%;
}
.RightColumnText ul {
	list-style:inside;
}
.RightColumnText li {
	list-style:inside;
}

.columnLeft ul{
	list-style:inside;
}
.columnLeft li {
	list-style:inside;
}
hr{
	color: #370803;
	background-color:#370803;
	height:1px;
	border:none;" 
}	
	
