@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-color: #090501;
	background-image: url(../webmedia/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	scrollbar-base-color: #090501; 
	scrollbar-track-color: #090501;
	scrollbar-face-color: #241404;
	scrollbar-highlight-color: #090501;
	scrollbar-3dlight-color: #090501;
	scrollbar-darkshadow-color: #090501;
	scrollbar-shadow-color: #090501;
	scrollbar-arrow-color: #090501;
}
#container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding-top:22px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	scrollbar-base-color: #090501; 
	scrollbar-track-color: #090501;
	scrollbar-face-color: #241404;
	scrollbar-highlight-color: #090501;
	scrollbar-3dlight-color: #090501;
	scrollbar-darkshadow-color: #090501;
	scrollbar-shadow-color: #090501;
	scrollbar-arrow-color: #090501;
} 
#sidebar1 {
	float: left;
	width: 130px; 
}
#Logo {
	height:300px;
	margin:0px 0px 0px 0px;
}

#mainContent { 
	/* margin: 0px 0px 0px 135px;  */
	/* Taken this out as it causes IE to move the form content across to the right */
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


img {
	border:none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing:-1px;
	margin:14px 0;
	font-size:19px;
	font-weight: bolder;
	}
a:link {color:#ffe500; text-decoration:none;}    /* unvisited link */
a:visited {color:#ffe500; text-decoration:none;} /* visited link */
a:hover {color:#ffe500; text-decoration:underline;}   /* mouse over link */
a:active {color:#ffe500; text-decoration:none;}  /* selected link */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.homeText {
	margin:272px 0px 0px 5px;
	width:310px;
}
.aboutText {
	margin:110px 0px 0px 5px;
	width:310px;
}
.contactText {
	margin:265px 0px 0px 5px;
	width:310px;
}
.faqText {

	width:520px;
	line-height:24px;
}
#Gallery {
	width:550px;
	height:570px;
}
#virtualGallery {
	width:800px;
	margin-top:50px;
}
.galleryimg {
	padding-right:20px;
	padding-bottom:20px;
}
.virtualimg {
	padding-right:10px;
	padding-bottom:10px;
}
.galleryNavigation {
	margin: 410px 0px 0px 0px;
}
#footer {
	padding: 0 10px; 
}
#footer p {
	font-size:9px;
	margin: 0;
	padding: 5px 0; 
}
.footer_wrapper {
	width:990px;
	margin: 0 auto; 
	text-align: left;
}
#footer a:link {color:#ffe500; text-decoration:none; font-size:9px;}    /* unvisited link */
#footer a:visited {color:#ffe500; text-decoration:none; font-size:9px;} /* visited link */
#footer a:hover {color:#ffe500; text-decoration:underline; font-size:9px;}   /* mouse over link */
#footer a:active {color:#ffe500; text-decoration:none; font-size:9px;}  /* selected link */

.ErrorMessage
{
    position: absolute;
    margin-left: 3px;
}
.ProblemDropDownErrorMessage 
{
    position: absolute;
    margin-left: 291px;
    margin-top: -20px;
}
.CalendarErrorMessage 
{
    position: absolute;
    margin-left: 3px;
}


.NewTenantDropDownErrorMessage {
    position: absolute;
    margin: -23px 0 0 290px;
}
.RegisterDropDownErrorMessage {
    position: absolute;
    margin: -23px 0 0 290px;
}
#AjaxLoading 
{
    position: absolute;
    margin-left: 285px;
    margin-top: -34px;
}
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
.CalendarPopup 
{
    position: absolute;
    margin-left: 2px;
}

#AjaxLoadingTenantForm 
{
    position: absolute;
    margin: 0 0 0 300px;
}
#DBLeft 
{
    float: left;
    width: 300px;
}
#DBRight
{
    float: left;
    width: 220px;
    text-align: right;
}
