/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TAGS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	background-color: #DCDBDF;
	margin: 0;
	padding: 0;
	}
body, td, pre, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1D1D1D;
	font-size: 14px;
	}
a:link {
	color: #05478e;
	}
a:visited {
	color: #05478e;
	}
a:hover {
	text-decoration: none;
	color: #002e5e;
	}
a:active {
	color: #05478e;
	}
a img {
	border: 0 none;
	}
code {
	color: #f09;
	}

	
p, li, pre {
	line-height: 1.3;
	}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, dt, pre {
	margin-top: 0;
	}
h1, h2, h3, h4, h5, h6, dt, .dropCap {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	}
h3, h4, h5, h6, p, ol, ul, pre {
	margin-bottom: 1.5em;
	}
h1 {
	font-size: 24px;
	margin: 0 0 24px 0;
	color: #002e5e;
	}
h1.addressBelow {
	margin: 0;
	}
#locationAddress {
	color: #2A2A2A;
	font-size: 12px;
	}
h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
	color: #003470;
	}
h3, dt {
	font-size: 16px;
	color: #05478e;
	margin: 0 0 5px 0;
	}
dl {
	margin-right: 70px;
	}
ul {
	list-style-type: square;
	}
li {
	margin-bottom: 6px;
	margin-left: 0px;
	}
li ol,
li ul {
	margin-top: 4px;
	}
th {
	text-align: left;
	}
pre:first-line {
	font-weight: bold;
	font-size: 1.2em;
	}	
object, embed {
	margin: 0;
	padding: 0;
	}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN DIVISIONS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#mother {
	width: 889px;
	margin: 0 auto;
	background-image: url(../images/mother_bg.jpg);
	background-repeat: repeat-y;
	/*position: relative;*/
	}

#banner {
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
#banner img {
	display: block;
	}
#homePage #banner {
	background-image: none;
	}
#gsaLogo {
	margin: 0;
	float: left;
	}
#location {
	margin: 0;
	padding: 12px 20px 0 570px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	}



	
#footer {
	margin: 0 0 0 0;
	padding: 28px 0 15px 0;
	width: 100%;
	clear: both;
	color: #666;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	font-size: 12px;
	}
/*#homePage #footer,*/
.isIndex #footer {
	background-image: url(../images/footer_bg_home.gif);
	background-position: left top;
	}
#footer p {
	margin: 0;
	}
#footer,
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #1A3038;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TOP MENU
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */		
#topMenu {
	background-repeat: no-repeat;
	padding: 0 0 25px 11px;
	font-size: 12px;
	height: 25px;
	}

.hasSubMenu #topMenu {
	height: 50px;
	}
#homePage #topMenu {
	background-image: url(../images/menu_bg.gif);
	}
#internalPage #topMenu {
	background-image: url(../images/menu_bg_internal.gif);
	}
#topMenu, #banner {
	/*border: 1px solid red;*/
	}
#topMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	}
#topMenu li {
	background-image: none;
	padding: 0;
	margin: 0px 0px 0px -2px; 
	float: left;
	white-space: nowrap;
	line-height: 1;
	}
#topMenu ul ul {
	position: absolute;
	left: 16px;
	top: 36px;
	margin: 0 0 20px 0;
	background-color: #DBDEE3;
	border-bottom: 7px solid #DBDEE3;
	width: 630px;
	}
#topMenu li li {
	white-space: normal;
	margin: 0 2px 0 0;
	}
#topMenu a {
	display: block;
	padding: 9px 10px 9px 10px;
	float: left;
	}
#ieDiv a {
	height: 1%;
	}
#topMenu a,
#topMenu a:link,
#topMenu a:visited,
#topMenu a:active,
#topMenu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #DBDEE3;
	}
#topMenu a:hover {
	text-decoration: underline;
	color: #fff;
	}

#topMenu .selected a {
	background-color: #00468E;
	border-left: 1px solid #DBDEE3;
	border-right: 1px solid #DBDEE3;
	background-image: url(../images/topMenu_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	}

#topMenu .selected li a {
	background-color: #C5CED7;
	border-left: 0 none;
	border-right: 0 none;
	padding: 4px 5px 4px 5px;
	width: 80px;
	height: 24px;
	background-image: none;
	}
html>body #topMenu .selected li a {
	height: auto;
	min-height: 24px;
	}
#topMenu .selected li.selected a {
	}
#topMenu .selected li.selected a:link,
#topMenu .selected li.selected a:visited,
#topMenu .selected li.selected a:hover,
#topMenu .selected li.selected a:active {
	color: #fff;
	background-color: #6F8890;
	}
#topMenu .selected li a:link,
#topMenu .selected li a:visited,
#topMenu .selected li a:hover,
#topMenu .selected li a:active {
	color: #0D346F;
	font-size: 11px;
	text-decoration: none;
	}
#topMenu .selected li a:hover {
	background-color: #AFC1CE;
	}



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MENU
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */		
#menu {
	/*position: absolute;
	left: 678px;
	top: 117px;*/
	float: right;
	width: 183px;
	padding: 50px 13px 0 0px;
	margin: 0;
	font-size: 12px;
	}
#homePage #menu {
	text-align: right;
	padding: 50px 35px 0 0;
	width: 160px;
	font-size: 13px;
	}
#homePage #menu {
	/*top: 236px;*/
	}
#menuTitle {
	color: #B4B4B3;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	white-space: pre;
	padding: 0 15px 0 0;
	}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#menu li {
	padding: 0 0 2px 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
	line-height: normal;
	line-height: 1;
	}
#menu li a {
	display: block;
	padding: 7px 12px 8px 24px;
	}
#menu li.selected a {
	background-image: url(../images/menu_selected_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	}
#ieDiv #menu li a, #ieDiv #menu li { height: 1%;
	}
#menu li a,
#menu li a:link,
#menu li a:visited,
#menu li a:active,
#menu li a:hover {
	color: #A0B6BE;
	font-weight: normal;
	text-decoration:none;
	}
#menu li a:hover {
	color: #fff;
	text-decoration: underline;
	}
#menu li.selected {
	background-image: url(../images/menu_selected_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#menu li.selected a,
#menu li.selected a:link,
#menu li.selected a:visited,
#menu li.selected a:active,
#menu li.selected a:hover {
	color: #fff;
	}
	
	
	
	
	
#menu ul ul {
	padding: 3px 0 10px 30px;
	}
#menu li li, #menu li.selected li {
	background-image: none;
	margin: 0 0 3px 0;
	padding: 3px 5px 4px 7px;
	}
#menu li li a, #menu li.selected li a {
	padding: 0;
	display: inline;
	}
#menu li.selected li.selected, #menu li li.selected {
	background-image: url(../images/submenu_selected_bg.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	}
#menu li.selected li.selected a, #menu li.selected li a {
	background-image: none;
	}
#menu li.selected li a,
#menu li.selected li a:link,
#menu li.selected li a:visited,
#menu li.selected li a:active,
#menu li.selected li a:hover {
	color: #A2BBC2;
	font-size: 11px;
	}
	




#homePage #menu li a {
	display: inline;
	padding: 0;
	}
#homePage #menu li a,
#homePage #menu li a:link,
#homePage #menu li a:visited,
#homePage #menu li a:active,
#homePage #menu li a:hover {
	color: #fff;
	font-weight: bold;
	}
#homePage #menu li li a,
#homePage #menu li li a:link,
#homePage #menu li li a:visited,
#homePage #menu li li a:active,
#homePage #menu li li a:hover {
	color: #91C4F1;
	text-decoration: none;
	font-weight: normal;
	}
#homePage #menu li li a:hover {
	text-decoration: underline;
	}
	
#otherLocations {
	margin: 0;
	padding: 50px 0 0 0;
	}


/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CONTENT
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#content {
	padding: 0;
	}
#content .inner {
	padding: 22px 0 22px 50px;
	width: 620px;
	float: left;
	}
.hasSubMenu #content {
	padding-top: 0;
	}
.isIndex #content  {
	background-image: url(../images/telework_benefit.png);
	background-repeat: no-repeat;
	background-position: 473px 100%;
	}
.isIndex #content .inner {
	width: 395px;
	}





/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	HIDE/SHOW MECHANISM
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.hideShowElements {
	padding: 0 10px 0 10px;
	margin: 0 0 1.5em 0;
	border-bottom: 6px solid #9AA8A4;
	}
html>body .hideShowElements {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/more_info_bg.png);
	}
.hideShowControlTop {
	color: #05478e;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	margin: 0 0 1em 0;
	background-image: url(../images/more_info_button_bg.gif);
	background-repeat: no-repeat;
	height: 41px;
	padding: 9px 0 0 30px;
	line-height: normal;
	width: 300px;
	}
.hideShowControlBot {
	color: #05478e;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	margin: 0;
	padding: 2px 0;
	background-image: none;
	padding: 20px 0 30px 20px;
	width: 200px;
	}
.hideShowControlTop:hover,
.hideShowControlTop.over,
.hideShowControlBot:hover,
.hideShowControlBot.over {
	font-weight: bold;
	text-decoration: none;
	}




/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	PHOTO GALLERY
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#photoGallery {
	background-image: url(../images/gallery_top.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	width: 624px;
	background-color: #0E3350;
	}
#photoGallery .inner {
	background-image: url(../images/gallery_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding: 10px 20px 25px 20px;
	width: auto;
	float: none;
	}

#galleryHead {
	width: 624px;
	height: 45px;
	margin: 0;
	background-image: url(../images/gallery_heading.gif);
	background-repeat: no-repeat;
	}
#galleryHead span {
	display: block;
	text-indent: -9999px;
	}

#galleryContent {
	text-align: center;
	background-image: url(../images/photo_bg.jpg);
	background-repeat: repeat-x;
	padding: 4px 0 0 0;
	height: 500px;
	}
html>body #galleryContent {
	height: auto;
	min-height: 500px;
	}
#galleryContent p {
	margin: 0;
	}
p#largePhoto {
	height: 430px;
	margin: 0 0 10px 0;
	background-image: url(../images/loading_image.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
html>body p#largePhoto {
	height: auto;
	min-height: 430px;
	}
p#largePhoto img {
	border: 3px solid #FFE079;
	}
img#previousPhoto {
	float: left;
	margin: 0 0 0 10px;
	cursor: pointer;
	}
img#nextPhoto {
	float: right;
	margin: 0 10px 0 0;
	cursor: pointer;
	}
p#captionText {
	color: #C7CED4;
	font-size: 11px;
	padding: 0 40px;
	}

#thumbnails {
	height: 190px;
	overflow: auto;
	}
#thumbnails table {
	width: 550px;
	margin: 0 auto;
	}
#thumbnails table td {
	text-align: center;
	vertical-align: middle;
	width: 74px;
	}
#thumbnails table a {
	border: 2px solid #000;
	width: 70px;
	height: 53px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	outline: none;
	}
#thumbnails table a:hover {
	border: 2px solid #998746;
	}
#thumbnails table a.selected {
	border: 2px solid #FFE079;
	}





/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	FORMS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

form {
	margin: 0;
	}
fieldset {
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	}
legend {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 3px 10px 3px 10px;
	color: #333;
	}
.columnize label {
	display: block;
	width: 80px;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: right;
	padding: 2px 10px 0 0;
	}
.columnize input,
.columnize select,
.columnize textarea {
	display: block;
	width: 290px;
	float: left;
	margin-bottom: 20px;
	}
.columnize br {
	clear: left;
	}
.columnize p label,
.columnize p input,
.columnize p select,
.columnize p textarea {
	margin-bottom: 0;
	}
.columnize p em {
	display: block;
	margin: 0 0 20px 80px;
	font-size: 10px;
	}

p.submitButton {
	text-align: center;
	clear: left;
	padding-top: 1.0em;
	padding: 0;
	}
p.submitButton input {
	background-color: #7796b1;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	padding: 3px 12px 4px 12px;
	margin: 0;
	cursor: pointer;
	}






/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	UTILTY CLASSES/MISC
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.photoInfo {
	float: right;
	text-align: right;
	margin: 0 0 10px 10px;
	}
.photo {
	margin: 0;
	}
.info {
	padding-left: 212px;
	}
.info a {
	display: block;
	height: 29px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	color: #003470;
	text-decoration: none;
	padding: 5px 5px 0 0;
	float: left;
	}
#ieDiv .info a {
	padding-bottom: 13px;
	}
.info a.v360 {
	background-image: url(../images/360_bg.gif);
	width: 51px;
	padding-right: 0;
	}
.info a.morePhotos {
	background-image: url(../images/more_photos_bg.gif);
	width: 82px;
	}




#versionCheck {
	position: absolute;
	left: 0;
	top: 0;
	}
.photoFrame {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #82776b;	
	}
.picRight {
	margin: 0 0 15px 15px;
	float: right;
	}
.picLeft {
	margin: 0 15px 15px 0;
	float: left;
	}
.picMiddle {
	text-align: center;
	}
.unbulleted {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
.unbulleted li {
	background-image: none;
	padding: 0;
	}	
.cl {
	clear: both;
	}
.note {
	font-size: 90%;
	color: #666;
	}
ul.note {
	padding: 0;
	margin-left: 0;
	}
ul.note li {
	padding: 0;
	margin: 0;
	background-image: none;
	}
	
	
/* COLUMNS */
.col1, .col2, .col3 {
	float: left;
	margin: 0 0 0 10px;
	}
	
/* TWO COLUMN */
.twoColumn {
	clear: both;
	margin: 0 0 30px 0;
	}
.twoColumn .col1 {
	width: 280px;
	margin: 0;
	}
.twoColumn .col2 {
	width: 280px;
	}
	
/* THREE COLUMN */
.threeColumn .col1 {
	clear: both;
	}
.threeColumn .col1 {
	width: 180px;
	margin: 0;
	}
.threeColumn .col2 {
	width: 180px;
	}
.threeColumn .col3 {
	width: 180px;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */



.dropCap {
	font-size: 22px;
	font-weight: bold;
	color: #003470;
	margin: 0 1px -1px 0;
	padding: 0;
}

.bgChecklist li,
.bgLocations li {
	width: 80%;
}
ul.bgChecklist {
	background-image: url(../images/images/checkList.jpg);
	background-repeat: no-repeat;
	background-position: 480px 100%;
}
ul.bgLocations {
	background-image: url(../images/images/locations.jpg);
	background-repeat: no-repeat;
	background-position: 215px 100%;
}


#map_canvas {
	width: 400px;
	height: 300px;
	border: solid 2px #000;
	margin: 0 0 10px 0;
	padding: 0;
}


/*EVENTS PAGE*/

.event{
	padding:0px 10px 0px 10px;
	margin:0px 10px 60px 10px;
	border-left:2px rgb(0, 52, 112) double;
	/*border-bottom:1px rgb(0, 52, 112) dotted;
	background-color: #d9dce1;*/
	
}
.event h2{
	padding:0px 0px 0px 10px;
	margin:0px -10px 5px -10px;
	border-bottom:1px rgb(0, 52, 112) dotted;

}
.event a.more{
	float:right;
	padding:0;
	margin:-5px 0px 0px 35px;
	
}
.event p{

	padding:0;
	margin:0px 0px 10px 20px;
}
.time{
	font-size:12px;
	color: #002e5e;
	margin:0px 0px 0px 10px;
	
}