html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	}

body {
	background-color: #f9f7ee;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Centers the page content container in IE 5 browsers. */
	}
/* Commonly used to style page titles. */
h1 {
	color: #000;
	font-size: 255%;
	font-weight: normal;
	line-height: 60%;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 22px;
	}
/* Commonly used to style section titles. */
h2 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	line-height: 130%;
	}
	
h3 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 -12px 0;
	}

p {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 25px;
	}

#testimonials p {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;	
	line-height: 120%;
	margin-bottom: 0;
	}
	
#testimonials h2 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: -10px;
	margin-top: 11px;
	}


a,a:link {
	color: #bc7c2a;
	text-decoration: underline;
	}
	/* Sets the style for visited links. */
a:visited {
	color: #bc7c2a;
	text-decoration: underline;
	}
/* Sets the style for links on mouseover. */
	a:hover {
	color: #bc7c2a;
	text-decoration: underline;
	}
/* Sets the style for a link that has focus. */
a:focus {
color: #bc7c2a;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
color: #bc7c2a;
}


#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 934px;
	}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 -75px 0;
	}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #d0e17d;
	float: left;
	height: 600px;
	width: 203px;
	color: #000000;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 30px 2px 5px 12px; 
}
li {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0% 12%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 120%;
	margin: 0px;
	padding: 0 0 16px 12px;
}

#outerWrapper #contentWrapper #content {
	margin: 0 0 0 223px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
}

#homecontent {
	padding: 27px 20px 0 29px;
	background-color: #fff;
	}
#secondarycontent {
	padding: 0 20px 0 29px;
	background-color: #fff;
	margin: 15px 0 0 0;
	}
#secondarycontent ul {
	padding: 0px;
	margin: 10px 2px 10px 12px; 
	}
#secondarycontent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 130%;
	margin: 0 0 0 6px;
	padding: 0 0 16px 6px;
	list-style-type: disc;
	background-image: none;
}
#secondarycontent #linkedList li {
	padding: 0 0 4px 6px;
	}
		
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	width: 555px;
	padding: 15px 0 15px 20px;
	}
#footersecondary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	width: 555px;
	padding: 15px 0 15px 45px;
	}
		
#form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 15px;
	padding: 10px 20px 20px 20px;
	background-color:#cbe2f0;
	}
#form form {
	margin: -15px 0 0 0;
	padding: 0;
	}
#cityRequired, #addressRequired, #zipRequired, #phoneRequired {
	display: none;
	}	

#formpageaddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
	}
#formpageaddress h3 {
	color: #003150;
	}
#formpageaddress p {
	font-size: 95%;
	}
#formpageaddress a:link {
	color: #bc7c2a;
	text-decoration: underline;
	}

#formpageaddress a:visited {
	color: #bc7c2a;
	text-decoration: underline;	
	}

#navlinks a {
	color: #000;
	text-decoration: none;
	font-size: 110%;
	}

#navlinks a:visited {
	color: #000;
	text-decoration: none;
	}

#navlinks a:hover {
	color: #000;
	text-decoration: underline;
	}

#navlinks a:focus {
color: #000;
}

#navlinks a:active {
color: #000;
}

.careerstable {
	}	

.formparenthesis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	}


.footerimgrt {
	float: left;
	padding: 0 0 0 370px;
	margin: -12px 0 0 0;
	}	
.standardimgrt {
	margin: 8px 0 0 15px;
	border: 1px solid #000000;
	}
.standardimglft {
	margin:  7px 15px 5px 0;
	border: 1px solid #000000;
	}
.standardimglftbot {
	margin:  7px 15px 30px 0;
	border: 1px solid #000000;
	}	
.clear {
	clear: both;
	}
