/* Web Site CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wrapper {
	width: 770px;
	background-color: #FFF;
	margin: 0px auto;
	text-align: left;
}

#wrapper ul {
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

#wrapper ul li {
	display: inline; 
	padding: 0;
	margin: 0;
	}

#wrapper ul li a{
	color: #333;
	text-decoration: none;
	padding: 0 25px 5px 0px;
	text-align: center;
	width: 9em;
	vertical-align: middle;
	font-weight: bold;
}

#wrapper ul li a:hover, #wrapper ul li a:focus {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

#header {
background-color: #E4ECEF;
border: 1px solid #333;
}

#banner {
	height: 90px;
	background-image: url(../images/banner10.gif);
	background-repeat: no-repeat;
}


#nav {
	margin: 0 auto;	
	background-color: #E4ECEF;
	text-align: right;
}

#nav table {
	float: right;
}

#nav ul {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
}

#nav ul li {
	display: inline; 
	padding: 0;
	margin: 0;
}

#nav ul li a{
	color: #333;
	text-decoration: none;
	padding: 0 25px 0 25px;
	text-align: center;
	width: 9em;
	vertical-align: middle;
	font-weight: bold;
	
}

#nav ul li a:hover,  #nav ul li a:focus {	
	font-weight: bold;
	text-decoration: underline;
}

#webnav {
	background-color: #600;
	border-bottom: 1px solid #333;
	margin: 0 auto;
	text-align: center;
}

#webnav ul {
	margin: 0;
	padding: 0;
	font-size: 70%;
}

#webnav ul li {
	display: inline; 
	padding: 0;
	margin: 0;
}

#webnav ul li a{
	color: #FFF;
	background-color: #600;
	text-decoration: none;
	padding: 0 15px 0 15px;
	text-align: center;
	width: 9em;
	vertical-align: middle;
	font-weight: bold;
}

#webnav ul li a:hover,  #webnav ul li a:focus {
	color: #FC0;
	font-weight: bold;
}

#subnav {
	background-color: #903;
	border-bottom: 1px solid #333;
	margin: 0 auto;
	text-align: left;
}

#subnav ul {
	margin: 0;
	padding: 0;
	font-size: 70%;
	background-color: transparent;
	list-style-type: none;
	border: 1px solid #000;	
}

#subnav ul li {
	display: inline; 
	padding: 0;
	margin: 0;
}

#subnav ul li a{
	background-color: #869BCC;
	border-bottom: 1px solid #000000;
	color: #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none; 
	height: 1%;
}

#subnav ul li a:hover,  #subnav ul li a:focus {
	background-color: #003366;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

#tagline {
	width: 100%;
	margin-top: 50px;
	background-color: #003366;
	border: 1px solid #CC0033;
}

#tagline h1{
	text-align: left;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color: #C03;
}

#tagline p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	color: #C03;
}

#rightcontent {
	margin-left: 200px;
	margin-top: 20px;
}

#indexcontent {
	background-image: url(../images/indexbgrnd.jpg);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

#indexcontent p {
	font-size: 80%;
	margin: 20px 10px 20px 110px;
}

#content {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}

#content p {
	font-size: 80%;
	margin: 10px 20px;
}

/*#content p.note {
	font-size: 80%;	
	color: #333333;
	font-family: arial, 'sans serif';
	font-weight:bold;
	margin-left:30px;	
}*/

#content p em {
	font-style: normal;
	font-weight: bold;
}


#content h1 {
	font-size: 130%;
	color: #003366;
	padding: 0px;
	margin: 20px;
	font-style: normal;
	font-weight: bold;
}

#content h2 {
	font-size: 110%;
	color: #003366;
	padding: 0;		
	margin: 20px;
}

#content h2.alert {
	font-size: 110%;
	color: #660000;
	padding: 0;		
	margin: 20px;
}

.alert {
  color: #660000;
  font-weight: bold;  
}

#content ul {
	margin: 20px;
}

#content ul li {
	display: list-item;
	margin-left: 50px;
	font-size: 110%;
}



#content ul.tab {
	margin-left: 180px;
}

#content li.tab {
	font-size: 110%;
	margin-left: 50px;
}

#content form {
/*    margin-left: 180px;*/
	padding: 0px;
}

#content form.leftmargin {
    margin-left: 180px;
	padding: 0px;
}


#content form ul {
	margin: 0;
	padding: 0;
}

#content form ul li {
	display: inline; 
	padding: 3px;
	margin: 0;
	
}

#content form ul li input {
	padding: 3px;
}

#content table {
font-size:80%;
margin: 10px 20px 10px 20px;
}

#content form table {
font-size:80%;
margin: 10px 20px 10px 20px;
}



#content table th, #content form table th {
	font-weight: bold;
	background-color: #E4ECEF;
	color: #666666;
	padding: 3px;
	vertical-align: bottom;
}

#content table td, #content form table td {
padding: 3px;
vertical-align: top;
}


#content table td.tab, #content form table td.tab {
	padding: 3px 3px 3px 10px;
}

#content table td a, #content form table td a {
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}

#content table td a:hover, #content form table td a:hover,
#content table td a:focus, #content form table td a:focus {
	text-decoration: underline;
}


#content table td h1, #content form table h1 {
	font-size: 150%;
	color: #003366;
	font-style: normal;
	font-weight: bold;
}

.inputlabel { 
	padding: 3px;
	text-align: left;
	width: 50px;
}

.leftimage {
	float: left;
	margin: 0 20px 20px 10px;
	border: 1px solid #000000;
}

.rightimage {
	float: right;
	margin: 0 0 20px 10px;
	border: 1px solid #000000;
}


.clearit {
	display: block;
	clear: both;
}

#footer {
	clear: both;
	border-top: 1px solid #000000;
	background-color: #003366;
	color: #FFFFFF;
}

#footer p {
	font-size: 70%;
	padding: 5px;
	text-align: center;
}

#leftcol {
	float: left;
	width: 170px;
	margin-left: 10px;
}

#indeximage {
	width: 770px;    
	margin: 0px auto;
	background-color: #FFF;
}

.container {
	width: 100%;
	float: right;
}

.leftcontainer {
	width: 100%;
	float: left;
}

.border {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #6699CC;
	height: 5px;
}

.floatleft {
	float: left;
	margin: 20px;
}

.floatright {
	float: right;
	margin: 20px;
}


.label {
font-weight: bold;
}

.buttonleft {
  float: left;
  padding: 20px;
  width: 770px;
}

.buttonright {
float: right;
padding: 20px;
width: 100%;
}

.buttonlefthalf {
float: left;
padding 20px;
width: 45%;
}

.buttonrighthalf {
float:right;
padding: 20px;
width:45%;
}

#search_inv {
border: #333333 0px solid;
float: left;
}

#view_all_inv {
border: #333333 0px solid;
float: left;
}

#search_inv form table, #view_all_inv form table {
border: #CCCCCC 1px thin;
}

.rapid {
display: inline;
}
