@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #fff;
	}
	
.ui-widget-overlay { height: 100%; width: 100%; top: 0; left: 0; position: fixed; background: #000; opacity: .6; }
.ui-dialog { position: absolute; left: 0; top: 0; background: #fff; box-shadow: 0 3px 10px #343232; padding: .2em; }
.ui-dialog-titlebar { float: right; position: relative; z-index: 110; }
.ui-front { z-index: 100; }
#lbSignup-modal { padding: .5em 1em; }
#nrNewsletterFrame { overflow: hidden; border: none; }


/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
					Top Bar
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

#topBar {
	width: 100%;
	height: 45px;
	background: #f0f0f0;
	/*box-shadow: 0 0 3px rgba(0,0,0,.5);*/
	position: relative;
	z-index: 5;
	}

#searchBar {
	width: 980px;
	margin: auto;
	}
	
#erWait {
	background: url(erWaitBg.png) repeat-x 0 0;
	float: right;
	margin: 10px 0 0 15px;
	padding: 0 .5em;
	height: 22px;
	}
	
#ErWaitTime {
	display: inline-block;
	}

#dropdown {
	float: right;
	margin: 10px 15px 0 0;
	background: #fff;
	/*box-shadow: 0 1px 2px rgba(0,0,0,.9) inset;*/
	}
	
#TopicCenterDDL-menu {
	background: #fff;
	z-index: 1000;
	}

.search {
	float: right;
	margin-top: 9px;
	}
	
	input#Query {
		/*box-shadow: 0 1px 2px rgba(0,0,0,.9) inset;*/
		border: 0;
		padding: 3px;
		font-size: 14px;
		color: #787A7A;
		display: block;
		float: left;
		}
	
	input.searchButton {
		background: url(searchGo.png) no-repeat 0 0;
		height: 22px;
		width: 31px;
		border: none;
		color: transparent;
		display: block;
		float: right;
		cursor: pointer;
		box-shadow: 0 1px 1px #333;
		}
		
		input.searchButton:hover {
			background-position: 0 -22px;
			box-shadow: 0 1px 0 #333;
			margin-top: 1px;
			}

#wrapper {
	width: 980px;
	margin: auto;
	/*background: #fcf4d7;
	box-shadow: 0 0 5px rgba(0,0,0,.5);*/
	}


/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
					Header
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

#header {
	/*background: #fffbeb url(headerGrass.png) no-repeat right 0;
	box-shadow: 0 0 3px rgba(176,170,150,.75);*/
	height: 111px;
	position: relative;
	z-index: 30;
	}

#logo {
	margin: 20px 0 0;
	float: left;
	}
	
#quickNav {
	float: right;
	margin: 20px 0 0 20px;
	text-align: right;
	}

#nav {
	height: 30px;
	width: 100%;
	/*background: #fcf4d7;
	box-shadow: 0 0 3px rgba(176,170,150,.75);*/
	position: relative;
	z-index: 20;
	margin-bottom: 15px;
	}


/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
					Content
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

#content {}

#leftCol {
	float: left;
	}

#mainCol {
	width: 720px;
	float: right;
	margin-left: 10px;
	}
	
	#mainCol.oneCol {
		width: 920px;
		padding: 30px;
		}

#copy {
	margin: 30px;
	width: 660px;/*623px*/
	}

#inThisSection {
	width: 250px;
	background: #184b6e;
	padding-bottom: 1.286em;
	margin-bottom: 10px;
	}
	
#relatedInfo {
	width: 250px;
	background: #f0f0f0;
	padding-bottom: 1.286em;
	}

#copy img[align=left] {
	margin: 0 15px 10px 0;
	}

#copy img[align=right] {
	margin: 0 0 10px 15px;
	}



/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
					Footer
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

#footer {}

#footerLinks {
	float: left;
	}

#footerCopy {
	float: right;
	}

#copyrightDate {
	display: inline;
	}

.shim {
	clear: both;
	}
	
/*******************************
		Employee site
*******************************/
#employee #quickNav {
	margin: 20px 20px 0;
	}
	
#employee ul.MenuBarHorizontal a {
	padding: .5em 1.4em;
	}