﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:gray;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, stong 
{
	color:black;
}

h1
{
	font-size: 1.5em;
}

h2 
{
	font-size: 1.2em;
}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
}

h5 
{
	font-size: 1.1em;
}

h6 
{
	font-size: 1.0em;
}

.wideTextBox {
	width: 325px;
}

.mediumTextBox {
	width: 200px;
}

.narrowTextBox {
	width: 150px;
}

.list
{
	width: 340px;
	
}

.modified {
	font-size: 0.8em;
	color: #EAF8FF;
	padding:5px;
}

.topMenu .actions 
{
	position: relative;
	color: black;
	font-weight: bold;
	z-index:100;
}
.topMenu {
	
	padding: 0px 495px 0px 0px;

}
.topMenu .actions a
{
	color:black;
}

.topMenu .actions ul {
	left: 25px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;

}

.topMenu .actions:hover ul {
	display: block;
}

.topMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 3px 5px;
	font-size:1.2em;
}

#container
{
	width:770px;
	margin:10px auto;
	background-color:white;
}

#header
{
	background-color:black;
	padding:10px;
}

.topMenu
{
	background-image:url('../images/topmenu-background.jpg');
	background-position:right 2px;
	background-repeat:no-repeat;
	height:217px;
	overflow:hidden;
	border-bottom:8px #F3C013 solid;
	border-top:8px #F3C013 solid;
}

.topMenu ul
{
	padding:25px 0px;
	margin:0px;
}

.topMenu ul li
{
	list-style:none;
	font-size:1.2em;
	font-weight:bold;
	color:black;
	padding:3px 25px;
}

.topMenu ul li a
{
	color:black;
}


#contentArea
{
	background-image:url('../images/content-background.gif');
	background-position:left top;
	background-repeat:repeat-y;
	border:1px white solid;
	width:768px;
	background-color:#D6D1C8;
	z-index:50;
}

#contentLeft
{
	width:175px;
	padding:10px;
}

#contentRight
{
	width:572px;
}

.box
{
	padding:10px;
}

.breadCrumb
{
	padding:5px 0px;
}

#contentRight .title
{
	background-color:black;
	padding:15px 10px;
	margin:0px;
	text-align:right;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	width:551px;
	float:right;
}

.contentItem
{
	width:285px;
	height:117px;
	overflow:hidden;
	float:left;
	border-top:1px white solid;
	border-left:1px white solid;
	background-color:#ADA698;
}

.contentItem .image
{
	width:122px;
	height:91px;
	float:left;
}

.contentItem .itemTitle
{
	float:left;
	padding:5px;
	width:285px;
	margin:0px;
	background-color:black;
}

.contentItem .itemTitle a
{
	color:white;
	font-weight:bold;
}

.contentItem a
{
	color:white;
}

.contentItem p
{
	float:left;
	padding:5px;
	width:148px;
	font-size:0.9em;
}

.contentItem .introduction a
{
	color:white;
	font-weight:bold;
}

#contentIntroduction
{
	background-color:#D6D1C8;
	border-top:1px white solid;
	padding:10px;
	width:551px;
	float:right;

}

#footer .column
{
	width:365px;
	background-color:black;
	color:#8C918D;
	padding:10px;
}

#footerRight
{
	text-align:right;
}

#footer a
{
	color:#8C918D;
}

.thumbnails
{
	margin-left:6px;
}

.imageContainer
{

}


.mainImage
{
	
}


.thumbnailContainer
{
	margin-top:10px;
}


.thumbnailContainer .image
{
	margin-right:10px;
	margin-bottom:10px;
}
