/* TSWG.GOV Main Stylesheet
Last updated on 09-16-2008
by matthew.hawes@mantech.com */

/*-------------------------------------------------------------------------------------------------------------- */
/* Reset Styles ------------------------------------------------------------------------------------------------ */

/* Reset Reloaded technique developed by Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Accessibility  ---------------------------------------------------------------------------------------------- */

#skipToMain a:link, /* skip to main content, and skip to secondary navigation links */
#skipToMain a:visited,
#skipToMain a:hover,
#skipToMain a:active {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* General Structure and Layout --------------------------------------------------------------------------- */

body {
	background-color: #000000;
	text-align: center; /* center the entire page in IE */
	font-size:62.5%; /* set the default font size to the equivalent of 10px */
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#wrapper { /* this wrapper contains the 2-column background, and is centered in IE by the body element */
	text-align: left; /* reset text alignment to left */
	width: 770px;
	margin-left: auto; /* auto margins center the wrapper in modern browsers */
	margin-right: auto;
	background-color: #E1E1E1;
	background-image: url(../graphics/faux-columns-bg.gif); /* creates the faux-columns which span the entire height of the content */
	background-repeat: repeat-y;
	background-position: left top;
}

#branding { /* the branding / banner */
	line-height: 0px; /* this removes 1px whitespace under the banner */
	background-color: #333333;
	position: relative; /* added for search box display */
}

#pageWrapper { /* this wrapper contains the background image behind the main navigation and the main content area */
	background-image: url(../graphics/main-nav-bg.jpg); /* a red bar under the branding, holding the main navigation */
	background-repeat: no-repeat;
	background-position: left top;
}

.clearFloats { /* non-semantic div for clearing floats */
	clear: both;
	height: 1px;
	line-height: 1px;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Search Box Layout ------------------------------------------------------------------------------------------- */

#cttsoSearch {
	position: absolute;
	top: 20px;
	text-align: right;
	right: 2px;
}

#branding #cttsoSearch #query-field {
	font-size: 10px;
	height: 14px;
	line-height: 12px;
	color: #FFFFFF;
	background-color: #441160;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
	margin: 1px;
	padding: 1px;
}

#cttsoSearch #searchButton {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #441160;
	border: 1px solid #FFFFFF;
	height: 18px;
	line-height: 12px;
	vertical-align: middle;
	margin: 1px;
	padding: 1px;
}

#cttsoSearch label {
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Main Navagation --------------------------------------------------------------------------------------------- */

#mainNav {
	height: 60px;
	float: left;
	width: 220px;
}

#mainNav li {
	float: left;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Sub-Navagation ---------------------------------------------------------------------------------------------- */

#subNav { /* column floated to the left */
	float: left;
	width: 200px;
	clear: left;
}

#subNav ul.menu {
	margin-bottom: 10px;
}

#subNav ul.menu li { /* buttons for pages */
	background-image: url(../graphics/sub-nav-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3em;
	font-size: 10px;
}

#subNav ul.menu li.twoLines { /* taller buttons for two line page titles */
	background-image: url(../graphics/sub-nav-button-big.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4em;
	font-size: 10px;
}

#subNav ul.menu li a:link,
#subNav ul.menu li a:visited,
#subNav ul.menu li a:hover,
#subNav ul.menu li a:active {
	font-weight: bold;
	text-decoration: none;
	color: #480F67;
	display: block;
	margin-left: 5px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 20px;
	zoom: 1.0;
}

#subNav ul.menu li#currentPage { /* highlight button for current page */
	background-image: url(../graphics/sub-nav-button-current.jpg);
}

#subNav ul.menu li#currentPage.twoLines { /* highlight button for current page with two line titles */
	background-image: url(../graphics/sub-nav-button-big-current.jpg);
}

#subNav ul.menu li#currentPage a { /* highlight font color for current page */
	color: #FFFFFF;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Sidebar Callout Boxes --------------------------------------------------------------------------------------- */

#subNav div.calloutBox { /* general callout boxes on left sidebar */
	background-image: url(../graphics/textbox.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative; /* fix for IE6 peekaboo bug */
}

#subNav div.calloutBox h3 { /* callout box heading text */
	font-weight: bold;
	font-size: 11px;
	padding-left: 25px;
	color: #480F67;
}

#subNav div.calloutBox h3.small { /* callout box headings for one line of text */
	background-image: url(../graphics/textbox-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	height: 20px;
}

#subNav div.calloutBox h3.medium { /* callout box headings for two lines of text */
	background-image: url(../graphics/textbox-title-big.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 28px;
}

#subNav div.calloutBox h3.large {  /* callout box headings for three lines of text */
	background-image: url(../graphics/textbox-title-big.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 40px;
}

#subNav div.calloutBox p { /* callout box text */
	padding-bottom: 5px;
	margin-top: 5px;
	position: relative; /* fix for IE6 peekaboo bug */
	/* background-image: none; */ /* fix for IE6 peekaboo bug - this may have no effect */
	font-size: 1.1em;
	padding-right: 10px;
	padding-left: 25px;
}

#subNav div.calloutBox p.calloutBoxNoTitle { /* callout box text when there is no title bar */
	padding-top: 8px;
	margin-top: 0px;
	background-image: url(../graphics/textbox-top-no-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
}

#subNav .calloutBox ul { /* callout box list */
	font-size: 1.1em;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#subNav .calloutBox li {/* callout box list items */
	background-image: url(../graphics/red-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#subNav .calloutBox .calloutBoxImage { /* thumbnail image in callout box */
	position:relative;
	float:right;
	margin-bottom:0px;
	margin-left: 5px;
}

#subNav p#tswgLogoButton {
	background-image: url(../graphics/sub-nav-tswglogo-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 130px;
	height: 58px;
	padding-top: 22px;
	padding-left: 65px;
	padding-right: 5px;
	margin-top: 15px;
	font-size: 1.1em;
	font-weight: bold;
}

#subNav p#cttsoNewsButton {
	background-image: url(../graphics/sub-nav-cttsonews-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
	height: 36px;
	padding-top: 15px;
	padding-left: 70px;
	padding-right: 5px;
	margin-top: 15px;
	font-size: 1.1em;
	font-weight: bold;
}

#subNav p a:link, /* callout box link styles */
#subNav p a:visited,
#subNav p a:active,
#subNav .calloutBox a:link,
#subNav .calloutBox a:visited,
#subNav .calloutBox a:active {
	color: #480F67;
	text-decoration: none;
}

#subNav p a:hover,
#subNav .calloutBox a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Content Area ------------------------------------------------------------------------------------------------ */

#content { /* main content area floated right */
	float: right;
	width: 545px;
	color: #000000;
}

#content h1 { /* page title heading */
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	clear: left;
	margin-right: 20px;
	color: #3E025E;
	background-image: url(../graphics/h1-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}

#content h2 { /* sub-heading */
	color: #3E025E;
	font-size: 1.8em;
	margin-top: 20px;
	font-weight: normal;
	margin-right: 20px;
	margin-bottom: 5px;
}

#content h3 { /* paragraph-heading with underline */
	color: #3E025E;
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E025E;
	clear: both;
}

#content h4 {/* paragraph-heading - bold text */
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 20px;
	
}

#content h5 {
	color: #ffffff;
	font-size: 1.0em;
	margin-top: 1px;
	font-weight: normal;
	margin-left: 25px;
	margin-right: 20px;
	text-decoration: none	
}

#content p { /* content paragraph */
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-right: 20px;
	line-height: 1.3em;
}

#content strong {
	font-weight: bold;
}
#content em {
	font-style: italic;
}


#content ul {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 20px;
	font-size: 1.1em;
}

#content ul li{
	background-image: url(../graphics/yellow-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 1.1em; /* font size repeated so that text does not get smaller */
}

#content img.related { /* related image floated right */
	float: right;
	padding-bottom: 11px;
	padding-left: 3px;
	margin-right: 20px;
	background-image: url(../graphics/image-related-dropshadow-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 3px;
	padding-right: 11px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content p a:link, /* content area link style */
#content p a:visited,
#content p a:hover,
#content p a:active,
#content ul li a:link, /* content area list item link style */
#content ul li a:visited,
#content ul li a:hover,
#content ul li a:active {
	color: #6B4E1D;
	text-decoration: underline;
	font-weight: normal;

}

#content h5 a:link,
#content h5 a:visited,
#content h5 a:hover 
#content h5 a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Footer ------------------------------------------------------------------------------------------------------ */

#footer {
	clear: both;
	width: 750px;
	font-size: 10px;
	background-image: url(../graphics/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	padding-top: 18px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

#footer .employeesOnly {
	float: right;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
	color: #805D22;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Home Page Specific Styles ----------------------------------------------------------------------------------- */

/* product boxes */

#content .productsBoxRow { /* box row container - a background image makes boxes in each row look the same height */
	clear: left;
	float: left;
	width: 100%;
	background-image: url(../graphics/products-box-row-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 10px;
}

#content #productsBoxLastRow { /* last box row container - see .productsBoxRow above - background image for row with only two boxes */
	background-image: none/*url(../graphics/products-box-row-last-bg.gif)*/;
	background-repeat: repeat-y;
	background-position: left top;
}


#content .productsBox { /* product box with gray background */
	background-color: #ABABAB;
	background-image: url(../graphics/products-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 170px;
	margin-right: 10px;
}

#content .productsBox .productsBoxTitle { /* product box title gold gradient background */
	background-color: #A88A42;
	background-image: url(../graphics/products-box-title-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#content .productsBox h5 { /* product box title text with background properties for thumbnail images */
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 4px;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 10px;
	padding-right: 37px;
	line-height: 1.4em;
}

/* product box title styles for thumbnail images and top/bottom padding */

#content .productsBox h5#bx {
	padding-top: 1.6em;
	background-image: url(../graphics/products-box-icon-bx.jpg);
	padding-bottom: 1.6em;
}

#content .productsBox h5#cbrnc {
	padding-top: 0.2em;
	background-image: url(../graphics/products-box-icon-cbrnc.jpg);
	padding-bottom: 0.2em;
}

#content .productsBox h5#ed {
	padding-top: 1.6em;
	background-image: url(../graphics/products-box-icon-ed.jpg);
	padding-bottom: 1.6em;
}

#content .productsBox h5#idd {
	padding-top: 0.9em;
	background-image: url(../graphics/products-box-icon-idd.jpg);
	padding-bottom: .9em;
}

#content .productsBox h5#ip {
	padding-top: 1.6em;
	background-image: url(../graphics/products-box-icon-ip.jpg);
	padding-bottom: 1.6em;
}

#content .productsBox h5#isf {
	padding-top: 0.9em;
	background-image: url(../graphics/products-box-icon-isf.jpg);
	padding-bottom: .9em;
}

#content .productsBox h5#ps {
	padding-top: 1.6em;
	background-image: url(../graphics/products-box-icon-ps.jpg);
	padding-bottom: 1.6em;
}

#content .productsBox h5#scos {
	padding-top: 0.9em;
	background-image: url(../graphics/products-box-icon-scos.jpg);
	padding-bottom: .9em;
}

#content .productsBox h5#tos {
	padding-top: 0.9em;
	background-image: url(../graphics/products-box-icon-tos.jpg);
	padding-bottom: .9em;
}

#content .productsBox h5#ttd {
	padding-top: 0.9em;
	background-image: url(../graphics/products-box-icon-ttd.jpg);
	padding-bottom: .9em;
}

#content .productsBox h5#vip {
	padding-top: 1.6em;
	background-image: url(../graphics/products-box-icon-vip.jpg);
	padding-bottom: 1.6em;
}

/* product box - list and link styles */

#content .productsBox ul {
	margin: 0px;
	padding: 2px;
}
#content .productsBox ul li {
	padding-right: 1px;
	padding-left: 1px;
	font-size: 0.9em;
	margin: 0px;
	/* Moved into ie6-style.css-- display: inline-block; --fix for gaps between list items in IE6 */
}

#content .productsBox ul li a:link, /* an IE6 bug only shows the hover state when mouse is over the text */
#content .productsBox ul li a:visited,
#content .productsBox ul li a:active {
	display: block;
	text-decoration: none;
	color: #000000;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content .productsBox ul li a:hover {
	background-color: #4C4A4D;
	color: #FFFFFF;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Subgroup Page Specific Styles ------------------------------------------------------------------------------- */

#content img.fundingChart { /* funding pie chart image floated right */
	float: right;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 30px;
}

#subNav div#BXsubgroupChairBox { /* BX subgroup chair callout box on left sidebar */
	background-image: url(../graphics/bx/subgroup-chair-box.jpg);
	padding-bottom: 40px;
}

#subNav div#CBRNCsubgroupChairBox { /* CBRNC subgroup chair callout box on left sidebar */
	background-image: url(../graphics/cbrnc/subgroup-chair-box.jpg);
	padding-bottom: 60px;
}

#subNav div#EDsubgroupChairBox { /* ED subgroup chair callout box on left sidebar */
	background-image: url(../graphics/ed/subgroup-chair-box.jpg);
	padding-bottom: 40px;
}

#subNav div#IDDsubgroupChairBox { /* IDD subgroup chair callout box on left sidebar */
	background-image: url(../graphics/idd/subgroup-chair-box.jpg);
	padding-bottom: 40px;
}

#subNav div#ISFsubgroupChairBox { /* ISF subgroup chair callout box on left sidebar */
	background-image: url(../graphics/isf/subgroup-chair-box.jpg);
	padding-bottom: 40px;
}

#subNav div#PSsubgroupChairBox { /* PS subgroup chair callout box on left sidebar */
	background-image: url(../graphics/ps/subgroup-chair-box.jpg);
	padding-bottom: 75px;
}

#subNav div#SCOSsubgroupChairBox { /* SCOS subgroup chair callout box on left sidebar */
	background-image: url(../graphics/scos/subgroup-chair-box.jpg);
	padding-bottom: 35px;
}

#subNav div#TOSsubgroupChairBox { /* TOS subgroup chair callout box on left sidebar */
	background-image: url(../graphics/tos/subgroup-chair-box.jpg);
	padding-bottom: 75px;
}

#subNav div#TTDsubgroupChairBox { /* TTD subgroup chair callout box on left sidebar */
	background-image: url(../graphics/TTD/subgroup-chair-box.jpg);
	padding-bottom: 70px;
}

#subNav div#VIPsubgroupChairBox { /* VIP subgroup chair callout box on left sidebar */
	background-image: url(../graphics/vip/subgroup-chair-box.jpg);
	padding-bottom: 60px;
}

#content .focusAreaBox {
	background-image: url(../graphics/subgroup-focusarea-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom: 25px;
	width: 525px;
	float: left;
	position: relative;
}

#content .focusAreaBox img {
	float: left;
}

#content .focusAreaBox h4.focusAreaProductsTitle {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 1.2em;
	margin: 0px;
	float: left;
	width: 400px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content .focusAreaBox h4.focusAreaProductsTitle span.new {
	background-image: url(../graphics/new.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: right center;
}

#content .focusAreaBox p {
	font-size: 1.1em;
	width: 400px;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 10px;
}

#content .focusAreaBox a,
#content .focusAreaBox a:link,
#content .focusAreaBox a:visited,
#content .focusAreaBox a:active {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-image: url(../graphics/subgroup-focusarea-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 115px;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
}

#content .focusAreaBox a:hover {
	color: #FFFFFF;
	background-image: url(../graphics/subgroup-focusarea-button-hover.gif);
	font-weight: bold;
	text-decoration: none;
}

#content .productsButton { /* products page buttons with thumbnail image  */
	background-color: #A98B42;
	float: left;
	width: 225px;
	background-image: url(../graphics/subgroup-products-title-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 20px;
	margin-bottom: 20px;
}

#content .productsButton a,  /* products page buttons with thumbnail image  */
#content .productsButton a:link,
#content .productsButton a:visited,
#content .productsButton a:hover,
#content .productsButton a:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	width: 132px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 4.5em;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 85px;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Popup Product Page Specific Styles -------------------------------------------------------------------------- */

 body#popup {
	background-color: #e1e1e1;
	text-align: left;
	width: 100%;
	/* positions footer at bottom */
	display: block;
	position: absolute;
	min-height: 100%;
}

#popup #branding {
	background-color: #E1E1E1;
	background-image: url(../graphics/popup-banner-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#popup #content {
	width: auto;
	float: none;
	padding-left: 20px;
	/* positions footer at bottom */
	display: block;
	margin-bottom: 80px; /* creates space for footer preventing overlap */
}

#popup #content p {
	line-height: 1.3em;
}

#popup #content ul {
	list-style-type: disc;
	margin-left: 30px;
}

#popup #content li {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

#popup #content h1 {
	margin-top: 5px;
}

#popup #content h3 {
	margin-bottom: 20px;
}

#popup #footer {
	background-image: url(../graphics/popup-footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 46px;
	text-align: center;
	padding-top: 14px;
	padding-right: 0px;
	padding-left: 0px;
	/* positions footer at bottom */
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
}

#popup #footer p {
	margin-bottom: 5px;
}

#popup #footer #footerNav {
	font-size: 1.2em;
}

 