html, body, div, table, tr, td {
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Times, serif;
	color: #FFFFFF;

}
body {
	background-image: url(../images/header0.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}
.gold_text {
	color: #cc9900;
}
.the_title {
	font: 24px "Times New Roman", Times, serif;
	color: #cc9900;
}
.large_ul li {
	font: 20px "Times New Roman", Times, serif;
	color: #cc9900;
	list-style-image: url(../images/arrow.gif);
}
#header {
	margin-top: 20px;
	width: 982px;
	height: 131px;
}

#searchForm {
	margin: 0px;
	padding: 0px;
	width: 210px;
	margin-left: 555px;
	margin-top: 81px;
	text-align: left;
}
#logo {
	width: 207px;
	height: 131px;
	float: left;
}
#search {
	width: 775px;
	height: 131px;
	background-image: url(../images/header2.gif);
	background-color: #000000;
	float: left;
	text-align: left;
}


#navigation {
	width: 982px;
	height: 32px;
	background-image: url(../images/nav_background.gif);
	background-color: #000000;

}
#navigation_text {
	padding-top: 9px;
}
#navigation_text a {
	color: #ffffff;
	text-decoration: none;
	/* font-weight: bold; */
}
#navigation_text a:hover {
	color: #cc9900;
	text-decoration: none;
	/* font-weight: bold; */
}
.nav_spacing {
	margin-right: 40px;
}

#interior_content {
	width: 982px;
	height: 530px;
	text-align: left;
	margin-top: 6px;
}


#column1 {
	width: 192px;
	background-image: url(../images/interior_nav_background.gif);
	background-repeat: repeat-y;
}
#column1_content {
	margin-top: 26px;
	margin-left: 20px;
}

#column1_content a {
	color: #ffffff;
	text-decoration: none;
	/* font-weight: bold; */
}
#column1_content a:hover {
	color: #cc9900;
	text-decoration: none;
	/* font-weight: bold; */
}

#column1_content a#home {
	color: #cc9900;
	text-decoration: none;
	/* font-weight: bold; */
}
#column1_content a#home:hover {
	color: #cc9900;
	text-decoration: none;
	/* font-weight: bold; */
}

#column2 {
	width: 788px;
	background-color: #ffffff;
}
#content {
	margin-top: 26px;
	margin-left: 30px;
	width: 515px;
	font: 12px Arial, Times, serif;
	color: #000000;		
}
#content a {
	color: #cc9900;
	/* font-weight: bold; */
	text-decoration: none;
}
#content a:hover {
	color: #cc9900;
	/* font-weight: bold; */
	text-decoration: none;
}


#footer_separator {
	width: 982px;
	height: 16px;
	background-image: url(../images/footer_separator.gif);
}


#footer {
	width: 964px;
	height: 87px;
	margin-top: 20px;
	padding-left: 18px;
	background-image: url(../images/footer_background.gif);
	background-color: #000000;
	text-align: left;
}
#footer_top_links a {
	color: #cc9900;
	text-decoration: none;
	font-weight: bold;
}
#footer_top_links a:hover {
	color: #cc9900;
	text-decoration: none;
	font-weight: bold;
}
#footer_bottom_links {
	margin-top: 8px;
}
#footer_bottom_links a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footer_bottom_links a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.footer_spacing {
	margin-right: 16px;
}
.pipe {
	padding-left: 8px;
	padding-right: 8px;
}




.employee_photo {
	float: left;
	width: 100px;
}
.employee_quote {
	color: #000000;
}
.employee_name {
	font: 16px "Times New Roman", Times, serif;
	color: #cc9900;
}
.employee_title {
	font: 14px "Times New Roman", Times, serif;
	color: #cc9900;
}