@charset "utf-8";
/* CSS Document Wireless Woman*/

/* ------------------------------ Page Layout ------------------------------- */

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#containerHome {
	width:960px;
	margin:0px auto 10px auto;
	background: #fff url(ww-homepage-bg.gif) repeat-y left;

}

#containerSubPage {
	width:960px;
	margin:0px auto 10px auto;
	background: #fff ;

}

#banner {
	width: 960px;
	height: 146px;
	margin: 0 auto 0px auto;
}
	
#leftSidebar {
	float:left;
	width: 300px;
	margin: 0; 
}

#homeContent {
	float:left;
	width:660px;
	margin: 3px 0 0 0;
}

#subPageContent {
/*	position:relative; */ 
	float:left;
	width:710px;
	margin: 3px 0 0 0;
}

#rightColumn {
	float:left;
	width:200;
	margin:;
}
#footer {
	float:left;
	width:960px;
	margin: 6px 0 0 0;
}

.clear {
	clear:both;
	margin-bottom:0;
}

/* ------------------------------ Home Page Navigation ------------------------------- */

#topNavHome {
	width: 650px;
	height:34px;
	margin: 0px 0 6px 10px;
	background: #999 url(ww-gray-border.gif) top left repeat-x;
}

#topNavHome ul li {
	float: left;
	margin-left:3px;
}

#topNavHome LI a:link, #topNavHome LI a:visited {
	font-family:"Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #004890;
	display: block;
	width: 127px;
	height: 27px;
	line-height: 27px;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
	background: #F1B310 url(ww-nav-bg.gif) no-repeat left top;
	text-indent: 0px;
	outline:none;
}

/* eliminate space before first nav item and expand width as necessary to even out the line */

#topNavHome ul li .first {
	margin-left:-3px;
	width:130px;
}

#topNavHome LI a:hover {
	background-color:#004890;
	background-position: right top;
	color:#F1B310;
}


#topNavHome UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#homePageTwitter {
	background:#F1EDE2;
	padding:12px;
	width: 628px;
	align:right;
	margin-left:12px;
	margin-bottom: 0px;
}

#footer {
	float:left;
	width:960px;
	margin: 10px 0 0 0;
	background:#FFF
}