html, body {
border:0;
margin:0;
padding:0;
}

body {
color:#000;
font:100%/1.3 "Times New Roman", Times, serif;
background:url(http://www.whitewingdev.com/images/bg-body.png) repeat-x #140002;
}

/***** Headings *****/

h1, h2, h3, h4 {
font-family: Georgia, "Times New Roman", Times, serif;
margin:0;
padding:0;
font-weight:normal;
}

h1 {font-variant: small-caps; padding-top: 25px; border-bottom: 1px solid #000; padding-bottom: 5px;}

h2 {
font-variant: small-caps;
color:#000;
padding:20px 0 10px 0;
font-size:1.85em;
}

h3 {
font-variant: small-caps;
color:#000;
font-size:1.3em;
}

h4 {
font-variant: small-caps;
color:#000;
font-size:1em;
font-weight:bold;
}

/***** Common Formatting *****/

p, ul, ol {
margin:0;
padding:0 0 1.45em 0;
}

ul, ol {
list-style:none;
}

blockquote {
color:#555;
margin:1.35em;
padding:1.35em 1.35em 0 1.35em;
}

strong {
color:#000;
}

small {
font-size:0.8em;
}

img {
border:0;
}

/***** Links *****/

a,
a:link,
a:visited {
color: #3a0c0f;
text-decoration:underline;
}

a:hover {
color:#000;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em Georgia, "Times New Roman", Times, serif; display:inline;
}

textarea {
line-height:1.35;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 1.35em 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:900px;
margin:0 auto;
}

/***** Header *****/

#header {
height:176px;
background:url(http://www.whitewingdev.com/images/bg-header.png) no-repeat center top;
}

/***** Logo *****/

#header h1 {
display:block;
padding:33px 0 19px 0;
text-indent:-3000px;
}
	
	#header h1 a {
	width:900px;
	height:64px;
	display:block;
	background:url(http://www.whitewingdev.com/images/logo2.png) no-repeat;
	_background:url(http://www.whitewingdev.com/images/logo2ie.png) no-repeat;
	}

/***** Navbar *****/

#header ul {
height:60px;
margin:0;
padding:0 0 0 26px;
list-style:none;
background:url(http://www.whitewingdev.com/images/bg-navbar.png) no-repeat;
}

	#header ul li {
	float:left;
	position:relative;
	}
					
		#header ul li a {
		float:left;
		display:block;
		color:#140002;
		height:24px;
		border-right:1px solid #3f2d2c;
		margin:20px 0 8px 0;
		padding:6px 11px 0 11px;
		font-size:1.05em;
		font-weight:bold;
		font-variant:small-caps;
		text-decoration:none;
		cursor:pointer;
		}

		#header ul li a:hover {
		color:#fff;
		background:#4c1717;
		}
		
		#header ul li a.last {
		border-right:0;
		}

		#header ul li ul {
		clear:both;
		display:none;
		position:absolute;
		top:0;
		left:0;
		color:#000;
		width:auto;
		height:auto;
		margin:50px 0 0 0;
		padding:0;
		white-space:nowrap;
		background:none;
		background-color:#f0e9de;
		}
		
		* html #header ul li ul {
		margin:52px 0 0 0;
		width:30%;
		}
		
		#header ul li:hover ul,
		#header ul li.over ul {
		display:block;
		}
		
			#header ul li ul li {
			float:none;
			}
			
				#header ul li ul li a {
				float:none;
				width:auto;
				margin:0;
				border:solid #d4d4d4;
				border-width:0 0 1px 0;
				padding:3px 25px 3px 10px;
				}
				
				#header ul li ul li a.last {
				border:0;
				}
			
			/*#header ul li:hover ul {
			display:block;
			padding:0;
			}
			*/
			/*Hide drop downs from IE 6 */
			/*#header ul ul li ul li {display: none;}*/

/*  OLD

#header div {
height:60px;
background:url(http://www.whitewingdev.com/images/bg-navbar.png) no-repeat;
}

	#header div ul {
	margin:0 0 0 26px;
	padding:0;
	list-style:none;
	}
	
		#header div ul li {
		display:inline;
		}
		
		#header div ul li a {
		float:left;
		color:#140002;
		height:24px;
		border-right:1px solid #3f2d2c;
		margin:20px 0 8px 0;
		padding:6px 16px 0 16px;
		font-size:1.05em;
		font-weight:bold;
		font-variant:small-caps;
		text-decoration:none;
		}
		
		#header div ul li a:hover {
		color:#fff;
		background-color: #4c1717;
		}
		
		#header div ul li a.last {
		border-right:0;
		}
		
		#header div ul li ul {visibility:hidden}
		
		#header div ul li:hover ul {
			visibility:visible;
			background-color:#fff;
			}
		
	/*	#header div ol li a.active {
		border-right-color:#2b1818;
		border-bottom:2px solid #4c1717;
		} */
		
/***** Sub Page Nav *****/	

#sidebar {
	padding-top: 35px;
	float: left;
	line-height: 1.1em;
	width: 220px;
	height: auto;
	}
	
#navcontainer {padding: 10px 0 28px 0;}
	
#navlist {
padding: 5px 0 0 0;
margin-left: 0;
border-bottom: 1px solid #4c1717;
width: 200px;
}

#navlist li {
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid #4c1717;
}

#navlist li a { 
	text-decoration: none; 
	display: block; 
	padding: 8px 0 8px 5px;
	}

#navlist li a:hover { 
	text-decoration: none; 
	background-color: #4c1717; 
	color: #FFF; 
	display: block; 
	}

/***** Content *****/

#content {
font-family: Verdana, Helvetica, Arial, sans-serif, Verdana;
padding:0 26px 0px 26px;
font-size: 0.75em;
line-height:1.8em;
background:url('http://www.whitewingdev.com/images/bg-content.png') repeat-y top center;
height: auto;
z-index: 500;
}

#communitiesLeft, #communitiesRight {
	width: 324px;
	padding: 15px 40px;
	}
	
	#communitiesLeft {
		float: left;
		}
		
	#communitiesRight {
		margin: 0 0 0 420px;
		}
	
#communitydetails{
	margin: 0 0 0 240px;
	padding: 0 0 0 25px;
	height: auto;
	}
	
	
	
	
	
	
	
	#communitydetails table th,  #communitydetails table td{
	padding: 0 20px 4px 20px;
	border-bottom: solid 1px #a69571;
	}
	
	#communitydetails table td {
	font-size: 0.9em;
	}
	
	
	#content td {padding-bottom: 0; margin-bottom: 0;}
	
	
div#newsletterform {
	  display: none;
	  width: 160px;
	  height: 250px;
	}
	
#newsletterform p, #newsletterform label {
	font-size:  0.8em;
	}
	
	.underline {border-bottom: 1px solid #000;}

/***** Sub-Header *****/

#subhead ul {
margin:0;
padding:0;
list-style:none;
}

	#subhead ul li {
	float:left;
	}
	
#subhead2 {
margin:0;
padding:0;
}

/***** Footer *****/

#footer {
clear:both;
color:#dbcfbd;
padding:60px 26px 30px 26px;
margin-top: 0px;
font-size:0.8em;
background:url(http://www.whitewingdev.com/images/bg-footer2.jpg) no-repeat;
}

	#footer ul {
	padding: 0 0 5px 0;
	}
	
		#footer ul li {
		display:inline;
		}
	
	#footer a {
	color:#dbcfbd;
	text-decoration:none;
	}
	
	#footer a:hover {
	color:#fff;
	}
	
#footer span {float: right;}

/***** Global Classes *****/

.clear 			{ clear:both;height:0; }
.left			{float: left;}
.right		{float: right;}
.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
.red			{color: maroon}
