@charset "UTF-8";

/*--------GENERAL TAGS-----------------------------------------------------------------
-------------------------------------------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {margin: 0; padding: 0; outline: none; border: none; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

html {
	height: 100%;
	width: 100%;
}

body {
	font: lighter 1em "Garamond", "Adobe Garamond Pro", "Times New Roman", Times, serif;
	line-height: 1.1;
	background-color: #666;
}

p {
}

a:link, a:visited {
	text-decoration: none;
	color: #222;
}

a:hover {
}

a:active {
}

:focus {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

ul, ol {
	list-style: none;
}

li {
}

img {
	border: none;
	outline: none;
}

/*--------PAGE LAYOUT----------------------------------------------------------------
-------------------------------------------------------------------------------------*/

#wrapper {
	width: 960px;
	margin: 2.5em auto;
}

/*--------INDEX LAYOUT----------------------------------------------------------------
-------------------------------------------------------------------------------------*/

#index {
	text-align: center;
}

#index h1 {
	font: lighter 5em "Garamond", "Adobe Garamond Pro", "Times New Roman", Times, serif;
	color: #FFF;
}

#index h2 {
	font: lighter .85em "Helvitica Neue Light", Arial, Helvetica, sans-serif;
	letter-spacing: .75em;
	color: #222;
	padding: .45em;
}

#index h3 {
	font: lighter 1.65em "Garamond", "Adobe Garamond Pro", "Times New Roman", Times, serif;
	color: #FBFBFB;
	margin-top: .5em;
}

#index h3 a:link, #index h3 a:visited {
	color: #FBFBFB;
	padding: .35em;
}

#index img {
	padding: .5em;
	border: thin solid #4D4E47;
	background-color: #565854;
	margin-top: 1em;
}

/*--------TOC LAYOUT----------------------------------------------------------------
-------------------------------------------------------------------------------------*/

#toc {
	text-align: center;
}

#toc h1 {
	font: lighter 3.45em "Garamond", "Adobe Garamond Pro", "Times New Roman", Times, serif;
	color: #FFF;
	text-align: inherit;
}

#toc h2 {
	font: lighter 1.35em "Garamond", "Adobe Garamond Pro", "Times New Roman", Times, serif;
	color: #1A1F1D;
	padding: .5em;
	text-align: inherit;
}

#toc h3 {
	font: lighter 1.5em "Garamond", "Adobe Garamond Pro", "Times New Roman", Times, serif;
	color: #DADFD5;
	text-align: left;
	padding-left: .35em;
}

#toc #panel {
	float: left;
	clear: both;
	width: 600px;
	margin-bottom: 2.5em;
	padding-top: 1em;
	padding-left: 1.5em;
	padding-bottom: .25em;
	text-align: left;
	border: thin solid #4D4E47;
	background-color: #565854;
}

#toc #panel p {
	padding-bottom: .25em;
}

#toc #panel img {
	margin: .25em;
	vertical-align: top;
}

.gallery_panel {
	display: block;
	width: 310px;
	float: left;
	margin-right: .25em;
	margin-left: .25em;
	margin-top: .5em;
	margin-bottom: 2.5em;
}

.gallery_panel img {
	padding: .5em;
	border: thin solid #4D4E47;
	background-color: #565854;
}

.gallery_panel ul {
	display: block;
	text-align: left;
	margin-top: .5em;
}

.gallery_panel ul li {
	color: #1A1F1D;
	padding-left: 1.5em;
	padding: 0 1em;
}

.gallery_panel ul li a:link, .gallery_panel ul li a:visited {
	text-decoration: none;
	color: #1A1F1D;
}

.gallery_panel ul li a:hover, .gallery_panel ul li a:active {
	text-decoration: none;
	color: #C8C8C8;
}

.news_title {
	color:#F0F0F0;
	font-variant: small-caps;
}

.contemp {
	width: 310px;
	float: right;
	margin-left: .25em;
	margin-right: .25em;
	margin-bottom: 2.5em;
}

.contemp img {
	padding: .5em;
	border: thin solid #4D4E47;
	background-color: #565854;
}

.element {
	display: block;
	width: 100px;
	text-align: center;
	float: left;
}

/*-------GALLERY LAYOUT----------------------------------------------------------------
-------------------------------------------------------------------------------------*/

#gallery {
	text-align: center;
	margin-bottom: 3em;
}

#gallery h1 {
	font: lighter 2.5em "Garamond", "Adobe Garamond Pro", "Times New Roman", Times, serif;
	color: #FFF;
}

#gallery h2 {
	font: lighter 1.25em "Garamond", "Adobe Garamond Pro", "Times New Roman", Times, serif;
	color: #222;
	padding-bottom: .25em;
}

#gallery #thumbs {
	width: 640px;
	margin: .5em auto;
}

#gallery #thumbs img {
	padding: .35em;
	border: thin solid #4D4E47;
	background-color: #565854;
	margin: .45em;
}

/*-------REPRESENTATION LAYOUT---------------------------------------------------------
-------------------------------------------------------------------------------------*/

#rep {
	text-align: center;
}

#rep h1 {
	font: lighter 2.15em "Garamond", "Adobe Garamond Pro", "Times New Roman", Times, serif;
	color: #FFF;
	text-align: inherit;
	padding-bottom: .15em;
}

#rep img {
	padding: .5em;
	border: thin solid #4D4E47;
	background-color: #565854;
	margin: .35em;
}

#rep p {
	padding: .75em;
	margin-bottom: 2em;
}

#rep ul {
	padding: .75em;
}

/*--------FOOTER-----------------------------------------------------------------------
-------------------------------------------------------------------------------------*/

#footer {
	clear: both;
	position: fixed;
	bottom: 0px;
	z-index: 15;
	width: 960px;
	padding-top: .65em;
	background-color: #666;
}

#footer #details {
}

#footer #details li {
	float: left;
	font-size: .8em;
	display: inline;
	padding: 0 2em;
	color: #1A1F1D;
	border-left: solid thin #4A5249;
}

#footer #details li:first-child {
	border-left: none;
	margin-left: -1.25em;
}

#footer #details li a:link, #footer #details li a:visited {
	text-decoration: none;
	color: #1A1F1D;
}

#footer #details li a:hover, #footer #details li a:active {
	text-decoration: none;
	color: #C8C8C8;
}

#footer #copy_right {
	float: right;
	font: lighter .5em "Garamond", "Adobe Garamond Pro", "Times New Roman", Times, serif;
	color: #222;
	margin-right: 2em;
	padding: .5em;
}

/*--------CUSTOM CLASSES---------------------------------------------------------------
-------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear_none {
	clear: none;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.italic {
	font-style: italic;
}








