﻿body
{
	text-align: center;
	font-family: Arial;
	font-size: 0.8em;
	background-color: Black;
}
.column
{
	float: left;
	position: relative;
	margin: 0px;
}
div#header 
{
    height: 220px;
    background-image: url(images/headerbackground.jpg);
}
div#container 
{
	width: 770px;
	margin: 15px auto;
}
div#footer
{
	height: 50px;
	color: #dbad27;
}
h1 
{
	font-size: 1.4em;
	color: black;
}
h2 
{
	font-size: 1.2em;
	color: black;
}
h2
{
    
}
.wideTextBox {
	width: 535px;
}

.mediumTextBox {
	width: 200px;
}

.narrowTextBox {
	width: 150px;
}

.list
{
	width: 340px;
	
}

#logo
{
    display: none;
}
.title 
{
	margin-top: 3px;
}
.error 
{
    color: Red;
    font-weight: bold;
}
.modified
{
	color: #cccccc;
	font-size: 0.9em;
}
.menuTop .actions 
{
	float: right;
	position: relative;
	padding: 0px 5px;
	color: #dbad27;
	font-weight: bold;
	font-size:1.1em;
}
.menuTop .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;

}
.menuTop .actions:hover ul {
	display: block;
}
.menuTop .actions ul li {
	display:block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 2px 0px;
}
.menuTop .actions ul li a{
	color:black;
}

.menuTop
{
	padding: 5px 0px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
.menuTop A 
{
	color: #dbad27;
	text-decoration: none;
	padding: 5px 20px;
    margin: 0px;
}
.menuTop A:hover 
{
    background-color:#dbad27;
    color: Black;
}
div#contentBackground
{
    background-image: url(images/rightbackground.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    text-align: left;
    margin: 0px;
}
div#content
{
    margin: 0px;
	width: 540px;
	padding: 15px 15px 90px 15px;
	text-align: left;
	background-color: White;
	background-image: url(images/contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
div#footerLeft 
{
	width: 360px;
	text-align: left;
}
div#footerRight
{
	width: 410px;
	text-align: right;
}
div.clear
{
	clear: both;
	font: 1px / 1px monospace;
}
div.htmlContainer 
{
	/* display: inline-block; */
	margin: 10px 0px;
	background-color: #666666;
}
div.htmlEditor
{
	border: 1px solid #999999;
	padding: 5px;
	background-color: White;
	overflow-y: scroll;
	overflow-x: visible;
}
div.htmlToolbar 
{
	background-color: #666666;
	padding: 0px 2px;
}
div.htmlToolbar .button
{
	padding: 2px;
	margin: 2px -1px;
}
div.htmlToolbar .buttonOver
{
	margin: 2px -1px;
	padding: 1px;
	border: 1px solid white;
	cursor: hand;
}
div.htmlToolbar .buttonDown
{
	margin: 2px -1px;
	padding: 2px 0px 0px 2px;
	border: 1px solid white;
	background-color: #999999;
	cursor: hand;
	
}
div.htmlToolbar .divider 
{
	padding: 2px 0px;
	margin: 2px -1px;
}
div.htmlToolbar .dropdown
{
	margin: 4px 0px 2px 2px;
	float: left;
}
div.htmlToolbar label
{
	color: White;
}
.tabControl a
{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}
.tabControl a:hover 
{
	text-decoration: underline;
}
.actions a
{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}
.actions a:hover 
{
	text-decoration: underline;
}
.designer 
{
	font-weight: bold;
}
.designer a 
{
	color: #dbad27;
	text-decoration: none;
}
.designer a:hover 
{
	text-decoration: underline;
}
label 
{
	color: #666666;
	font-weight: bold;
}
.formSection 
{
	padding: 3px;
	display: inline-block;
	background-color: #eeeeee;
	margin: 10px 0px;
}
.listPicker
{
	padding: 3px;
	background-color: #eeeeee;
	clear: both;
	margin: 10px 0px;
	display: inline-block;

}
.listPicker p
{
	padding: 3px 0px 6px 0px;
	margin: 0px;
}
.listPickerListContainer 
{
	float: left;
	width: 250px;
}
.listPickerList 
{
	width: 250px;
}
.listPickerButtonContainer
{
	float: left;
	text-align: center;
	width: 45px;
}
.listPickerButton 
{
	width: 25px;
}
.tabPage 
{
	margin: 3px 0px;
	border-top: 2px solid #666666;
	display: inline-block;
}.headerStyle td
{
	color: #666666;
	font-weight: bold;
	border-bottom: 2px solid #666666;
}
.footerStyle td
{
	color: #666666;
	font-weight: bold;
	border-top: 2px solid #666666;
}
.itemStyle 
{
}
.alternatingItemStyle 
{
	background-color: #eeeeee;
}
.selectedItemStyle 
{
	background-color: #00CCFF;
}






.galleryItem
{
	width:522px;
	margin:9px;
	text-align:center;
	float:left;
}

.galleryItem .itemTitle
{
	width:488px;
	background-color:black;
	height:22px;
	padding:4px 6px;
	float:left;
	color:#dbad27;
}

.galleryItem .image
{
	overflow:hidden;
	text-align:center;
	float:left;
}

.galleryItem .border
{
	border:1px black solid;
	width:500px;
}

#contactUsContainer
{
	
}

#contactUsLeft
{
	width:260px;
	height:230px;
	overflow:hidden;
	margin-right:10px;
}

#contactUsRight
{
	width:270px;
	height:230px;
	overflow:hidden;
	text-align:right;
}