body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #ffffff;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

}

#container { 

	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: url(images/content-bg-repeat.jpg) repeat-y;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

#header { 

	background: url(images/top-header-bg.jpg) no-repeat; 

	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	width: 950px;

	height: 325px;

	overflow: hidden;

} 

#header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	width: 220px;

	height: 224px;

	float: left;

}

#header h1 a {

	display: block;

	width: 220px;

	height: 224px;

	background: url(images/plus-one-a.jpg) no-repeat;

	text-indent: -9999px;

	float: left;
	margin-top: 50px;

}

#header #banner {

	float: left;

	width: 730px;

}

#header #banner p {

	width: 661px;

	height: 51px;

	float: right;

	font: normal 18px Verdana, Arial, Helvetica, sans-serif;

	color: #ffffff;

	text-align: right;

	margin: 0px;

	padding: 0px 69px 0px 0px;

	line-height: 51px;

}

#header #banner p a {

	color: #000000;

	text-decoration: underline;

}

#sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	padding: 0px;

}

#sidebar1 #nav {

	margin: 0px;

	padding: 0px 0px 25px 0px;

	list-style: none;

	/*border-bottom: 1px solid #000000;*/

}

#sidebar1 #nav li {

	margin: 0px;

}

#sidebar1 #nav a {

	display: block;

	font: normal 14px Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	text-decoration: none;

	padding: 10px 0px 10px 30px;

	position: relative;

}

#sidebar1 #nav a:hover {

	color: #fbb040;

	background: #f2f2f3 url(images/nav-hover.gif) 10px 16px no-repeat;

}

#sidebar1 #nav li ul {

	marging: 0px;

	list-style: disc;

	color: #999999;

}

#sidebar1 #nav li lu li {

	color: #999999;

}

#sidebar1 #nav li ul a {

	display: block;

	background: none;

	font: normal 12px Verdana, Arial, Helvetica, sans-serif;

	color: #999999;

	text-decoration: none;

	padding: 3px 0px 3px 0px;

	position: relative;

}

#sidebar1 #nav li ul a:hover {

	color: #333333;

	background: none;

}



/* ACTIVE NAVIGATION STATES */

body.home #nav #home, body.about #nav #about, body.solutions #nav #Solutions, body.bbaker #nav #bbaker, body.news #nav #news, body.contact #nav #contact, body.blog #nav #blog{ 

	color: #fbb040;

	background: #f2f2f3 url(images/nav-hover.gif) 10px 16px no-repeat;

}

#sidebar1 .client-quotes {

	font: normal 12px Verdana, Arial, Helvetica, sans-serif;

	font-style: italic;

	padding: 25px 10px;

	border-top: 1px solid #999999;

	border-bottom: 1px solid #999999;

	line-height: 16px;

}

#sidebar1 .client-quotes strong {

	padding-top: 5px;

}

#mainContent { 

	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0px 90px 0px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	float: left;

	width: 540px;

}

#mainContent a {

	color: #4b4b4b;
	
	text-decoration: underline;

}

#mainContent a:hover{

	color: #fbb040;

	text-decoration: underline;

}

#mainContent h1 {

	margin: 0px 0px 15px 0px;

	padding: 0px 0px 10px 0px;

	font: bold 20px georgia;

	color: #fe9b00;

	border-bottom: 1px solid #9b9ca0;

}

#mainContent h2 {

	margin: 0px;

	padding: 0px 0px 0px 0px;

	font: bold 17px georgia;

	color: #7c7b79;

	display: block;

	clear: both;

}

#mainContent h3 {

	margin: 0px;

	padding: 0px 0px 0px 0px;

	font: normal 13px Verdana, Arial, Helvetica, sans-serif;

	color: #4b4b4b;
	
	text-align: left;
		
}

#mainContent h4 {

	margin: 0px;

	padding: 0px 0px 0px 0px;

	font: normal 13px Verdana, Arial, Helvetica, sans-serif;

	color: #4b4b4b;
	
	text-align: center;
	
	float: center;

	display: block;

	clear: both;

}

#mainContent h5 {

	margin: 0px;

	padding: 0px 0px 0px 0px;

	font: normal 10px Verdana, Arial, Helvetica, sans-serif;

	color: #4b4b4b;
	
	text-align: left;
	
	border-bottom: 1px dotted #9b9ca0;
		
}

#mainContent p {

	font: normal 13px Verdana, Arial, Helvetica, sans-serif;

	color: #4b4b4b;

	text-align: left;

	line-height: 18px;

	float: left;

	display: block;

	clear: both;

	width: 540px;

}

#mainContent ul {

	font: normal 13px Verdana, Arial, Helvetica, sans-serif;

	color: #4b4b4b;

	text-align: left;

	line-height: 18px;

	display: block;

	clear: both;

}

img.fltrt {

	padding: 3px;

	border: 0px solid #ed993f;

}

#footer { 

	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background: url(images/bottom-bg.jpg) no-repeat;

	height: 72px;

	overflow: hidden;

} 

#footer p {

	margin: 0;

	font: normal 10px Verdana, Arial, Helvetica, sans-serif;

	color: #ffffff;

	width: 950px;

	padding: 30px 0px 0px 115px;

	margin: 0px;

	text-align: center;

}

#footer p a {

	color: #ffffff;

	text-decoration: underline;

}

#footer p a:hover {

	text-decoration: none;

	color: #f1f1f1;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}



/* FORM STYLES */

form{

	width: 528px;

	float: left;

	margin-right: 20px;

}

fieldset{

	border: none;

	margin: 0px;

	padding: 0px 0px 5px 0px;

}

label{

	float: left;

	width: 18%;

	text-align: right;

	margin-right: 10px;

	font-size: 12px;

	font-weight: bold;

	color: #666666;

}

label span{

	font-size: 11px;

	font-weight: normal;

}

input{

	width: 76%;

	padding: 4px;

	margin: 0px;

}

textarea{

	margin: 0px;

	padding: 2px;

	width: 77%;

	height: 67px;

}

form fieldset #inputContainer p {

	width: 50%;

	font: normal 12px Arial, Helvetica, sans-serif;

	padding-right: 0px;

	float: left;

}

form fieldset.clear {

	width: 528px;

	clear: both;

}

form fieldset.clear input {

	width: 475px;

	clear: both;

}

#inputContainer, #employeeInputContainer {

	float: left;

	width: 77%;

	text-align: left;

}

form fieldset #inputContainer input.check, form fieldset #employeeInputContainer input.check {

	width: 15px;

	height: 15px;

	margin-right: 5px;

	float: left;

}

#inputContainer label {

	float: left;

	width: 75%;

	text-align: left;

	margin: 0px;

	padding: 0px 0px 0px 0px;

	line-height: 15px;

	font-weight: normal;

}

form fieldset input.file {

	height: 125%;

	padding: 4px;

	height: auto;

}

