/* CSS for Texas Secretary of State

Added to #notice-wht-bg padding: 10px 20px 10px 20px;

/*------------------------------------------------------
	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: #FFF;
	}
	
.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: #03264B;
	line-height: 1.3;
	}
h2 {
	font-size: 1.5em;
	color: #03264B;
	}

h3 {
	font-size: 1.2em;
	color: #03264B;
	}

p.center {
	text-align: center;
	}

a:link {
	color: #515257;
	text-decoration: underline;
	}

a:visited {
	color: #515257;
	text-decoration: underline;
	}

a:hover {
	color: #043E7A;
	text-decoration: none;
	}
	
a:active {
	color: #043E7A;
	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: #E2F0FC;
color: #fff;
float: left;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 15.25px;
/* border-bottom: 8px solid #142F97; */
}

#navcontainer ul li {
	display: inline;
	}

#navcontainer ul li a
{
/* padding: 0.2em 1em; */
padding: 11px 10px 11px 25px;
background-color: #E2F0FC;
/*color: #545455;*/
color: #444445;
text-decoration: none;
float: left;
/* border-right: 1px solid #fff; */
}

#navcontainer ul li a:hover
{
background-color: #03264B;
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%;
	margin-top: 15px;
	}
	
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 td.align-r {
	text-align: right;
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 5px;
	}

table.norm td.align-c {
	text-align: center;
	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.green {
	background-color: #096;
	border: solid #CCC 1px;
	font-size: 1.1em;
	color: #FFF;
	}

table.norm th.red {
	background-color: #C00; /* #F00; */
	border: solid #CCC 1px;
	font-size: 1.1em;
	color: #FFF;
	}

table.norm th.blue {
	background-color: #00C;
	border: solid #CCC 1px;
	font-size: 1.1em;
	color: #FFF;
	}

table.norm th.align-left {
	text-align: left;
	background-color: #F5F5F5;
	border: solid #CCC 1px;
	font-size: 1em;
	}		

table.norm th.normalize {
	font-weight: normal;
	padding: 5px;
	}		
	
table.norm-historical { 
	border-collapse: collapse;
	margin-top: 10px;
	width: 75%;
	}
	
table.norm-historical caption {
	text-align: center;
	padding: 5px;
	font-size: 1em;
	background-color: #CCC;
	}
	
table.norm-historical td {
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 3px;
	}

table.norm-historical th {
	background-color: #F5F5F5;
	border: solid #CCC 1px;
	font-size: 1em;
	}

table.norm-5px {
	border-collapse: collapse;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	text-align: left;
	}
	
table.norm-5px caption {
	text-align: center;
	padding: 5px;
	font-size: 1em;
	background-color: #CCC;
	}
	
table.norm-5px td {
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 5px;
	}

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 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 th.normalize2 {
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px;
	}

table.norm-5px th.align-left-bg {
	text-align: left;
	background-color: #F5F5F5;
	padding: 5px;
	}		

table.norm-5px tr:hover td {
	background-color: #F5F5F5;
	}

table.norm-5px tr:hover th {
	background-color: #F5F5F5;
	}

table.norm-5px tfoot tr td	{
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-size: .95em;
	color: #666;
	}

table.norm-5px tfoot tr:hover td {
	font-size: .95em;
	color: #000;
	}

table.norm-10px {
	border-collapse: collapse;
	width: 85%;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	text-align: left;
	}
	
table.norm-10px caption {
	text-align: center;
	padding: 10px;
	font-size: 1em;
	background-color: #CCC;
	}
	
table.norm-10px td {
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 10px;
	}

table.norm-10px td.align-r {
	text-align: right;
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 10px;
	}

table.norm-10px td.align-c {
	text-align: center;
	border: solid #CCC 1px;
	border-collapse: collapse;
	padding: 10px;
	}

table.norm-10px th {
	background-color: #F5F5F5;
	border: solid #CCC 1px;
	font-size: 1em;
	padding: 15px;
	}
	
table.norm-10px th.normalize {
	text-align: left;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 15px;
	}
	
table.norm-10px th.normalize2 {
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 15px;
	}

table.norm-10px th.align-left-bg {
	text-align: left;
	background-color: #F5F5F5;
	padding: 15px;
	}		

table.norm-10px tr:hover td {
	background-color: #F5F5F5;
	}

table.norm-10px tr:hover th {
	background-color: #F5F5F5;
	}

table.norm-10px tfoot tr td	{
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-size: .95em;
	color: #666;
	}

table.norm-10px tfoot tr:hover td {
	font-size: .95em;
	color: #000;
	}



table.norm-10apx {
	border-collapse: collapse;
	width: 85%;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	text-align: left;
	}
	
table.norm-10apx caption {
	text-align: center;
	padding: 10px;
	font-size: 1em;
	background-color: #CCC;
	}
	
table.norm-10apx td {
	/*border: solid #CCC 1px;*/
	border-collapse: collapse;
	padding: 10px;
	}

table.norm-10apx td.align-r {
	text-align: right;
	/*border: solid #CCC 1px;*/
	border-collapse: collapse;
	padding: 10px;
	}

table.norm-10apx td.align-c {
	text-align: center;
	/*border: solid #CCC 1px;*/
	border-collapse: collapse;
	padding: 10px;
	}

table.norm-10apx th {
	background-color: #F5F5F5;
	/*border: solid #CCC 1px;*/
	font-size: 1em;
	padding: 15px;
	}
	
table.norm-10apx th.normalize {
	text-align: left;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 15px;
	}
	
table.norm-10apx th.normalize2 {
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 15px;
	}

table.norm-10apx th.align-left-bg {
	text-align: left;
	background-color: #F5F5F5;
	padding: 15px;
	}		

table.norm-10apx tr:hover td {
	background-color: #F5F5F5;
	}

table.norm-10apx tr:hover th {
	background-color: #F5F5F5;
	}

table.norm-10apx tfoot tr td	{
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-size: .95em;
	color: #666;
	}

table.norm-10apx tfoot tr:hover td {
	font-size: .95em;
	color: #000;
	}


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;
	}

/*------------------------------------------------------
	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; */
	float: right;
	width: 150px;
	padding: 4px;
	background-color: #F5F5F5;
	border: thin solid #CCCCCC;
	text-align: left;
	background-position: right;
	}

#sidenotice {
	/* height: auto; */
	float: right;
	width: 150px;
	padding: 4px;
	background-color: #ddebf7;
	border: thin solid #CCCCCC;
	text-align: left;
	background-position: right;
	}

#sidenotice2a {
	padding: 0px 75px 5px 0px;
	border: 0;
text-align: right;
	}

#sidenotice2b {
	width: 150px;
	padding: 0px 75px 5px 20px;
	border: 0;
float: right;
	}
	
#surveynotice {
	height: auto;
	float: right;
	width: 75px;
	padding: 4px;
	background-color: #F5F5F5;
	border: thin solid #CCCCCC;
	text-align: left;
	}	
	
#surveynotice a:link {
	color: #330099;
	text-decoration: none;
	}

#surveynotice a:visited {
	color: #11066C;
	text-decoration: none;
	}

#surveynotice a:hover {
	color: #9B1E43;
	text-decoration: none;
	}
	
#surveynotice a:active {
	color: #330099;
	text-decoration: none;
	}
	
#seminarnotice {
	height: auto;
	float: right;
	width: 250px;
	padding: 4px;
	background-color: #F5F5F5;
	border: thin solid #CCCCCC;
	text-align: left;
	background-position: right;
	}
	
#maintenancenotice {
	height: auto;
	width: 60%;
	padding: 4px;
	background-color: #F5F5F5;
	border: thin solid #CCCCCC;
	text-align: left;
	}
	
#yellownotice {
	height: auto;
	padding: 4px;
	background-color: #FFFFCC;
	border: thin solid #CCCCCC;
	text-align: left;
	font-size: 1em;
	}

#yellownotice ul li {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #CC0000;
	}

#whitenotice {
	height: 180px;
	width: 75%;
	padding: 15px 25px 15px 25px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	text-align: left;
	font-size: 1.075em;
	}

#whitenotice span img {
	padding: 0 30px 10px 0;
	border: 0;
	float: left;
	}	

p.notice {
	border: 1px solid #CCCCCC;
	width: 85%;
	font-size: .95em;
	border-width: 1px;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background: #F5F5F5;
	line-height: 1em;
	}

#notice {
	height: auto;
	width: 70%;
	padding: 4px;
	margin-bottom: 40px;
	background-color: #F5F5F5;
	border: thin solid #CCCCCC;
	text-align: left;
	}

#notice-wht-bg {
	height: auto;
	width: 70%;
	padding: 10px 20px 10px 20px;
	/*margin-bottom: 10px; */
	background-color: #FFF;
	border: thin solid #CCCCCC;
	text-align: left;
	}

#electionsnotice {
	border: 1px solid #CCCCCC;
	width: 95%;
	padding: 7px;
	background: #F5F5F5;
	text-align: left;
	}
	
#election-outlook {
	/* height: auto; */
	width: 90%;
	/*background-color: #F6FAFD;*/
	border: thin solid #515257;
	text-align: left;
	padding: 0 12px 10px 12px;
	overflow: hidden;
	}

#election-outlook h2 {
	padding: 8px 12px 7px 12px;
	}

#election-outlook ul {
    margin: 2px;
    padding: 0 0 0 18px;
	font-size: 97%;
    }
	
#election-sub {
	height: auto;
	width: 65%;
	padding: 0 0 0 5px; /* added 2/20 to add space between left border and text */
	background-color: #F5F5F5;
	border: thin solid #999;
	text-align: left;
	}

.attention_bold_yellowbg {
	font-weight: normal;
	color: #CC0000;
	background: #F9F9D7;
	border: 1px dashed #000;
	text-align: left;
	width: 90%;
	padding: 2px;
	}
	
.attention_bold_yellow {
	font-weight: normal;
	color: #CC0000;
	background: #FFFFCC;
	border: thin solid #CCCCCC;
	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;
	}

#foo {
	background-color: #000000; /* #d4fcea; */
	border-bottom: 1px #000 dashed;
	clear: left;
	font-size: .95em;
	line-height: 1.45em;
	text-align: center;
	color: #F7EB90;
	padding: 7px 5px 7px 7px;
	/* padding: 3px 5px 3px 5px; */
	/* padding: 5px 0 5px 15px; */
	}

#foo a {
	color: #F7EB90;
	text-decoration: underline;
	}

#foo span a {
	color: #F7EB90;
	text-decoration: underline;
	}

#foo span {
	color: #F7EB90;
	font-size: .95em;
	line-height:  1.45em;
	}

#foo img {
	border: none;
	float: right;
	}

#header-alerts {
	background-color: #000000; /* #d4fcea; */
	border-bottom: 1px #000 dashed;
	clear: left;
	padding: 7px 5px 7px 7px;
	/* padding: 3px 5px 3px 5px; */
	/* padding: 5px 0 5px 15px; */
	}

#header-alerts span {
	color: #E2F0FC;
	font-size: .95em;
	line-height:  1.45em;
	}
	
#header-alerts span img {
	padding: 0 2px 2px 2px;
	border: 0;
	float: left;
	}	
	
#header-alerts span a {
	color: #E2F0FC;
	text-decoration: none;
	}


#header-alerts span a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

/*------------------------------------------------------
	F O R M     E L E M E N T S 
------------------------------------------------------*/

input:focus {
	background: #F5F5F5;
	}

#search {
	position: absolute;
	right: 20px;
	top: 110px;
	}

#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: 5px;
	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;
	}
	
#sd-search form {
	margin:0;
	padding:0;
	}

#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: #03264B;
	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;
	}

#top_navigation {
	background-color: #03264B;
	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: 10px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	font-size: 1em;
	}

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;
	}

/*------------------------------------------------------
	L E F T     N A V I G A T I O N
------------------------------------------------------*/

#left-nav {
	width: 250px;
	color: #54555B;
	background: #FFF;
	/*font-weight: bold; */
	font-size: 1em;
	padding: 40px 10px 0 40px;
	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: 2px 0 0 30px;
	}

#left-nav ul li form {
	height: 45px;
	margin: 0;
	padding: 0;
	}

#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: #54555B;
	text-decoration: none;
	width: 98%;
	background: #FFF;
	padding: 5px;
	}

#left-nav ul li a:hover {
	color: #043E7A;
	background: #FFF;
	text-decoration: none; 
	}

#left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#left-nav ul ul li {
	font-weight: normal;
	color: #54555B;
	border: none;
	}
	
#left-nav ul ul li a {
	display: block;
	color: #54555B;
	text-decoration: none;
	width: 99%;
	padding: 1px 1px 1px 4px;
	}

#left-nav ul ul li a:hover {
	color: #043E7A;
	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;
	/* background-image: url(/images/global-sub-nav/left-nav-vertical-bg-wide.gif);
	background-repeat: repeat-y; */
	}
	
div#photo {float: right; padding: 5px;}

/*------------------------------------------------------
	C O N T E N T
------------------------------------------------------*/

body>#content {
	width: auto;
	margin-left: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	margin-top: 50px;
	}

#content {
	width: auto;
	margin-left: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	line-height: 1.45em;
	padding: 20px 10px 25px 0;
	color: #515257;
	}
	
#content h1 {
	font-size: 1.7em;
	padding: 40px 0 15px 0; /*Add 30px when site wide banner is not active. */ 
	}
	
#content h2 {
	font-size: 1.3em;
	}

#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;
	}

#content ol.custom li {
	padding-bottom: 10px;
	}

acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
	}

.test-link { font-family: Arial, Helvetica, sans-serif; font-size: .95em; font-weight: normal; color: #FFFFFF}
.test-link a:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: normal; color : #FFFFFF; text-decoration: underline}
.attention { font-family: Arial, Helvetica, sans-serif; font-size: .95em; font-weight: normal; color: #CC0000}
.attention a:link { font-family: Arial, Helvetica, sans-serif; font-size: .95em;  font-weight: normal; color : #CC0000; text-decoration: underline}
.attention a:visited { font-family: Arial, Helvetica, sans-serif; font-size: .95em;  font-weight: normal; color : #CC0000; text-decoration: underline}
.attention a:hover { font-family: Arial, Helvetica, sans-serif; font-size: .95em;  font-weight: normal; color : #CC0000; text-decoration: none}
.attention a:active { font-family: Arial, Helvetica, sans-serif; font-size: .95em;  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: #03264B; background: #F5F5F5; border:1px solid #CCC; padding: 5px;}

.attention_reverse { font-weight: bold; color: #FFF; background: #03264B; 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: .95em; font-weight: bold; color: #08046B}
.havalight {  font-family: Arial, Helvetica, sans-serif; font-size: .95em; color: #03264B}
.lightblunav {  font-family: Arial, Helvetica, sans-serif; font-size: .95em; font-weight: bold; color: #08046B; background-color: #EEEDFE}
.bluenav2 {	font-family: Arial, Helvetica, sans-serif;	font-size: .95em; font-style: normal; font-weight: bold;	background-color: #10046B; color: #FFFFFF;}	
.prsubheading_bold { font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; font-weight: bold; color: #444445}
.plainnavbold { font-family: Arial, Helvetica, sans-serif; font-size: .95em; font-weight: bold; color:#CC0000}
.plainnav { font-family: Arial, Helvetica, sans-serif; font-size: .95em; font-weight: normal; color: #CC0000}
.stamp-fileinfo { color: #666; }

#pr-release-date {
	float:left;
	color: #666666;
	font-size: .9em;
	}

#pr-contact-info {
	float:right;
	text-align:right;
	margin-right: 1em; padding-right: 1em;
	color: #666666;
	font-size: .9em;
	}

#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;}
		
.Both {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-color: #BEBEBE;
	color: #000000;
	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;
	}

#votexas-trans {
	width: 600px;
	height: 235px;
	background: url(/images/votexas-taller.jpg) no-repeat;
	}
	
#votexas-trans span {
	padding-top: 25px;
	margin: 20px 0 0 180px;
	display: block;
	font-size: .95em;
	}

#footnote {
	font-size: .85em;
	color: #666;
	/*border-top: 1px dashed #999;*/
	width: 75%;
	}

/* --------------------------------------
	R I G H T  N A V
---------------------------------------*/

#right-nav-wrapper {
	width: 215px;
	margin: 10px 10px 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-color: #03264B;
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF; 
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 5px 10px;
	margin: 0;
	}

#right-nav .bottom {
	/*background: url(/images/global-sub-nav/right-nav-bottom-curve.gif) top left no-repeat;*/
	background-color: #03264B;
	height: 6px;
	}
	
#right-nav img {
	border: none;
	padding: 0;
	margin: 0;
	}

#right-nav ul#items {
	margin: 0px; 
	padding: 0px;
	color: #2c2e43;
	font-size: .95em;
	padding: 5px 5px 5px 10px;
	text-align: left;
	border-right: 1px solid #9299b0;
	border-left: 1px solid #9299b0;
	}

#right-nav ul#items li {
	padding: 2px 5px 2px 5px; 
	margin: 0px;
	border-top: 1px solid #9299b0;
	background-color: #FFFFFF;
	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-color: #03264B;
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF; 
	font-size: .95em;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	margin: 0;
	}

#right-nav-sub .bottom {
	/*background: url(/images/global-sub-nav/right-nav-bottom-curve.gif) top left no-repeat;*/
	background-color: #03264B;
	height: 6px;
	}
#right-nav-sub ul#sub-items {
	margin: 0px; 
	padding: 0px;
	color: #2c2e43;
	font-size: .95em;
	border-right: 1px solid #9299b0;
	border-left: 1px solid #9299b0;
	}

#right-nav-sub ul#sub-items li {
	padding: 5px 5px 5px 10px;
	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;
	}

/* --------------------------------------
	R I G H T  N A V - S U B - A L E R T
---------------------------------------*/

#right-nav-sub-alert {
	width: auto;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	}

#right-nav-sub-alert .header {
	background-image: url(/images/global-sub-nav/alert-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-alert .bottom {
	background: url(/images/global-sub-nav/alert-nav-bottom-curve.gif) top left no-repeat;
	height: 6px;
	}
#right-nav-sub-alert ul#sub-items-alert {
	margin: 0px; 
	padding: 0px;
	color: #2c2e43;
	font-size: .95em;
	border-right: 1px solid #9299b0;
	border-left: 1px solid #9299b0;
	}

#right-nav-sub-alert ul#sub-items-alert li {
	padding: 2px 5px 2px 5px;
	margin: 0px;
	border-top: 1px solid #9299b0;
	background-color: #F5F5F5;
	list-style: none;
	}

#right-nav-sub-alert a:link {
	color: #040940;
	text-decoration: none;
	}
	
#right-nav-sub-alert a:visited {
	color: #040940;
	text-decoration: none;
	}
	
#right-nav-sub-alert a:hover {
	border-bottom: 1px dotted #000;
	color: #2c2e43;
	}
	
#right-nav-sub-alert a:active {
	color: #040940;
	text-decoration: none;
	}

/*------------------------------------------------------
	F O O T E R  L O W E R N A V I G A T I O N  E L E M E N T S 
------------------------------------------------------*/

#lower-container {
	position: relative;
    width: 100%;
    float: left;
	text-align: center; 
	background-color: #03264B;
	}

#lower-div {
	 margin: 0 auto;
	 display: inline-block;
     justify-content: center;
	}

#lower-nav-col-1{
	background-color: #03264B;
	float:left; 
	display: inline-block;
    padding: 10px 0 0 0;
	text-align: left;
	color: #FFF;
	width: 332px;
	height: 175px; 
	line-height: 1.85em;
	/*clear: both;*/
	}

#lower-nav-col-1 a:link {
	color: #FFF;
	text-decoration: none;
	}
	
#lower-nav-col-1 a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}

#lower-nav-col-1 a:hover {
	font-weight: bold;
	color: #E2F0FC;
	text-decoration: none;
	}

#lower-nav-col-1 a:active {
	font-weight: bold;
	color: #E2F0FC;
	text-decoration: none;
	}

#lower-nav-col-2{
	background-color: #03264B;
	float:left; 
	display: inline-block;
    padding: 10px 0 0 0;
	text-align: left;
	color: #FFF;
	width: 332px;
	height: 175px; 
	line-height: 1.85em;
	/*clear: both;*/
	}

#lower-nav-col-2 a:link {
	color: #FFF;
	text-decoration: none;
	}
	
#lower-nav-col-2 a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}

#lower-nav-col-2 a:hover {
	font-weight: bold;
	color: #E2F0FC;
	text-decoration: none;
	}

#lower-nav-col-2 a:active {
	font-weight: bold;
	color: #E2F0FC;
	text-decoration: none;
	}

#lower-nav-col-3{
	background-color: #03264B;
	float:left; 
	display: inline-block;
    padding: 10px 0 0 0;
	text-align: left;
	color: #FFF;
	width: 332px;
	height: 175px; 
	line-height: 1.85em;
	/*clear: both;*/
	}

#lower-nav-col-3 a:link {
	color: #FFF;
	text-decoration: none;
	}
	
#lower-nav-col-3 a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}

#lower-nav-col-3 a:hover {
	font-weight: bold;
	color: #E2F0FC;
	text-decoration: none;
	}

#lower-nav-col-3 a:active {
	font-weight: bold;
	color: #E2F0FC;
	text-decoration: none;
	}

/*------------------------------------------------------
	S U B  F O O T E R
------------------------------------------------------*/

#sub-footer {
	background-color: #03264B;
	text-align: center;
	color: #FFFFFF;
	font-size: .85em;
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	}

#sub-footer li {
	list-style-type: none;
	display: inline;
	margin-left: 0;
	padding: 2em;
	}
	
#sub-footer span {
	background-color: #03264B;
	}

#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;
	}
