/* @override 
	http://esvc000384.wic029u.server-web.com/css/community.css
	http://esvc000384.wic029u.server-web.com/css/community.css
*/

/********** Styling for Communities ***********/


/* Structure Styling */
body{
	background: #dae8f4 url(../images/bg_fade.gif) repeat-x;
	font-family: Tahoma, Arial;
	font-size: 75%;
	color: #003359;
}

a{
	color: #003359;
}

div#page_bg{
	background: #FFF url(../images/page_bg.gif) repeat-y;
}

div#top_curve{
	background: url(../images/page_top_curve.gif) no-repeat top;
	_height: 354px;
	_margin-top: 32px;
}
	
		
/* Menu */

div#banner{
	background: url(../images/banner_fallback_bg.gif) no-repeat 0 bottom;
}

div#menu{
	background: url(../images/top_nav_bg.gif) repeat-y;
	z-index: 10;
	position: relative;
	min-height:253px;
}
div#menu_footer{
	background: url(../images/top_nav_footer.gif) top left no-repeat;
	height: 8px;
	overflow: hidden;
	margin-top: 4px;
}

ul#leftmenu {
	font-size: 0.9em;
	font-weight: normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top: 6px;
	height: 235px;
	background: url(../images/top_nav_header.gif) no-repeat top left;
}

ul#leftmenu li{
	padding: 0px 0 0 9px;
	margin: 0;
	border-bottom: 0px solid blue;
	float: left;
	clear: left;
	display: block;
	width: 175px;
}

ul#leftmenu li a{
	background: url(../images/top_nav_li_bg.gif) no-repeat 1px 6px;
	display: block;
	color: #FFF;
	padding: 4px 0 4px 9px;
	border-bottom: 1px solid #ed9c33;
	font-weight: bold;
}
ul#leftmenu li a:hover{
	/*background: #f19d30 url(../images/top_nav_li_bg.gif) no-repeat 3px 10px;*/
	color: #fce9cc !important;
	text-decoration: none;
	display: block;
}

div#flash_banner{
	z-index: 11;
	position: relative;
}

/********** Content ***********/
div#content{
	color: #003359;
	clear: both;
}

a#become_lifestyler{
	background: url(../images/interior_home_welcome_invit.gif) no-repeat;
	width: 210px;
	height: 94px;
	display: block;
	text-indent: -20000px;
	margin-top: 20px;
}


div#right_col #news ul li{
	background: url(../images/news_li_bg.gif) no-repeat;
	padding: 8px 0px 8px;
	line-height: 1.4em;
}

div#right_col #news ul li a{
	padding-left: 15px;
	background: url(../images/news_li.gif) no-repeat 0 2px;
	display: block;
	color: #003359;
}

/********** Footer ***********/
#footer_container {
	background: url(../images/footer_bg.gif) no-repeat left top;
	clear: both;
	padding: 0 0 14px 0;
	width: 776px;
	position: relative; 
	height: 28px;
	margin: 0;	
}

ul#footer {
	list-style-type: none;
	margin: 0 20px;
	padding: 0;
	width: 550px;
	position: absolute;
	top: 12px;
	font-size: 0.9em;
}
ul#footer li {
	display: inline;
	border-right: 1px solid #003359;
	padding: 0px 8px;
}

ul#footer li a:link, ul#footer li a:visited {
	color: #003359;
}

ul#footer li a:hover {
	text-decoration: underline;
	color: #e98300;
}
div#footer_container #largerTxt a{
	background: url(../images/bt_largerTxt.gif) no-repeat left top;
	width: 116px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 7px;
	text-indent: -20000px;
}
div#footer_container #normalTxt{
	/*display: none;*/
}
div#footer_container #normalTxt a{
	background: url(../images/bt_largerTxt.gif) no-repeat;
	width: 116px;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 70px;
	text-indent: -20000px;	display: none;
}

/* TEXT SIZE BUTTONS
----------------------------------------------- */


ul#footer li#largerTxt {
	float: right;
	margin-top: 0;
	border-right: 0;
}

ul#footer li#largerTxt a {
	background: url(../images/bt_largerTxt.gif) 0 0px no-repeat;
	width: 104px;
	height: 24px;
	display: block;
	margin: 0 0 0 0;
	border: 0;
	padding: 0 0 0 0;
	overflow: hidden;
	text-indent: -5000px;
	position: absolute;
	right: -192px;
	top: -8px;
}

ul#footer li#largerTxt a:hover {
	background: url(../images/bt_largerTxt.gif) 0 -24px no-repeat;
}

ul#footer li#normalTxt {
	float: right;
	margin-top: 0;
	border-right: 0;
	display: none;
	
}

ul#footer li#normalTxt a {
	background: url(../images/bt_normalTxt.gif) 0 0px no-repeat;
	width: 104px;
	height: 24px;
	display: block;
	margin: 0 0 0 0;
	border: 0;
	padding: 0 0 0 0;
	overflow: hidden;
	text-indent: -5000px;
	position: absolute;
	right: -192px;
	top: -4px;
}


ul#footer li#normalTxt a:hover {
	background: url(../images/bt_normalTxt.gif) 0 -24px no-repeat;
}