/* CSS RESET */

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: "" "";
}

/* begin real styles now */

/* generic styles */

.offScreen{
	position:absolute;
	left-9999px;
	top:-500px;
}

.clear{
	clear:both;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:1.5em;
}
body, a{
	color:#0D006A;
}
a:hover{
	text-decoration:none;
}
.imageLeft{
	float:left
}
.imageRight{
	float:right;
}
/* layout */

#headerWrapper{
	height:115px;
	background:url(Media/header_bg.gif) repeat-x;
	margin-bottom:33px;
}

#header{
	width:980px;
	margin:0 auto;
}

#content{
	width:940px;
	margin:0 auto;
	padding:0 20px;
}

#contentWrapper{
	background:url(Media/footer_bg.gif) repeat-x bottom left;
}

#footer{
	display:none;
}

#leftCol{
	display:none;
}

#rightCol{
	float:left;
	width:774px;
	margin-bottom:40px;
}

#rightColLeft{
	width:430px;
	float:left;
}

#rightColRight{
	float:right;
	width:300px;
}

#rightColLeftEqual{
	width:360px;
	float:left;
	position:relative;
}
#rightColRightEqual{
	width:360px;
	float:right;
	position:relative;
}

.leftHome ul { 
	margin: 15px;
	 }
.leftHome li { 
	list-style-type:disc;
	}
/* nav */

#nav{
	line-height:1em;
	padding-top:16px;
	margin-bottom:20px;
}
#nav li{	
	border-bottom:1px dotted #0D006A;
}
#nav a{
	text-decoration:none;
	font-weight:bold;
	padding:9px 0 11px 0;
	display:block;
}

#nav ul a{
	color:#24599A;
	font-weight:normal;
	padding:0 0 13px 10px;
}

#nav ul li{	
	border:none;
	height:1%;
}

#nav ul li.selected_child a{
	text-decoration:underline;
}
/*font style */

h2{
	font-size:1.5em;
	border-bottom:dotted 1px #0D006A;
	padding-bottom:20px;
	margin-bottom:27px;
	font-weight:bold;
}
h2.titleNoBorder{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:bold;
}

h3{
	font-size:1.2em;
	padding-bottom:1.2em;
	font-weight:bold;
}
p{
	margin-bottom:1.2em;
}
strong{
	font-weight:bold;
}
.openingParagraph{
	font-weight:bold;
}

/* header */

#header img{
	margin:17px 0 0 20px;
}


/* footer */

#footer li{
	float:left;
	padding-left:10px;
	margin-left:10px;
	border-left:solid 1px #0D006A;
	line-height:1em;
}

#footer li.footerFirstLink{
	padding-left:none;
	margin-left:none;
	border-left:none;
}

#footer a{
	text-decoration:none;
	font-size:90%;
}
#footer a:hover{
	text-decoration:underline;
}

#acrobat{
	float:right;
	padding-right:34px
}
#acrobat img{
	vertical-align:middle

}

/* biography */

p.biographyName{
	font-weight:bold;
	margin:0;
	padding:0;
	clear:both;
}
p.biographyName img{
	margin-bottom:1em;
	border:solid 1px #0D006A;
}
p.biographyDescription{
	margin:0;
	padding:0;
}
p.biographyLink{
	margin:0;
	padding:0;
}

/* publications */
.publicationHolder{
	border-bottom:dotted 1px #0D006A;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
}
.publicationName{
	font-weight:bold;
	clear:both;
	line-height:1.2em;
}
.publicationName img {
	float:right;
	border:solid 1px #0D006A;
	margin:0 0 0 10px;
}
.publicationSummary{
	line-height:1.2em;
	padding:0;
}
.publicationLink{
	line-height:1.2em;
	padding:0;
	margin:0;
}

/* articles */
.articleHolder{
	border-bottom:dotted 1px #0D006A;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
}
.articleName{
	font-weight:bold;
	clear:both;
	line-height:1.2em;
}
.articleName img {
	float:right;
	border:solid 1px #0D006A;
	margin:0 0 0 10px;
}
.articleSummary{
	line-height:1.2em;
}
.articleLink{
	line-height:1.2em;
}

.cartoon{
	float:left;
	border:solid 1px #0D006A;
	margin:0 10px 10px 0;
	clear:left;
}
hr{
	clear:both;
	color:#FFFFFF;
	background-color:#FFFFFF;
	border:0;
}
.paraheader { padding-bottom:0;
	margin-bottom:0 }
	
#sitemap, #sitemap ul{
	margin-left:15px;
}
#sitemap{
		margin-bottom:1em;
}
.eventHeader {
	margin-top:4em;
}

.testimonialquote { font-weight: bold;
	font-style:italic;
	margin-bottom:0}
.testimonialSource{
	margin-bottom:2em;
}
.cartoontop {margin-top:75px }



/* homepage - template 1*/

/* CSS Document */
h2{
	font-size:1.7em;

}

.leftHome{
	width:360px;
	float:left;
}

.rightHome{
	float:right;
	width:360px;
}

.quickLinks ul{
	margin:15px 0 0 0;
}

.whatsNew{
	background:url(Media/whatsNew_bg.gif) no-repeat;
	padding:20px 33px 10px 22px;
	margin-top:15px;
	width:300px;
	line-height:1.5em;
}
.whatsNewBottom{
	background:url(Media/whatsNew_bg_bot.gif) no-repeat bottom left;
	height:5px;
	width:350px;
}
.whatsNew h2{
	font-size:120%;
	padding-bottom:14px;
	margin-bottom:17px;
}
.whatsNew p{
	margin-bottom:10px;
}
#rightCol { margin-bottom:0 }
