/*
 * main.css
 *
 * Copyright (c) 2006-2009 by Goose Networks, Inc.
 */

html { background-color: #58514F; }

body {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 45px;
    text-align: center;
}

hr { border-color: #7ac142; border-style: dashed; border-width: 0 0 1px 0; }

a { color: #7ac142; text-decoration: underline; }

h1 span,
h2 span {
    display: none;
    visibility: hidden
}

h3 {
    color: #7cb143;
    font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
    font-size: 205%; /*27pt*/
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

h4 {
    color: #7cb143;
    font-size: 108%; /*14pt*/
    font-weight: bold;
    margin-bottom: 3px;
}


.outerWrap {
	width: 800px;
	margin: 0 auto;
}
.wrap{
	margin:0 12px 0 20px;
	text-align:left;
	background:url(../images/wrap_top.png) no-repeat;
	width:768px;
	padding-top:5px;
}
.wrap_rpt{ 
	background:url(../images/wrap_body.png) repeat-y bottom;
	width:750px;/*768*/
	padding:0 13px 0 5px;
}

.footer{
	width:750px;/*768*/
	padding:33px 13px 22px 5px;
	font-size: 85%;
	color:#FFF;
	background:url(../images/wrap_btm.png) no-repeat;
	text-align:center;
}

.header{ 
	width:750px;/*768*/
	height:87px;
	padding:0 13px 0 5px;
	overflow:hidden;
    position: relative;
}
.header h1{
	width: 139px;
	height: 56px;/*76*/
	padding: 20px 0 0 39px;
	float: left;
}
.header h1 a{
	background:url(../images/logo.gif) no-repeat;
	width:139px; height:0; padding-top:49px;
	display:block;
	overflow:hidden;
}
.header h2{
	width:379px;
	height:87px;
	background:url(../images/header_map.png) no-repeat right top;
	float:right;
}
/*------------------------------------------------------------
						menu
-------------------------------------------------------------*/
.menu{ 
	background:url(../images/menu_bg.gif) repeat-x;
	width:547px; /* 750 - 547 = 203*/
	height:29px;
	padding-left:101px;
	padding-right:102px;
	overflow:hidden;
}
.menu li{ float:left}
.menu li a {
    height:0;
    padding-top:26px;
    display:block;
    float:left;
    overflow:hidden;
}
#menu-home{
    background:url(../images/home.gif) no-repeat;
    width:69px;
}
#menu-shoppers-and-visitors{
    background:url(../images/shoppers-and-visitors.gif) no-repeat;
    width:174px;
}
#menu-tysons-employees{
    background:url(../images/tysons-employees.gif) no-repeat;
    width:160px;
}
#menu-stay-connected{
    background:url(../images/stay-connected.gif) no-repeat;
    width:144px;
}

/*----------------------------------------------------
					container
-------------------------------------------------------*/
.container {
    background:#F5F5F5 url(../images/contant_bdy.gif) repeat-x;
	width:700px;/*750*/
	padding:25px 25px 44px;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.contlft{
	width:433px;
	float:left;
	margin-left:30px;
}
*html .contlft{ margin-left:15px;}

#tysons-future-skyscraper {
    width: 182px;
    height: 282px;
	background: url('../images/tysons_future_skyscraper.png') no-repeat;
}
#tysons-future-skyscraper a { display: block; height: 100%; width: 100%; }

.roundedBox{
	width:100%;
	background:url(../images/rgtBoxTp.png) no-repeat;
	padding-top:8px;
}
.roundedBoxRpt{
	width:166px;/*182*/
	background:url(../images/rgtBoxRpt.gif);
	padding:0 8px;
	position:relative;
}

.roundedBoxBtm{
	width:182px;
	height:8px;
	background:url(../images/rgtBoxBtm.png) no-repeat;
	display:block;
	position:absolute;
	bottom:-8px;
	left:0;
}
.lftBox{background-image:url(../images/contlft_1st_tp.png)}
.lftBox .roundedBoxRpt{
	width:383px;/*433*/
	padding:17px 25px;
	background:url(../images/contlft_1st_bdy.gif);
}
.lftBox .roundedBoxBtm{
	width:433px;
	background:url(../images/contlft_1st_btm.png) no-repeat;
}

.roundedBoxWithTitle{}
.roundedBoxWithTitle dt{
	width: 682px;/*700*/
	font-size: 93%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	padding-left: 18px;
	background: url(../images/full_top.png) no-repeat;
}
.roundedBoxWithTitle dd{ 
	width:698px;/*700*/
	border:solid #ADA9AC;
	border-width:0 1px 1px;
	background-color:#fff;
}

.contlft .roundedBoxWithTitle{margin-top:25px}
.contlft .roundedBoxWithTitle dt{
	width:415px;/*433*/
	background:url(../images/contlft_2nd_tp.png) no-repeat;
}
.contlft .roundedBoxWithTitle dd{ 
	width:431px;/*433*/
}


.welcome{ float:left;width:260px;}

.welcome p{ width:248px;line-height:16px; color:#231F20;}

/*--Right--*/
.contrgt{
	width:182px;/*207*/
	float:right;
	padding:0 30px 0 0;
}

/*
 * Footer
 */
.footer a { color: #FFFFFF; margin: 0 3px; text-decoration: none; }
.footer a:hover { text-decoration: underline; }

/*----------------------------------------
                  index2
-----------------------------------------*/
.basic{
	width:640px;
	background-image:url(../images/basic_top.png);
	margin-left:30px
}
.basic .roundedBoxRpt{
	width:570px;/*640*/
	padding:27px 35px;
	background:url(../images/basic_bdy.gif);
}
.basic .roundedBoxBtm{
	width:640px;
	background:url(../images/basic_btm.png) no-repeat;
}

.basic p{ 
	color:#231F20;
	margin-bottom:13px;
}

/******************************************************************************/
/*                                Full Layout                                 */
/******************************************************************************/

.full_bdy { background: url('../images/full_bdy.gif') repeat-y; }
.full_top {
	background: url('../images/full_top.png') no-repeat;
	width: 650px; /*700*/
	padding: 25px;
	border-bottom: 1px solid #ADA9AC;
}

/******************************************************************************/
/*                             Learn More Layout                              */
/******************************************************************************/

#left-col {
	float: left;
    padding-left: 30px;
}

#right-col {
    float: right;
    padding-right: 30px;
}

.rounded-box {
	width: 100%;
	padding-top: 8px;
}

.rounded-box-body {
	position: relative;
}

.rounded-box-bottom {
	position: absolute;
	display: block;
	height: 8px;
	bottom: -8px;
	left: 0;
}

*html .rounded-box-bottom { bottom: -16px; } /* TODO nas: this shouldn't be necessary. */

.rounded-box-content {
	width: 100%;
    overflow: hidden;
}

#alt-two-column-layout .rounded-box-body { padding: 10px 20px; }

#alt-two-column-layout #left-col { width: 333px; }
#alt-two-column-layout #right-col { width: 282px; }

#alt-two-column-layout #left-col .rounded-box {
	background: url('../images/rounded-box-333-top.png') no-repeat;
}
#alt-two-column-layout #left-col .rounded-box-body {
	width: 293px; /*333*/
	background: url('../images/rounded-box-333-body.png');
}
#alt-two-column-layout #left-col .rounded-box-bottom {
	width: 333px;
	background: url('../images/rounded-box-333-bottom.png') no-repeat;
}

#alt-two-column-layout #right-col .rounded-box {
	background: url('../images/rounded-box-282-top.png') no-repeat;
}
#alt-two-column-layout #right-col .rounded-box-body {
	width: 242px; /*282*/
	background: url('../images/rounded-box-282-body.png');
}
#alt-two-column-layout #right-col .rounded-box-bottom {
	width: 282px;
	background: url('../images/rounded-box-282-bottom.png') no-repeat;
}

/*
 * Action Bar
 */
#action-bar {
    position: absolute;
    top: 0.5em;
    right: 2em;
    font-size: 85%;
    color: #000000;
    background-color: #ffffff;
    padding: 3px;
}
#action-bar a { color: #000000; padding: 0 .25em; }
#action-bar span { color: #000000; font-weight: bold; padding: 0 .25em; }

/*
 * CMS-content
 */
.cms-content b,
.cms-content strong { font-weight: bold; }
.cms-content p { margin-bottom: 0.5em; }

/*
 * Shared
 */
.lg-header { width: 550px; height: 93px; margin-bottom: 2em; }

.lg-link-button { width: 515px; margin: 0 auto .75em auto; }
.lg-link-button a { display: block; width: 100%; height: 100%; }

/*
 * Template: Employee Tools / Visitor Resources
 */
#lg-header-employees { background-image: url('../images/lgHeader_employees.gif'); }
#lg-header-visitors { background-image: url('../images/lgHeader_visitors.gif'); }
#lg-link-button-hot-spots { background-image: url('../images/lgLinkButton_hotSpots.gif'); height: 51px; }
#lg-link-button-calculator { background-image: url('../images/lgLinkButton_calculator.gif'); height: 51px; }
#lg-link-button-calendar { background-image: url('../images/lgLinkButton_calendar.gif'); height: 62px; }
#lg-link-button-traffic-cams { background-image: url('../images/lgLinkButton_trafficCams.gif'); height: 63px; }
#lg-link-button-rideshare { background-image: url('../images/lgLinkButton_rideshare.gif'); height: 61px; }
#lg-link-button-trip-planner { background-image: url('../images/lgLinkButton_tripPlanner.gif'); height: 50px; }

/*
 * Modal Dialogs
 */

.modal-dialog .hd { text-align: left; }
.modal-dialog .bd-inner { padding: 1em; text-align: left; }
.modal-dialog .bd-inner h3 { margin-bottom: .25em;}

.modal-form .row { width: 100%; }
.modal-form .row-last { margin-bottom: 1em; }
.modal-form .prompt,
.modal-form .response { float: left; font-size: 108%; padding: 0.5em 0em; }
.modal-form .prompt { width: 9em; margin-right: 1em; }
.modal-form .response { width: 14em; }
.modal-form .response input,
.modal-form .response select { width: 13em; }
.modal-form .button { font-size: 100%; }
.modal-form .seperator {
    border-color: #7ac142;
    border-style: dashed;
    border-width: 1px 0 0 0;
    height: 1px;
    width: 100%;
    margin: .5em 0;
}
.modal-form .row-with-note p { font-size: 85%; }
.modal-form .prompt-and-response .prompt,
.modal-form .prompt-and-response .response { width: auto; }

/**
 * Login Panel
 */
#login-footer {
    border-color: #7ac142;
    font-size: 108%;
    border-style: dashed;
    border-width: 1px 0 0 0;
    padding: 1em 0 0 0;
}
#login-wait,
#register-wait,
#reset-password-wait {
    margin: .5em auto .25em;
    height: 19px;
    width: 220px;
    background: url('../images/wait.gif');
}
/**
 * Status Paragraphs
 */
p.status {
    font-size: 85%;
    border-style: solid;
    border-width: 2px 0px;
    margin-bottom: 1.5em;
    padding: .5em 1em;
}

p.status-confirm {
    border-color: #7ac142;
    background-color: #b6db96;
}

p.status-err {
    border-color: #FF0000;
    background-color: #FFAAAA;
}

/*
 * Announcements
 */

#home-page-announcements .teaser {
    margin: 0.5em 0 1em;
    padding-left: 40px;
    background: url('../images/announcement-icon.png') no-repeat scroll 0px 5px;
}

#home-page-announcements .teaser-title {
    color: #7cb143;
    font-size: 108%;
    font-weight: bold;
}

.full-announcement-meta-data { color: #606060; font-style: italic; margin-bottom: 0.5em; }
.listed-announcement {
    margin: 1em 0;
}
.listed-announcement-title {
    color: #7cb143;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.full-announcement-body strong { font-weight: bold; }
.full-announcement-body em { font-style: italic; }

/* button.css */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
 .yui-button{display:-moz-inline-box;display:inline-block;vertical-align:text-bottom;}.yui-button .first-child{display:block;*display:inline-block;}.yui-button button,.yui-button a{display:block;*display:inline-block;border:none;margin:0;}.yui-button button{background-color:transparent;*overflow:visible;cursor:pointer;}.yui-button a{text-decoration:none;}.yui-skin-access-tysons .yui-button{border-width:1px 0;border-style:solid;border-color:#808080;background:url(../images/sam.png) repeat-x 0 0;margin:auto .25em;}.yui-skin-access-tysons .yui-button .first-child{border-width:0 1px;border-style:solid;border-color:#808080;margin:0 -1px;*position:relative;*left:-1px;}.yui-skin-access-tysons .yui-button button,.yui-skin-access-tysons .yui-button a{padding:0 10px;font-size:93%;line-height:2;*line-height:1.7;min-height:2em;*min-height:auto;color:#000;}.yui-skin-access-tysons .yui-button a{*line-height:2;}.yui-skin-access-tysons .yui-split-button button,.yui-skin-access-tysons .yui-menu-button button{padding-right:20px;background-position:right center;background-repeat:no-repeat;}.yui-skin-access-tysons .yui-menu-button button{background-image:url(menu-button-arrow.png);}.yui-skin-access-tysons .yui-split-button button{background-image:url(split-button-arrow.png);}.yui-skin-access-tysons .yui-button-focus{border-color:#7D98B8;background-position:0 -1300px;}.yui-skin-access-tysons .yui-button-focus .first-child{border-color:#7D98B8;}.yui-skin-access-tysons .yui-button-focus button,.yui-skin-access-tysons .yui-button-focus a{color:#000;}.yui-skin-access-tysons .yui-split-button-focus button{background-image:url(split-button-arrow-focus.png);}.yui-skin-access-tysons .yui-button-hover{border-color:#7D98B8;background-position:0 -1300px;}.yui-skin-access-tysons .yui-button-hover .first-child{border-color:#7D98B8;}.yui-skin-access-tysons .yui-button-hover button,.yui-skin-access-tysons .yui-button-hover a{color:#000;}.yui-skin-access-tysons .yui-split-button-hover button{background-image:url(split-button-arrow-hover.png);}.yui-skin-access-tysons .yui-button-active{border-color:#7D98B8;background-position:0 -1700px;}.yui-skin-access-tysons .yui-button-active .first-child{border-color:#7D98B8;}.yui-skin-access-tysons .yui-button-active button,.yui-skin-access-tysons .yui-button-active a{color:#000;}.yui-skin-access-tysons .yui-split-button-activeoption{border-color:#808080;background-position:0 0;}.yui-skin-access-tysons .yui-split-button-activeoption .first-child{border-color:#808080;}.yui-skin-access-tysons .yui-split-button-activeoption button{background-image:url(split-button-arrow-active.png);}.yui-skin-access-tysons .yui-radio-button-checked,.yui-skin-access-tysons .yui-checkbox-button-checked{border-color:#304369;background-position:0 -1400px;}.yui-skin-access-tysons .yui-radio-button-checked .first-child,.yui-skin-access-tysons .yui-checkbox-button-checked .first-child{border-color:#304369;}.yui-skin-access-tysons .yui-radio-button-checked button,.yui-skin-access-tysons .yui-checkbox-button-checked button{color:#fff;}.yui-skin-access-tysons .yui-button-disabled{border-color:#ccc;background-position:0 -1500px;}.yui-skin-access-tysons .yui-button-disabled .first-child{border-color:#ccc;}.yui-skin-access-tysons .yui-button-disabled button,.yui-skin-access-tysons .yui-button-disabled a{color:#A6A6A6;cursor:default;}.yui-skin-access-tysons .yui-menu-button-disabled button{background-image:url(menu-button-arrow-disabled.png);}.yui-skin-access-tysons .yui-split-button-disabled button{background-image:url(split-button-arrow-disabled.png);}

/*===================
	ie6 Hack
====================*/

*html .wrap{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/wrap_top.png') no-repeat; background-image: none}
*html .wrap_rpt{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/docroot/access-tysons/images/wrap_body.png') no-repeat; background-image: none}
*html .footer{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/wrap_btm.png') no-repeat; background-image: none}
*html .header h2{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/header_map.png') no-repeat; background-image: none}

*html .roundedBoxWithTitle dt{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/full_top.png') no-repeat; background-image: none;}
*html .contlft .roundedBoxWithTitle dt{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/contlft_2nd_tp.png') no-repeat; background-image: none;}


*html .lftBox{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/contlft_1st_tp.png') no-repeat; background-image: none;}
*html .lftBox .roundedBoxBtm{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/contlft_1st_btm.png') no-repeat; background-image: none;}

*html #tysons-future-skyscraper{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/tysons_future_skyscraper.png') no-repeat; background-image: none;}
*html .rgtBox{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/rgtBoxTp.png') no-repeat; background-image: none;}
*html .rgtBox .roundedBoxBtm{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/rgtBoxBtm.png') no-repeat; background-image: none;}

*html .basic{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/basic_top.png') no-repeat; background-image: none;}
*html .basic .roundedBoxBtm{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/basic_btm.png') no-repeat; background-image: none;}

*html #alt-two-column-layout #left-col .rounded-box {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/rounded-box-333-top.png') no-repeat; background-image: none;}
*html #alt-two-column-layout #left-col .rounded-box-bottom {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/rounded-box-333-bottom.png') no-repeat; background-image: none;}

*html #alt-two-column-layout #right-col .rounded-box {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/rounded-box-282-top.png') no-repeat; background-image: none;}
*html #alt-two-column-layout #right-col .rounded-box-bottom {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/docroot/access-tysons/images/rounded-box-282-bottom.png') no-repeat; background-image: none;}
