body {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
}
#container {
	margin: 0px auto;
	width: 950px;
	position: relative;
}
#header {
	background: #FFFFFF;
	height: 50px;
	margin: 0px;
}
#content {
	font-size: 0.9em;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 1.3em;
	background: url(images/backgroundgrad1.jpg) no-repeat right bottom;
}
#nav {
	float: left;
	width: 200px;
	height: 350px;
	background: #CCCC99;
	position: relative;
	margin: 0px;
}
#nav a {
	text-decoration: none;
	display: block;
	height: 45px;
	padding-top: 5px;
	padding-left: 5px;
	color: #000000;
	font: bold 14px Arial, Helvetica, sans-serif;
	
}

#nav a:hover, #nav a:focus {
	color: #FFFFFF;
	background: #FF0000;
}
.navhome {
	background: url(images/navhome.jpg);
}
.navres {
	background: url(images/navres.jpg);
}
.navcorp {
	background: url(images/navcorp.jpg);
}
.navint {
	background: url(images/navintl.jpg);
}
.navstor {
	background: url(images/navstor.jpg);
}
.navtools {
	background: url(images/navtools.jpg);
}
.navabout {
	background: url(images/navabout.jpg);
}

img {
	border-width: 0px;
}

h1 {
	color: #006633;
	padding-top: 20px;
	margin-top: 0px;
}
h2 {
	color: #003300;
}
#content   a:link, #content   a:visited     {
	color: #FF0000;
}
#content a:hover, #content a:focus {
	color: #FFFFFF;
	background: #FF0000;
}
#content ul {
	text-indent: 15px;
}


.photoboxright {
	float: right;
	height: 200px;
	width: 450px;
}
.photoright {
	float: right;
	margin-left: 15px;
}
.photoleft {
	float: left;
	margin-right: 15px;
}
#rfqtab {
	width: 295px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 5px;
}
#rfqpanel {
	width: 299px;
	float: left;
	background: #063 url(images/background-rfq.png) no-repeat;
	color: #cc9;
	margin: 0px;
	padding: 5px 1px 0px 0px;
	font-size: 13px;
	text-align: right;
	height: 320px;
}


#contacttab {
	width: 445px;
	float: right;
	margin: 0px;
	padding: 5px 0px 0px 5px;
}

#contactpanel {
	width: 450px;
	float: left;
	background: #CCCC99 url(images/glenellynmap1.png) no-repeat;
	color: #063;
	margin: 0px;
	padding: 0px;
	height: 325px;
}
#contactemail {
	padding: 5px;
}
#contactcarolstream {
	float: left;
	margin-left: 60px;
	margin-top: 20px;
}
#contactplainfield {
	margin-top: 150px;
	margin-left: 20px;
}
#contactchicago {
	float: right;
	margin-top: 125px;
	margin-right: 25px;
}
#CollapsiblePanel1 {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 25px;
	padding: 0px;
	background: #CC9;
	color: #063;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	height: 325px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: #063;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	color: #063;

}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color: #FFFFFF;
	background: #FF0000;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	color: #FFFFFF;
	background: #FF0000;
}


.contentleftdiv {
	float: left;
	height: 325px;
	width: 15px;
}
.formcontainer {
	font-size: 14px;
	text-align: right;
	margin-right: 4px;
}
.formtextsmaller {
	font-size: 12px;
}
.formbullet {
	border-style: none;
	color: #CCCC99;
}



.formtextbox {
	background: #CCCC99;
	border-style: none;
	width: 190px;
	margin-top: 1px;
}
.formtextbox2 {
	background: #CCCC99;
	border-style: none;
	width: 190px;
}
.formsubmit {
	border-style: none;
	color: #CCCC99;
	background: #016734;
	font-weight: bold;
	margin-top: 6px;
}
.formdivspacer {
	margin-top: 4px;
}

.clearboth {
	clear: both;
}
#apDiv1 {
	position:absolute;
	left:402px;
	top:65px;
	width:157px;
	height:91px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:329px;
	top:200px;
	width:158px;
	height:82px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:609px;
	top:176px;
	width:148px;
	height:79px;
	z-index:3;
}
#apDiv4 {
	position:absolute;
	left:305px;
	top:25px;
	width:317px;
	height:32px;
	z-index:4;
}
.contacttext {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.textsmall {
	font-size: 0.7em;
}
.contacttext a {
	text-decoration: none;
	color: #000000;
}
.contacttext   a:hover, .contacttext   a:focus {
	color: #FFFFFF;
	background: #2A7F54;
}
.contentboxright {
	float: right;
	width: 350px;
	margin-top: 15px;
}
.contentboxright  li {
	font-weight: bold;
	color: #FF3333;
}
.clearright {
	clear: right;
}

.footerright {
	float: right;
	width: 600px;
}
#footer {
	font-size: 0.8em;
	background: #FFFFFF;
	padding-top: 1px;
}
.footeraltcolor {
	color: #006633;
	font-weight: bold;
}

#footer  a:link, #footer a:visited {
	color: #FF0000;
	text-decoration: none;
}
#footer  a:hover, #footer a:focus {
	color: #FFFFFF;
	background: #FF0000;
	text-decoration: none;
}
.employeeemail {
	font-size: 0.9em;
}
.zerotopmargin {
	margin-top: 0px;
}
