/*-----------------------------------------------------------------*/
/* CONTAINS STYLES USED BY ALL PAGES, HOME AND SUB ----------------*/
/*-----------------------------------------------------------------*/


/* scott red = #e51937 */

/* Body & Main Wrapper------------------------------------------------*/
/*--------------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 69%;
	color: #848d93;
	background: #000 url(../images/bkgrnd_primary.jpg) no-repeat top center;
	text-align: center;
	}

body img {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	}

/* WRAPPER  -----------------------------------------------*/
/*---------------------------------------------------------*/
#wrapper {
	border: none;
	margin: 74px auto 0 auto;
	padding: 0;
	display: block;
	width: 899px;
	text-align: left;
	background-color: transparent;
	}


/* Header  ---------------------------------------------------------*/
/*------------------------------------------------------------------*/

#header {
	display: block;
	border: none;
	width: 899px;
	height: 57px;
	background: transparent;
	margin: 0;
	padding: 0;
	}

#header h1 {
	width: 194px;
	height: 57px;
	text-indent: -9999px;
	background: transparent url(../images/logo_header.gif) no-repeat top left;
	text-decoration: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}

 
/* Footer  ------------------------------------------------*/
/*---------------------------------------------------------*/

#footer {
	display: block;
	margin: 26px auto;
	padding: 0 0 20px 10px;
	width: 899px;
	background: #000;
	text-align: right;
	vertical-align: bottom;
	}
	
	#footer img {
		float: left;
		margin: 0 0 0 20px;
	}
	

#footer p {
	margin: 10px 20px 0 0;
	color: #848d93;
	float: right;
	background: transparent;
	font-size: 0.9em;
	}
	
	#footer a,
	#footer a:link,
	#footer a:visited {
	display: inline;
		font-size: 1.0em;
		color: #848d93;
		font-weight: normal;
		text-decoration: none;
		}
		
	#footer a:hover,
	#footer a:active {
		text-decoration: underline;
		}

	#footNews a,
	#footNews a:link,
	#footNews a:visited {
		display: inline;
		font-size: 1.0em;
		color: #848d93;
		font-weight: normal;
		text-decoration: none;
		}
		
	#footNews a:hover,
	#footNews a:active {
		text-decoration: underline;
		}




/* Basic Elements -------------------------------------------------*/
/*-----------------------------------------------------------------*/


a:link {
	font-size: 1.0em;
	color: #666;
	font-weight: normal;
	text-decoration: underline;
	}

a:visited {
	font-size: 1.0em;
	color: #666;
	font-weight: normal;
	text-decoration: underline;
	}

a:hover {
	font-size: 1.0em;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	}

a:active {
	font-size: 1.0em;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	}

p {
	font-size: 1.0em;
	color: #000;
	margin: 0;
	padding: 0 0 6px 0;
	}

hr {
	border: 0;
	color: #ccc;
	background-color: #677079;
	height: 1px;
	width: 100%;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #e51937;
	margin: 0;
	line-height: 1.2em;
	}

h2.innovationHead {
	background: #333366;
	padding: 5px;
	margin: 0 0 10px 0;
	color: #fff;
	}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 0;
	line-height: 1.1em;
	}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #e51937;
	margin: 0;
	line-height: 1.1em;
	}

/* Basic Classes -------------------------------------------------*/
/*----------------------------------------------------------------*/
.hide {
	display: none;
	}

.clear {
	content: ".";
	overflow: hidden;
	clear: both;
	font-size: 1px;
	}

.right {
	float: right;
	padding: 10px;
	}

.left {
	float: left;
	padding: 10px;
	}


.pad20 {
	padding: 20px;
	}

.pad10 {
	padding: 10px;
	}

.pad5 {
	padding: 5px;
	}

.pad2 {
	padding: 2px;
	}


/* Table -----------------------------------------------*/
/*------------------------------------------------------------------*/
table {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
	border-top: 0px solid #9d9176;
	border-left: 0px solid #9d9176;
	}

table th,
table td {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
	padding: 4px;
	border-right: none;
	border-bottom: 1px solid #9d9176;
	text-align: left;
	}

table th {
	color: #000;
	background: #9d9176;
	font-weight: bold;
	}

table td {
	color: #000;
	background: #e7e0d1;
	}

#content table td img {
	margin: 5px 0 5px 0;
	padding: 0;
	border: 0;
	}

table td.pad {
	padding: 5px 0 5px 25px;
	}

/* Forms ----------------------------------------------------------*/
/*-----------------------------------------------------------------*/
.required {
	color: #ff0000;
	font-weight: bold;
	}

.subhead {
	padding: 0;
	margin: 0;
	margin-top: 4px;
	font-size: 1.4em;
	font-weight: bold;
	}

.noborder {
	padding: 0;
	margin: 0;
	border: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	}

fieldset legend {
	display: none;
	}

fieldset label {
	display: inline;
	float: left;
	width: 130px;
	padding: 0;
	margin: 8px 0 0 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #ccc;
	background: transparent;
	text-align: right;
	margin-right: 12px;
	margin-top: 12px;
	}

fieldset input {
	display: inline;
	float: left;
	margin-top: 12px;
	}

fieldset .nonlabel {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	color: #000;
	font-weight: bold;
	background: #fff;
	}

fieldset .textfield {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	height: 20px;
	width: 200px;
	background: #fff;
	}


fieldset .textarea {
	margin: 0;
	height: 150px;
	width: 300px;
	background: #fff;
	font-size: 1.0em;
	}

fieldset .selectmenu {
	margin: 0;
	height: 20px;
	width: 200px;
	background: #fff;
	font-size: 1.0em;
	}

fieldset .selectmenudate {
	display: inline;
	margin: 0;
	height: 20px;
	width: 100px;
	background: #fff;
	font-size: 1.0em;
	}

fieldset .submit {
	margin: 10px 0;
	padding: 4px;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	background: #ff8330;
	border: 1px solid #000;
	}

/* Scott Logo  ---------------------------------------------------------*/
/*------------------------------------------------------------------ */

#footer a.scott_logo  { 
	display: block;
	float: left;
	text-indent: -9999px;
	padding: 29px 0 0 0;
	width: 128px;
	height: 29px;
	clip: rect(0, 128px, 29px, 0);	
	background: transparent url(../images/logo_scott_footer.gif) no-repeat top left;
	height: 0px !important; /* for most browsers */
	height /**/:29px; /* for IE5.5's bad box model */
	overflow: hidden;
	
	}
#footer a.scott_logo:hover {
	background-position: 0 -29px;
	}

