/* general page layout style */

#address_top_ca
{
	position: absolute;
	top: 10px;
	left: 630px;
	color: #666;
	font-family: verdana;
	font-size: 10px;
	line-height: 13px;
}

#address_top_az
{
	position: absolute;
	top: 10px;
	left: 770px;
	color: #666;
	font-family: verdana;
	font-size: 10px;
	line-height: 13px;
}


#page
{
	position: absolute;
	width: 900px;
	height: 850px;
	left: 50%;
	margin-top: 20px;
	margin-left: -450px;
	background-repeat: no-repeat;
}


#header
{
	position: absolute;
	top: 0px;
	width: 900px;
	height: 100px;
}

.logo_container
{
	position: absolute;
	top: 0px;
	left: -25px;
	width: 275px;
	height: 100px;
	background-image: url(wsa_logo.jpg);
}

#global_nav_top
{
	position: absolute;
	top: 115px;
	height: 35px;
	width: 900px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	background-color: #CCC;
	background-repeat: repeat;
	background-image: url(highlight_bckg.jpg);
}

.global_nav_style
{
	color: #FFF;
	font-family: Verdana;
	font-size: 14x;
	line-height: 24px;
	text-align: center;
	width: 900px;
	height= 35px;
	position: absolute;
	top: 5px;
}


#banner_top
{
	position: absolute;
	top: 165px;
	width: 900px;
	height: 250px;
	background-color: #999;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	background-color: #CCC;
	z-index: 0;
}

#content_middle
{
	position: absolute;
	top: 460px;
	width: 900px;
	height: 400px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	left: 0px;
}

.middle_left_news
{
	position: absolute;
	top: 26px;
	left: 24px;
	width: 400px;
	height: 212px;

}


.middle_right_news
{
	position: absolute;
	top: 26px;
	left: 470px;
	width: 400px;
	height: 212px;
}

#footer
{
	position: absolute;
	bottom: 900px;
	width: 900px;
	height: 50px;
}

.text_links
{
	color: #999;
	font-size: 10px;
	font-family: verdana;
	line-height: 20px;
	text-align: center;
}


#central_highlight_bar
{
	position: absolute;
	z-index: 8;
	top: 430px;
	left: 24px;
	width: 850px;
	height: 50px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	background-color: #CCC;
	background-image: url(highlight_bckg.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

.highlight_news_style
{
	position: absolute;
	top: 12px;
	left: 22px;
	color: #FFF;
	font-family: Verdana;
	font-size: 14x;
	line-height: 24px;
	text-align: center;
	width: 805px;
}

.news_header
{
	color: #666;
	font-family: times;
	font-size: 18px;
	line-height: 18px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

.news_text
{
	color: #000;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

