@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #ffffff;
	height: 100%;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}

H1 {
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color:#333333;
	padding-top: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
H2 {
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color:#6D4D10;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.6em;
}
H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color:#3F658B;
	margin-bottom: .6em;
}

H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	margin-bottom: 0.6em;
}

H5 {
	text-transform: none;
	color: #333333;
	font: bold normal 95%/normal Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

H6 {
	text-transform: none;
	color: #000;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	padding-bottom: 8px;
	
}

a:link {
	color: #994B2B;
	text-decoration: underline;
}

a:visited {
	color: #645011
}

a:active {
	color: #3F658B
}

a:hover {
	color: #741E05;
	text-decoration: underline;
}
/********************MAIN CONTAINER FOR PAGE******************/
.page #container {
	width: 85%;  /* this will create a container 85% of the browser width */
	background: #FFFFFF;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: solid 1px #e4e4e4;
	
} 
/***************TOP LINKS TO HR, FORMS, TRAINING, ETC.***********/
#topmenu {
}

ul#topmenu
{
	list-style-type:none;
	position:relative;
	display:block;
	height:22px;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: visible;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 10%;
	z-index: 500;
}

ul#topmenu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	overflow: visible;
}
	
ul#topmenu li a
{
	display:block;
	float:left;
	color:#533D13;
	text-decoration:none;
	font-weight:bold;
	height:20px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 10px;

}
	
ul#topmenu li a:hover
{
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
}

/*************HEADER*****************/
.page #header {
	background-image: url(../../../images/headers/brand_dhs/stafftoolsheader2.jpg);
	height: 120px;
	padding-top: 0;
	background-repeat: no-repeat;
} 

/**************SEARCH BOX******************/
.search {
	padding-top: 25px;
	float: right;
	padding-right: 10px;
}

/******************HEADER TITLES FOR DIVISION AND PAGES*****************/
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	width: 50%;
	padding-left: 110px;
	float: left;
	margin-top: 45px;
	color: #993300;
	font-style: italic;
	padding-bottom: 5px;
	overflow: hidden;
}
.STtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #635125;
	font-style: normal;
	line-height: 1em;
}

/****************BRANDING BAR*******************/

#brandbar {
	height: 10px;
	position: relative;
	padding-bottom: 0px;
}
.brandbar {
	height: 10px;
	background-image: url(../../../web/apps/images/brandbar-dhs2.gif);
	background-repeat: repeat-x;
	position: relative;
}

.brandbar-asd {
	background-image: url(../../../web/apps/images/brandbar-asd.gif);
	background-repeat: repeat-x;
}
.brandbar-caf {
	background-image: url(../../../web/apps/images/brandbar-caf.gif);
	background-repeat: repeat-x;
}
.brandbar-amh {
	background-image: url(../../../web/apps/images/brandbar-amh.gif);
	background-repeat: repeat-x;
}
.brandbar-spd {
	background-image: url(../../../web/apps/images/brandbar-spd.gif);
	background-repeat: repeat-x;
}
.brandbar-dmap {
	background-image: url(../../../web/apps/images/brandbar-dmap.gif);
	background-repeat: repeat-x;
}
.brandbar-do {
	background-image: url(../../../web/apps/images/brandbar-do.gif);
	background-repeat: repeat-x;
}
.brandbar-phd {
	background-image: url(../../../web/apps/images/brandbar-phd.gif);
	background-repeat: repeat-x;
}


/******************SIDEBAR ON LEFT SIDE******************
Tips for sidebar1 & 2:
1. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".page #sidebar1 p" rule.
*/
.page #sidebar1 {
	float: left;
	width: 12em;
	padding-right: 6px;
	padding-left: 5px;
	background-color:#D2E3EC;
	text-align: left;
	font-size: 93%;
}
.page #sidebar1  a {
	text-decoration: none;	
}
.page #sidebar1 h2, .twoCol #sidebar1 p {
	margin-left: 2px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 2px;
	text-transform: none;
	font-size: 95%;
	color: #3F658B;
}

.page #sidebar1 h3, .twoCol #sidebar1 p {
	margin-left: 2px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 2px;
	text-transform: none;
	text-align: center;
	font-size: 115%;
	color: #993300;
}

.page #sidebar1 h4, .twoCol #sidebar1 p {
	margin-right: 2px;
	font-size: 105%;
	color: #993300;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-top: 1px;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 8px;

}

/******************RIGHT HAND SIDEBAR*******************/
.page #sidebar2 {
	float: right;
	width: 11em;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	text-align: left;
	font-size: 93%;
	height: 110%;
	padding: 0px 5px 100px 10px;
}

.page #sidebar2  a {
	text-decoration: none;	
}

.page #sidebar2  a:hover, a:visited {
	text-decoration: underline;	
}
.page #sidebar2 h3, .twoCol #sidebar2 p {
	height: 1.5em;
	font-size: 130%;
	font-style: italic;
	color: #3F658B;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	padding-right: 15px;
	padding-top: 3px;
}
.page #sidebar2 h4, .twoCol #sidebar2 p {
	font-size: 105%;
	color: #993300;
	background-repeat: no-repeat;
	padding-right: 12px;
	text-align: center;
	margin-bottom: 1em;
	font-weight: bold;
}

.page #sidebar2 h5, .twoCol #sidebar2 p {
	font-size: 105%;
	color: #3F658B;
	background-repeat: no-repeat;
	padding-right: 12px;
	text-align: center;
	margin-bottom: 1em;
	font-weight: bold;
}

/**************MAIN CONTENT******************** 

Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div causing less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.page #mainContent {
	margin-right: 12em;
	margin-left: 13.5em;
	padding-right: 10px;
	text-align: left;
	padding-top: 10px;
	font-size: 93%;
} 

.page #mainContent ul{
	line-height: 1.3em;
	padding-bottom: 0.5em;
} 
.page #mainContent li{
	line-height: 1.3em;
} 
.page  #mainContent  li li {
	line-height: 1.2em;
	list-style-type: square;
	margin-left: -15px;
} 

/* for main content on secondary pages without a left or right sidebar.*/
.page #mainContent2 {
	padding-right: 10px;
	text-align: left;
	padding-top: 10px;
	font-size: 93%;
	padding-left: 10px;
} 

.page #mainContent2 ul{
	line-height: 1.3em;
	padding-bottom: 0.5em;
} 
.page #mainContent2 li{
	line-height: 1.3em;
} 
.page  #mainContent2  li li {
	line-height: 1.2em;
	list-style-type: square;
	margin-left: -15px;
} 

/* for pages with left menu but no right sidebar*/

.page #mainContent3 {
	margin-left: 13.5em;
	padding-right: 10px;
	text-align: left;
	padding-top: 10px;
	font-size: 93%;
} 

.page #mainContent3 ul{
	line-height: 1.3em;
	padding-bottom: 0.5em;
} 
.page #mainContent3 li{
	line-height: 1.3em;
} 
.page  #mainContent3  li li {
	line-height: 1.2em;
	list-style-type: square;
	margin-left: -15px;
} 

/***************BREADCRUMBS**********************/

.breadcrumb {
	font-size: 75%;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin-left: 15px;
	padding-bottom: 2px;
}
.breadcrumb2 {
	font-size: 75%;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin-left: 0;
	padding-bottom: 2px;
}

/**********************SIDEBAR1 LEFT MAIN MENU*************************/
.outer{
	list-style:none;
	margin:0px;
	padding:0px;
}
#vertmenu   h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #743905;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#vertmenu {
	font-size: 100%;
	}

#vertmenu ul {
	list-style:none;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#vertmenu li a {
	text-decoration: none;
	font-weight:normal;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-bottom-width: 1px;
	width: 11.2em;
	padding-left: 10px;
	}	
	
#vertmenu li a:link, #vertmenu li a:visited {
	display: block;
	font-weight: normal;
	color: #333333;
	padding-right: 0;
	padding-left: 10px;
	}
	
#vertmenu li a:hover {
	color: #FFFFFF;
	background-color: #B7A66E;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	}
	
#vertmenu li a:active {
	color: #743905;
	background-color: #FFFFFF;
	padding-top: 0.4em;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0.4em;
	}
/**********************LATEST NEWS ON STAFF TOOLS HOME PAGE ***************/

#latestnews {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	position: relative;
	margin-left: 14em;
	padding-left: 145px;
	margin-right: 14em;
	padding-right: 10px;
	margin-top: 8px;
	padding-bottom: 5px;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 1.2em;
	height: 12%;
}
.latestnews {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../../tools/images/latestnews2.gif);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 1.2em;
	padding-bottom: 0px;
}

#latestnews ul {
	
	line-height: 1.2em;
}
#latestnews li {
	padding-bottom: 0.2em;
}

/**********************LEFT AND RIGHT COLUMNS****************/

.leftBox {
	float: left;
	width: 45%;
	clear: none;
	word-wrap: break-word;
	padding: 10px;
}
.aftercolumns {
	clear: both;
}


.rightBox {
	width: 45%;
	clear: none;
	float: left;
	padding: 5px 10px 5px 20px;
}

.leftBox-border {
	float: left;
	width: 45%;
	clear: none;
    word-wrap: break-word;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.rightBox-border {
	width: 45%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	/*word-wrap: break-word;*/
	padding-left: 20px;
	clear: none;
	float: right;
	border: 1px solid #CCCCCC;
	
}
.leftBox-background {
	float: left;
	width: 45%;
	clear: none;
	/*word-wrap: break-word;*/
	padding: 10px;
	background-color: #E9E9E9;
}

.rightBox-background {
	width: 45%;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*word-wrap: break-word;*/
	background-color: #e9e9e9;
}
.rightBox-small {
	width: 22%;
	clear: none;
	float: right;
	border: 2px solid #600;
	padding: 0px 10px 5px;
	margin-left: 10px;
	font-size: 0.9em;
}
.leftBoxNofloat {
	float: none;
	width: 65%;
	clear: none;
	word-wrap: break-word;
	padding: 10px;
	border: 1px dashed #999;
	background: #F4F4F4;
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 1.1em;
}
/********************FOOTER STYLES**********************/
.page #footer {
	background:#DDDDDD;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 1px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B7A66E;
} 
.page #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
}

/**************** Miscellaneous classes for reuse *********************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border-width: 0px;
}
.divider { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:none;
	height:1px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 1.5em;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #999999;
}

.bulletBlue {
	display: block;
	padding-left: 18px;
	background-image: url(../../../images/bullets/new/square-blue.gif);
	background-repeat: no-repeat;
	background-position: 1% 6px;
	margin-left: 5px;
	padding-bottom: 0.5em;
}
.bulletGreen {
	display: block;
	padding-left: 18px;
	background-image: url(../../../images/bullets/new/square-green.gif);
	background-repeat: no-repeat;
	background-position: 1% 6px;
	margin-left: 5px;
	padding-bottom: 0.5em;
}
.bulletPurple {
	display: block;
	padding-left: 18px;
	background-image: url(../../../images/bullets/new/square-purple.gif);
	background-repeat: no-repeat;
	background-position: 1% 6px;
	margin-left: 5px;
	padding-bottom: 0.5em;
}
.bulletOrange {
	display: block;
	padding-left: 18px;
	background-image: url(../../../images/bullets/new/square-orange.gif);
	background-repeat: no-repeat;
	background-position: 1% 6px;
	margin-left: 5px;
	padding-bottom: 0.5em;
}

.bulletRed {
	display: block;
	padding-left: 18px;
	background-image: url(../../../images/bullets/new/square-red.gif);
	background-repeat: no-repeat;
	background-position: 1% 6px;
	margin-left: 5px;
	padding-bottom: 0.3em;
}

#clear {
	font-size: 1px;
	position: relative;
	top: 2px;
	margin-top: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:1px;
	font-size: 0px;
	line-height: 0px;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}
.fltlft-marginright {
	float: left;
	margin-right: 30px;
}
.tanbkgd {
	background-color: #EFECDA;
	display: block;
	padding: 5px;
}

.imgmarginleft {
	padding-left: 20px;
	border: 0;
}
.boldRed {
	font-weight: bold;
	color: #900;
	font-size: 105%;
}
#table1 {
	line-height: 1.4em;
	display: inline-block;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#table1 th {
	background: url(../../../tools/images/brass.gif);
	text-align: center;
	padding-top: 5px;
}

#table1 tr {
	padding: 10px;
	border-bottom: 1px solid #999;
	background: #fff;
	border-right-style: none;
}


#table1 td {
	padding: 5px 10px 10px 5px;
	border-bottom: 2px solid #666;
	border-right: 1px dotted #999;
}
.page #mainContent p {
	line-height: 1.3em;
	padding-bottom: 0.5em;
}
.leftBox100 {
	float: left;
	width: 100%;
	clear: none;
	word-wrap: break-word;
	padding: 0px;
}
