/*
-------------------------------------------
File: 'The Institute on Tour' styles.css Style Sheet
Created: Thursday, September 8, 2005
Last Modified: Thursday, September 8, 2005
Author: jonathan kean
Email: jonk@jonk.com
Copyright 2005 jonathan kean All Rights Reserved
-------------------------------------------
*/

/*<group=Body and Global Element Styles>*/

body {
	/* background-image: url(images/minimal_body_bg800.jpg); */
    background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: center;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

p {

}

a:link, a:visited {
	text-decoration: underline;
	color: #800000;
}

a:hover, a:active {
	text-decoration: none;
	color: #800000;
}

b, strong {
	font-weight: bold;
}

.standout {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #EBEBEB;
	color: #800000;
	padding: 7px 10px 8px 10px;
	border: 1px solid #D1D1D1;
}

blockquote {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #EBEBEB;
	color: #800000;
	padding: 7px 10px 8px 10px;
	border: 1px solid #D1D1D1;
}

.imageStyle {
	padding: 0;
	margin: 0px;
}

.image-left {
	float: left;
	margin: 0px;
	padding: 4px 15px 5px 0;
}

.image-right {
	float: right;
	margin: 0px;
	padding: 4px 0 5px 15px;
}

a img {
	border: 0px;
}

.clear {
	clear: both;
}

h1 {
	font-family: Tahoma, Verdana, Helvetica, "sans serif";
	font-size: 18px;
	line-height: 1.1em;
	color: #800000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Tahoma, Verdana, Helvetica, "sans serif";
	font-size: 16px;
	line-height: 1.1em;
	color: #800000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Tahoma, Verdana, Helvetica, "sans serif";
	font-size: 14px;
	line-height: 1.2em;
	color: #800000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Tahoma, Verdana, Helvetica, "sans serif";
	font-size: 13px;
	line-height: 1.3em;
	color: #333333;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: Tahoma, Verdana, Helvetica, "sans serif";
	font-size: 13px;
	line-height: 1.3em;
	color: #800000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/*</group>*/

/*<group=PAGE HEADER>*/


/* Right And Left Margin Widths To Auto */
#container {
	font-weight: normal;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	text-align: left;
	border-style: none;
	width: 750px;
}

#pageheader {
	position: relative;
	margin: 0px;
	width: 750px;
	height: 135px;
	background-color: #ffffff;
	border-bottom: 1px  #D1D1D1;
	background: no-repeat url(images/nialogo.gif);
	border-spacing: 0;
	white-space: nowrap;
	text-align: right;
	padding: 0;
}

#pageheader img {
	Margin: 0px;
	padding: 0px;
	border-style: none;
	width: 133px;
	height: 100px;
	float: right;
}

#pageheader h1 {
	margin: 0px;
	padding-left: 15px;
	padding-top: 26px;
	font-family: Tahoma, Verdana, Helvetica, "sans serif";
	font-size: 22px;
	line-height: 1.1em;
	color: #800000;
	text-align: right;
	font-style: normal;
	font-weight: bold;
	vertical-align: bottom;
	padding-right: 15px;
}

#pageheader h2 {
	margin: 0px;
	padding-left: 15px;
	padding-top: 6px;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	padding-right: 15px;
}

#breadcrumb {
	position: absolute;
	background: none;
	top: 105px;
	left: 190px;
	margin-right: 10px;
	padding-top: 6px;
	font-size: 10px;
	text-align: left;
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top: 6px;
	padding-left: 5px;
}

#breadcrumb li {
	margin: 0 0 0px 0;
	display: inline;
}

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/*</group>*/

/*<group=MAIN SITE CONTENT>*/


#contentwrapper {
	width: 750px;
	text-align: center;
	padding: 0px;
	background: #fcfcf3;
	border-right: 1px solid #d1d1d1;
	margin: 0;
	border-left: 1px solid #d1d1d1;
	border-spacing: 0;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

#sidebar {
	float: left;
	position: relative;
	top: 0px;
	width: 190px;
	background: none #fcfcf3;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#livelink {
	padding: 0;
	color: #333333;
	background-color: #fcfcf3;
	border-right: 1px solid #D1D1D1;
	border-left: 1px  #D1D1D1;
	text-align: left;
	margin-left: 0;
}

#sidecontainer {
	margin: 0px;
	padding: 10px 15px;
	color: #333333;
	background-color: #fcfcf3;
	border-right: 1px solid #D1D1D1;
	border-left: 1px  #D1D1D1;
	text-align: left;
}

.search-input-field {
	border: 1px solid #666666;
	background-color: #EBEBEB;
	width: 150px;
	font-size: 11px;
}

#content {
	float: left;
	position: relative;
	padding: 16px 0px 0px 24px;
	text-align: left;
	background-color: transparent;
	border-left: 1px solid #D1D1D1;
	margin: 0 0 0 -1px;
	width: 520px;
}

#footer {
	/* This Is The BG Color Of The Main Div */
    display: block;
	width: 750px;
	margin: 0px auto;
	padding: 16px 0px 5px 0px;
	color: #444444;
	text-align: right;
	border-top: 1px  #D1D1D1;
}

/*</group>*/



/*<group=Contact Classes Styles>*/


.message-text {
	text-align: left;
}

.required-text {
	padding: 3px;
	text-align: left;
	font-size: smaller;
}

.form-input-field {
	border: 1px solid #666666;
	background-color: #EBEBEB;
}

.form-input-button {

}

/*</group>*/



/*<group=BLOG ENTRY>*/



.blog-entry {
	padding-bottom: 15px;
}

.blog-entry-title {
	display: block;
	text-align: left;
	font-weight: bold;
	color: #800000;
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D1D1D1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blog-entry-date {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	margin-bottom: 5px;
	font-style: italic;
}

.blog-entry-body {
	font-family: Times New Roman, Times, serif;
	text-align: justify;
}

.blog-entry-comments {
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
	color: #800000;
	margin: 5px 0px 0px 0px;
}

/*</group>*/

/*<group=BLOG ARCHIVE PAGE>*/

.blog-archive-background {
	/* To Make Content Centered */
    text-align: center;
	margin: 0px auto;
	padding: 0px;
	color: #333333;
	background-color: #FFFFFF;
}

.blog-archive-entries-wrapper {
	margin: 0px auto;
	text-align: center;
	width: 850px;
	padding: 24px 24px 24px 24px;
}

.blog-archive-headings-wrapper {
	margin: 0px auto;
	text-align: center;
	width: 850px;
	padding: 24px 24px 24px 24px;
}

.blog-archive-month {
	color: #800000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blog-archive-link {
	text-align: left;
	color: #800000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
}

/*</group>*/

/*<group=FILE SHARING>*/

.filesharing-description {
	margin-bottom: 15px;
	color: #333333;
}

.filesharing-item {
	margin-bottom: 15px;
}

.filesharing-item a {
	color: #800000;
	text-decoration: none;
}

.filesharing-item a:hover {
	text-decoration: underline;
	color: #800000;
}

.filesharing-item-title {
	color: #800000;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: normal;
}

.filesharing-item-description {
	color: #333333;
	text-align: left;
}

/*</group>*/

/*<group=PHOTO ALBUM>*/

/*<group=Index Page (Thumbnail view)>*/

.album-description {
	margin-bottom: 25px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 15px;
	margin-left: 10px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}

/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	margin: 15px;
	padding: 0px;
	text-align: center;
	background-color: transparent;
}

.photo-navigation {
	margin: 0px;
	background: none;
	text-align: center;
}

.photo-navigation a {
	color: #800000;
	text-decoration: underline;
}

.photo-navigation a:hover {
	color: #800000;
	text-decoration: none;
}

.photo-frame {
	margin: 0px;
	background: none;
}

.photo-links {
	font-size: 12px;
}

.photo-title {
	display: block;
	margin: 0px;
	padding: 14px 20px 10px 20px;
	font-size: 22px;
	line-height: 1.1em;
	color: #800000;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

.photo-caption {
	font-size: 14px;
	line-height: 1.1em;
	font-weight: normal;
	color: #555555;
	margin: 0px;
	padding: 0px 20px 5px;
}

/*</group>*/


/*<group=Quicktime Album>*/


/*<group=Index Page (Movie Thumbnail view)>*/


.movie-page-title {
	font-size: 22px;
	line-height: 1.1em;
	color: #800000;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 8px;
}

.movie-page-description {
	margin-bottom: 15px;
	color: #333333;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px 25px 25px 0px;
	text-align: left;
}

.movie-thumbnail-caption {
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	padding: 0px;
	color: #333333;
	text-align: left;
}

.movie-thumbnail-frame img {
	border: none;
}

/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	margin: 15px;
	padding: 0px;
	text-align: center;
	background-color: transparent;
}

.movie-title {
	font-size: 14px;
	color: #800000;
	margin: 22px 0px 20px 0px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

.movie-description {
	margin-bottom: 25px;
	color: #333333;
}

.movie-frame {
	margin-bottom: 10px;
}

/*</group>*/


/*<group=Quicktime Page>*/

.movie-background {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background: none;
}

.movie-title {
	font-size: 14px;
	color: #800000;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	margin: 22px 20px 20px 20px;
}

.movie-description {
	margin-bottom: 25px;
	color: #333333;
}

.movie-frame {
	margin-bottom: 10px;
}

/*</group>*/
