/**
 *  Custom Style
 *
 *  Generated By Gazelle on 23/05/10 @ 05:44
 *
 *  @title       Wyndham
 *  @author      SitePoint
 *  @description Default theme for Wyndham community site
 */

#header h1,
#header h1 a,
#header h1 a:hover {
	visibility: hidden;
	font-family: Arial;
	color: #f8f7f7;
}

body {
	background: #bde1ff body-bgimage top left repeat;
	font-family: Verdana;
	color: #222222;
}

#container {
	background: #c3d2da url(/styles/images/wyndham_header.jpg) top left no-repeat;
}

#content {
	background: #CDE8F9 url(/styles/images/wyndham_sidebar.jpg) bottom left no-repeat;
}

#maincontent {
	background-color: #ffffff;
	background-image: content-bgimage;
	background-position: top left repeat;
	border-right-color: #D9DECD;
}

#footer {
	background: #D9DECD url(/styles/images/wyndham_footer.gif) bottom left no-repeat;
	border-top: 1px solid #524415;
}

p {
	   line-height: 1.5em;
}

p, li, pre, blockquote, table, input, textarea, select, option {
	font-family: Verdana;
	color: #222222;
}

h1, h2, h3, h4 {
	font-family: Arial;
	color: #0a0a0a;
}

a:link {
	color: #00F;
}

a:visited {
	color:  ;
}

a:hover {
	color: #F00;
}

#mainnav ul {
	background: #524415;
}
#mainnav a {
color: #eeeee7;
}
#mainnav li a:hover {
color: #D9DECD !important;
}

#supportingcontent {
	background-color: #D9DECD;
}

hr {
	background-color: #D9DECD;
}

.border {
	border-color: #D9DECD;
}
ul.navlist li a:hover {
	color: #F00;
}
img.border {
	border-color: #0a0a0a;
}
.highlighted {
	color: #F00;
}
form#utilitysearch label {
color: #f8f7f7;
}