@CHARSET "US-ASCII";

html
{
	height: 100%;
}

body
{
  color: black;
  line-height: 1.2em;
  min-width: 700px;
  max-width: 900px;
  margin-right:200px;
  margin-left:200px;
  padding: 0;
  height: 100%;
}

form{
	padding-right:10px;
  	padding-left:10px;
	padding-top:10px;
  	padding-bottom:10px;
	
}

    
label {
width:150px;    /*Or however much space you need for the forms labels*/
    float:left;
}

div.page
{
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  min-height: 100%;
  height: auto;
  text-align: center;
}

div.main_display
{
	text-align: left;
}

div.globaltitle
{
	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	height: 45px;
	text-align: left;
	font-size:45px;
	color:white;
	background-color:#98bf21;
}

div#header
{
	height: 97px;
	background-image: url(../images/toplogobg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

div#navigation
{
	width: 153px;
	padding: 10px 0 0 20px;</div>
	overflow: hidden;
	float: left;
}

div#pagetext
{
	float: left;
	width: 70%;
	margin: 0 10px 0 20px;
}

div#spacer
{
	background-image: url(../images/left1bg.gif);
	background-repeat: repeat-x;
	height: 42px;
	padding: 0 10px 0 0;
	text-align: left;
	overflow: hidden;
}

div.spacer
{
	clear: both;
}

div.horizontal
{
	width:100%;
	height:27px;
	background-color:#98bf21;
}
div.horizontal ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
div.horizontal li
{
	float:left;
}
div.horizontal a
{
	display:block;
	width:86px;
}
div.horizontal a:link,div.horizontal a:visited
{
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}

div.horizontal a:hover,div.horizontal a:active
{
	background-color:#7A991A;
}


#argosAd {
	border-top:1px;
	border-right:0px;
	border-bottom:1px;
	border-left:0px;
	border-color:#dfdede;
	border-style:solid;
}
#argosSearch {
	border: 1px solid #CCC;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	width: 230px;
	padding-bottom: 0px;
}
.argosText {
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-align: center;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/cssplay-ie-ipad-active-sibling-fix.html
Copyright (c) Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* fix for the iPad/iPhone/iPod Touch :active: with sibling selectors 
.menu:active {}

.menu, .menu ul {padding:0; margin:0; list-style:none; position:relative;}
.menu {width:726px; margin:0 auto;}

.menu li {float:left; width:120px; height:35px; position:relative; margin-right:1px;}
.menu li a {display:block; height:34px; width:110px; padding-left:10px; margin-bottom:1px; color:#000; font:bold 12px/34px arial, sans-serif; text-decoration:none; background:#ddd; border-radius: 8px; outline:0;}
.menu li a.hasSibling {background:#ddd url(siblingfix/arrow.gif) no-repeat 100px center;}
.menu ul li {margin-top:-35px;}
.menu li a + img {width:120px; height:34px; position:absolute; left:0; top:0; display:none; cursor:pointer;}

.menu li a:active,
.menu li a:focus {background-color:#6cf;}

.menu li a.hasSibling:active,
.menu li a.hasSibling:focus {background:#6cf url(siblingfix/arrow-up.gif) no-repeat 100px center;;}


.menu {z-index:100;}
.menu > li {z-index:20;}
.menu > li > a {z-index:100;}
.menu > li ul {z-index:-1;}

.menu ul li:nth-of-type(1) {z-index:20;
-moz-transition: 0.1s linear 0.5s;
-ms-transition: 0.1s linear 0.5s;
-o-transition: 0.1s linear 0.5s;
-webkit-transition: 0.1s linear 0.5s;
transition: 0.1s linear 0.5s;
}
.menu ul li:nth-of-type(2) {z-index:19;
-moz-transition: 0.1s linear 0.4s;
-ms-transition: 0.1s linear 0.4s;
-o-transition: 0.1s linear 0.4s;
-webkit-transition: 0.1s linear 0.4s;
transition: 0.1s linear 0.4s;
}
.menu ul li:nth-of-type(3) {z-index:18;
-moz-transition: 0.1s linear 0.3s;
-ms-transition: 0.1s linear 0.3s;
-o-transition: 0.1s linear 0.3s;
-webkit-transition: 0.1s linear 0.3s;
transition: 0.1s linear 0.3s;
}
.menu ul li:nth-of-type(4) {z-index:17;
-moz-transition: 0.1s linear 0.2s;
-ms-transition: 0.1s linear 0.2s;
-o-transition: 0.1s linear 0.2s;
-webkit-transition: 0.1s linear 0.2s;
transition: 0.1s linear 0.2s;
}
.menu ul li:nth-of-type(5) {z-index:16;
-moz-transition: 0.1s linear 0.1s;
-ms-transition: 0.1s linear 0.1s;
-o-transition: 0.1s linear 0.1s;
-webkit-transition: 0.1s linear 0.1s;
transition: 0.1s linear 0.1s;
}
.menu ul li:nth-of-type(6) {z-index:15;
-moz-transition: 0.1s linear 0s;
-ms-transition: 0.1s linear 0s;
-o-transition: 0.1s linear 0s;
-webkit-transition: 0.1s linear 0s;
transition: 0.1s linear 0s;
}

.menu li a:active ~ ul li,
.menu li a:focus ~ ul li {margin-top:0;}

.menu li a:active + img,
.menu li a:focus + img {display:block;}


.menu li a:active ~ ul li:nth-of-type(1),
.menu li a:focus ~ ul li:nth-of-type(1) {margin-top:0;
-moz-transition: 0.1s linear 0s;
-ms-transition: 0.1s linear 0s;
-o-transition: 0.1s linear 0s;
-webkit-transition: 0.1s linear 0s;
transition: 0.1s linear 0s;
}
.menu li a:active ~ ul li:nth-of-type(2),
.menu li a:focus ~ ul li:nth-of-type(2) {margin-top:0;
-moz-transition: 0.1s linear 0.1s;
-ms-transition: 0.1s linear 0.1s;
-o-transition: 0.1s linear 0.1s;
-webkit-transition: 0.1s linear 0.1s;
transition: 0.1s linear 0.1s;
}
.menu li a:active ~ ul li:nth-of-type(3),
.menu li a:focus ~ ul li:nth-of-type(3) {margin-top:0;
-moz-transition: 0.1s linear 0.2s;
-ms-transition: 0.1s linear 0.2s;
-o-transition: 0.1s linear 0.2s;
-webkit-transition: 0.1s linear 0.2s;
transition: 0.1s linear 0.2s;
}
.menu li a:active ~ ul li:nth-of-type(4),
.menu li a:focus ~ ul li:nth-of-type(4) {margin-top:0;
-moz-transition: 0.1s linear 0.3s;
-ms-transition: 0.1s linear 0.3s;
-o-transition: 0.1s linear 0.3s;
-webkit-transition: 0.1s linear 0.3s;
transition: 0.1s linear 0.3s;
}
.menu li a:active ~ ul li:nth-of-type(5),
.menu li a:focus ~ ul li:nth-of-type(5) {margin-top:0;
-moz-transition: 0.1s linear 0.4s;
-ms-transition: 0.1s linear 0.4s;
-o-transition: 0.1s linear 0.4s;
-webkit-transition: 0.1s linear 0.4s;
transition: 0.1s linear 0.4s;
}
.menu li a:active ~ ul li:nth-of-type(6),
.menu li a:focus ~ ul li:nth-of-type(6) {margin-top:0;
-moz-transition: 0.1s linear 0.5s;
-ms-transition: 0.1s linear 0.5s;
-o-transition: 0.1s linear 0.5s;
-webkit-transition: 0.1s linear 0.5s;
transition: 0.1s linear 0.5s;
}
*/
