/* --------- /stylesheets/reset.css --------- */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}/* --------- /stylesheets/generic.css --------- */ 
body {
	font-family:garamond, georgia, times, serif;
	background:#000 url(/images/bg.jpg) repeat scroll left bottom;
	font-size:10px;
	color:#111;
}

a {
	text-decoration:none;
	color:#9e1a0b;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	font-style:oblique;
	margin-bottom:1em;
	font-family:helvetica, sans-serif;
}

p {
	margin-bottom:1em;
}

#flash_notice {
	margin-bottom:20px;
	border:3px solid green;
	background-color:#fff;
	padding:20px;
	font-size:20px;
	font-style:oblique;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}/* --------- /stylesheets/wrap.css --------- */ 
#overlay {
background:transparent url(/images/overlay.png) no-repeat scroll center top;
padding:0 0 100px;
margin-top:30px;
height:1100px;
}

#header {
	background-color:#000;
	padding:10px 50px;
	font-size:15px;
	overflow:hidden;
}

ul#login, ul#primary-nav {
	width: 50%;
	float:left;
}

ul#login { text-align:right; }
#header ul li { display:inline; }
#header ul#login li { margin-left:25px; }
#header ul#primary-nav li { margin-right:25px; }

#content {
	width:785px;
	margin:0 auto;
	height:1035px;
	font-size:15px;
	position:relative;
	left:-4px;
	top:77px;
}

#footer {
	background-color:#000;
	overflow:hidden;
	padding:10px 50px;
	color:#fff;
	font-size:15px;
}

#footer ul,
#footer p {
	float:left;
	width:50%;
	margin:0;
}

#footer .copy { text-align:left; }
#footer .credit { text-align:right; }/* --------- /stylesheets/shared/text-pages.css --------- */ 
#public #content  {
	background:transparent url(/images/text-page-bg.jpg) no-repeat scroll center top;
	color:#c9c9c9;
}

#public h1 {
	padding:35px 20px 0 0;
	margin:0;
	font-size:44px;
	color:#9e1a0b;
	width:420px;
}

#public h1 span {
	margin-bottom:10px;
}

#public h2 {
	padding:30px 0 10px 0;
	margin:0;
	font-size:38px;
	color:#111;
}

#public p.written-by {
	padding:15px 1.5em 30px 0;
	font-style:oblique;
	font-size:16px;
	margin:0;
}

#public #copy {
	height:1035px;
	width:437px;
	overflow:hidden;
	overflow-y:scroll;
	padding-right:25px;
	margin:0 20px 20px 25px;
	font-size:18px;
	line-height:1.5em;
}

#public #copy ul.large li {
	background:transparent url(/images/list-delimiter.png) no-repeat scroll center bottom;
	margin-bottom:.8em;
	padding-bottom:1.4em;	
}

#public #copy ul.small {
	overflow:hidden;	
}

#public #copy ul.small li {
	display:inline;
	float:left;
	width:50%;	
}
/* --------- /stylesheets/shared/right-rail.css --------- */ 
#public #misc {
	position:absolute;
	top:50px;
	right:20px;
	width:256px;
}

#public #misc h2 {
	padding:30px 0 10px 0;
	margin:0;
	font-size:38px;
	color:#111;
}

#public #misc img {
	width:256px;
	height:265px;
}

#public #misc li {
	font-size:24px;
	margin-bottom:.8em;
	padding-bottom:1.4em;
	display:block;
	font-weight:bold;
	font-style:oblique;
	background:transparent url(/images/list-delimiter.png) no-repeat scroll center bottom;
}

#public #misc li.last {
	background:none;
}
