body {
	background-color:#5f6a5d;
	margin: 0px;
	padding: 5px;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
}
/*
 /* background-color:#00ff00;   green */  
 /* background-color:#0000ff;    blue */  
/*  background-color:#ff0000;    red */  
/*  background-color:#ffff00;   yellow */  
/*  background-color:#999999;   gray */ 
  /*  background-color:#999900;   brown */
  /*  background-color:#cccccc;   silver */  
 /*  background-color:#990099;   purple */  
 /*  background-color:#990000;   maroon */ 
 /*  background-color:#009999;   teal */
 /*  background-color:#000000;   black */  


#dummy_container 
{
	height: 130px;
	margin: 10px;
}
#search_container {
	margin: 10px;
	padding: 5px;
    background-color:#fffff7; 
	min-width: 740px;
}
hr.clearer {
	visibility:hidden;
	display: block;
	float: none;
	clear: both;
	border-style: none;
	height: 0px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}


/*----------------------------
=Header Styles
---------------------------*/
#header_wrapper
{
	background-color: orange;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 85px;
	background-position: left top;
	background-image: url(../images/header_bg.bmp);
	background-repeat: repeat-x;
}
#search_header {
	width: 730px;
	height: 85px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-color: #ececec;
	overflow:hidden;
}
#search_header h1, #search_header h3 {
	height: 85px;
	padding: 0px;
	margin: 0px;
}
#search_header h1 {	
	float: left;
	width: 485px;
	background-image:url(../images/lobby_logo.jpg);
}
#search_header h1 a {
	display:block;
	height: 85px;
	background-image:url(../images/lobby_logo_win.jpg);
}
#search_header h1 a:hover, #search_header h3 a:hover {
	background-position: 0px -85px;
}
#search_header h3 {
	float: right;
	width: 245px;
}
#search_header h3 a {
	display:block;
	height: 85px;
	background: url(../images/clerk_logo.gif);
}
#search_header h1 a.neutral_h1 { /*This is for the lda pages that are platform neutral*/
	background-image:url(../images/lobby_logo_home.jpg);
}





#main {
	width: 740px;
	background-color:#fffff7;
}

a {
	color: #2d5fa4;
	font: normal Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:visited {
	color: #a42d76;
}
a:visited:hover {
	color: #ffe3f4;
}
a:hover {
	color: #dee4e7;
	background-color: #4c525b;
}
.note {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading_normal {
	color: #3c495e;
	font: 20px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #d6dee3;
	margin: 10px 5px 5px 0px;
	padding: 0px;
}
.heading_emphasis {
	color: #800d0d;
	font: 20px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #dfc2bc;
	margin: 10px 5px 5px 0px;
	padding: 0px;
}


/*--------------------------------------------------------
=HOME NAVIGATION BAR STYLES  (WITH CONTACT AND SUBSCRIBE LINKS)
----------------------------------------------------------*/

#nav_home {
	float:left;
	width:100%;
	margin: 0px;
	padding: 0px;
	line-height:normal;
	color: #30373a;
}
#nav_home ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin:0px 5px;
	padding:0;
	list-style:none;
}
#nav_home li {
	float:left;
	height: 37px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
#nav_home li a {
	display:block;
	margin: 0px;
	padding: 15px 12px 16px 27px;
	background: url(../images/star_gray.gif) no-repeat 15px center;
	text-decoration: none;
	color: #1f2223;
	font-weight: bold;
}
#nav_home li a span {
	font-weight: normal;
	font-size: 11px;
}
#nav_home a:hover {
	background: url(../images/star_white_home.gif) no-repeat 15px center;
	color: #FFFFFF;
}
#nav_home li a.win {
	padding:6px 12px 6px 40px;
	background: url(../images/platform_win.gif) no-repeat 15px center;
}
#nav_home li a.mac {
	padding:6px 12px 6px 43px;
	background: url(../images/platform_mac.gif) no-repeat 15px center;
}
#nav_home li a.contributions {
	padding:6px 12px 9px 29px !important;
}
#nav_home li a.win:hover {
	background: url(../images/platform_win_hover.gif) no-repeat 15px center;
}
#nav_home li a.mac:hover {
	background: url(../images/platform_mac_hover.gif) no-repeat 15px center;
}
.select {
	width: 105px;
	float: left;
	line-height:40px;
	height: 37px;
	overflow:hidden;
	margin-left: 5px;
	padding: 0px 0px 0px 10px;
	background: url(../images/navhome_platform_bg.gif) repeat-x left top;
	font-weight: bold;
}
#nav_home li.win {
	width: 110px;
	background: url(../images/navhome_platform_bg.gif) repeat-x left top;
}
#nav_home li.mac {
	width: 170px;
	background: url(../images/navhome_platform_bg.gif) repeat-x left top;
}
#nav_home li.contributions {
	width: 135px;
	background: url(../images/navhome_contact_bg.gif) repeat-x left top;
}
#nav_home li.subscribe {
	width: 105px;
	background: url(../images/navhome_subscribe_bg.gif) repeat-x left top;
}
#nav_home li.contact {
	width: 95px;
	background: url(../images/navhome_contact_bg.gif) repeat-x left top;
}
#nav_home li a.selected {
	background: url(../images/star_white_home.gif) no-repeat 15px center;
	color: #FFFFFF;
}



/*--------------------------------------------------------
=NAVIGATION BAR STYLES
----------------------------------------------------------*/

#navigation {
	float:left;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height:normal;
}
#navigation ul {
	margin:0px 5px;
	padding:0;
	list-style:none;
}
#navigation li {
	float:left;
	height: 37px;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	display:block;
	margin: 0px;
	padding:10px 10px 10px 32px;
	background: url(../images/star_white.gif) no-repeat 20px center;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	background: url(../images/star_yellow.gif) no-repeat 20px center;
	color: #FFF695;
}
#navigation li a.selected {
	background: url(../images/star_yellow.gif) no-repeat 20px center;
	color: #FFF695;
}
#navigation li.software {
	width: 197px;
	background: url(../images/nav_software_bg.gif) repeat-x left top;
}
#navigation li.register {
	width: 122px;
	background: url(../images/nav_register_bg.gif) repeat-x left top;
}
#navigation li.report {
	width: 187px;
	background: url(../images/nav_report_bg.gif) repeat-x left top;
}
#navigation li.help {
	width: 102px;
	background: url(../images/nav_help_bg.gif) repeat-x left top;
}
#navigation li.help a {
	/*margin-left: 35%;*/
}

#navigation li.contact {
	width: 122px;
	background: url(../images/nav_contact_bg.gif) repeat-x left top;
}



/*---------------------------------------------------------
=MAIN CONTENT STYLES
----------------------------------------------------------*/

#content {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/*----------------------------------------
NOTICES AND ANNOUNCEMENTS
------------------------------------------*/

#notices {
	width: 465px;
	float: right;
}
#notices p {
	padding: 5px 10px 5px 0px;
	margin: 0px;
}
#notices ul {
	padding: 0px;
	margin: 0px;
}
#notices li {
	padding: 0px;
	margin: 5px 15px 5px 20px;
}
#notices h3 {
	margin-top: 0px;
	color: #800d0d;
	font-size: 13px;
}
#notices hr {
	margin: 5px;
	height: 1px;
}

#notices .border {
border: double #800d0d;
margin-right: 10px;
padding: 10px;

}

.notice_date {
	color: #545454;
	font-size: 11px;
}	
.notice_subtitle {
	color: #545454;
	font-size: 11px;
	line-height:normal;
	margin: 0px;
	padding: 5px 0px;
}



/*----------------------------------------
=INSTALL FORM VIEWER STYLES
------------------------------------------*/

#install {
	float: right;
	width: 465px;
}


/*----------------------------------------
=TEMPLATE FORMS SEARCH STYLES
------------------------------------------*/

#templates {
	float: right;
	width: 465px;
	clear: both;
}
.sub_head {
	font-size: 12px;
	font-weight: bold;
	color: #545454;
	margin: 10px 15px 3px 0px;
	padding: 0px;
}
#templates input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 10px 5px 0px;
}
#templates form {
	margin: 0px;
	padding: 0px;
}

#templates ul li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
#templates ul {
	margin: 0px 15px 25px 2px;
	padding: 0px;
}
th {
	text-align:left;
	vertical-align: bottom;
	border-bottom: 1px dotted #E3E1DB;
	font-weight: bold;
}

.err {
	margin: 15px 5px 15px 0px;
	color: #710e0e;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px dotted #820d0e;
	background: #dbc3bd;
}
.search_result {
	padding-top: 2px;
	padding-bottom: 2px;
}
table h4 {
	color:#660000;
}

/*---------------------------------------------------------
=FEATURE BOX STYLES
----------------------------------------------------------*/
#start, #templates_box, #lda_box, #related, #deadlines_box, #locate, #archive, #pdf {
	width: 225px;
	float: left;
}

/*------------------------------
=RELATED ARTICLES BOX STYLES
-------------------------------*/
#related {
	margin: 10px 10px 10px 10px;
	padding: 5px;
	border: 1px solid #bebdba;
	width:30%;
	
}
#related h4 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #34402c url(../images/dark_green_gradient.gif) repeat-x;
	padding: 2px;
	margin: 0px;
}
#related p, #related ul {
	background: #f1f0e4;
}
#related ul {
	margin: 0px;
	padding: 5px 10px 5px 20px;
}
#related li {
	padding: 5px 0px;
	line-height: 14px;
}
#relatedleft {
 
  float: left;
  width: 30%;
  height: 130px;
}
#relatedright {
 /* background: #f00; */ 
  float: left;
  width: 30%;
  height: 130px;
}



/*------------------------------
=LOCATE YOUR SENATE ID BOX 
-------------------------------*/
#locate {

	margin: 10px 5px 5px 5px;
	padding: 5px;
	border: 1px solid #bebdba;
	float: left;
	clear: left;
	top: auto;
	bottom: auto;
}
#locate h4 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #34402c url(../images/dark_green_gradient.gif) repeat-x;
	padding: 2px;
	margin: 0px;
}
#locate p, #locate ul {
	background: #f1f0e4;
}
#locate ul {
	margin: 0px;
	padding: 5px 10px 5px 20px;
}
#locate li {
	padding: 5px 0px;
	line-height: 14px;
}

/*------------------------------
=FORMS ARCHIVE BOX 
-------------------------------*/
#archive {

	margin: 10px 5px 5px 5px;
	padding: 5px;
	border: 1px solid #bebdba;
	float: left;
	clear: left;
	top: auto;
	bottom: auto;
}
#archive h4 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #34402c url(../images/dark_blue_gradient.gif) repeat-x;
	padding: 2px;
	margin: 0px;
}
#archive p, #archive ul {
	background: #f1f0e4;
}
#archive ul {
	margin: 0px;
	padding: 5px 10px 5px 20px;
}
#archive li {
	padding: 5px 0px;
	line-height: 14px;
}


/*-----------------------------------------------
REGISTER PAGE STYLES
-----------------------------------------------*/
#register {
	float: right;
	width: 465px;
	padding: 0px;
	margin: 0px;
}
#register h2 {
	margin: 10px 5px 0px 0px;
	padding: 0px;
}
#register ol {
	margin: 0px 20px 0px 30px;	
	padding: 0px;
}
#register li {
	line-height: 15px;
	margin: 6px 0px;
}
#register img {
	padding-top: 10px;
}
#register p {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

/*------------------------------
=Form + Controls Styles
-------------------------------*/
#form_wrapper 
{
	 background-color:#3300ff; 
	padding: 0px 5px;
	margin: 0px;
}
#form1, #download_form 
{
	 background-color:#990000; 
	margin: 0px;
	padding: 0px;
}
#form1 select, #download_form select {
	font: normal 1em/1.6em Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	padding: 0px;
}
#form1 input, #download_form input {
	font: normal 1em/1.6em Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
}
#form1 input.btn, #download_form input.btn 
{
	line-height:normal;
	width: auto;
}


/*-----------------------------------------------
=FORMS STYLES  (Blank Forms on register and report pages)
-----------------------------------------------*/

#form {
	width: 465px;
	float: right;
	margin: 5px 0px;	
	top: auto;
	bottom: auto;
	clear: none;
}
#form h2 {
	margin: 15px 5px 5px 0px;
	padding: 0px;
}
#form img {
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}
#form a {
	/*display: block;*/
	font-size: 12px;
	font-weight: bold;
}
#form a:hover {
	font-size: 12px;
	font-weight: bold;
}




/*----------------------------------------------
=FIND HOUSE ID BOX
-----------------------------------------------*/
#templates_box {
	margin: 10px 5px 5px 5px;
	padding: 5px;
	border: 1px solid #bebdba;
	width: 225px;
	float: left;

}
#templates_box p {
	background-color:#f5f5f5;
	margin: 0px;
	padding: 5px;
}
#templates_box h3 {
	margin: 0px;
	background: #b5c0c6 url(../images/light_blue_gradient.gif) repeat-x;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding: 3px;
	border-bottom: 1px solid #333333;
}
#templates_box h3 a {
	color: #333333;
	text-decoration: none;
}
#templates_box h3 a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background: #333333;
}
#templates_box form {
	margin: 0px;
	padding: 0px;
	background-color:#f5f5f5;
}
#templates_box input {
	margin :0px 0px 5px 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

.form_label {
	margin: 0px;
	padding: 0px 5px;
	font-weight: bold;
	background-color:#f5f5f5;
}


/*--------------------------------------
CONTACT PAGE STYLES
----------------------------------------*/

#contact {
	float: right;
	width: 465px;
}
#contact dt {
	font-size: 12px;
	color: #6d6d6d;
	margin: 15px 10px 0px 0px;
}



/*-------------------------------------------
SUBSCRIBE PAGE STYLES  (ALSO FORM VIEWER INSTALL FORM)
--------------------------------------------*/
#subscribe {
	float: right;
	width: 465px;
}
#subscribe_form, #unsubscribe_form, #install_form {
	clear: both;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}
#subscribe_form h3, #unsubscribe_form h3, #install_form h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444a54;
	border-bottom: 1px dotted #CCCCCC;
}
#subscribe_form input, #unsubscribe_form input, #install_form input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 10px 5px 0px;
}


/*#err_msg {
	height: 45px;
	width: 200px;
	float: left;
	margin: 0px 0px 10px;
}*/
#err_msg p {
	margin: 5px 1px;
	color: #710e0e;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px dotted #820d0e;
	background: #dbc3bd;
}




/*--------------------------------------
REDIRECT PAGE STYLES
---------------------------------------*/

#redirect {
	float: right;
	width: 465px;
	
}
#redirect p {
	font-size: 12px;
}
#redirect input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}
#redirect_disclaimer {
	width: 225px;
	float: left;
	margin: 15px 5px 5px 5px;
	padding: 5px;
	border: 1px solid #bebdba;
}
#redirect_disclaimer p {
	background-color:#f5f5f5;
	margin: 0px;
	padding: 5px;
}
#redirect_disclaimer h3 {
	margin: 0px;
	background: #182130 url(../images/contact_gradient.gif) repeat-x;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 3px;
	border-bottom: 1px solid #333333;
}



/*---------------------------------------------------------
SPECIAL ALERT STYLES
----------------------------------------------------------*/

/*----------------------------------------
ALERTS
------------------------------------------*/

#alerts {
	width: 465px;
	float: right;
}
#alerts h2 {
	color: #3c495e;
	font: italic normal 17px/26px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #d6dee3;
	margin: 10px 5px 5px 0px;
	padding: 0px;
}
#alerts h2 strong {
	color: #800d0d;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
}
#alerts h3 {
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
#alerts h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
}
#alerts p {
	padding: 0px 5px 10px 0px;
	margin: 0px;
}
#alerts hr {
	height: 1px;
	color: #c7c7c1;
	background-color: #c7c7c1;
}


/*--------------------------------------
TUTORIALS BOX STYLES
----------------------------------------*/
#tutorials_box {
	margin: 10px 5px 5px 5px;
	padding: 5px;
	clear: left;
	float: left;
	width: 225px;
	border: 1px solid #bebdba;
}
#tutorials_box h3 {
	padding: 2px;
	margin: 0px;
	background: #203a40 url(../images/green_blue_gradient.gif) repeat-x;
	color: #FFFFFF;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
#tutorials_box p {
	background-color:#e1e8dd;
	margin: 0px;
	padding: 5px;
}
#tutorials_box ul {
	background-color:#e1e8dd;
	margin: 0px;
	padding: 5px 10px 5px 20px;
}


/*--------------------------------------
TUTORIALS CONTENT STYLES
----------------------------------------*/
#tutorial {
	float: right;
	width: 465px;
	margin: 10px 5px 5px 0px;
}
#tutorial h2 {
	color: #FFFFFF;
	font: 20px Georgia, "Times New Roman", Times, serif;
	background: #660c0c url(../images/help_gradient.gif) repeat-x;
	padding: 6px;
	margin: 0px;
}

/*--------------------------------------
MOVIE STYLES
----------------------------------------*/
#movie {
	text-align: center;
}



/*---------------------------------------------------------
=FOOTER BOX STYLES
----------------------------------------------------------*/

#footer {
	clear: both;
	width: 730px;
	margin: 0px;
	padding: 10px 5px 10px 5px;
	background-color:#5f6a5d;
	font-size: 10px;
	line-height: 13px;
	color: #ffffff;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	display:inline;
}
#footer li {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	display:inline;
}
#footer li:before {
	content: "\2022 \0020";
}
#footer a {
	color: #fff695;
	font-weight: bold;
}
#footer a:hover {
	background-color: #4c525b;
	color: #dee4e7;
}
/*#footer a:visited {
	color:#ccc89d;
}
#footer a:visited:hover {
	color: #dee4e7;
}*/



/*--------------------------------------
404 PAGE STYLES
---------------------------------------*/
#four {
	float: right;
	width: 465px;
}
#four p {
	font-size: 12px;
}
#four input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}
#lost {
	margin: 10px 5px 5px 5px;
	padding: 5px;
	clear: left;
	float: left;
	width: 225px;
	border: 1px solid #bebdba;
}
#lost ul {
	background-color:#f5f5f5;
	margin: 0px;
	padding: 5px 10px 5px 20px;
}
#lost h3 {
	margin: 0px;
	background: #223d44 url(../images/green_blue_gradient.gif) repeat-x;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 3px;
	border-bottom: 1px solid #333333;
}