




/*
     FILE ARCHIVED ON 1:34:07 Aug 20, 2006 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:48:51 Apr 10, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* Start code for Main Nav menu */

/*-----standard styles for UACT.US - by Richard Fleetwood - richard@survivalring.org-----*/
body {
	background: #333;
	font: 14px geneva, serif;
	margin-top: 0;
	text-align: center;
	
}
p {
	margin: 5px;
	font: 120% bold trebuchet, verdana, sans-serif;
	color: #006B6B;
}
h1	{
	font: bold 200% bold trebuchet, verdana, sans-serif;
	color: #737A80;
}
h3	{
	font: bold 250% bold trebuchet, verdana, sans-serif;
	color: #899198;
	border-bottom: 1px solid #004D2C;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	background: url(http://www.uact.us/images/bg.gif) ;
	background-repeat: repeat-y;
}

/*-----header-----*/
#top_home {
	display: block;
	float: left;
	width: 160px;
	height: 144px;
	background: url(http://www.uact.us/images/top_home.jpg) no-repeat top left;
}

#top_right {
	float: left;
	width: 610px;
	height: 144px;
	background: url(http://www.uact.us/images/top_right.jpg) no-repeat top left;
}
#search	{
	position: relative;
	top: 100px;
	left: 430px;
	width: 100px; 

}
/* #top_right p {
	margin: 5px;
	font: bold 220% trebuchet, verdana, sans-serif;
	color: #ff0000;
	margin-top: 97px;  
	text-align: right;
} */


#top_right p a {
	font: 70% verdana, sans-serif;
	color: #000000;
	font-weight: bold;
}

#main_nav {
font: verdana, arial, sans serif;	
clear:both;
z-index:100;
height:15px;
margin-top: 0;
}
#main_nav2	ul {
	align; center;
}
ul {
  list-style: none;
  }

a:link {
  color: #000;
  font: verdana, arial, sans serif;
  text-decoration: none;
  font-weight: bold;
   }
#main_nav ul {
 	font: verdana, arial, sans serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_nav ul li{
	font: verdana, arial, sans serif;
	float:left;
	width:100px;
	position:relative;
	z-index:200;
	background-image:url(http://www.uact.us/images/main_nav_not_selected.jpg);
}

#main_nav ul li a {

	display:block;
	text-decoration:none;
	font-weight: bold;
	color:#000;
	padding:3px;
	padding-left:2px;
	padding-right:2px;
	z-index:300;
	font-size:11px;
	font-family: trebuchet MS;
	text-align:center;
}
#main_nav li ul {
	position:absolute;
	top:20px;
	display:none;
}

#main_nav li ul li ul {
	position:absolute;
	top:0px;
	left: 100px;
	display:none;
}
  
#main_nav li ul a {
	background-color:#ff0000;
	background-image:url(http://www.uact.us/images/main_nav_not_selected.jpg);
	text-align:left;
}

.star a	{
	background-image: url(http://www.uact.us/images/main_nav_not_selected-star.jpg) !important;
}
.nostar a	{
	background-image: url(http://www.uact.us/images/main_nav_not_selected.jpg) !important;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#main_nav li:hover ul, #main_nav li.over ul { display: block;  }

#main_nav li:hover ul li ul, #main_nav li.over ul li ul { display: none;  }

#main_nav li ul li:hover ul, #main_nav  ul li.over ul{display:block;}

#main_nav ul li a:hover{
	background-image:url(http://www.uact.us/images/main_nav_selected.jpg);
	font-weight: bold;
	color: #00f;
}

/*-----content-----*/

#content_left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 10px 10px 10px 10px;
	padding-right: 0;
	font-size: 80%;
	line-height: 150%;
	width: 160px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px; /* actual value */
}
/* be nice to opera */
html>body #content_left {
	width: 160px;
}
#content_left p {
	margin: 5px;
	font: 120% trebuchet, sans serif;
	color: #990000;
	}

#content_left h5	{
	margin: 5px;
	font: 200% bold trebuchet, sans serif;
	color: #ff0000;
	text-align: center;
	border-bottom: 1px solid #000;
}
#LeftSidNav {
	z-index: 2;
	margin-left: 20px;
	margin-right:0;
}
#content_right {
	float: right;
	margin: 5px;
	margin-left: 0;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	line-height: 180%;
	border: 1px dashed #000;
	width: 570px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 580px; /* actual value */
}
/* be nice to opera */
html>body #content_right {
	width: 560px;
}
#content_right p {
	font:120% verdana, sans-serif;
	color: #0A3F66;
}

#content_right h3	{
	font: bold 120% trebuchet, verdana, sans-serif;
	color: #899198;
	border-bottom: 1px solid #004D2C;
}
#content_right h4	{
	font: bold trebuchet, verdana, sans-serif;
	color: #996633;

}
#content_right h5	{
	font: bold 125% trebuchet, verdana, sans-serif;
	color: red;
	text-align: right;
	border-bottom: 5px dotted #004D2C;
}
/*-----links-----*/
a:link {
	font: 100% verdana, sans-serif;
	color: gray;
	text-decoration: none;
}
a:visited {
	font: 100% verdana, sans-serif;
	color: blue;
}
a:hover {
	font: 100% verdana, sans-serif;
	color: red;
	text-decoration: underline;
}
a:active{
	font: 100% verdana, sans-serif;
	color: silver;
	text-decoration: underline;
}


/*-----footer-----*/
#sub_footer	{
	clear: both;
	background: #fff;
	border-top: 1px solid #000;
	height: 30px;
}
#sub_footer p {
	clear: both;
	text-align: center;
	font: 70% bold verdana, sans-serif;
	color: #999999;
	line-height: 110%;
	margin-top: 8px;
	margin-left: 35px;
}
#footer {
	clear: both;
	background: #ccc;
	border: 1px dashed #000;
	height: 60px;
}
#footer_left {
	float: left;
	width: 270px;
	height: 60px;
	background: none;
	
}

#footer_left p {
	text-align: center;
	font: 70% bold trebuchet, verdana, sans-serif;
	color: #000;
	line-height: 110%;
	margin-top: 8px;
	margin-left: 35px;
}
#footer_right {
	float: left;
	width: 480px;
	height: 60px;
	background: none;
}
#footer_right p {
    text-align: center;
	font: 70% bold trebuchet, verdana, sans-serif;
	color: #000;
	line-height: 110%;
	margin-top: 8px;
	margin-left: 35px;
	
}



/*----form styles-----*/
fieldset	{
	padding: 10px 5px 10px 5px;
	margin-bottom: 10px;
	color: #80D2FF;
	border: 1px solid gray;
}
legend {
	font: 90% verdana, sans-serif;
}	
p	{
	margin: 5px 0px 5px 0px;
}
.multipleFields {
	float: left;
}
.clear {
	clear: both;
}
label {
	font: 110% verdana, sans-serif;
}
/* * put_form_name_here 
#input {
	margin-right: 10px;
	margin-top: 2px;
	background-color: rgb(240,240,240);
	border: 1px solid #333;
	width: 120px;
}*/
#email {
	width: 120px;
}

#subject {
	width: 300px;
}
textarea {
	background-color: rgb(240,240,240);
	border: 1px solid #333;
	width: 400px;
	height: 80px;
}
/* End code for Main Nav menu */
