﻿/*  
Theme Name: Stericycle
Author: Stephen M. James
Author URI: http://www.smjdesign.com/
Use Firefox + Firebug to view CSS inheritance
*/

/* set defaults */* { margin: 0; padding: 0; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; text-align: left; } table, tr, td { margin:0; padding:0; border:0; border-collapse:collapse; vertical-align:top; }


a {
	color: #2F4588;
	}

a:hover {
	color: #5C5D55;
	}

a:visited {
	color: #2F4588;
	}

a:visited:hover {
	color: #5C5D55;
	}

a:active {
	color: #2F4588;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Myriad Pro", "Myriad", Verdana, Helvetica, Arial, sans-serif; */
	font-size: 100%;
	margin-top: 20px;
	background-color: #5C5D55;
	color: #000000;
}

.div_clear 
{ 
	display: block;
	clear: both; 
}

/*------------------------------------------  
Data Entry
------------------------------------------*/
div#Legislation_form
{
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	font-size: 12px;

}

div#Legislation_form #main
{
	background: url(images/background_data.jpg) repeat-y;
	width: 930px;
	padding: 10px;
	float: left;
}

div#Legislation_form .header
{
	float: left;
	background: url(images/header.jpg) no-repeat ;
	width: 930px;
	height: 411px;
}

div#Legislation_form .col1
{
	float: left;
	width: 440px;
	padding: 10px;
}

div#Legislation_form .col2
{
	float: left;
	width: 440px;
	padding: 10px;
	margin: 0px;
}

div#Legislation_form .footer1
{
	float: left;
	background: url(images/footer1.jpg) no-repeat;
	width: 316px;
	height: 94px;
}

div#Legislation_form .footer2
{
	float: left;
	background: url(images/footer2.jpg) no-repeat;
	width: 171px;
	height: 94px;
}

div#Legislation_form .footer3
{
	float: left;
	background: url(images/footer3.jpg) no-repeat;
	width: 123px;
	height: 94px;
}

div#Legislation_form .footer4
{
	float: left;
	background: url(images/footer4.jpg) no-repeat;
	width: 320px;
	height: 94px;
}

div#Legislation_form .labelText
{
	float: left;
	font-weight: bold;
	width: 100px;
	padding-bottom: 5px;
}

div#Legislation_form .labelText2col
{
	float: left;
	font-weight: bold;
	width: 41px;
	padding-bottom: 5px;
}

div#Legislation_form .textField
{
	float: left;
	width: 340px;
	padding-bottom: 5px;
}

div#Legislation_form .textField1col
{
	float: left;
	width: 164px;
	padding-bottom: 5px;
}

div#Legislation_form .textField2col
{
	float: left;
	width: 54px;
	padding-bottom: 5px;
}

.inputFields
{
	font-weight:normal;
	font-size: 12px;
}

.MsgRequired
{
		font-size: 12px;
		font-weight: bold;
		color: #CC0033;
		padding: 0px 0px 0px 0px;
}

div#Legislation_form .buttonDiv
{
	/*display: block;*/
	float:left;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 370px;
}

	
div#Legislation_form .button
{
		/*display: block;*/
		float:left;
		border: solid 1px;
		border-color: #5167A0;
		font-size:11px;
		padding: 2px;
		background: #2F4588;
		font-weight: bold;
		color: #FFFFFF;
		margin: 5px 5px 0px 0px;
}

div#Legislation_form .button:hover
{
		cursor: pointer;
		background: #5C5D55;
}