/* CSS for Texas Secretary of State
Author: James Nino
Last Modified: 02/22/11 - modified search span and added search span img PDelaGarza
Last Modified: 03/04/11 - added #yellownotice style - PDelaGarza
Last Modified: 03/30/11 - added li.page-nav element and table.contacts - JNino
Last Modified: 04/27/11 - added #content h4 - JNino
Last Modified: 06/07/11 - Added underline, underline-bold, and strikeout styles - JNino
Last Modified: 07/20/11 - Added align-c to norm-5px table - JNino
Last Modified -07/25/11 - Added #content h2.h3 style - PDelaGarza
Last Modified: 08/04/11 - Added ul.custom to eliminate usage of <br> in lists - JNino
Last modified: 08/18/14 Added padding: 30px 0 0 0; to h1 - PDelagarza
Last modified: 05/22/15 - #search span img { added padding: 0 2px 0 0; - PDelagarza
*/

/*------------------------------------------------------
	G L O B A L     E L E M E N T S 
------------------------------------------------------*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	background-color: #0A1951;
	}
	
.hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

.float-right {
	float: right;
	padding: 5px;
	}

img.right {
	float: right;
	padding: 5px;	
	}

img.left {float: left;}

h1 {
	font-size: 1.7em;
	color: #10046B;
	padding: 30px 0 0 0;
	}
h2 {
	font-size: 1.5em;
	color: #10046B;
	}

h3 {
	font-size: 1.2em;
	color: #10046B;
	}
	
p.center {
	text-align: center;
	}

a:link {
	color: #330099;
	text-decoration: underline;
	}

a:visited {
	color: #11066C;
	text-decoration: underline;
	}

a:hover {
	color: #9B1E43;
	text-decoration: none;
	}
	
a:active {
	color: #330099;
	text-decoration: underline;
	}

.indent {
	padding-left: 25px;
	}

.strikeout {
	text-decoration: line-through;
	}

.underline {
	text-decoration: underline;
	}

.underline-bold {
	text-decoration: underline;
	font-weight: bold;
	}

/*-----------------------------------
M A I N  M E N U
-----------------------------------*/

#navcontainer {
	text-align: center;
	}

#navcontainer ul
{
padding: 0;
margin: 0;
/* padding-left: 0;
margin-left: 0; */
background-color: #B12828;
color: #fff;
float: left;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
border-bottom: 8px solid #142F97;
}

#navcontainer ul li {
	display: inline;
	}

#navcontainer ul li a
{
/* padding: 0.2em 1em; */
padding: 8px 25px 8px 25px;
background-color: #B12828;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #900;
color: #fff;
}

/*------------------------------------------------------
	T A B L E     E L E M E N T S 
------------------------------------------------------*/

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

th.un_normalize_header {
	text-align: left;
	font-weight: normal;
	}

td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

table.norm { 
	border-collapse: collapse;
	width: 75%;
	}
	
table.norm caption {
	text-align: center;
	padding: 5px;
	font-size: 1em;
	background-color: #CCC;
	}
	
table.norm td {
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 5px;
	}

table.norm th {
	background-color: #F5F5F5;
	border: solid #CCC 1px;
	font-size: 1em;
	}
	
table.norm th.normalize {
	font-weight: normal;
	padding: 5px;
	}		

table.norm-5px { 
	border-collapse: collapse;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	}

table.norm-5px td.align-r {
	text-align: right;
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 5px;
	}

table.norm-5px td.align-c {
	text-align: center;
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 5px;
	}

table.norm-5px caption {
	font-size: 1em;
	background-color: #CCC;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
	
table.norm-5px td {
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 5px;
	}

table.norm-5px th {
	background-color: #F5F5F5;
	border: solid #CCC 1px;
	font-size: 1em;
	}
	
table.norm-5px th.normalize {
	text-align: left;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 5px;
	}
	
table.norm-5px tr:hover td {
	background-color: #F5F5F5;
	}

table.norm-5px tr:hover th {
	background-color: #F5F5F5;
	}
	
table.norm-withborder-5px { 
	border-collapse: collapse;
	margin-left: 40px;
	margin-right: 40px;
	}
	
table.norm-withborder-5px td {
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 5px;
	}

table.norm-withborder-5px th {
	background-color: #CCC;
	border: solid #CCC 1px;
	font-size: 1em;
	}

table.main {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	border-collapse: collapse;
	}
	
table.main th {
	font-size: 1em;
	font-weight: bold;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	}
	
table.main td {
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
	}

table.main tbody tr:hover td {
	color: #009;
	background-color: #F5F5F5;
	}

table.main tfoot tr td	{
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #ccc;
	font-size: .95em;
	color: #666;
	}

table.main tfoot tr:hover td {
	font-size: .95em;
	color: #000;
	}

table.basic {
	border-collapse: collapse;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	}

table.basic td {
	padding: 5px;
	}
	
table.basic th {
	font-size: 1em;
	text-align: left;
	}

table.basic th.normalize {
	text-align: left;
	font-weight: normal;
	padding: 5px;
	}		

table.basic tfoot tr td	{
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #ccc;
	font-size: .95em;
	color: #666;
	}

table.basic tfoot tr:hover td {
	font-size: .95em;
	color: #000;
	}

table.contacts { 
	border-collapse: collapse;
	font-size: .9em;
	margin-bottom: 10px;
	}
	
table.contacts caption {
	/* width: 70%; */
	/* text-align: left; */
	/* padding: 5px; */
	font-size: 1em;
	background-color: #CCC;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	/* margin-left: 40px; */
	/* margin-right: 40px; */
	}
	
table.contacts td {
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 5px;
	}

table.contacts th {
	background-color: #F5F5F5;
	border: solid #CCC 1px;
	font-size: 1em;
	}
	
table.contacts th.normalize {
	text-align: left;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 5px;
	}

table.contacts th.normalize-align {
	text-align: left;
	padding: 5px;
	}

table.contacts tr:hover td {
	background-color: #F5F5F5;
	}

table.contacts tr:hover th {
	background-color: #F5F5F5;
	}

/*------------------------------------------------------
	N O T I C E S
------------------------------------------------------*/

#holidaynotice {
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 6px;
	width: 60%;
	}

#required-software {
	text-align: left;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-left: 1px;
	padding: 6px;
	width: 60%;
	font-weight: normal;
	background-color: #F5F5F5;
	}

#sideenotice {
	height: auto;
	width: 75px;
	float: right;
	width: 150px;
	padding: 4px;
	background-color: #F5F5F5;
	border: thin solid #CCCCCC;
	text-align: left;
	background-position: right;
	}

#maintenancenotice {
	height: auto;
	width: 75%; /*  500px; */
	padding: 4px;
	background-color: #F5F5F5;
	border: thin solid #CCCCCC;
	text-align: left;
	}
	
#yellownotice {
	height: auto;
	/* width: 500px; */
	padding: 4px;
	background-color: #FFFFCC;
	border: thin solid #CCCCCC;
	text-align: left;
	font-size: .9em;
	}

p.notice {
	border: 1px solid #CCCCCC;
	width: 85%;
	border-width: 1px;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background: #F5F5F5;
	line-height: 1em;
	}

#notice {
	height: auto;
	width: 80%;
	padding: 4px;
	background-color: #F5F5F5;
	border: thin solid #CCCCCC;
	text-align: left;
	}

#electionsnotice {
	border: 1px solid #CCCCCC;
	width: 95%;
	padding: 7px;
	background: #F5F5F5;
	text-align: left;
	}

.attention_bold_yellowbg {
	font-weight: normal;
	color: #CC0000;
	background: #F9F9D7;
	border: 1px dashed #000;
	text-align: left;
	width: 90%;
	padding: 2px;
	}
	
#header-alerts-blue {
	/* background-color: #FFFF99; */
	background-color: #d4fcea; /* PEACH #ebdec0; /*ORANGE #fdcf98/ GREEN #d4fcea; */
	border-bottom: 1px #000 dashed;
	padding: 7px 5px 7px 5px;
	text-align: left;
	clear: left;
	}

#header-alerts-blue span {
	color: #CC0000;
	font-size: .85em;
	}
	
#header-alerts-blue span img {
	padding: 0 2px 2px 2px;
	border: 0;
	float: left;
	}	

#header-alerts-blue span a {
	color: #CC0000;
	text-decoration: underline;
	}

#header-alerts-blue span a:hover {
	color: #CC0000;
	text-decoration: none;
	}

#header-alerts {
	background-color: #FFFF99; /*#d4fcea; /* #FFFF99; */
	border-bottom: 1px #000 dashed;
	clear: left;
	padding: 7px 5px 7px 7px;
	/*padding: 3px 5px 3px 5px;*/
	/*padding: 7px 0 10px 10px;
	height: auto; */
	/* padding: 7px 0 7px 15px; */
	/* height: auto; */
	}

#header-alerts span {
	color: #CC0000;
	font-size: .85em;
	}

#header-alerts span img {
	padding: 0 2px 2px 2px;
	border: 0;
	float: left;
	}	
	
#header-alerts span a {
	color: #CC0000;
	}

/*------------------------------------------------------
	F O R M     E L E M E N T S 
------------------------------------------------------*/

input:focus {
	background: #F5F5F5;
	}

#search {
	position: absolute;
	right: 20px;
	top: 40px;
	}

#search a:link {
	color: #FFF;
	font-size: .80em;
	text-decoration: none;
	}

#search a:visited {
	color: #FFF;
	font-size: .80em;
	text-decoration: none;
	}

#search a:hover {
	color: #FFF;
	font-size: .80em;
	text-decoration: underline;
	}

#search a:active {
	color: #FFF;
	font-size: .80em;
	text-decoration: none;
	}

#search span {
	position: absolute;
	right: 30px;
	top: 35px;
	}
	
#search span img {
	border: none;
	padding: 0 2px 0 0;
	}	
	
#search input {
	font-size: .9em;
	}

#search label {
	display: none;
	color: #FFFFFF;
	font-size: .7em;
	}

#search form input.custom {
	background-color: #d9dce2;
	font-weight: bold;
	font-size: .85em;
	color: #3d54a9;
	border: 1px solid #CCC;
	}

/*------------------------------------------------------
	H E A D E R     E L E M E N T S 
------------------------------------------------------*/

#header {
	width: 100%;
	height: 96px;
	background-color: #37287e;
	clear: both;
	}

#header h1 {
	display: none;
	font-size: 1.5em;
	color: #000000;
	}

#header h2 {
	font-size: 1.3em;
	color: #000000;
	}
	
/*------------------------------------------------------
	T O P     N A V I G A T I O N
	(global links - icons)
------------------------------------------------------*/

#top-wrapper {
	background-color: #ab2d19;
	/* height: 110px; */
	/* border-top: 4px solid #8E200E; */
	border-bottom: 8px solid #142F97;
	}

.nav-pic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}

#top_navigation {
	background-color: #0A1951;
	width: 100%;
	text-align: right;
	/* float: left; */
	/* border-top: 8px; */
	}

ul.top_navigation {
	list-style-type: none;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 2.5em;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	font-size: .75em;
	}

ul.top_navigation li {
	display: inline;
	}

ul.top_navigation li a:link {
	color: #FFF;
	text-decoration: none;
	}
	
ul.top_navigation li a:visited {
	color: #FFF;
	text-decoration: none;
	}

ul.top_navigation li a:hover {
	color: #CCC;
	text-decoration: underline;
	}

ul.top_navigation li a:active {
	color: #FFFFCC;
	text-decoration: none;
	}

#main-nav table {
	width: 620px;
	position: absolute;
	left: 153px;
	top: 75px;
	}

#main-nav table td {
	text-align: center;
	}
	
/*------------------------------------------------------
	L E F T     N A V I G A T I O N
------------------------------------------------------*/

#left-nav {
	width: 166px;
	color: #000099;
	background: #ECEDF9;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
	float: left;
	}
	
#left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
#left-nav ul li {
	border-bottom: 1px dashed #4075a1;
	margin: 0;
	padding-left: 5px;
	}

#left-nav ul li.nolink {
	padding-left: 10px; /* aligns non href text with links */
	}
	
#left-nav ul li.last {
	border-bottom: none;
	margin: 0;
	padding-left: 5px;
	}
	
#left-nav ul li a {
	display: block;
	color: #000099;
	text-decoration: none;
	width: 98%;
	background: #ECEDF9;
	padding: 5px;
	}

#left-nav ul li a:hover {
	color: #000099;
	background: #F5F5F5;
	text-decoration: none; 
	}

#left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#left-nav ul ul li {
	font-weight: normal;
	color: #000099;
	border: none;
	}
	
#left-nav ul ul li a {
	display: block;
	color: #000099;
	text-decoration: none;
	width: 99%;
	padding: 1px 1px 1px 4px;
	}

#left-nav ul ul li a:hover {
	color: #000099;
	text-decoration: none; 
	}

/*------------------------------------------------------
	C O N T A I N E R     E L E M E N T S 
------------------------------------------------------*/

#container {
	width: 100%;
	background-color: #FFFFFF;
	}

/*------------------------------------------------------
	C O N T E N T
------------------------------------------------------*/

#content {
	width: auto;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	padding: 20px 0 0 0;
	}
	
#content h1 {
	font-size: 1.5em;
	}
	
#content h2 {
	font-size: 1.1em;
	}
	
#content h2.h3 {  /* make h2 look like h3 */
	font-size: 1em;
	color: #000000;
	}		
	
#content h3 {
	font-size: 1em;
	color: #000000;
	}	

#content h4 {
	font-size: 1em;
	color: #000000;
	}

#content ul li.last {
	padding-bottom: 10px;
	}
	
#content ul.custom li {
	padding-bottom: 10px;
	}

acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
	}

.attention { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #CC0000}
.attention a:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: normal; color : #CC0000; text-decoration: underline}
.attention a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: normal; color : #CC0000; text-decoration: underline}
.attention a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: normal; color : #CC0000; text-decoration: none}
.attention a:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: normal; color : #CC0000; text-decoration: underline}

.attention_bold { font-weight: bold; color: #CC0000}
.attention_bold a:link { font-weight: bold;  color : #CC0000; text-decoration: underline;}
.attention_bold a:visited { font-weight: bold;  color : #CC0000; text-decoration: underline;}
.attention_bold a:hover { font-weight: bold;  color : #CC0000; text-decoration: none;}
.attention_bold a:active { font-weight: bold;  color : #CC0000; text-decoration: underline;}

.attention_bold_graybg { font-weight: bold; color: #CC0000; background: #F5F5F5; border:1px solid #CCC; padding: 5px;}

.faq { font-family: Verdana; font-size: 10px; color: #FFFFFF; background-color: #FF9900; padding-right:3px;}
.new { font-family: Verdana; font-size: 10px; color: #000000; background-color: #FFFF66; padding-right:3px;}
.highlight { background-color: #FFFF66; }
.havaheading {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #08046B}
.lightblunav {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #08046B; background-color: #EEEDFE}
.bluenav2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; font-style: normal; font-weight: bold;	background-color: #10046B; color: #FFFFFF;}	
.prsubheading_bold { font-family: Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; color: #999999}
.plainnavbold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#CC0000}
.plainnav { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #CC0000}

#pr-release-date {
	float:left;
	}

#pr-contact-info {
	float:right;
	text-align:right;
	margin-right: 1em; padding-right: 1em;
	}

#release {
	clear:right;
	padding-top: 10px;
	}
	
.Offline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-color: #990000;
	color: #FFFFFF;
	border: thin solid #FFFFFF;}
.Online {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-color: #136F31;
	color: #FFFFFF;
	border: thin solid #FFFFFF;}
	
caption {text-align:left; font-family:Arial, Helvetica, sans-serif;
font-weight:bold; font-size: 12px;}

.img-caption {color: #666666; font-weight: normal; font-size: 12px; }

#menu-bills ul li {
	list-style:none;
	display:inline;
	}

ul.hide-bullets li {
	list-style-type:none;
	}

ul.page-nav {
	list-style-type: none;
	color: #000;
	padding: 0;
	margin: 0;
	font-size: .95em;
	}

ul.page-nav li {
	display: inline;
	}

li.page-nav a:link {
	color: #330099;
	text-decoration: none;
	}
	
li.page-nav a:visited {
	color: #11066C;
	text-decoration: none;
	}

li.page-nav a:hover {
	color: #9B1E43;
	text-decoration: underline;
	}

li.page-nav a:active {
	color: #330099;
	text-decoration: none;
	}

/* --------------------------------------
	R I G H T  N A V
---------------------------------------*/

#right-nav-wrapper {
	width: 180px;
	margin: 5px 5px 10px 10px;
	float: right;
	}

#right-nav {
	width: auto;
	margin: 0;
	padding: 0;
	}
	
#right-nav .header {
	background-image: url(/images/global-sub-nav/right-nav-top-curve.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF; 
	font-size: .85em;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0;
	}

#right-nav .bottom {
	background: url(/images/global-sub-nav/right-nav-bottom-curve.gif) top left no-repeat;
	height: 6px;
	}
	
#right-nav img {
	border: none;
	padding: 0;
	margin: 0;
	}

#right-nav ul#items {
	margin: 0px; 
	padding: 0px;
	color: #2c2e43;
	font-size: .85em;
	border-right: 1px solid #9299b0;
	border-left: 1px solid #9299b0;
	}

#right-nav ul#items li {
	padding: 2px 0px 2px 5px; 
	margin: 0px;
	border-top: 1px solid #9299b0;
	background-color: #F5F5F5;
	list-style: none;	
	}
	
#right-nav ul#items li.expand {
	height: 50px;
	}

#right-nav a:link {
	color: #040940;
	text-decoration: none;
	}
	
#right-nav a:visited {
	color: #040940;
	text-decoration: none;
	}
	
#right-nav a:hover {
	border-bottom: 1px dotted #000;
	color: #2c2e43;
	}
	
#right-nav a:active {
	color: #040940;
	text-decoration: none;
	}

/* --------------------------------------
	R I G H T  N A V - S U B
---------------------------------------*/

#right-nav-sub {
	width: auto;
	margin: 0;
	padding-top: 10px;
	clear: both;
	}

#right-nav-sub .header {
	background-image: url(/images/global-sub-nav/right-nav-top-curve.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF; 
	font-size: .85em;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0;
	}

#right-nav-sub .bottom {
	background: url(/images/global-sub-nav/right-nav-bottom-curve.gif) top left no-repeat;
	height: 6px;
	}
#right-nav-sub ul#sub-items {
	margin: 0px; 
	padding: 0px;
	color: #2c2e43;
	font-size: .85em;
	border-right: 1px solid #9299b0;
	border-left: 1px solid #9299b0;
	}

#right-nav-sub ul#sub-items li {
	padding: 2px 0px 2px 5px;
	margin: 0px;
	border-top: 1px solid #9299b0;
	background-color: #F5F5F5;
	list-style: none;
	}

#right-nav-sub a:link {
	color: #040940;
	text-decoration: none;
	}
	
#right-nav-sub a:visited {
	color: #040940;
	text-decoration: none;
	}
	
#right-nav-sub a:hover {
	border-bottom: 1px dotted #000;
	color: #2c2e43;
	}
	
#right-nav-sub a:active {
	color: #040940;
	text-decoration: none;
	}

/*------------------------------------------------------
	F O O T E R     E L E M E N T S 
------------------------------------------------------*/

#footer {
	background-color: #142F97;
	color: #FFFFFF;
	clear: both;
	margin: 0;
	padding-bottom: 2px;
	}

#footer li {
	list-style-type: none;
	font-size: .85em;
	display: inline;
	margin-left: 0;
	padding: .05em;
	}

#footer a:link {
	font-weight: bold;
	color: #DEDECA;
	text-decoration: none;
	}
	
#footer a:visited {
	font-weight: bold;
	color: #DEDECA;
	text-decoration: none;
	}

#footer a:hover {
	font-weight: bold;
	color: #EFDFA5;
	text-decoration: none;
	}

#footer a:active {
	font-weight: bold;
	color: #DEDECA;
	text-decoration: none;
	}

/*------------------------------------------------------
	S U B  F O O T E R
------------------------------------------------------*/

#sub-footer {
	height: 70px;
	background-color: #0A1951;
	text-align: center;
	color: #FFFFFF;
	margin-top: -1.2em;
	padding-top: 2px;
	white-space: nowrap;
	font-size: .85em;
	background-image: url(/images/global/footer-bar-bg.gif);
	background-repeat: repeat-x;
	}

#sub-footer li {
	list-style-type: none;
	display: inline;
	margin-left: 0;
	padding: .05em;
	}
	
#sub-footer span {
	}

#sub-footer a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#sub-footer a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#sub-footer a:hover {
	font-weight: bold;
	color: #EFDFA5;
	text-decoration: none;
	}

#sub-footer a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
