/*
* Default style sheet
*/

html {
	background: #D3D3D3;
	width: 100%;
	height: 100%;
	background-color: #bebcad;
}

body {
	margin: 0 auto;
	width: 814px;
	margin-top: 8px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #505050;
	color: black;
	background: #bebcad url(images/body-bg.gif) repeat-y;
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #3565ad;
	font-size: 90%;
}

a:hover {
	text-decoration: underline;
}

/*---------------------------------------------------------------------------*/
/* Header */
/*---------------------------------------------------------------------------*/

#headerContainer {
	background: #265188 url(images/header.gif) no-repeat;
	margin: 0 auto;
	width: 814px;
	height: 120px;
	text-align: center;
	color: #cbc6ad;
	font-size: 1.2em;
	font-family: georgia, serif;
	font-weight: bold;
	font-style: italic;
}
#headerContent {
}


/*---------------------------------------------------------------------------*/
/* Navigation */
/*---------------------------------------------------------------------------*/

div.navbar {
	height: 25px;
	width: 800px;
	margin: 0 auto;
	margin-top: 0px;
	background: #265188 url(images/nav-bg.jpg);
	border-bottom: #265188 solid 1px; 
}

div.navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	white-space: nowrap;
}

div.navbar li {
	list-style-type: none;
	display: inline;
	line-height: 25px;
}

div.navbar a:link, div.navbar a:visited, div.navbar a:hover, div.navbar a:active {
	margin: 0 auto;
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}
div.navbar a:hover {
	text-decoration: underline;
}

/*---------------------------------------------------------------------------*/
/* Main content */
/*---------------------------------------------------------------------------*/
#mainContainer {
	width: 800px;
	margin: 0 auto;
	background: #fdf9ed;
	background: #ededed;
	background: #fffdf8;
	background: white;
}
#mainContent {
	padding-left: 90px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 50px;
}

#mainContent h1 {
	color: #3565ad;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h2 {
	color: #1c4982;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	font-family: Georgia;
	margin-bottom: 1em;
}
#mainContent h3 {
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
	font-style: italic;
	font-family: Georgia;
	margin-bottom: 1em;
}
#mainContent p {
	margin-bottom: 20px;
}

*.intro {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	margin-left: 5em;
	margin-right: 5em;
	border-left: 4px solid #265188;
	padding-left: 1em;
}

/*---------------------------------------------------------------------------*/
/* Footer */
/*---------------------------------------------------------------------------*/
#footerContainer {
	clear:both;
	height: 47px;
	width: 814px;
	margin: 0 auto;
	text-align: center;
	font-size: 90%;
	font-family: arial;
	/* background-color: #23334D; */
	background: #265188 url(images/footer.gif) no-repeat;
}
#footerContent {
	padding-top: 10px;
}

#footerContent {
	font-size: 0.85em;
	font-family: Arial, Helvetica;
	color: #fff;
}

#footerContent a:link {
	color: #6495ED;
	text-decoration: underline;
}

#footerContent a:visited {
	color: #6495ED;
	text-decoration: underline;
}


/*---------------------------------------------------------------------------*/
/* specific styles */
/*---------------------------------------------------------------------------*/

em {
	font-style: italic;
}

p.siteNote {
	font-style: italic;
	font-size: 115%;
	font-weight: bold;
	color: #3565ad;
}

div#about {
	width: 320px;
	/* text-align: justify; */
}

ul#servicesList li {
	list-style-type: disc;
	line-height: 20px;
}
ul#servicesList {
	margin-bottom: 20px;
}

div#siteList {
	margin-top: 30px;
}

div.siteItem {
	margin-bottom: 20px;
	clear: both;
}

div.siteItem img {
	margin-left: 40px;
	border: 1px solid #706767;
}

div.siteItem p, div.siteItem p a:link, div.siteItem p a:visited, div.siteItem p a:hover, div.siteItem p a:active {
	font-family: "Times New Roman", serif;
	width: 300px;
	float: left;
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	font-style: normal;
}
div.siteItem p a:hover {
	text-decoration: underline;
}
div.siteItem p {
	color: #706767;
	font-style: normal;
}

div.contactItem {
	margin-top: 10px;
	display: block;
	width: 100px;
}
div.contactItem img {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
div.contactItem p {
	clear: left;
}

div.contactItem span {
	font-weight: bold;
}

#contactPage p {
	margin-bottom: 20px;
}

form#contactForm {
	padding: 15px;
	width: 450px;
	float: right;
	border: 1px solid #c6c6c1;
	margin-bottom: 30px;
	background: #d5d5d0;
	background: #f0f0e7 url(images/form-bg.jpg) repeat-x;
}

form#contactForm p {
	font-style: italic;
}

form#contactForm li {
	margin-top: 10px;
}

form#contactForm input#nameItem {
	background-color: white;
}


/* resources */

body#resourcesPage h1 {
	background: url(images/resources.gif) no-repeat top right;
	height: 60px;
}

ul#resourceList { 
	width: 650px;
}

#resourceList *.resName {
	width: 140px;
	float: left;
}
#resourceList *.resDesc {
	width: 440px;
	float: right;
	margin-right: 20px;
}
#resourceList li {
	clear: both;
}
#resourceList li p {
	margin-bottom: 15px;
}

ul#resourceList li.odd {
}


/*---------------------------------------------------------------------------*/
/* Resume
/*---------------------------------------------------------------------------*/
#resumePage hr { /* used to clear floats */
	display: block; 
	clear: both; 
	margin: -0.66em 0;
	visibility: hidden;
}
#resumeHeader {
	background: #265188 url(images/header-white.gif) no-repeat;
	width: 814px;
	height: 120px;
	margin: 0 auto;
}
#resumeHeader p {
	float: left;
	font-size: 128%;
	font-weight: bold;
}
#resumeHeaderContent {
	width: 720px;
	margin: 0 auto;
	border-bottom: 1px solid gray;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
}
#contactInfo {
	float: right;
	margin-right: 20px;
}
#contactInfo *.contactType {
	font-weight: bold;
}
div.resumeItem {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 20px;
	clear: both;
}
div.resumeItem ul {
	margin-left: 20px;
}

div.resumeItem li {
	list-style-type: disc;
	margin-bottom: 5px;
}

div.resumeItem h1 {
	float: left;
	font-weight: bold;
	width: 80px;
}

div.resumeItem div.description {
	width: 580px;
	float: right;
}

div.resumeItem div.description p.degree {
	margin-bottom: 10px;
	font-weight: bold;
}

div.resumeItem span.date { font-style: italic; color: green;}
div.resumeItem span.company { font-weight: bold; margin-left: 10px; }
div.resumeItem p.position { font-weight: bold; margin-bottom: 10px;}

#resumeFooter {
	height: 47px;
	width: 814px;
	margin: 0 auto;
	text-align: center;
	font-size: 90%;
	background: #265188 url(images/footer-white.gif) no-repeat;
}
