/* Main Text Styles */
* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	width: 100%;
	background: #4b236f url(../img/bg_home.gif) repeat-y 50%;
}
body {
	height: 100%;
	width: 100%;
	font: 80%/1.3 Arial, Helvetica, sans-serif;
	color: #000000;
	background: transparent url(../img/bg_home_swan.gif) no-repeat 50% 0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{ /* give all a bottom margin of 10px, 1em can be used instead. Also give everything a consistant size. */
	font-size: 100%;
	margin-bottom: 1em;
}
h1 {}
h2 {
	font-size: 120%;
	color: #666;	
}
#main-navigation h2 strong {
	position: absolute;
	left: -999px;
	top: -999px;
}
#main-navigation .lifestyle h2 {
	background: url(../img/logo_gw_lifestyle.gif) no-repeat 50% 29px;
}
#main-navigation .care h2 {
	background: url(../img/logo_gw_care.gif) no-repeat 50% 29px;
}
#main-navigation .community h2 {
	background: url(../img/logo_gw_community.gif) no-repeat 50% 29px;
}
h3 {}
#main-navigation h3 {
	text-align: center;
	padding: 0.4em 0;
	font-size: 90%;
}
h4 {}
h5 {}
h6 {}
p {}
ul,ol { /* reset left margin for lists */
	margin-left: 1em;
}
ol { /* reset left margin for lists */
	margin-left: 1em;
}
ul.nav-about {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #fff;
}
ul.nav-about li {
	border-bottom: 1px solid #fff;
	text-align: center;
}
#section-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
#section-nav li {
	padding-top: 1px;
}
#nav dl {
	color: white;
	font-size: 85%;
	padding: 20px;
	margin-top: 1px;
}
#nav dt {
	float: left;
	width: 40px;
}
#nav dt.email {
	width: 12px;
}
#nav dd {}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 0px;
}
#nav dl a, #nav dl a:link, #nav dl a:visited {
	color: #fff;
	text-decoration: underline;
}
#nav dl a:focus, #nav dl a:hover, #nav dl a:active {
	color: #4D396A;
	text-decoration: underline;
}
ul.nav-about li a, ul.nav-about li a:link, ul.nav-about li a:visited {
	font-size: 90%;
	width: 100%;
	padding: 8px 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
ul.nav-about li a:focus, ul.nav-about li a:hover, ul.nav-about li a:active {
	text-decoration: none;
	background: #4D396A;
}
#main-navigation .lifestyle h2 a, #main-navigation .care h2 a, #main-navigation .community h2 a {
	height: 126px;
	width: 197px;
	display: block;
}
#main-navigation .lifestyle h3 a, #main-navigation .lifestyle h3 a:link, #main-navigation .lifestyle h3 a:visited, #main-navigation .care h3 a, #main-navigation .care h3 a:link, #main-navigation .care h3 a:visited, #main-navigation .community h3 a, #main-navigation .community h3 a:link, #main-navigation .community h3 a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 147px;
	padding: 152px 25px 12px;
}
#main-navigation .lifestyle h3 a:focus, #main-navigation .lifestyle h3 a:hover, #main-navigation .lifestyle h3 a:active {
	color: #F9EBCC;
	text-decoration: none;
}
#main-navigation .care h3 a:focus, #main-navigation .care h3 a:hover, #main-navigation .care h3 a:active {
	color: #DFEEEE;
	text-decoration: none;
}
#main-navigation .community h3 a:focus, #main-navigation .community h3 a:hover, #main-navigation .community h3 a:active {
	color: #FFF8CE;
	text-decoration: none;
}
#home-content a, #home-content a:link, #home-content a:active {
	text-decoration: none;
	color: #999;
}
#home-content a:focus, #home-content a:hover, #home-content a:visited {
	text-decoration: none;
	color: #666;
}
#footer a, #footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #4D396A;
	text-decoration: none;
}
#home-content
{
   margin-left: 200px;
   padding-bottom: 20px;
   padding-right: 30px;
}
#news
{
   clear: both;

   position: relative;

   top: -50px;

   margin-left: 200px;
   padding-bottom: 50px;

   width: 500px;
}
#news-header
{
   width: 90px; height: 12px;
   background-image: url(../img/whats_new.gif);

   margin-bottom: 15px;
}
#news-header h2
{
   display: none;
}
div.news-item
{
   background-image: url(../img/news_dot.gif); background-repeat: no-repeat;
   padding-left: 25px; margin-bottom: 15px; color: #808080;
}
div.news-item div.moreinfo
{
   text-align: right;
}
div.news-item div.moreinfo a
{
   color: #808080; text-decoration: none;
}

div.morenews-item
{
  padding-left: 25px; 
  color: #808080;
}

div.morenews-item div.morenews
{
   text-align: right;
   font-weight: normal;
}
div.morenews-item div.morenews a
{
   color: #808080; text-decoration: none;
   text-align: right;
   font-weight: normal;
}
/* End Main Text Styles */

/* Layout */

/* End Layout */

/* Misc. */
.pdf {
	font-size: 80%;
	color: #999999;
	text-transform: uppercase;
}

/* End Misc. */
