/* Inventory Mover Styles */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin: 0px;
	background-color: #1E3198;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bghdr {
	background-image: url(/images/bghdr.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.bgbtm {
	background-image: url(/images/bgbtm.jpg);
	background-repeat: repeat-x;
}
h1 {
font-size: 18px;
line-height: 20px;
font-weight: bold;
color: #1E3198;
text-transform: uppercase; /* capitalize, uppercase, lowercase, none */
text-align: left;
margin: 0 0 6px 0;
padding: 0;
}
h2 {
font-size: 14px;
line-height: 16px;
font-weight: bold;
color: #333333;
text-transform: none; /* capitalize, uppercase, lowercase, none */
margin: 14px 0 3px 0;
padding: 0;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #1E3198;
}
a:active {
	color: #1E3198;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	color: #000000;
}
.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #1E3198;
	border: 1px #000000 solid;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	vertical-align: text-top;
}
/* Footer */


/* ------------------------------------------------------------- */
/* =NAVIGATION */
#footer ul, #footer li { font family: Arial, Helvetica, sans-serif; font-size: 10px; list-style: none; display: inline; padding: 5px 5px 0; margin: 15px 0 0;}
#footer a:link {color: #1E3198; text-decoration: underline;}
#footer a:visited {color: #1E3198; text-decoration: underline;}
#footer a:hover {color: #1E3198; text-decoration: none;}
#footer p {font-size: 10px;  margin: 0; padding: 5px 0;}

#copyright, #copyright p, #copyright a:link, #copyright a:visited, #copyright a:hover, #copyright sup {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: center;
margin: 0 0 15px 0;
padding: 3px 0 0;
}
#copyright sup {
font-size: 6px;
font-weight: bold;
text-decoration: none;
}
#copyright a:link, #copyright a:visited {
font-weight: bold;
color: #000000;
text-decoration: none;
}
#copyright a:hover {
font-weight: bold;
color: #1E3198;
text-decoration: underline;
}
dl {
font-size: 16px;
line-height: 18px;
font-weight: bold;
color: #1E3198;
text-align: left;
background-color: #F2F4FA;
width: 95%;
margin: 0 15px 15px 0;
padding: 6px 8px;	
}
dt {
font-size: 14px;
line-height: 18px;
font-weight: bold;
text-transform: uppercase;
color: #1E3198;
text-align: left;
margin: 0.6em 0 0.3em;
padding: 0;
}
dd {
font-size: 12px;
line-height: 16px;
font-weight: normal;
color: #000000;
text-align: left;
margin: 0.3em 0 0.6em 2em;
padding: 0;
}/* =FORMS */
#clear {
clear: both;
}
#contact .required {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 18px;
font-weight: bold;
color: #FF0000;
margin: 0;
padding: 0;
}
#contact legend {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 15px;
font-weight: bold;
color: #ffffff;
background-color: #1E3198;
border: 1px solid #000000;
padding: 1px 6px 2px;
margin: 8px auto;
}
#contact fieldset {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
background-color: #fefef3;
border: 1px solid #000000;
width: 500px;
margin: 12px auto 12px;
}
#contact label {
clear: both;
width: 120px;
float: left;
text-align: right;
margin: 6px 0 0;
display: block;
}
#contact span.md {
font-weight: normal;
width: 358px;
float: right;
text-align: left;
margin: 6px 12px 6px 0;
padding: 0 0;
}
#contact input, #contact select, #contact textarea {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
background-color: #F2F4FA;
border: 1px solid #000000;
margin: 4px;
}
#contact input.nobg {
vertical-align: middle;
background-color: #ffffff;
border: 0;
margin: 0 4px;
padding: 0;
}
#contact .button, #button input {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-align: center;
text-transform: uppercase;
background-color: #1E3198;
border: 2px double #000000;
margin: 5px;
padding: 0 0.25em;
}
#button input:hover {
background-color: #1E3198;
}