﻿/* reset styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}a,abbr,acronym {border:0;}

/* start of site css*/
html, body
{
    width: 100%;
    height: 100%;
}

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;	
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../../files/sitedesign/background.jpg');
	background-repeat:repeat-x;
	background-color: #333333;
}

img
{
	border: 0;	
	padding: 0;
	margin: 0;
}

div.container
{
	margin: 0 auto 0 auto;
	width: 760px;
}

div.header
{
	clear: both;
	height: 99px;
}

div.menu
{
	float: left;
}

div.pageContainer
{
	width: 760px;
	background-image: url('../../files/sitedesign/pageBackground.jpg');
	background-position: center top;
	background-repeat: repeat-y;
}

div.page
{
	width: 720px;
	margin: 0 auto 0 auto;
	clear: both;
}

div.banner
{
	height: 150px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 10px 0 5px 0;
}

h1
{
	margin: 0 0 5px 0;
	font-size: 24px;
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 16px;
}

h6
{
	font-size: 14px;
}

div.pageHeading
{
	border-bottom: 1px #000000 solid;
}

div.content
{
	background-color: #ffffff;
	padding: 10px;
}

div.content p
{
	margin: 10px 0 10px 0;
}

div.content ul
{
	list-style-type: circle;
	margin-left: 20px;
}

div.content ul.toiletList, div.content ul.showerList
{
	margin-left: 0px;
	list-style-type: none;
}

div.content ul.toiletList li, div.content ul.showerList li
{
	float: left;
	margin: 12px;
	width: 200px;
	height: 180px;
	text-align: center;
}

div.footer
{
	height: 75px;
	font-size: 12px;
	color: #ffffff;		
	background-image: url('../../files/sitedesign/footerBackground.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
}

div.footerHead
{
	margin: 0 10px 10px 10px;
	height: 20px;
	line-height: 20px;
}

div.footerHead, div.footerHead a
{	
	color: #ffffff;
	font-weight: bold;	
	text-decoration: none;
}

div.footerHead img
{
	margin-top: 6px;
	float: left;
}

div.footerHead div.menu
{
	float: right;
	clear: none;
	text-align: right;
}

div.footer div.location
{
	font-size: 10px;
	float: left;
	width: 130px;
	margin-left: 10px;
	color: #ffffff;
}

div.claim
{
	position: relative;
}

div.claim div
{
	position: absolute; 
	bottom: 5px; 
	right: 30px; 
	font-size: 10px;
}

div.claim a
{
	color: #666666;	
}
	
/* AJAX Update notifications */	
	
div.ajaxUpdatePanel
{
    position: fixed;
    border: solid 1px #000000;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 75px;
    margin: -37px 0 0 -150px;
    background-color: #ffffff;
    z-index: 1000000;   
}

div.ajaxUpdatePanel div
{
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 25px auto 0 auto;
    height: 25px;
    width: 120px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: left center;   
    background-image: url('/images/admin/icons/ajax-update.gif');
    padding-left: 30px;
    font-weight: bold;
}

/* Lightbox */

div.imageGallery ul
{
	list-style-type: none;	
}

div.imageGallery ul li
{
	float: left;
	width: 100px;
	height: 100px;
	padding: 5px;
	margin: 12px;
	border: 1px #eeeeee solid;
}

div.imageGallery ul li:hover
{
	border: 1px #aaaaaa solid;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
