/* whitespace reset */
* {	padding:0;	margin:0; }
p, h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
/* /whitespace reset */

#header {
	margin: 0 auto;
	width: 850px;
	height: 200px;
	background: url(images/header.png) top center no-repeat;
	cursor: pointer;
}

#navigation {
	margin: 0 auto;
	width: 800px;
	height: 50px;
	padding: 4px 0;
}
#content {
	margin: 0 auto;
	width: 800px;
}

#navigation a {
	padding: 0 2px 0 2px;
	float: left;
}
#navigation a img {
	display: block;
}

a img {
	border: 0;
}

#container {
	margin: 0 auto;
	width: 850px;
	background: white url(images/bg.png) center repeat-y;
}


#footer {
	width: 850px;
	height: 80px;
	margin: 0 auto;
	background: url(images/footer.png) top center no-repeat;
	clear:both;
}




#content p, h1, h2, h3, h4, h5, h6 {
	font-family: arial, sans-serif;
}

#subnav {
	float: left;
	width: 150px;
}

#subnav a {
	display: block;
	margin-top: 1.2em;
}


/* Form Stuff
-----------------------------------------------*/
form label {
	float:left;
	width: 550px;
	text-align:right;
	font-size: 10px;
	font-family: trebuchet ms;
	margin: 0;
	padding: 10px 0 0 0;
}
form label textarea, form label input {
	width:450px ;
	border: 1px solid #b0b0b0;
}
form label select {
	width:454px ;
}
form label textarea {
	height: 100px;
}


form label.short {
	float: left;
	position: relative;
	width: 275px;
}
form label.short textarea, form label.short input {
	width:175px ;
}

form label.short select {
	width:179px ;
}

form input.required {
	border: 1px dotted #ff5050;
	background: #fffbfb;
	padding: 2px 1px;
}

form input.fixed {
	border: 1px solid #b0b0b0;
	background: #f8f8f8;
	padding: 2px 1px;
	color: #303030;
}


form textarea, form select {
	vertical-align: top;
}
form label.checkbox {
	float: left;
	text-align: left;
}
form label.checkbox input {
	vertical-align:middle;
	width: auto;
	margin-left: 100px;
}


form h2, form h3 {
	clear: left;
}

form ul {
	list-style: none;
	margin: auto;
	margin-left: 12px;
}






span.subtitle { 
	display: block;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	color: #a0a0a0;
}

div.byline { 
	font-family: arial, sans-serif;
	margin: 0 5%;
	font-style: italic;
	font-size: 0.85em;
}




/*  x-links styles
-------------------------------------------------*/

ul.xlink {
	list-style: none;
	padding: 0 1em;
	margin: 0;
}
ul.xlink li a {
	display: block;
	height: 1.2em;
	padding: 0.3em;
	font-weight: normal;
	overflow: hidden;
}

ul.xlink li a span {
	float: right;
	color: #ffffff;
	font-weight: normal;
	padding-left: 2em;
	position: relative;
	top: -1.2em;
	display: none;
}

ul.xlink li a:hover {
	background: #f8f8f8;
}

ul.xlink li a:hover span {
	display: inline;
	color: #707070;
	font-weight: normal;
	padding-left: 2em;
}
