@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	z-index: 0;
}

body {
	background-color:#E8E8E8;
	background-image: url("../Business100/output_html/Business4_images/0");
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-weight: normal;
}
a,  a:link {
  color: #c94100;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
	color: #5a6f43;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
  color: #c92c17;
  text-decoration: underline;
}
a:focus {
  color: #c92c17;
  text-decoration: underline;
}
a:active {
  color: #4b3200;
  text-decoration: underline;
}

#wrapper_container{
text-align: left; margin: auto; width: 990px;
background: url(../images/shadow_bg_grey.gif);
}

#outerWrapper {
	background-image: url(../images/container_background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: left;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFCC;
}
#outerWrapper #header {
	background-image: url(file:///C|/Documents%20and%20Settings/andrew.HOLTS/Desktop/Carousel%20Test/images/header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #c94100;
	background-color:#ffffcd;
	font-size: 18px;
	font-weight: bold;
	height: 120px;
	line-height: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#outerWrapper #topNavigation {
	background-color: #006600;
	color: #006600;
	height: 42px;
	margin-bottom: 10px;
	margin-top: 1px;
	padding: 0px;
	text-align: left;
	z-index: 2;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#rightColumn1 {
	float: right;
	width: 185px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 870px;
	background-color: #FFFFCC;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#footer {
  color: #5a6f43;
  /* padding: 10px 0px 10px 15px; */
  padding-bottom: 15px;
  padding-top: 10px;
  border-top: 2px #b14100 solid;
  margin: 5px 15px 0px 15px;
}

#Right column {
	float: right;
}


.copyblack {
	color: #000000;
}

.copymedium {
	font-size: medium;
	color: #5a6f43;
}


.copymediumblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFF00;
}

.copysmall {
	font-size: small;
	}
	
.copymediumdgrey {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.scrollList
{
	padding-bottom: 10px;
	width: 100%;
	color: White;
	min-height: 100px;
	background-color: White;
}

#mycarouselwrap {
	color: #404040;
	/*margin: 0 12%;*/
    margin: 20px -50px;
	z-index: 1000;
}

.style1 {color: #FFFF00;}
