body
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #FFFFFF;
  font-family: 'Arial', 'arial', sanserif;
  font-size: 0.95em; 
}

p, blockquote
{
  text-align: left;
}

ul, li
{
  text-align: left;
}

li {
	padding-bottom: 1em;
}

#outerframe
{
  /*background-image: url(../images/bg-stars.jpg);*/
  
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#mainframe {
  background-color: #FFFFFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 0px;
  width: 760px;
  min-height: 500px;
}

#mainnavframe {
	margin: 0px;
  width: 100%;
  background-color: #999999;
  padding-top: 4px;
}
#subnavframe {
	margin: 0px;
  width: 100%;
  background-color: #243571;
}

#serving { text-align: right; }
#mainnavframe ul
{
  list-style: none;
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  height: 33px;
}

#navalign { 
	padding-left: 100px;
}

#mainnavframe ul li
{
  list-style: none;
  font-size: 1.1em; 
  display: block;
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  margin-top: 9px;
  color: #FFFFFF;
  background-color: #999999;
  font-weight: bolder;
  height: 19px;
}

#mainnavframe ul li a:hover
{
  background-color: #CCCCCC;
}

#mainnavframe ul li a
{
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 9px;
  padding-right: 9px;
}

#mainnavframe ul li.activelink div
{
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  margin-top: -8px;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 9px;
  padding-right: 9px;
}

#subnavframe ul
{
  list-style: none;
  display: block;
  position: relative;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  height: 34px;
}
#subnavframe ul li
{
  list-style: none;
  display: block;
  position: relative;
  float: left;
  margin: 0px;
  margin-top: 8px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  color: #FFFFFF;
  font-weight: bolder;
  font-size: 1.0em;
  height: 22px;
}

#subnavframe ul li:hover
{
  background-color: #3366CC;
  height: 16px;
}

#subnavframe ul li a
{
  color: #FFFFFF;
  text-decoration: none;
}

#subnavframe ul li.disable
{
  color: #0054A6;
  background-color: #FFFFFF;
  text-decoration: none;
}

#contentframe {
  padding: 25px;
  height: auto;
  text-align: left;
  background-color: #FFFFFF;
  border: 4px solid #999999;
  border-top: 0px;
}

.mainimage {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 760px;
  height: 240px;
}
.halfimage {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 760px;
  height: 96px;
}
#homeimage {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 780px;
  height: 245px;
  background-image: url(../images/atlas-overhead-door-mast.jpg);
  position: relative;
  left: -20px;
}

.sideBarTitle { 
	color: #FF3333; 
	font-size: 1.3em;
}
.centerText { 
	text-align: center;
}

.rightbox {
	float: right;
	width: 215px;
	margin-right: -20px;
	margin-top: -15px;
}

img {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
  color: #243571;
}
div.csstbl{
  width: 100%;
  margin-bottom: 25px;
}
div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
}

div.row span.formw {
  float: left;
  margin-left: 6px;
  width: auto;
  text-align: left;
} 

h1 { font-size: 1.25em; }
h2 { font-size: 1em; }
h3 { font-size: 0.85em; }
h4 { font-size: 0.85em; }
h5 { font-size: 0.85em; }
h6 { font-size: 0.85em; }

.smaller_text { font-size: 0.8em; }

table.jobView td.label
{
  text-align: right;
  vertical-align: top;
  padding-right:10px;
}
table.jobView td.content
{
  text-align: left;
  vertical-align: top;
  padding-bottom:25px;
}

.altcontent {
	display: none;
}
.designer {
	font-size: 10px;
	color: grey;
	margin-bottom: 5px;
}
.designer a {
	color: grey;
	text-decoration: none;
}
.designer a:hover {
	text-decoration: underline;
	color: blue;
}

.resourceCatColumn{
	float: left;
	width: 50%;
}
