/* --- global element settings --- */
a 
{
	color: #006999;
	font-family: Arial;
	text-decoration: none;	
}

a:hover 
{
	color: #006999;
	font-family: Arial;
	text-decoration: underline;	
}

img, table, tr, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* -- end global element settings -- */

/* ----- Footer Elements ----- */
#footer, #footer a {
	margin: 5px 3px 5px 3px;
	font-size: 8pt;
}

.FooterSmallCopy 
{
	color: #666666;
	font-family: Arial;
	font-size: 8pt;	
}

.FooterSmallCopy td  
{
	padding: 5px 3px 5px 3px;
}
/* ----- end footer ---------- */

.BannerButton_OFF {
    border-style: solid;
    BORDER-width: 1px; 
    border-color: White; 
    width: 26px; 
    height: 16px; 
    cursor: hand; 
    background-color: #999999; 
    color: White; 
    font-weight: bold; 
    font-family: Arial; 
    font-size: 9px;
}

.BannerButton_ON {
    border-style: solid;
    BORDER-width: 1px; 
    border-color: White; 
    width: 26px; 
    height: 16px; 
    cursor: hand; 
    background-color: #333333; 
    color: White; 
    font-weight: bold; 
    font-family: Arial; 
    font-size: 9px;
}

.DASSolution_SmallHeader
{
	font-family: Arial;
	color: White;
	font-weight: bold;
	font-size: 8pt;
}

.DASSolution_SmallCopy
{
	font-family: Arial;
	font-size: 8pt;
}

.PageHeading 
{
	color: #00344D;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.SubHeading
{
	color: #333333;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.SmallBannerTitle 
{
	color: #666666;
	font-family: Arial;
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	BACKGROUND-IMAGE: url("/atcweb/images/Home Page/lg_gradient_bar.gif"); 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 5px; 
	BACKGROUND-REPEAT: repeat;
}

.SmallBannerCopy 
{
	color: #666666;
	font-family: Arial;
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	FONT-SIZE: 8pt; 
	BACKGROUND-IMAGE: url("/ATCWeb/Images/Home Page/sm_banner_career_opp.jpg"); 
	PADDING-BOTTOM: 5px; 
	WIDTH: 160px; 
	PADDING-TOP: 5px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 80px
}

.CustomBox 
{
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	BORDER-LEFT: #cccccc 1px solid; 
	BORDER-BOTTOM: #cccccc 1px solid;
}

.ServicesPane 
{
	color: #666666;
	font-size: 8pt;
	font-family: Arial;
	padding: 5px 5px 5px 5px;
	height: 600px;
}
    
#body {
	display: block;
	clear: both;
	width: 750px;
	padding: 0px 13px 0px 13px;
	margin: 10px auto 10px auto;
}

/* ----- Content Body (Section Below Banner Image) ----- */
#contentBody {
	display: block;
	float: none;
	clear: both;

	color: #666666;
	font-size: 13px;
	line-height: 17px;
	font-family: arial;
}

#photoBar 
{
	padding-left: 4px;
}

div.clear {
	height: 1px;
	display: block;
	clear: both;
}

div.clear_home {
	height: 120px;
	display: block;
	clear: both;
}

.padded {
	padding: 15px 10px 10px 20px;
}


