@charset "UTF-8";
/* CSS Document */

/******************/
/*** CONTAINERS ***/

body {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#main_container {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#inside_container {
	margin: 0;
	padding: 20px 40px 10px 40px;
	text-align: left;
	background-image:url(resources/border-middle.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

/***************/
/*** BORDERS ***/

#border-top {
	height: 15px;
	background-image:url(resources/border-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#border-bottom {
	height: 15px;
	background-image:url(resources/border-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/******************/
/*** NAVIGATION ***/

#nav img {
	float: left;
	margin-top: -15px;
	margin-left: -20px;
}

#nav ul {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	color: #975C1C;
	font-size: 16px;
	list-style: none;
	text-align: left;
	display: inline;
}

#nav ul li {
	float: left;
	margin-left: 5px;
}

#nav a:link, #nav a:visited {
	color: #975C1C;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #975C1C;
	text-decoration: underline;
}

/********************/
/*** CONTENT AREA ***/

#content {
	clear: both;
	padding-top: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #666666;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 10px;
	padding: 0;
	color:#4C4C4C;
}

#content p {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}

#content hr {
	background-color: #cddeff;
	width: 75%;
	border: none;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 14px;
}

#content .inset {
	margin-left: 50px;
	margin-right: 100px;
	font-style: italic;
}

#content a:link, #content a:visited {
	color: #3991C4;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #3991C4;
	text-decoration: underline;
}

/*** CONTENT - IMAGES ***/

div.images {
	text-align: center;
}

.images img {
	margin: 5px;
	padding: 5px;
	border: 1px dashed #78C4DD;
}

.images img:hover {
	border: 1px dashed #3991C4;
}

/*** CONTENT - NEWS ***/

#content .news_title {
	margin-bottom: 5px;
}

.news_date {
	margin-top: 0;
	font-size: .9em;
}

/*** CONTENT - RESUME ***/

#resume {
	font-size: .9em;
}

#resume_header {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	width: 100%;
	display: table;
}

#resume_header p {
	margin: 0;
	padding: 0;
}

#resume .resume_section_title {
	text-transform: uppercase;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	margin-bottom: 5px;
	text-decoration: underline;
}

.resume_normal {
	width: 100%;
	display: table;
	margin-top: 0;
}

tr.credits_list:hover {
	color: #975C1C;
}

.education_group {
	font-weight: bold;
	font-style: italic;
}

#resume ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*** CONTENT - MEDIA ***/

.video {
	text-align: center;
}