@charset "utf-8";
/* CSS Document */

.fottermysite a{
font-family:Arial, Helvetica, sans-serif;
color:#999999;
display:block;
font-size:11px;
font-weight:bold;
text-decoration:none;

}
.fottermysite a:hover{
color:#eae5d2;
}
.inputField {
 border: 1px groove #434240;
 font: 12px sans-serif; color: #430043;
 text-align: left;
 margin-left:auto;
 margin-right:auto;
 text-indent:2px;
 height:18px;
 background:#fffdf6;
}
.inputField:hover {
 border-color: #990000;
 border-width: 1.5px;
 background:#d2fed5;
}

.inputField:focus {
border-color: #525252;
border-width: 1.5px;
color:#0574a8;
}
.contactbl{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#515050;
font-weight:bold;
}

.nameinventor{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}
.named{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#e79900;
font-weight:bold;
}
.viewall a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006600;
font-weight:bold;
text-decoration:none;
}
.viewall a:hover{
color:#000000;
}
.iconheadertxt{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#000000;
}
.txtb{
font-weight:bold;
color:#1c94c4;
}
.txt{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.headernameinv{
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:14px;
font-weight:bold;
}
.websitelink a{
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
color:#276201;
}
.websitelink a:hover{
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
color:#eb8f00;
}


#nav   /* Main nav */
{
	float: right;
	margin-top: 0px;
	white-space: nowrap;
}

#nav a  /* Main nav list items */
{
	font-size: 10px;
	float: left;
	list-style: none;
	line-height: 21px; /* height of the tab */
	text-align: center;
	border:solid;
	border:1px;
	border-style:solid;
	border-color:#000000;
}

#nav a {   /* Main nav styles for all links */
	font-size: 10px;
	padding-left: 0px;
	display: block; /* Although a block suggests a vertical list, the float: right; property under #nav li causes the menu to float to an inline position */
	margin-right: 7px;
	width: 20px; 
	height: 21px;
	line-height: 21px; /* height of the tab */
	text-decoration: none;
	 }

#nav a:link, #nav a:visited  /* Main nav link and visited states */
{
	color: #ffffff; 
	border-bottom: 2px solid #494949;
	background: url('images/toplinkbullet.gif') no-repeat 2% 60% #53ad2b; 
}

#nav a:hover, #nav a:active /* Main nav hover and active states */
{
	color: #000000; 
	border-bottom: 2px solid #1C44BC;
	background: url('images/toplinkbullet2.gif') no-repeat 2% 60% #f8a403;
}



#nav2 a  /* Main nav list items */
{
	font-size: 10px;
	float: left;
	list-style: none;
	line-height: 21px; /* height of the tab */
	text-align: center;
	border:solid;
	border:1px;
	border-style:solid;
	border-color:#000000;
}

#nav2 a {   /* Main nav styles for all links */
	font-size: 10px;
	padding-left: 0px;
	display: block; /* Although a block suggests a vertical list, the float: right; property under #nav li causes the menu to float to an inline position */
	margin-right: 7px;
	width: 20px; 
	height: 21px;
	line-height: 21px; /* height of the tab */
	text-decoration: none;
	 }

#nav2 a:link, #nav2 a:visited  /* Main nav link and visited states */
{
	color: #ffffff; 
	border-bottom: 2px solid #494949;
	background: url('images/toplinkbullet.gif') no-repeat 2% 60% #f8a403; 
}

#nav2 a:hover, #nav1 a:active /* Main nav hover and active states */
{
	color: #000000; 
	border-bottom: 2px solid #1C44BC;
	background: url('images/toplinkbullet2.gif') no-repeat 2% 60% #f8a403;
}
/* Other styles */



.button a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:bold;
background-color:#b5b5b5;

}
.button a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:bold;
}

/* NEWS AND EVENTS*/
.date{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#ef8f05;
text-decoration:underline;
}
.date-header{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;
}
.link a{
font-family:Arial, Helvetica, sans-serif;
color: #333333;
display:block;
font-size:14px;
font-weight:bold;
text-decoration:none;

}
.link a:hover{
color: #999999;
}
/* NEWS AND EVENTS   END*/
