/* housekeeping base rules -------------------------- */

body, p, blockquote { margin: 0; padding: 0;}
a img, iframe { border: none; }
h1, h2, h3, h4, h5, h6 {margin: 0;	padding: 0;	font-size: 100%;}
ul, ol, dl, li, dt, dd {margin: 0;	padding: 0;}  /* ul margin 0 removes conflict with thickbox  */ 
a, a:link {}
a:visited {}
a:hover {}
a:active {}
form, fieldset {margin: 0;	padding: 0;}
fieldset { border: 1px solid #000; }
legend { color: #000; padding: 0;}
input, textarea, select {margin: 0; padding: 1px; font-size: 100%; font-family: inherit;}
select { padding: 0; }
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/
body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers. note overall font style is here also  */  
    font-family: verdana,sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}  

/* -------------------------------------------------------------- */	

/* general rules for this site ----------------------------------- */

body {
	text-align: center; /* required for centering the page in IE */
	background-color: #5c5d63;
    font-family: verdana,sans-serif;
	font-size: small;
	color: #333;	
}
	
a { 
	color: #0033CC; 
	}
a:hover { 
	color: #333333; 
	}
a:active { 
	color: #000000; 
	}
p { 
	line-height: 140%; 
	}

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #333333;
	}

h1 {
	font-size: 180%;
	margin: 0;
	}

h1 a { 
	text-decoration: none; 
	color: #333; 
	}
h1 a:hover { 
	border-bottom: 1px dotted #666666; 
	color: #000; 
	}

h2 {
	font-size: 120%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	}	

/* -------------------------------------------------------------- */	

/* 2-col fixed layout with header and footer -------------------- */

#main {
	width: 900px; /* centering the page, sets width and bkgd */
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bkgd01.gif);
	background-repeat: repeat-y;
	}
	
#container {} /* no properties. used to restrain the floating left and content */

#header { /* set color same as body to invisibly push page down */
	height: 20px;
	background-color: #5c5d63;
	}
	
#left { /* navigation and logo in left column */
	float: left;
	width: 230px;
	}
	
#content {  /* main page content in right column */
	width: 670px;
	float:right;
	}
	
#footer {
	clear:both;
	padding-bottom: 30px;
	padding-top: 25px;
	}
	
/* -------------------------------------------------------------- */

/* UL based nav, with nested UL for subnav ----------------------- */	

#mainnav {
	width:187px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:8;
	text-align: right;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 6px;
	float: left;
	}
	
#mainnav ul li {
	list-style-type: none;
	color: #000000;
	list-style-image: none;
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#mainnav ul li a {
	font-weight:bold;
	text-decoration:none;
	color: #000000;
	padding: 0px;
	}
	
#mainnav ul li a:hover {
	text-decoration: underline;
	color: #3366CC;
	padding: 0px;
	}
	
#mainnav ul li a.current {
	color:#aaa;
	}
	
#mainnav ul ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding-right: 15px;
	padding-bottom: 5px;
	}
	
#mainnav ul ul li a {
	text-decoration:none;
	color: #333333;
	font-weight: bold;
	padding: 0px;
	}

/* -------------------------------------------------------------- */

/* brawse settings for CF odd-even row colors plus rollover(ruled) ----- */	


#browse {
	width:100%; 
	padding-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#browse table {
	border:1px solid #aaa;
	margin-bottom:20px;
	min-height:400px;
	}
	
#browse td, #browse th {
	padding:3px;
	text-align:left;
	color: #000000;
	font-size:12px;
	}
	
#browse td a {
	color:#333;
	text-decoration:none;
	}
	
#browse tr.even, #browse td.even {
	background-color:#e0e4fe;
	}
	
#browse tr.odd, #browse td.odd {
	background-color:#fff;
	}
	
#browse tr.ruled, #browse td.ruled {
	background-color:#b9c2fd;
	color: #FFFFFF;
	}
	
#browse th.sort { /* top level list: column header unselected */
	padding-left:35px;
	background-color: #666666;
	background-image: url(/inc/images/arrow-sort.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	}
	
#browse th.sortup { /* top level list: column header selected UP sort */ 
	padding-left:35px;
	background-color: #000000;
	background-image: url(/inc/images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#browse th.sortdown { /* top level list: column header selected DOWN sort */  
	padding-left:35px;
	background-color: #000000;
	background-image: url(/inc/images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* -------------------------------------------------------------- */

/* creates text-based 'buttons' on links not within a form  ------------------ */	

.orderctlbutton a {
	display: block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid #000000;
	background-color: #8591e5;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	}

.orderctlbutton a:hover {
	background-color:#d0433b;
	color: #FFFFFF;
	}

.orderctlbutton a:active {
	background-color:#FBEE94;
	color: #OOOOOO;
	}

/* -------------------------------------------------------------- */

.orderctlbuttonheader a {
	display: block;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid #000000;
	background-color: #d0433b;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	clear: left;
	float: right;
	text-decoration: none;
	}

.orderctlbuttonheader a:hover {
	background-color:#d0433b;
	color: #FFFFFF;
	}

.orderctlbuttonheader a:active {
	background-color:#FBEE94;
	color: #OOOOOO;
	}
	
/* -------------------------------------

creates text-based 'submit buttons' within orderforms.	

hover feature must be accompanied by this script code in header: 

function buttonClassNew(obj, new_style) {
  obj.className=new_style;
}

and also script like this within the form itself:

<input type="submit" class="orderctl" name="submit" value="Save and Continue >" onMouseOver="buttonClassNew(this,'orderctlhover')" onMouseOut="buttonClassNew(this,'orderctl')" />


------------------------------------------ */

.orderctl {
	display: block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid #000000;
	background-color:#d0433b;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	color: #FFFFFF;
	}

.orderctlhover {
	display: block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid #000000;
	background-color:#FBEE94;
	color: #OOOOOO;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	}


/* -------------------------------------------------------------- */

#logo {
	width:152px;
	height:115px;
	z-index:9;
	margin-top: 85px;
	margin-left: 19px;
	float: left;
	}
	
#footer p {
	font-size: 10px;
	line-height: 140%;
	padding-right: 20px;
	padding-left: 234px;
	padding-top: 4px;
	}
	
#footer a {
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	color: #0033CC;
	}
	
#topheader {
	background-image:none;
	height: 50px;
	font-size: x-small;
	text-align: right;
	padding: 6px;
	background-repeat: no-repeat;
	background-color: #FFDE00;
}
.liststyle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.liststyle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
}	
		
/* -------------------------------------------------------------- */



/* special overriding font classes ------------------------ */	

.9point {font-size: 9px}
.11point {font-size: 11px}
.red {background-color:#880000;}
.xsmall {
	font-size: x-small;
	padding-top: 0px;
	padding-bottom: 0px;
}
.redtext {color:#d0433b;}
