/*******************************
**** Extra font definitions ****
*******************************/

@font-face {
	font-family: Hattori;
	src: url('/fonts/Hattori_Hanzo_Italic.otf');
}

@font-face {
	font-family: Cantarell;
	src: url('/fonts/Cantarell-Regular.ttf');
}

/************************
**** General styling ****
************************/

body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Cantarell, Verdana, sans-serif;    
  font-size: 11pt;
  color: #284e74;
  background-image: url('/images/GreyGradient.png');
  background-repeat: repeat-x;
}

.GalleryBody {
  background-color: white;
}

/*********************
**** Font Styling ****
*********************/

p.SectionTitle {
	color: #284e74;
	font-size: 14pt;
	font-family: Hattori, Verdana, sans-serif;
	margin: 0em 0em 0.25em;
}

p.PageTitle {
	color: #284e74;
	font-size: 18pt;
	font-family: Hattori, Verdana, sans-serif;
	margin: 0.25em 0em 0.25em;
}

p {
  line-height: 1.5em;
  font-family: Cantarell, Verdana, sans-serif;
  font-size: 11pt;
  margin: 0.5em 0em 0.75em;
}

/***************************
**** Content containers ****
***************************/

.Container {            
    border: 0px;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    display: inline-table;
    height: 100%;
    width: 810px;
}

.ContentContainer {
    display: table-cell;
    border-left: 1px solid #284e74;
    border-right: 1px solid #284e74;
    border-top: 0px;
    border-bottom: 0px;
    margin: 0px 0.5em;
    padding: 0px;
    height: 100%;
    text-align: left;
    background-image: url('/images/BlueGradient.png');
    background-repeat: repeat-x;
}

.MainContainer {

    border: 1px dashed #284e74;
    margin: 0.5em;
    padding: 0.5em;
    text-align: left;
    max-width: 800px;
}

.Shadow {
    display: table-cell;
    border: 0px;
    min-width: 5px;
    background-image: url('/images/shadow.png');
    background-repeat: repeat-y;
}

.Menu {
	width: 100%;
	padding: 0.25em 0px;
	margin: 0px;
	border-top: 1px solid #284e74;
	border-bottom: 1px solid #284e74;
	border-left: 0px;
	border-right: 0px;
	height: 24px;
}

.GalleryIFrame {
  border: 0px solid #284e74;
  width: 100%;
  height: 325px;
}

/**********************
**** Table styling ****
**********************/

.LayoutTable {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

.InfoTable {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

.GalleryTable {
  padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	background-color: white;
	height: 275px;
	width: 100%;
}

.GalleryTable td {
  padding: 5px 25px;
}

/**********************
**** Image Styling ****
**********************/

img {
	border: 0px;
}

#Thumb {
    border: 1px solid #284e74;
    padding: 4px;
    background-color: white;
    margin-top: 3px;
    margin-left: -1px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.GalleryTable img {
    border: 1px solid #284e74;
    padding: 4px;
    background-color: white;
    margin-top: 3px;
    margin-left: -1px;
    margin-right: 3px;
    margin-bottom: 3px;
}

/*********************
**** Link Styling ****
*********************/

a {
	color: #284e74;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}
