/* General Styles */
/* Reset */


body {
    position: relative;
    background: #000000;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.6; /* Baseline grid of 21px */
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 10px;
}

/* /Reset */

/* Typography */
/* basic font sizes */
p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 1em;  /* 14px */
}

/* deal with likely (but certainly not all) inherited shrinkage */

ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em;
}
/* /Typography */

/* Margins */

table{
	margin-bottom: 1.4286em; /* 20px */
	margin-top: 1.4286em; /* 20px */
border:3px solid;

}
p{
	margin-bottom: 1.4286em; /* 20px */
	margin-top: 1.4286em; /* 20px */
}
form {
	margin-bottom: 1.517em; /* 18px */
}
ul ul, ol ol, ol ul, ul ol {
	margin-bottom: 0;
}

/* /Margins */

/* Links */

a:link {
	text-decoration: underline;
}

a:visited {
	color: #AB1F60;
}

a:hover,
a:focus {
	color: #DC3DBC;
	text-decoration: none;
}

a:active {

}

/* /Links */

/* Headings */

h1 {
	font-size: 1.7857em;
	font-family: Georgia, serif;
	font-weight: normal;
    line-height: 1.3;
	margin-top: 0;
    color: #690333;
	text-align:left;
}
h2 {
	font-size: 1.2857em;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 1.2em;
	margin-bottom: 0.1em;
    color: #1A2942;
}
h3 {
	font-size: 1.1428em;		/* 18px */
	margin-bottom: 0.5556em; 	/* 10px */
	color: #645951;
}


/* /Headings */

/* Lists */

.prose ul, ul.bullets, ul.bullets ul {	/* unordered lists more often DON'T require bullets except in extended bits of writing - use the .prose class or apply directly with .bullets */
	list-style-type: disc;
	margin-left: 1.385em; /* 18px */
}
.bullets li {
	margin-top: 0.5em;			/*  8px */
	margin-bottom: 1.25em;		/* 18px */
}

ol {	/* ordered lists usually DO require bullets */
	list-style-type: decimal;
	margin-left: 2.077em; /* 27px */
}

dt {
	font-weight: bold;
	margin-top: 1.385em; /* 18px */
}

/* Lists */

/* Tables */

/* /Tables */

/* Blockquotes */

blockquote {
	font-style: italic;
	text-align:left;
	border-top: 1px solid #ece5db;
	border-bottom: 1px solid #ece5db;
	padding: 20px 20px 10px 60px;
	background: url(../images/quote.png) no-repeat 10px 20px;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

blockquote cite,
blockquote em {
	font-style: normal;
	font-weight: bold !important;
}

/* /Blockquotes */

/* Forms */
.dForm {
	clear: both;
	overflow: hidden;
}

.dForm div {
	margin-bottom: 10px;
}

.dForm div label {
	display: block;
}

.dForm div input,
.dForm div textarea {
	border: 2px solid #aaa;
	padding: 5px;
	width: 350px;
}

.dForm .buttons input {
	width: auto;
	float: left;
	background: url(../images/button.png) no-repeat;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	width: 118px;
	height: 33px;
	font-size: 1em;
	padding-top: 0;
	letter-spacing: 1px;
	text-shadow: #064c6f -1px -1px 0;
	text-align: center;
}

.dForm .buttons a {
	float: left;
	margin: 6px 0 0 20px;
	color: #064c6f !important;
}
/* /Forms */

/* Other elements */

address {
	font-style: normal;
}

pre,
code,
kbd,
tt,
samp,
tt {
	font-family: "andale mono", monospace;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

/* /Other elements*/

/* /General styles*/

/* Helper Styles */
.clear {
	clear: both;
}

.amp {
	font-family:"Garamond Premier Pro","Adobe Garamond Pro","Garamond Pro",Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size:1.4em;
	font-style:italic;
	font-weight:normal;
}


.contents {
	clear:both;
	overflow:hidden;
	text-align:justify;
	width:700px;
	margin-top: 10px;
}

.content-main {
	float: right;
	width: 90%;
	overflow: hidden;
	padding-right: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	margin-top: 5px;
	
}

.content-sub {
	float: left;
	width: 239px;
	overflow: hidden;
	text-align: right;
}

.floatLeft {
	float: left;
	margin-bottom: 10px;
}

.floatRight {
	float: right;
	margin-bottom: 10px;
}

.photo {
	padding: 6px;
	background: #fff;
}

.photo.floatRight {
	margin-left: 20px;
}

.photo.floatLeft {
	margin-right: 20px;
}

.message {
	border: 2px solid #fae9d9;
	background: #fbf5ee;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
}

.message p {
	margin-bottom: 10px;
}

.error {
	border: 2px solid #aa0000;
}

.error strong {
	color: #aa0000;
}
/* /Helper Styles */

/* Page Structure */
#header .contents {
	height: 235px;
	background: url(new-screen.css) no-repeat right top;
}

#header #sherylMungall {
	width: 215px;
	padding-right: 160px;
	text-align: right;
	overflow: hidden;
	margin-top: 30px;
}

#header #sherylMungall .fn {
	width: 215px;
	padding-right: 160px;
	padding-top: 3px;
	background: url(/images/bg-vcard-header.png) repeat-y;
	color: #faf0ea;
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.286em;
	cursor: pointer;
}

#header #sherylMungall .fn span {
	margin-right: -14px;
	display: block;
}

#header #sherylMungall .fn small {
	font-size: 10px;
	vertical-align: top;
}

#header #sherylMungall .fn .org {
	display: none;
}

#header #sherylMungall .details {
	font-size: 0.875em;
	display: none;
}

#header .site-name {
	display: block;
	text-indent: -9999em;
	width: 400px;
	height: 100px;
	margin: 30px 0 0 230px;
}

#content h1 {
	width: 595px;
	margin-bottom: 15px;
}

#content div.content-main {
	border-left: 1px solid #dfe7cb;
	padding-left: 25px;
	width: 595px;
}

#navigation li {
	font-size: 1.286em;
	padding: 0;
	margin: 0 0 15px 0;
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
}

#navigation li a {
	display: block;
	padding-right: 25px;
	color: #03314a !important;
	text-decoration: none;
}

#navigation li.current a,
#navigation li.current li.current a {
	border-right: 2px solid #dfe7cb;
	padding-right: 23px;
	color: #1d78a7 !important;
}

#navigation li.current li {
	font-size: 0.834em;
	margin-bottom: 0;
}

#navigation li.current li a {
	border: 0;
	padding-right: 25px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.786em;
	color: #868e97;
	margin-top: 20px;
}

#footer .content-main {
	padding-top: 40px;
	background: url(../images/bg-footer.png) no-repeat center top;
}

#footer .contact {
	font-family: Georgia, serif;
	font-style: italic;
	color: #829a4f;
}

#footer .contact strong {
	color: #3e5115;
}

#footer .contact span {
	padding: 0 10px;
}

#footer .contact a {
	color: #829a4f;
	text-decoration: none;
}
/* /Page Structure */

/* Page Components */

/* /Page Components */

/* Overrides */
.form-url {
	display: none;
}
/* /Overrides */
