#content .home
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 10px;
	width: 181px;
	margin: 0;
	background-color: #ccc;
}

/*######################*/

/**
* Image replacement rule 
* Add selectors for any elements that need image replacement
*/
#content .home .conditions dt,
#content .home .links h3
{
	text-indent: -900px;
	font-size: 1px;
	text-align: left;
	overflow: hidden;
	background-repeat: no-repeat;
	height:56px;
}


#content .home .links
{
	padding: 10px;
	margin: 0;
	text-align: left;
}

#content .home .links h3
{
	display: block;
	position: relative;
	padding-top: 13px;
	height: 26px;
	background-image: url(images/common_heading_quick_links.gif);
	background-position: bottom left;
	text-align: left;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #666;
}

#content .home .links ul
{
	padding: 0;
	margin: 0 5px 5px 5px;
}

.home #content .home .links li
{
	list-style-position: outside;
	margin: 0 0 0 20px;
	padding: 0;
	list-style-image: url(images/icon_grey_arrow.png);
	margin-bottom: 5px;
}

.home #content .home .links li a
{
	color: #666;
	text-decoration:none;
}

.home #content .home .links li a:hover,
.home #content .home .links li a.iehover
{
	color: #003366;
	text-decoration:none;
}

#content .home .search
{
	display: block;
	background: #848484;
	position: absolute;
	left: 0;
	bottom: 118px;
	width: 161px;
	border-width: 10px 0 0 0;
	border-style: solid;
	border-color: #eaeaea;
	padding: 10px;
	margin: 0 0 0 0;
}

.home #content .home .search
{
	/*display: none;*/
	bottom: 0px;
}

#content .home .search fieldset
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border-style: none;
}

#content .home .search label
{
	margin: 0;
	padding: 0;
}

#content .home .search label span
{
	display: none;
}

#content .home .search label input
{
	width: 90px;
	border-width: 1px;
	border-color: #666;
	border-style: solid;
	background-image: url(images/field_bg.gif);
	background-repeat: repeat-x;
}

#content .home .search .submit
{
	color: #fff;
	background-color: #848484;
	border-width: 0;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 1em;
}

#content .home .navigation,
#content .primary .sidebar .links
{
	margin: 0 15px;
	padding: 0;
	z-index: 101;
}

#content .home .navigation ul,
#content .primary .sidebar .links ul
{
	padding: 0;
}

#content .home .navigation li,
#content .primary .sidebar .links li
{
	list-style-image: url(images/icon_white_arrow.png);
	list-style-position: outside;
	margin: 0 0 5px 20px;
	padding-left: 0;
	text-indent: 0;
}


#content .home .navigation h3,
#content .primary .sidebar .links h3
{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -900em;
	text-align: left;
	font-size: 1px;
	overflow: hidden;
	margin-top: 20px;
}

#content .home .navigation a
{
	text-decoration: none;
	color: #fff;
}


#content .home .navigation a:hover
{
	color: #003366;
	text-decoration: none;
}


#content .home .navigation h3
{
	width: 146px;
	height: 36px;
	/*background-image:url(../headders/about_the_airport.jpg);*/
}

/*####### weather ############*/
#content .conditions
{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 108px;
	width: 171px;
	border-width: 10px 0 0 0;
	border-style: solid;
	border-color: #eaeaea;
	padding: 0 5px;
	background: url(newImages/home_weather.gif) no-repeat top left;
}

#content .conditions .weather span {
color:#666;
font-weight:bold;
}

#content .conditions .time span {
color:#666;
font-weight:normal;
}

#content .conditions .weather {
border-color:#666;
border-style:solid;
border-width:0 0 0 2px;
clear:right;
}

#content .conditions .date span, .home #content .conditions .forecast span {
color:#666;
font-size:0.7em;
}

.forecast span {
	display:none;
}
