body 
{
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
	height:100%;
	min-width:720px;
	min-height:480px;

	background-color:#222;

	font-size: 0.75em;
	/*
	background: #222 url('../img_src/bg/webground_darkgrays_000087a.jpg');
	*/
}

#logo
{
	float:left;
}

#divBanner
{
	color:#DDFFD5;
	width:100%;
	float:left;
	height: 50px;
}

#divName
{
	background-image: url('../img_src/bg/name.png') !important;	
	background-image: url('../img_src/bg/name.gif');
	background-repeat: no-repeat;
	float:left;
	width:316px;
	height:46px;
}

#bodyWide
{
	clear:both;
	width: 900px;	
	height: 460px;
	margin: 0 auto;
	background-color:#222;
	position: relative;
	top:3em;
	background: #222 url('../img_src/bg/panel_bg.png') top center no-repeat;
}

#divGallery
{
	margin-top:8px;	
	margin-left:30px;
	float:left;	
	width: 470px;
	height: 350px;
	z-index:5;
	overflow:auto;
}

.cssDetailsPanel
{
	clear:both;
	margin-top: 8px;	
	margin-left: 30px;
	float: left;	
	width: 470px;
	height: 335px !important;
	height: 333px;
	z-index:5;
	background-color:#222;
	padding-top: 10px;
	padding-left: 6px;
	border: solid 1px #111;
}

.cssDetailsPanel
{
	opacity:0.85;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
}

#divContactDetails
{
	height:306px;
}

.cssDetailsPanelAlternate
{
	margin-top: 8px;	
	/*the following is a work around for dodgy IE 6 rendering */
	margin-right: 30px !important;
	margin-right:1px;
	float: right;	
	width: 339px;
	height: 335px !important;
	height: 333px;
	background-color:#222;
	padding-top: 10px;
	padding-right: 6px;
	border: solid 1px #111;
}

.cssDetailsPanelAlternate
{
	opacity:0.85;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
}

.cssInfoPanel
{
	margin-top:8px;
	/*the following is a work around for dodgy IE 6 rendering */
	margin-right: 30px !important;
	margin-right: 1px;
	float:right;	
	color:#FFDDD5;
	height:345px;
	width:365px;
	text-align:justify;
	border: solid 1px #111 !important;
	border:none;
}

.cssInfoPanelAlternate
{
	margin-top:8px;
	margin-left:30px;			
	color:#FFDDD5;
	height:345px;
	width:470px;
	float:left;
	text-align:justify;
	border: solid 1px #111 !important;
	border: none;
}

#divImage
{
	width:345px;
}

#divImageAlternate
{
	width:476px;
}

#divGalleryInfo
{
	background-color:#222;
}

#divGalleryInfo
{
	opacity:0.85;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;	
}

#divInfo h1, #divInfoWide h1
{
	font-size: 110%;
}

#divInfoText
{
	padding-right:10px;
	text-align:right;
}


	
	/*TODO: Move these styles to a seperate gallery CSS */
	
.cssGalleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	width:330px; 
	color: #fff;
	cursor: pointer;
	float: left;
	background-color:#222;
}

.cssGalleryButton
{
	opacity:0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
}

#divGallerySets
{
	float:right;
	width:100%;
	height:312px;
}

.cssGalleryButtonContents
{
	width:100%;
	float:right;
}

.cssGalleryButton:hover
{
	background: #555;
}

.cssGalleryButtonThumb
{
	margin-right:4px;
	float:right;
}

.cssGalleryButton h3
{
	float:right;
	margin-right:10px;
}

#divBanner
{
	margin-top: 24px;
	margin-left: 34px;
}

.GalleryButtonLink
{
	display:block;
	height: 40px;
	width:260px; 
	text-align:right;
	float:left;
	line-height:2.5;
	padding-right:10px;
}

.cssGalleryButtonContents a {
	text-decoration: none;
	color: #EEE;
	font-size:120%;
	font-weight:bold;
}

.cssGalleryButtonContents a:visited {
	color: #EEE;
}

.cssGalleryButtonContents a:hover {
	text-decoration: underline;
	color: #EEE;
}

.cssGalleryButtonContents a:active {
	color: #EEE;
}

.cssContactField
{
	border: solid 1px #eee;
	background-color: #222;
	color: #eee;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
	font-size: 1em;
	padding-left:4px;
}

.cssContactFieldWatermark
{
	border: solid 1px #eee;
	background-color: #222;
	color: #eee;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
	font-size: 1em;
	padding-left:4px;
}

ul
{
	margin:0;
	padding:0;
	list-style:none;
	width:450px;
	float:right;
	margin-right:46px;
	margin-top:10px;
}

ul li
{
	float:right;
}

ul a
{
	display:block;
	padding: 0 2em;
	line-height:2.1em;
	text-decoration:none;
	color:#fff;
}
ul a:hover
{
	color:#ccc;
}

.cssButton
{
	border:solid 1px #eee;
	background-color:#111;
	color:#eee;
	padding:0 2em;
}

#lnkHelp
{
	color:#eee;
}

#lnkHelp:visited {
	color:#eee;
}

#lnkHelp:hover {
	color:#eee;
}

#lnkHelp:active {
	color:#eee;
}

#lnkMailto
{
	color:#222;
}

#lnkMailto:visited {
	color:#222;
}

#lnkMailto:hover {
	color:#222;
}

#lnkMailto:active {
	color:#222;
}

#divHelp
{
	background-color:#333;
	border:#555;
	padding:8px;
	margin:4px;
	border: solid 1px #111;
}

.cssSuccessMsg
{
	/*margin-left:30px;*/
	margin-right:8px;
	margin-bottom:8px;
	background-color:#99cca1;
	border: solid 1px #00b200;
	padding:8px;
}

.cssFailureMsg
{
	margin-left:30px;
	margin-right:8px;
	margin-bottom:8px;
	background-color:#ff9999;
	border: solid 1px #ff0000;
	padding:8px;
}
#divGalleryInfoText
{
	height:310px;
}

#divGalleryInfoText a
{
	color:#eee;
}

#divGalleryInfoText a:visited {
	color:#eee;
}

#divGalleryInfoText a:hover {
	color:#eee;
}

#divGalleryInfoText a:active {
	color:#eee;
}

#divAbout
{
	color:#eee;
}

#divNews
{
	height:307px;
}

#divFooter
{
	float:right;
	margin-right:8px;
	text-align:right;
	line-height:1.4;
}

.cssSubText
{
	font-size:85%;
	color:#eee;
}
.cssSubText a
{
	color:#eee;
	text-decoration:none;
}

.cssSubText a:visited {
	color:#eee;
}

.cssSubText a:hover {
	color:#eee;
	text-decoration:underline;
}

.cssSubText a:active {
	color:#eee;
}

#divGallery a
{
	color:#eee;
	text-decoration:underline;
	font-size:110%;
}

#divGallery a:visited {
	color:#eee;
}

#divGallery a:hover {
	color:#eee;
}

#divGallery a:active {
	color:#eee;
}

#divCopyright
{
	color:#eee;
}

.cssPadding4px
{
	padding-left:4px;
	padding-right:4px;
}
