/*
header type grey-blue: #788FA3;
blue: #4068AA
orange: #CF7127;
navy bars: #372D75;
footer type grey: #A6B7C6;
*/

body {
  margin: 0px auto;
  text-align: center;
  color: #457;
}



h1 { margin: 0px; padding: 0px; font-size: 14px; line-height: 100%; }

p { margin: 0px 0px 1em 0px; padding: 0px; }

p, li, select, input, td, span, div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}


a { color: #457; }

a img { border: 0px; }

input, select { line-height: 100%; font-size: 100%;  padding: 0px;  margin: 0px 0px 0px 0px; }

form { margin: 0px; padding: 0px; }

table.Layout {
  margin: 0px;
  padding: 0px;
}

ul.InlineNav { 
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  }

ul.InlineNav li { 
  display: inline;
  float: left;
  }


div.Clear { clear:both; }

div#LeftBack {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 516px;
  margin: 0px;
  background-color: #0F0;
  z-index:0;
  
}

div#RightBack {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 516px;
  margin: 0px;
  background-color: #00F;
  z-index:0;
}

div#Container {
  z-index: 1;
  /*width: 620px;*/
  width: 100%;
  margin: 0px auto;
  text-align: left;
  position: relative;
  background-color: #FFF;
}

body.Splash div.Innards {
  width: 620px;
  margin: 0px auto;
}

body.ASD div.Innards {
  width: 800px;
  margin: 0px auto;
  position: relative;
  
}




/* HEADER STYLES */
div#Header {
  color: #788FA3;
  width: 100%;
  margin: 48px 0px 0px 0px;
  z-index: 99;
}

div#Header img#Logo {
  float: left;
  border: 0px;
}

div#Header div.Separator {
  height: 20px;
  clear: both;
}

	/* MAIN SPLASH SPECIFICS */
	body.Splash div#Header span#Statement {
	  float: left;
	  width: 320px;
	  margin: 18px 17px 0px 20px;
	  padding: 0px;
	}
	
	body.Splash div#Header img#Highlight {
	  float: left;
	}
	
	body.Splash div.Separator {
	  background-color: #4067A9;
	  background-image: url(../images/aegis_gradient_bg.jpg);
	  	  background-repeat: repeat-y;
	  background-position: 50% 0%;
	}



	/* AEGIS SECURITY DESIGN */
	body.ASD div#Header {
	  color: #788FA3;
	  width: 100%;
	  margin: 15px 0px 0px 0px;
	  position: relative;
	}



	body.ASD div#Header ul.InlineNav li {
	padding: 2px 1em 2px 1em;
	}

	body.ASD div#Header ul.InlineNav li.Selected {
	  background-color: #536983;
	  height: 16px;	  
	  margin-top: -5px;
	  padding-top: 7px;
	}

	body.ASD div#Header ul.InlineNav li.Selected a {
	  color: #EBB731;
    }

	body.ASD div#Header ul.InlineNav li.First {
	  /*padding-left: 0px;*/
	}

	body.ASD div#Header ul.InlineNav li a {
	  color: #fff;
	  font-size: 14px;
	  text-decoration: none;
	  /* text-transform: uppercase; */
	  font-weight: bold;
	}

	body.ASD div#Header ul.InlineNav li a:hover {
        color: #000;
    }

	
	body.ASD div#Header ul.DropDown {
	  position: absolute;
	  display: inline;
	  padding: 0px 0px .5em 0px;
	  margin: 0px 0px 0em 0px;
	  top: 20px;
	  z-index: 99;
	  background-color: #b4b4b4;
	  display: none;
	  visibility: hidden;
	  width: 235px;
	  list-style-type: none;
	  
	}
	
	body.ASD div#Header ul li.Selected ul.DropDown {
	  background-color: #536983;
	  border-left: 1px solid #b4b4b4;
	  border-right: 1px solid #b4b4b4;
	  border-bottom: 1px solid #b4b4b4;
	}
	
	
	body.ASD div#Header ul li ul.DropDown li a {
	  text-transform: capitalize;
			  color: #536983;
		}
	
	
	body.ASD div#Header ul li.Selected ul.DropDown li a {
		  color: #FFF;
	}

		
	
	
	body.ASD div#Header ul.DropDown li {
	  
	  padding: 0px;
	  margin: 0px 0em 0px 1em;
	  text-indent: -.5em;
	  padding-left: .5em;
	  padding-top: .5em;
	  border-bottom: 1px solid #536983;
	  width:205px;
	}
	
	body.ASD div#Header ul li.Selected ul.DropDown li {
	  border-bottom: 1px solid #FFF;
	}
	
	body.ASD div#Header ul.DropDown li.Last {
	  margin-bottom: .5em;
	}

	body.ASD div#Header ul.DropDown li a {
	  font-weight: normal;
	  font-size: 11px;

	}
	

	body.ASD div#Header ul.DropDown li a:hover {
	  
	}

	
	body.ASD ul#ServicesDrop {  left: 0px;}
	
	body.ASD ul#IndustriesDrop { left: 85px; }
	
	
	body.ASD div#Header img#Logo {
	margin-bottom: 15px;
	}


	body.ASD div#Header #Highlight {
	  float: right;
	  font-size: 12px;
	  font-style: italic;
	  margin-top: 24px;
	}


	body.ASD div.Separator {
	  background-color: #6e6e6e;
	  background-image: url(../images/ssc_gradient_bg.gif);
	  background-repeat: repeat-y;
	  background-position: 50% 0%;
	}




/* end HEADER STYLES */


body.Splash div#MainContent {
  clear: both;
  background-image: url(../images/blue_orange.jpg);
  background-position: 50% 0%;
  background-repeat: repeat-y;
}


body.ASD div#MainContent {
  
  background-color: #536983;
  background-image: url(../images/ssc_vert_bg.gif);
  background-position: 100% 0px;
  background-repeat: no-repeat;
}

* html body.ASD div#MainContent {
  background-position: 100% 1px;
}

div#MainContent td {
 
 /*color: #788FA3;*/
 /*color: #000;*/
 /*color: #568;*/
 }
 
div#MainContent td.Center {
border-left: 1px solid #A6B7C6;
border-bottom:  1px solid #A6B7C6;
padding: 10px;
background-color: #FFF;
text-align: center;
}

div#MainContent td.First {
  border-left: 0px;
}

div#MainContent td.Bottom {
  border-bottom: 0px;
}

div#MainContent td a {
 /*color: #788FA3;*/
 color: #457;
}

div#MainContent td.ASD {
  background-color: #4068AA;
  color: #FFF;
  text-align: center;
  padding: 25px 1em 25px 0em;
  width: 167px;
}

div#MainContent td.ASD a {
  color: #FFF;
  font-size: 125%;
}


div#MainContent tr.Content td {
  background-color: #FFF;
  vertical-align: top;
  text-align: left;
}


div#MainContent tr.Content td img { display: block; }

div#MainContent tr.Content td.Text {
  padding: 40px 35px 40px 50px;
  height: 300px;
  }

	/* AEGIS SECURITY DESIGN SPECIFICS */
	body.ASD div#MainContent.Splash {
	  background-image: url(../images/ssc_vert_by_bg.gif);
	}
	
	body.ASD div#MainContent tr td.SubNav {
	  vertical-align: top;
	  padding-top: 50px;
	}
	
	body.ASD div#MainContent tr.Content td.Text {
	  border-left: 2px solid  #000000;
	  
	}
	
	body.ASD div#MainContent tr.Splash td {
		border-top: 8px solid #000000;
	}
	
	
	body.ASD div#MainContent tr.Content td.Text h1 {
	  color: #000;
	  margin-bottom: .5em;
	  font-size: 150%;
	}
	
	body.ASD div#MainContent tr.Content td.Text h2{
	  margin-top: 0em;
	  margin-bottom: .5em;
	  font-size: 110%;
	}
	
	body.ASD div#MainContent tr.Content td.Text h2.OnFire {
	  font-weight: bold;
	  font-style: italic;
	  color: #DD6E14;
	}
	
	body.ASD div#MainContent tr.Content td.Text h3{
	  color: #000;
	  margin-bottom: .5em;
	  font-size: 100%;
	  text-decoration: underline;
	  font-weight: bold;
	}
	
	body.ASD div#MainContent tr.Content td.Text div.Hide {
		display: none;
		visibility: hidden;
	}
	
	body.ASD div#MainContent tr.Content td.Text a:link,
	body.ASD div#MainContent tr.Content td.Text a:active {
        color: #1e69de;
    }

	body.ASD div#MainContent tr.Content td.Text div#LeftColumn a:hover {
        color: #000;
    }

	body.ASD div#MainContent tr.Content td.Text div#LeftColumn a:visited {
        color: #5b4b96;
    }


	body.ASD div#MainContent tr.Content td.Text div#LeftColumn {
        width:300px;
        margin: 0px;
        padding: 0px;
    }

	body.ASD div#MainContent tr.Content td.Text div#LeftColumn.Wide {
        width: 450px;
    }

	body.ASD div#MainContent tr.Content td.Text div.FloatRight {
	  font-weight: bold;
	  list-style-image: url(../images/orange_bullet.jpg);
	  margin: 0px 0px 1em 0px;
	  padding: 0px 0px 0px 0px;
	  float: right;
	  width: 225px;
	}

	body.ASD div#MainContent tr.Content td.Text div.FloatRight ul ul {
		margin-bottom: 0px;
	}

	body.ASD div#MainContent tr.Content td.Text div.NoPad {
	  padding: 0px;
	}
	
	body.ASD div#MainContent tr.Content td.Text ul {
	  list-style-image: url(../images/orange_bullet.jpg);
	  margin: 0px 0px 2em 0px;
	  padding: 0px 0px 0px 1.5em;
	  line-height: 125%;
	}
	
	body.ASD div#MainContent tr.Content td.Text ul li {
	  vertical-align: middle;
	  padding-bottom: .25em;
	  padding-top: .25em;
	}
	
	body.ASD div#MainContent tr.Content td.Text div.Hidden {
		  display: none;
		  visibility: hidden;
		  padding-top: 1em;
	}
	
	body.ASD div#MainContent ul.VerticalNav {
	  line-height: 135%;
	  list-style: inside;
	  margin: 0px 0em 0px 0px;
	  padding: 0px;
	  width: 160px;
	}
	
	body.ASD div#MainContent ul.VerticalNav li {
	  border-bottom: 2px solid #fff;	
	  padding-right: 1em;
	  padding-bottom: .25em;
	  padding-top: .25em;
	  color: #fff;
	  
	}


	body.ASD div#MainContent td.SubNav ul.VerticalNav li {
	text-indent: -1.25em;
	  padding-left: 1.25em;
	}
	

	body.ASD div#MainContent ul.VerticalNav li a {
	  color: #fff;
	  text-decoration: none;
	 font-weight: bold;
	  
	}

	body.ASD div#MainContent ul.VerticalNav li.Selected {
	  color: #EBB731;
	  border-bottom: 2px solid #EBB731;
	  
	}

	body.ASD div#MainContent ul.VerticalNav li.Selected a {
	  color: #EBB731;
	 font-weight: bold;
	 /* text-transform: uppercase; */
	}


	body.ASD div#MainContent tr td.Headline {
	  padding: 7px 31px 0px 10px;
	  background-image: url(../images/black_blue_endcap.jpg);
	  background-repeat: no-repeat;
	  background-position: 100% 0%;
	  background-color: #000000;
	  color: #EBB731;
	  vertical-align: top;
	  
	}
	
	body.ASD div#MainContent tr td.Headline h1 {
	  /* text-transform: uppercase; */
	}

	body.ASD div#MainContent tr td.Search {
		vertical-align: top;
	  text-align: right;
	  color: #FFF;
	  
	}
	
	body.ASD div#MainContent span.Search input.Image {
	  padding: 0px 0px 1px 0px;
	  margin: 0px 0px 0px .5em;
	  color: #4068AA;
	  cursor: pointer;
	  vertical-align: top;
	}
	
	body.ASD div#MainContent tr td.Splash {
	  padding-left: 50px;
	}

	body.ASD div#MainContent tr td.Highlight {
	  padding-top: 0px;
	  text-align: right;
	  width: 100%;
	  background-image: url(../images/ssc_highlight_bg.gif);
	  
	}

	* html body.ASD div#MainContent span.Search input.Image {
	  padding: 2px 0px 0px 0px;
	  
	}
	
	body.ASD div#MainContent tr td.Highlight span.Search {
	  color: #FFF;
	  vertical-align: top;
	  
	}



	body.ASD div#MainContent tr td.Highlight img {
	 display: block;
	 float: right;
	 padding-top: 2px;
	}
	
	* html body.ASD div#MainContent tr td.Highlight img {
			  padding-top: 0px;
			  
	}

	body.ASD div.Innards table {
	  padding-top: 20px;
	}
	
	* html body.ASD div.Innards table {
	  margin-top: 20px;
	  padding-top: 0px;
	}
	

/* END MAINCONTENT */


div#Footer {
  background-color: #FFF;
  font-size: 10px;
}

div#Footer span {
/*color: #A6B7C6;*/
color: #568;
font-size: 10px;
}

div#Footer span#Address { float: left; }
div#Footer span#Copyright { float: right; }
div#Footer div.Separator {
  color: #FFF;
  height: 20px;
  clear: both;
  margin-bottom: .5em;
  font-size: 10px;
}

 div#Header div.Separator span.Search {
   float: right;
   color: #FFF;
   
 }
 
 

div#Footer ul.InlineNav {
  padding-top: 1px;  
}

div#Footer ul.InlineNav li {
  padding: 0px 1em;
  border-right: 1px solid #FFF;
  font-size: 12px;
}

div#Footer ul.InlineNav li.First {
  
}

div#Footer ul.InlineNav li.Last {
  border-right: 0px;
}

div#Footer ul.InlineNav a {
  color: #FFF;
  }

body.ASD div#Footer div.Separator ul.InlineNav a {
  color: #FFF;
  }


body.ASD div#Footer ul.SiteNav li {
  /*padding: 0px 12px 24px 12px;*/
  margin-bottom: 1em;
  border-bottom: 1px solid #A6B7C6;
  border-left: 1px solid #A6B7C6;
  height: 48px;
  width: 244px;
  font-size: 10px;
  text-align: center;
  
}



body.ASD div#Footer ul.SiteNav li a {
  width: 100px;
  
}



body.ASD div#Footer ul.SiteNav li.Last {
  border-right: 1px solid #A6B7C6;
}

body.ASD div#Footer ul.InlineNav a {
  /*color: #A6B7C6;*/
  color:#568;
  vertical-align: middle;
  }
  
body.ASD div#Footer ul.InlineNav img {
  
  float: left;
  margin: 0em 0em 0px 3em;
  vertical-align: middle;
  }

form#ClientLogin table tr td {
    padding: 0px 10px 10px 0px;
}

form#ClientLogin table tr td button {
    background-color: #536983;
    font-size: 11px;
    color: white;
    border: 1px solid black;
    font-weight: bold;
    text-transform: uppercase;
}

body.ASD div#MainContent tr td table#HomePageBodyNav {
    width: 1005;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 25px 0px 0px 0px;
}

body.ASD div#MainContent tr td table#HomePageBodyNav td {
    border: none;
    padding: 0px 0px 10px 0px;
    margin:0px;
}

body.ASD div#MainContent tr td table#HomePageBodyNav td.LinkBodyLeft {
    padding-right: 20px;
}
    
body.ASD div#MainContent tr td table#HomePageBodyNav a {
    font-weight: bold;
    font-size: 12px;
    /*background: #fff url(/lib/images/ssc_home_nav-button.jpg) top left no-repeat;*/
    padding: 0px 0px 0px 0px;
}
