/* This stylesheet is for the Home page/

/* Structure - See main.css */


/* Home Page Layout 1*/

div#contentHome {
	float: left;
	width: 100%;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
	text-align: left;
	background-image:url(https://www.nsa.gov/_root/images/bg_content.jpg);


}

div#leftColumnHome {
	float: left;
	margin-left: 10px;
	padding: 0 0;
	width: 630px!important;
	background-color: #fff;


}

div#rightColumnHome {
	float: left;
	width: 270px;
	line-height: 1.75;
	background-image: url(https://www.nsa.gov/_root/images/bg_rightcolhome.jpg);
	background-repeat: no-repeat;

}

.flashObject {
	float: left;
	width: 630px;
	height: 240px;
}


div#missionArea {
	float: left;
	width: 100%;
	
}

div#mission {
	float: left;
	width: 210px;
	height: 205px;
	background-image: url(https://www.nsa.gov/_root/images/home_section1.jpg);
	
}

div#todaysNSA {
	float: left;
	width: 210px;
	height: 205px;
	line-height: 1.75;
	background-image: url(https://www.nsa.gov/_root/images/home_section2.jpg);
}

div#cryptHeritage {
	float: left;
	width: 210px;
	height: 205px;
	line-height: 1.75;
	background-image: url(https://www.nsa.gov/_root/images/home_section3.jpg);
}


div.prevMission {
	/**/
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.55;
	margin: 0;
	margin-top: 40px;
	padding: 0 15px;
	
	/* Structure 
	border: 1px solid blue;*/
}

div.prevMission img {
	/**/
	margin-top: 10px;
	
	/* Structure 
	border: 1px solid blue;*/
}

div.prevNSAToday {
	/**/
	margin: 0;
	margin-top: 40px;
	padding-left: 7px;
	
	/* Structure 
	border: 1px solid blue;*/
}

div.prevNSAToday  ul.previewBullets {
	/**/
	font-weight: bold;
	margin: 0;
	padding-left: 0px;

	
	/* Structure 
	border: 1px solid blue;
	background-color: #333;*/
}

div.prevNSAToday ul.previewBullets li a {color: #000; text-decoration: none;}
div.prevNSAToday ul.previewBullets li a:visited {color: #000; text-decoration: none;}
div.prevNSAToday ul.previewBullets li a:hover {color: #F00; text-decoration: none;}
div.prevNSAToday ul.previewBullets li a:active {color: #000; text-decoration: none;}

div.prevCrypt {
	/**/
	margin: 0;
	margin-top: 40px;
	padding-left: 7px;
	
	/* Structure 
	border: 1px solid salmon;*/
}

div.prevCrypt ul.previewBullets {
	/**/
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding-left: 0px;
	
	/* Structure 
	border: 1px solid blue;
	background-color: #333;*/
}

div.prevCrypt ul.previewBullets li ul {
	/**/
	color: #F00;
	font-weight: bold;
	margin: 0;
	margin-left: 3px;
	padding-left: 0;
	
	/* Structure 
	border: 1px solid blue;
	background-color: #333;*/
}

div.prevCrypt ul.previewBullets li ul li {
	/**/
	list-style-image: url(https://www.nsa.gov/_root/images/icon_sub-bullet_white.gif);

	
}

div.prevCrypt ul.previewBullets li a {color: #FFF; text-decoration: none;}
div.prevCrypt ul.previewBullets li a:visited {color: #FFF; text-decoration: none;}
div.prevCrypt ul.previewBullets li a:hover {color: #F00; text-decoration: none;}
div.prevCrypt ul.previewBullets li a:active {color: #FFF; text-decoration: none;}

.previewBullets {font-size: 10px !Important;}
ul.previewBullets li {margin: 0; /*padding: .15em 0;*/ padding: .1em 0; list-style-position: inside; list-style-type: square; /*border: 1px solid #070;  */}



/* Left Column - Latest NSA News Section */

div#latestNSA {
	float: left;
	width: 100%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-image: url(https://www.nsa.gov/_root/images/bg_leftNews.jpg);
	background-repeat: repeat-x;
}

div#latestNSA p {
	padding-left: 20px;
}

div#latestNSA p.storyTitle {
	color: #b10a0a;
	font-size: 13px !Important;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.20;
	margin: 5px 0 0px 0;
}

div#latestNSA p.story {
	font-size: 11px;
	margin-top: 20px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 5px;
	margin-right: 5px;
}

div#latestNSA img.imgLatest{
float: right;
margin: 0 0 0 20px;
}

.border {padding: 0px !important;}

div#latestNSA p.newsHeader,  div#otherNSA p.newsHeader{
color: #777;
font-family: Verdana, sans-serif;
font-size: 11px !Important;
font-weight: bold;
letter-spacing: .2em;
font-variant: small-caps;
margin: 0;
padding-left: 10px;
border-bottom: 1px solid #CCC;
background-image: url(https://www.nsa.gov/_root/images/bg_leftNewsHeader.jpg);
background-repeat: repeat-x;
}

div#latestNSA img.rss,  div#otherNSA img.rss{
float: right;
margin: 3px 10px 0 0;
}

/* =|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|= */

div#pressRoom {
	float: left;
	width: 100%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-image: url(https://www.nsa.gov/_root/images/bg_leftNews.jpg);
	background-repeat: repeat-x;
}

div#pressRoom p, div#newsInfo p {
	padding-left: 20px;
}

div#pressRoom p.storyTitle, div#newsInfo p.storyTitle {
	color: #30668C;
	font-size: 13px !Important;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.20;
	margin: 5px 0 0px 0;
}

div#pressRoom p.story, div#newsInfo p.story {
	font-size: 11px;
	margin-top: 5px;
	line-height: 1.5;
	margin-bottom: 5px;
	margin-right: 5px;
}

div#pressRoom .storyFoot, div#newsInfo .storyFoot {
	font-size: 11px;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-bottom: 10px;
}


div#pressRoom img.imgLatest, div#newsInfo img.imgLatest {
	float: right;
	margin: 0 0 0 20px;
}

div#pressRoom p.newsHeader,  div#newsInfo p.newsHeader{
	color: #777;
	font-family: Verdana, sans-serif;
	font-size: 11px !Important;
	font-weight: bold;
	letter-spacing: .2em;
	font-variant: small-caps;
	margin: 0;
		margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #CCC;
	background-image: url(https://www.nsa.gov/_root/images/bg_leftNewsHeader.jpg);
	background-repeat: repeat-x;
}

div#pressRoom img.rss,  div#newsInfo img.rss{
	float: right;
	margin: 3px 10px 0 0;
}

div#pressRoom ul {margin: 5px 0px; padding: 0 0 5px 0;}
div#pressRoom li {
	color: #C00;
	list-style-type: none;
	padding: 5px 20px;
	 border-bottom: 1px solid #EFEFEF;/*border-bottom: 1px solid #000;*/
}

div#pressRoom li a {
	color: #b10a0a;
	font-size: 12px !Important;
	font-weight: bold;
	text-decoration: none;
}

div#pressRoom li a:visited {
	color: #b10a0a;
	text-decoration: none;
}

div#pressRoom li a:hover {
	color: #F00;
	text-decoration: none;
}

div#pressRoom li a:active {
	color: #000;
	text-decoration: none;
}


/* =|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|= */

div#newsInfo {
	float: left;
	width: 100%;
	/*border-bottom: 1px solid #CCC;*/
	background-image: url(https://www.nsa.gov/_root/images/bg_leftNews.jpg);
	background-repeat: repeat-x;

}

div#newsInfo ul {margin: 5px 0px; padding: 0 0 5px 0;}
div#newsInfo li {
color: #C00;
list-style-type: none;
padding: 5px 20px;
border-bottom: 1px solid #EFEFEF;
}

div#newsInfo li#archives {
	text-align: center;
	
}

div#newsInfo li#archives a {
	font-size: 11px !Important;
	font-weight: normal;
	color: #006BB5;
}

div#newsInfo li#archives a:visited {
	font-size: 11px; 
	font-weight: normal;
	color: #71A2C3;
}

div#newsInfo li#archives a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #3399FF; 
}

div#newsInfo li a {
	color: #b10a0a;
	font-size: 12px !Important;
	font-weight: bold;
	text-decoration: none;
}

div#newsInfo li a:visited {
	color: #b10a0a;
	text-decoration: none;
}

div#newsInfo li a:hover {
	color: #F00;
	text-decoration: none;
}

div#newsInfo li a:active {
	color: #000;
	text-decoration: none;
}


/* =|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|= */


div#otherNSA {
	float: left;
	width: 100%;
/*border-bottom: 1px solid #CCC;*/
background-image: url(https://www.nsa.gov/_root/images/bg_leftNews.jpg);
background-repeat: repeat-x;

}

div#otherNSA ul {margin: 5px 0px; padding: 0 0 10px 0;}
div#otherNSA li {
color: #C00;
list-style-type: none;
padding: 5px 20px;
border-bottom: 1px solid #EFEFEF;
}

div#otherNSA li#archives {
	text-align: center;
	
}

div#otherNSA li#archives a {
	font-size: 11px !Important;
	font-weight: normal;
	color: #006BB5;
}

div#otherNSA li#archives a:visited {
	font-size: 11px; 
	font-weight: normal;
	color: #71A2C3;
}

div#otherNSA li#archives a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #3399FF; 
}

div#otherNSA li a {
	color: #b10a0a;
	font-size: 12px !Important;
	font-weight: bold;
	text-decoration: none;
}

div#otherNSA li a:visited {
	color: #b10a0a;
	text-decoration: none;
}

div#otherNSA li a:hover {
	color: #F00;
	text-decoration: none;
}

div#otherNSA li a:active {
	color: #000;
	text-decoration: none;
}


/* Right Column Quick Link Area */

div#searchArea {
	width: 220px; 
	text-align: center; 
	margin: 20px auto; 
	padding: 3px; 
	border: 2px solid #FFF;	
	background-image: url(https://www.nsa.gov/_root/images/bg_leftNews.jpg);
	background-repeat: repeat-x;
}

div#searchArea form {
	margin: 5px 0; 
}

div#searchArea input.searchBox{
	color: #D00;
	width: 135px; 
	height: 16px; 

	margin-right: 8px; 
	vertical-align: top;	
	border: 1px solid #FFF; 
	background-image: url(https://www.nsa.gov/_root/images/bg_searchBox.jpg);
}

div#searchArea input.searchButton {
	color: #d9e1e4;
	font-size: 9px;
	font-weight: bold; 
		width: auto; 
		height: 20px; 
		vertical-align: top;	
	border: 1px solid #194869;
	background-color: #194869;
}

div.rightCapsule {
	width: 226px; 
	margin: 20px auto; 
	padding: 0 0 10px 0;
	border: 2px solid #FFF; 
	background-color: #FFF;
	background-image: url(https://www.nsa.gov/_root/images/bg_rightCapsule.jpg);
	background-repeat: repeat-x;
}

div.rightCapsule p {
	line-height: 1.2;
	margin-bottom: 0;
	padding-left: 8px;
}

div.rightCapsule img.btn {
	padding-left: 8px;
}

div.rightCapsule ul {
	margin: 10px 0;
	padding: 0;
}

div.rightCapsule li {
	color: #000;
	font-size: 11px !Important;
	line-height: 1.5;
	list-style-type: none;
	background-image: url(https://www.nsa.gov/_root/images/bullet_homeRed.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	background-attachment: scroll;
	padding: 1px 19px;
}

div.rightCapsule li a {
	color: #000;
	font-size: 11px !Important;
	text-decoration: none;
}

div.rightCapsule li a:visited {
	color: #000;
	text-decoration: none;
}

div.rightCapsule li a:hover {
	color: #F00;
	text-decoration: none;
}

div.rightCapsule li a:active {
	color: #000;
	text-decoration: none;
}

div.clearthefloats {clear: both;}

div#footerHome {
	float: left;
	margin-left: 20px;
	width: 920px;
}