/* css file designed by David Todd Watson (david at wow-medialab dot com)
   updated: February 11, 2008
   site layout: 100% + centered
   site width: 960px
   
   tested with: 	

   ? Internet Explorer 5.2.2 (MAC)
   ? Safari 1.0.3 (MAC)
   ? Internet Explorer 6.0 (WIN)
   ? FireFox 1.3 (WIN)
   ? Opera 7.5 (WIN)


*/

/* STANDARD HTML TAGS
****************************/

	/* Global Reset */
	* {
		margin: 0;
		border: 0;
		padding: 0;
	}

	/* STRUCTURE
	*******************/
	html {}
	
		head {}
		body {
			width: 100%;
			background: #fff;
			text-align: center;
			font-family: georgia, "times new roman", verdana, arial, sans-serif;
			font-size: 12px;
			color: #666;
		}
			div {}
			span {}

	/* TEXT
	*******************/
	p {
		padding: 5px 0 5px 0;
	}
	h1 {
		font-size: 28px;
		font-weight: normal;
			color: #772b1a;
	}
	h2 {
		font-size: 20px;
		font-weight: normal;
			color: #772b1a;
	}
	h3 {

		font-size: 18px;
		font-weight: normal;
			color: #772b1a;
	}
	h4 {
		font-weight: normal;
			color: #772b1a;
	}
	h5 {
		font-weight: normal;
			color: #772b1a;
	}
	h6 {
		font-weight: normal;
			color: #772b1a;
	}
	strong {}
	em {}
	abbr {}
	acronym {}
	address {}
	bdo {}
	blockquote {}
	cite {}
	q {}
	code {}
	ins {}
	del {}
	dfn {}
	kbd {}
	pre {}
	samp {}
	var {}
	br {}

	/* HYPERLINKS
	*******************/
	a:link, a:visited {
		color: #772b1a;
		text-decoration: none;
		font-weight: bold;
	}
	a:hover, a:active {
		color: #999;
		text-decoration: underline;
		font-weight: bold;
	}

	/* IMAGES
	*******************/
	img {
		border: 0;
	}

	/* LISTS
	*******************/
	#main ul {
		margin: 10px 20px 10px 20px;
	}
		ul li {
			margin: 0 0 10px 10px;
			list-style-image: url("bullet.gif");
		}
	ol {}
		ol li {}
	dl {}
		dt {}
		dd {}

	/* TABLES
	*******************/
	table {}
		tr {}
			td {
				vertical-align: top;
			}
		th {
		}
		tbody {}
		thead {}
		tfoot {}
		col {}
		colgroup {}
		caption {}

	/* FORMS
	*******************/
	form {}
		input {
			border: #999 solid 1px;
		}
		textarea {
			border: #999 solid 1px;
		}
		select {}
		option {}
		optgroup {}
		button {}
		label {}
		fieldset {}
		legend {}


/* PAGE STRUCTURE
****************************/

#header, #content, #footer {
	clear: both;
	width: 960px;
	padding: 0;
	border: 0;
	margin: 0 auto;
	text-align: left;
}


/* HEADER SECTIONS
****************************/
#header-container {
float: left;
position: relative;
width: 760px;
margin: 0 0 0 0;
}



h1#logo {
float: left;
position: relative;
width: 250px;
height: 100px;
margin: 30px 0 0 10px;
background: url("bkg_logo.jpg") no-repeat;
}
	h1#logo a {
display: block;
width: 250px;
height: 100px;
margin: 30px 0 0 10px;
background: url("bkg_logo.jpg") no-repeat;
	}
		h1#logo a span {
			display: none;
		}

	ul#top-navigation {
display: none;
	}

#banner {
display: none;
}
#banner img {
}


/* CONTENT SECTIONS
****************************/
#ms #main, #sm #sidebar, #smx #sidebar, #smx #main, #xms #xtra, #m #main, #msx #main, #msx #sidebar {
	float: left;
	position: relative;
	padding: 0;
	border: 0;
	margin: 0;
}
#ms #sidebar, #sm #main, #smx #xtra, #xms #main, #xms #sidebar, #msx #xtra {
	float: right;
	position: relative;
	padding: 0;
	border: 0;
	margin: 0;
}
#ms #xtra, #sm #xtra, #m #sidebar, #m #xtra {
	display: none;
}


#content-container {
float: left;
position: relative;
width: 760px;
margin: 0;
padding: 0 0 20px 0;

}

#content #wrapper {
width: 760px;
margin: 0 auto;
}

#sidebar, #xtra {
display: none;
}

#main {
width: 760px;
margin: 0;
padding: 0;
}

#main .content {
margin: 10px 0 0 0;
padding: 0 20px 0 0;
}


/* FOOTER SECTIONS
****************************/
#footer {

	font-size: 11px;
	text-align: center;
	line-height: normal;
	width: 760px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
}
	#footer #info, #footer #footer-xtra {
		width: 960px;
		color: #666;
		padding: 0 0 0 0;
		margin: 0;
	}
	#footer #copyright {
		width: 960px;
		color: #666;
		padding: 0;
		margin: 0;
	}
	#footer a:link, #footer a:visited {
		font-weight: bold;
		color: #666;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		font-weight: bold;
		color: #666;
		text-decoration: underline;
	}


/* NAVIGATION
****************************/
ul#navigation {
display: none
}



ul#subpages {
float: right;
width: 150px;
margin: 0 0 0 10px;
padding: 0;
background: #eee;
}
ul#subpages li {
list-style: none;
margin: 0;
padding: 10px;
}

#trail {
display: none;
}


img#top-image {
display: none;
}


