﻿body
{
	background-color: #ffffff;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #333333;
}

a, a:link
{
	color: #1a315e;
	text-decoration: none;
}
a:visited
{
	color: #0c182f;
}

a span
{
	color:#2354bf;
}


a:hover span
{
	text-decoration: underline;
}

a:active
{
	color: #12eb87;
}

img
{
	border: 0;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
	font-family: "Times New Roman" , serif;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 990px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	margin-bottom: 0px;
	color: #000;
	padding: 0;
	background-color: #d1d5df;
}

#main
{
	padding: 0;
	background-color: #eeeeee;
	margin-bottom: 30px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
	min-height: 530px;
}

#footer, .Footer
{
	color: #999;
	padding: 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: 80%;
}

/* TAB MENU   
----------------------------------------------------------*/
ul.Menu
{
	padding: 0 0 2px;
	margin: 10px 0 0 0;
	font-family: "Times New Roman" , serif;
	font-size: 130%;
	text-align: right;
}

ul.Menu li
{
	display: inline;
	list-style: none;
	margin: 0 12px 0 6px;
}

ul.Menu li a
{
	padding: 6px 12px 5px 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #5a636f;
	color: #fff;
}

ul.Menu li a:hover
{
	background-color: #868a8f;
	text-decoration: underline;
}

ul.Menu li a:active
{
	background-color: #5a636f;
	text-decoration: none;
}

ul.Menu li.selected a
{
	background-color: #eff2ff;
	color: #000;
}

.Submenu
{
	display: none;
	position: absolute;
	margin: 0;
	z-index: 100;
}

.Submenu ul
{
	margin: 0;
	padding: 0;
}

.Submenu ul li
{
	display: block;
	list-style: none;
}

.Submenu ul li a
{
	display: block;
	padding-left: 20px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}


/* MISC  
----------------------------------------------------------*/
.clear, .Clear
{
	clear: both;
}

.error
{
	color: Red;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

/* ----------------------------------------------------- */

.Slideshow
{
	width: 100%;
	margin: auto;
	text-align: center;
	min-height:550px;
}

.Slideshow img
{
	min-height: 400px;
	max-height: 480px;
	border: 10px solid #fff;
}

.Slideshow div
{
	display: none;
	width: 100%;
	font-weight: bold;
}

.Slideshow div.First
{
	display: block;
}

.Picture
{
	text-align: center;
	padding:10px;
}

.Picture h1
{
	margin: 0 0 8px 0;
	color: #464544;
}

.Picture img
{
	margin: 0 0 10px 0;
	border: 10px solid #fff;
}

.Thumbnails > div
{
	float: left;
	width: 300px;
	height:140px;
	text-align: center;
	margin:10px 0 10px 0;
	font-size:90%;
	font-weight:bold;
}

.Thumbnails img
{
	border: 4px solid #fff;
	margin:0;	
}

.PrevPic
{
	float:left;
	width:20px;
	font-size:250%;
	margin: 0 0 0 100px ;	
}

.NextPic
{
	float:right;
	width:20px;
	font-size:250%;
	margin: 0 100px 0 0 ;

}

.PictureTitle
{
	float:left;
	text-align:center;
	width:660px;
}

.Bookmark
{
	background-color:#eff4ff;
	padding:4px 4px 6px 4px;
	font-family: "Times New Roman" , serif;	
}

.Bookmark a
{
	color:#668;
}

.Bookmark a:hover
{
	text-decoration:underline;
}

.Content
{
	padding:20px;
}