/***********************************************/
/* ats.css                            */
/* Use with ATS default.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Tahoma, Verdana, Arial;
	color: #638AAB;
	line-height: 130%;
	text-indent: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(i/bg_grad.gif);
	background-repeat: repeat-x;
}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #3F7DAF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
img {
}


/************** header tag styles **************/

h1{
	color: #3F7DAF;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: large;
	font-weight: bold;
}

h2{
	color: #E37E1B;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
}

h3{
	color: #004175;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-family: Tahoma, Verdana, Arial;
	font-size: x-small;
	font-weight: bold;
}

h4{
	color: #005295;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
}

h5{
	color: #1D1614;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	color: #004175;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;
	font-weight: bold;
}
				
input{
font-family: Tahoma, Verdana, Arial;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 395px;
	width:800px;
	background-color: #ffffff;
	left: 50%;
	margin-left:-400px;
}

#pagecelllv2main{
	position:absolute;
	top: 282px;
	right: 2%;
	width:800px;
	background-color: #ffffff;
	left: 50%;
	margin-left:-400px;
	height: auto;
	z-index: 3;
}

#pagecellmain{
	position:absolute;
	top: 158px;
	right: 2%;
	width:800px;
	background-color: #ffffff;
	left: 50%;
	margin-left: -400px;
	height: auto;
	z-index: 3;
}

#pagecell2 {
	position:absolute;
	width:800px;
	height:223px;
	z-index:1;
	left: 50%;
	margin-left: -400px;
	top: 154px;
}

#pagecelllv2head {
	position:absolute;
	width:800px;
	height:110px;
	z-index:4;
	left: 50%;
	margin-left: -400px;
	top: 154px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	right: 2%;
	width:800px;
	z-index: 2;
	
}

#pageNav{
	float: left;
	width:178px;
	background-color: #F5f7f7;
	font-family: Tahoma, Verdana, Arial;
	font-size: x-small;
	color: #638ABA;
	text-indent: 0px;
	height: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}

#content{
	border-left: 1px solid #ccd2d2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 178px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#conten {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#conten img.floatRight {
	float: right;	
}
#conten img.framed {
	 padding: 3px;
	 border: 1px solid;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	color: #ffffff;
	font-weight: normal;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/************** utility styles *****************/

#utility{
	position: absolute;
	top: 16px;
	right: 0px;
	color: #618FB4;
	font-family: Tahoma, Verdana, Arial;
	font-size: 75%;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
	font-size: small;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2d2;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 1px;
}

#pageName h2{
	color: #000000;
	margin:0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 175%;
	font-weight: bold;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 800px;
min-width: 640px;
height: 32px;
color: #005295;
padding: 0px;
margin: 0px;
background-image: url(i/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 512px;
}


a.glink, a.glink:visited{
  	font-size: x-small;
  	color: #3f7daf;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(i/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 119px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	width: 789px;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: x-small;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 7px;
	right: 57px;
	z-index: 101;
	width: 127px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: x-small;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	color: #AAAAAA;
	font-family: Tahoma, Verdana, Arial;
	font-size: xx-small;
	width: auto;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	font-size: small;
	min-height: 200px;
	height: 200px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Tahoma, Verdana, Arial;
}
html>body .feature {height: auto;}

.feature h3{
	color: #3F7DAF;
	font-family: Tahoma, Verdana, Arial;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	font-size: x-small;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story h3{
	color: #E37E1B;
	font-family: Tahoma, Verdana, Arial;
	font-size: 125%;
	font-weight: bold;
}

.story p {
	font-family: Tahoma, Verdana, Arial;
	line-height: 17px;
	background-color: #F4F4F4;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
}

.stor {
	font-family: Tahoma, Verdana, Arial;
	line-height: 17px;
	background-color: #F4F4F4;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.story a.capsule{
	color: #999999;
	display:block;
	padding-bottom: 7px;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	padding-top: 7px;
}

.stor a.capsule{
	color: #999999;
	display:block;
	font-family: Tahoma, Verdana, Arial;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	padding-top: 7px;
}

.stor a.capsul{
	color: #638AAB;
	display:block;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}

.story a.capsule:hover{
	text-decoration: underline;
	color: #E37E1B;
	padding-bottom: 7px;
}

.stor a.capsule:hover{
	text-decoration: underline;
	color: #E37E1B;
}

.stor a.capsul:hover{
	text-decoration: underline;
	color: #E37E1B;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: x-small;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(i/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #3F7DAF;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #A7BDCF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{

	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	color:black;
	font-weight:bold;
	font-size:11px;
}

#advert img{
	display: block;
	margin: 0 auto;
}

/********************* end **********************/
.atsadvantage {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #638AAB;
	font-family: Tahoma, Verdana, Arial;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/*************** tables ******************/
#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 5px 30px;
	width: 450px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

.centered {
	margin:0;
	padding:15px 0;
	font-size:16px;
	text-align:center;
	width:100%;	
}

.centered a:hover {
	color: #E37E1B;
}

.more1 {
	display:none;
}

.more2 {
	display:none;
}

.more3 {
	display:none;
}

.more4 {
	display:none;
}

.more5 {
	display:none;
}

.more6 {
	display:none;
}

.more7 {
	display:none;
}

.more8 {
	display:none;
}
