/* CSS Document */
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, 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: Arial, Helvetica, sans-serif;
}
img, div, td { 
	behavior: url(styles/iepngfix.htc) 
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body#wrapper {
	height: 100%;
}

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: "" "";
}

strong {
	font-weight: bold;
}

/* --------- END CLEAR CSS ---------- */

/* ---------- BEGIN custom layout ---------- */
body {
	background-color: #fff;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#containter {
	width: 980px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 100px;
	text-align:left;
}

#content-container {
	width: 980px;
	margin-right:auto;
	margin-left:autox;
	margin-top: 30px;
	text-align:left;
}

/* ---------- END custom layout ---------- */
/* ---------- BEGIN title ---------- */
.title {
	width: 200px;
	font-family: "Lucida Grande CE";
	font-size: 16px; 
	font-weight: normal;
	letter-spacing: 4px;
	margin-bottom: 40px;
	color: #000;
	float: left;
}

.title a {
	text-decoration: none;
	color:#000;
}
/* ---------- END title ---------- */

/* ---------- BEGIN global navigation ---------- */
.g-nav {
float: left;
	margin-top: 2px;
	margin-bottom: 60px;
}

.g-nav a {
	font-size: 12px; 
	letter-spacing: 1.5px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 40px;
	text-decoration: none;
	color: #000;
}

.g-nav a:hover {
	text-decoration: underline; 
	color: #000;
}

.g-nav p {
	margin-top: 30px;
}

/* ---------- END global navigation ---------- */

/* ---------- BEGIN projects TOC styles ---------- */

.project-toc {
	float:left;
	margin: 60px 30px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:normal;
	border-right: 1px dotted #ccc;
	padding-right:10px;
}

.project-toc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

.project-toc a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
/* ---------- END projects TOC styles ---------- */


/* ---------- BEGIN project styles ---------- */
.project-title {
	font-size: 22px;
	font-family: "Lucida Grande";
	font-weight: normal;
}

.project-image-two {
	margin-right:20px;
}
/* ---------- END project styles ---------- */


/* ---------- BEGIN writing TOC styles ---------- */
.writing-toc {
	float:left;
	margin: 60px 30px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:normal;
}

.writing-toc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

.writing-toc a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
/* ---------- END writing TOC styles ---------- */

/* ---------- BEGIN writing styles ---------- */ 

.write-piece-title {
	margin-top: 10px;
	float: left;
	width: 200px;
}

.write-piece-title-special {

}

.write-piece-photo-cred {
	width: 400px;
	margin: -30px 0 0 300px;
	float: left;
}

.quote {
	float: left;
	width: 500px;
	margin-top: 20px;
}

.quoter {
	margin-left: 280px;
}

h1 {
	font-family: "Lucida Grande";
	font-size: 15px;
	font-weight: normal;
}

h2 {
	font-family: "Lucida Grande";
	font-size: 11px;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* ---------- begin written piece tables and bulk content ---------- */

table {
	float: left;
	margin-top: 30px;
	margin-bottom: 50px;
	width: 700px;
}

td {
	margin-right: 10px;
}

.no-margin-top {
	margin-top: 0px;
}

table p {
	width:600px;
	margin-top: 10px;
	
}

table p.write {
	width: 300px;
}

table h3 { 
	width: 600px;
	margin-top: 15px;
	margin-bottom:20px;
}

table img { 
	margin-top: 10px;
	margin-bottom: 10px;
}

table a {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color:#003399; 
}

/* ---------- writing pieces special image styles ---------- */
.two-image {
	width: 650px;
	float: left;
}

.two-image img {
	margin-right: 10px;
	float: left;
}

/* ---------- begin footnote styles ---------- */
#content {
	font-size: 1.2em;
	line-height: 1.8em;
}

div.footnote a {
	color: #333;
	font-weight: bold;
	font-size: 10px;
}
a.ftnlink {
	font-size: 9px;
	vertical-align: super;
	color: #333;
}

.footnoteholder {
	border-left: 1px solid #ccc;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 20px 0 50px;
	padding: 20px 10px;
}
.footnoteholder div.footnote {
	margin: 0 0 10px;
}

/* ---------- begin styles for the news page ---------- */
.news-table {
	margin-left: 200px;
}

p.news-content {
	width: 300px;
	text-align: left;
}