﻿*{
	padding:0px;
	margin:0px;
}

p{
	padding:10px 0px;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:black;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
	color:#C10000;
}

a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, stong 
{
	color:#C10000;
}

h1
{
	font-size: 1.4em;
	color:#4B4B4B;
	padding:0px;
	margin:0px;
}

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:650px;
}

.mediumTextBox {
	width: 450px;
}

.narrowTextBox {
	width: 250px;
}

.list
{
	width: 650px;
	
}

.modified {
	font-size: 0.8em;
	color:#C7D2D6;
	
}

#container
{
	width:752px;
	margin:10px auto;
	background-color:#4B4B4B;
	padding:6px;
	border:3px #9F9F9F outset;
}

#header
{
	width:752px;
	height:113px;
	background-image:url('../Images/header-background.gif');
	background-position: left top;
	background-repeat:no-repeat;
}

#headerLeft
{
	width:480px;
	padding:30px 10px;
}

#headerMiddle
{
	width:112px;
	padding:48px 0px;
	text-align:right;
}

#headerRight
{
	width:110px;
	padding:50px 15px;
	color:#C10000;
	font-size:1.3em;
	font-weight:bold;
}

.topMenu
{
	float:left;
	position:relative;
	width:752px;
	height:208px;
	padding:5px 0px;
	background-image:url('../Images/topmenu-background.jpg');
	background-position:left 5px;
	background-repeat:no-repeat;
	z-index:100;
}

.topMenu ul
{
	list-style:none;
	padding:15px 20px;
	margin:0px;
}

.topMenu ul li
{
	font-size:1.2em;
	font-weight:bold;
	padding:2px 0px;
}

.topMenu ul li a
{
	color:white;
}

.topMenu .actions a
{
	color:black;
}
.topMenu .actions 
{
	position: relative;
	color: white;
	font-weight: bold;
	z-index:100;
}

.topMenu .actions ul {
	left: 35px;
	top: 0;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	z-index:100;
}

.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;
}


.middleMenu
{
	float:left;
	position:relative;
	background-image:url('../Images/menu-background.gif');
	background-position:left top;
	background-repeat:no-repeat;
	width:732px;
	height:19px;
	padding:9px 10px;
	font-size:1.3em;
	font-weight:bold;
	text-align:right;
	z-index:75;
}

.middleMenu a
{
	color:white;
	padding:0px 10px;
}

.middleMenu .actions 
{
	float: right;
	position: relative;
	padding: 0px 5px;
	color: white;
	font-weight: bold;
	z-index:75;
}

.middleMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:75;
}

.middleMenu .actions:hover ul {
	display: block;
}

.middleMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 3px 5px;
}

.middleMenu .actions a {
	color: black;
}


#contentArea
{
	background-color:white;
	background-image:url('../Images/content-background.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	width:742px;
	padding:5px;
	z-index:50;
}

.parentContainer
{
	width:742px;
	float:left;
}

.parentContainer .item
{
	margin:5px;
	width:234px;
	float:left;
	position:relative;
}

.parentContainer .item .title
{
	width:194px;
	height:17px;
	float:left;
	position:relative;
	background-image:url('../Images/item-heading.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1.3em;
	font-weight:bold;
	padding:11px 20px;
	overflow:hidden;
}

.parentContainer .item .title a
{
	color:white;
}

.parentContainer .item .image
{
	width:234px;
	float:left;
	position:relative;
	border-bottom:3px #C10000 solid;
	height:165px;
	overflow:hidden;
}


.parentContainer .item .introduction
{
	width:214px;
	height:99px;
	float:left;
	position:relative;
	padding:10px;
	background-image:url('../Images/item-introduction.gif');
	background-position:left top;
	background-repeat:no-repeat;
	color:white;
}


.parentContainer .item .moreInfo
{
	width:234px;
	padding:5px 0px;
	float:left;
	position:relative;
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
}

#footer
{
	margin:5px 0px;
	width:732px;
	padding:10px;
	height:93px;
	background-image:url('../Images/header-background.gif');
	background-position: left top;
	background-repeat:no-repeat;
}

#footer #column1
{
	width:500px;
	height:46px;
	font-size:2.8em;
	font-weight:bold;
	color:#E6E6E6;
}

#footer #column2
{
	width:232px;
	height:46px;
	font-size:1.6em;
	color:#E6E6E6;
}


#footer #column3
{
	width:52px;
	height:6px;
	padding:20px 0px;
}


#footer #column4
{
	width:230px;
	height:2px;
	padding:22px 0px;
	color:#4B4B4B;
	font-weight:bold;
	font-size:1.3em;
}


#footer #column5
{
	width:450px;
	height:46px;
	font-size:3.0em;
	font-weight:bold;
	color:#E6E6E6;
}

#footer2
{
	width:770px;
	margin:0px auto;
	color:white;
	font-size:0.9em;
	font-weight:bold;
}

#footer2 a
{
	color:white;
}

#footer2 #left
{
	width:365px;
	padding:0px 10px;
}

#footer2 #right
{
	text-align:right;
	width:365px;
	padding:0px 10px;
}


