/* CSS Document */
/* Created on: 3/30/2006 */
/* Last Modified by: Mike Barris 02/07/2007 */

/* index.cfm */
#topleft {
padding: 5px;
margin: -1px 0px 0px 0px;
width: 370px;
float: left;
background: inherit;
}
#topright {
padding: 5px;
margin: -1px 0px 0px 0px;
width: 210px;
float: right;
background: inherit;
}
#bottomleft {
padding: 5px;
margin: 0px;
width: 205px;
float: left;
}
#bottomright {
padding: 5px;
margin: 0px;
width: 375px;
float: right;
}
#orangeheader {
height: 16px;
width: 205px;
padding: 0px;
border: 0px;
margin: 0px;
margin-top: 5px;
background: #ff6600 url(../img/tprghtcrnr.gif) top right no-repeat;
}
#orangegutter {
height: 16px;
width: 205px;
padding: 0px;
border: 0px;
margin: 0px;
background: #ff6600 url(../img/btmrghtcrnr.gif) top right no-repeat;
}
#blueheader {
height: 17px;
width: 370px;
padding: 0px;
border: 0px;
margin-top: 6px;
background: #3a3d81 url(../img/bluetprghtcrnr.gif) top right no-repeat;
}
#bluegutter {
height: 17px;
width: 370px;
padding: 0px;
border: 0px;
margin: 0px;
background: #3a3d81 url(../img/bluebtmrghtcrnr.gif) top right no-repeat;
}
#jobsbox {
height: 153px;
width: 205px;
padding: 0px;
border: 0px;
margin: 0px;
text-align: center;
background-color: #ff6600;
}
#formbox {
height: 148px;
width: 370px;
padding: 0px;
border: 0px;
margin: 0px;
text-align: center;
background-color: #9e9ecf;
border-top: 1px solid #ff6600;
border-bottom: 1px solid #ff6600;
}
#infobox {
height: 280px;
width: 205px;
padding: 0px;
border: 0px;
margin: 0px;
text-align: center;
background-color: #ff8533;
border-top: 1px solid #3a3d81;
border-bottom: 1px solid #3a3d81;
}
#mapbox {
height: 280px;
width: 370px;
padding: 0px;
border: 0px;
margin: 0px;
text-align: center;
background-color: #3a3d81;
}
img.crnr {
	margin: 0px;
	border: 0px;
	float: left;
	padding: 0px;
}
/* End index.cfm */

/* contact.cfm  */
#contactleft {
float: left;
width: 315px;
height: 100%;
overflow: visible;
}
#contactright {
float: right;
width: 275px;
height: 100%;
overflow: visible;
text-align: center;
}
/* End contact.cfm */

/* careers.cfm */
#careerleft {
float: left;
width: 291px;
height: 100%;
overflow: visible;
padding: 2px;
}
#careerright {
float: right;
width: 291px;
height: 100%;
overflow: visible;
padding: 2px;
text-align: left;
}