﻿/*MAIN PAGE WRAPPER*/
p {
	margin: 0px;
	padding: 0px;
}

div#wrapper {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
/*MASTHEAD & ADDRESS DIVS*/

div#box_shortcut {
	width:780px;
	padding:0px;
	margin:0px;
}
div#cntnr_msthd {
	width:780px;
	height:100px;
	padding:0px;
	margin:0px;
}
div#box_msthdHdr {
	width:616px;
	height:100px;
	padding:0px;
	margin:0px;
	float:left;
}
div#box_msthdAddr {
	width:164px;
	background:url(../images/HP/HPbkgd_contactinfo.jpg);
	height:100px;
	padding:0px;
	margin:0px;
	float:right;
}
/*SEARCH & TOP NAV LINKS*/
div#cntnr_topNavHP {
	width:780px;
	height:26px;
	background-color:#000000;
	margin:0px;
	padding:0px;
}
div#box_searchform {
	width:175px;
	height:26px;
	margin:0px;
	padding:0px;
	float:left;
}
div#box_searchbox {
	margin:0px;
	padding:0px;
	float:left;
}
div#box_searchbutton {
	margin:0px;
	padding:0px;
	float:left;
}
/*CONTAINER FOR LEFT NAV, ARRAY, FLASH & AtoZ*/
div#cntnr_mainNavRow {
	width:780px;
	height:294px;
	margin:0px;
	padding:0px;
}
/*ARRAY, FLASH & NAV AREA DIVS*/
div#cntnr_mststuff {
	width:605px;
	height:294px;
	background-color:#C46202;
	padding:0px;
	margin:0px;
	float:right;
}
div#box_arraypics {
	width:455px;
	height:261px;
	padding:0px;
	margin:0px;
	float:left;
}
div#box_flash {
	width:150px;
	height:261px;
	padding:0px;
	float:right;
}
/*DIVIDER RULES BETWEEN LINKS & CONTENT*/
div#cntnr_divider {
	width:780px;
	height:8px;
	margin:0px;
	padding:0px;
}
div#box_lftRule {
	width:175px;
	height:8px;
	margin:0px;
	padding:0px;
	float:left;
}
div#box_rtRule {
	width:605px;
	height:8px;
	background-color: #9C1B02;
	margin:0px;
	padding:0px;
	float:right;
}
/*MAIN CONTENT SECTION DIVS*/
div#cntnr_content {
	width:780px;
	background-color:#EFE7DE;
	padding:0px;
	margin:0px;
}
div#box_lftCol {
	width:220px;
	padding:0px;
	margin:0px;
	float:left;
}
div#box_ctrCol {
	width:350px;
	padding:0px 0px 20px 0px;
	margin:0px;
	float:right;
}
div#box_rtCol {
	width:200px;
	padding:0px;
	margin:0px;
	float:right;
}
div#box_btmFill {
	width:780px;
	padding:0px;
	margin:0px;
	clear:both;
}

