html {
	height:100%;
}

body {
	height:100%;
	padding:0;
	margin:0;
	background:#ffffff url(../images/bg.jpg) top left no-repeat;
	/* This next one is for IE6 */
	background-attachment: fixed;
}
/* Start for background image */
img#expando { 
	padding: 0;
	margin: 0;
	position: absolute; 
	display: none; 
	z-index: 0; 
	-ms-interpolation-mode: bicubic; 
}
.wide img#expando, 
.tall img#expando { 
	display: block; 
}
.wide img#expando { 
	width: 100%; 
	height: auto; 
}
.tall img#expando { 
	width: auto; 
	height: 100%; 
}
 
.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ?
	document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}
/* End for background image */
/*	font: 100% Tahoma, Arial, Verdana;
	font-size: 11px;
	background:#ffffff url(../images/bg.jpg) top left;
	margin: 0;  it's good practice to zero the margin and padding of the body element to account for differing browser defaults 
	padding: 0 10px 10px 10px;
	text-align: left;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector 
	color: #ffffff;*/
#bg {
/*	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}*/
    position:fixed;
	z-index:1;
    width:100%;
    height:100%;
 }

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#mainContainer {
	width:1024px;
	margin: 0;
	position:relative;
	z-index:auto;
	padding: 3px;
}
#clearBackTop {
	width:1024px;
	height:10px;
	background: transparent;
	background-attachment:fixed;
	text-align:center;
	line-height:10px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #09b0ee;
	font-size:7px;
	font-family:Arial, Helvetica, sans-serif;
}
#clearBack {
	width:1024px;
	height:100%;
	background:url(../images/backgroundclear.png);
	background-attachment:fixed;
	text-align:justify;
	/*line-height:23px;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#clearBackBottom {
	width:1024px;
	height:10px;
	background: transparent;
	background-attachment:fixed;
	text-align:justify;
	line-height:10px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#container {
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background: transparent; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	color: #6A93D4;
	font-weight: bold;
}
#headerLinks { 
	background: url(../images/headerLinks.png) no-repeat;
	height: 50px;
	padding: 0 0 0 150px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px; 
	color: #000000;
	font-weight: normal;
	margin: 5px auto;
	vertical-align:top;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#betweenHeadMain {
	height: 8px;
}
#betweenHeadMain-announcement { /* Use only for Announcement box */
	height: 42px;
	font-size: 11px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica;	
}
#betweenHeadMain-announcement a { /* Use only for Announcement box */
	color: #FFFFFF;
	text-decoration: none;
}
#betweenHeadMain-announcement a:hover { /* Use only for Announcement box */
	color: #FF6600;
	text-decoration: underline;
}
#betweenFootMain {
	height: 8px;
}
#midContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
}
#mainContent {
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	font-size: 12px;
}
#mainPagesContent {
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	font-size: 12px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica;
	margin: 10px;
}
#mainPagesContent a {
	color:#ffffff;
	text-decoration: underline;
}
#mainPagesContent a:hover {
	color:#ff9933;
	text-decoration: underline;
}
#mainPagesContentHeading {
	font-size: 26px;
	color:#ffffff;
	font-family: Tahoma, Verdana;
	font-weight:bold;
	margin: 10px;
}
#tenantContent {
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	background: transparent;*/
	font-size: 12px;
	/*height: 550px;*/
}
#mainTenantContent {
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	height:250px;
	width: 650px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px;
}
#mainTenantContent a {
	text-decoration:underline;
}
#tenantContactUs {
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/tenants/contactUsTenant.png) no-repeat center top;
	margin: 0px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica;
	color: #003399;
	font-size: 11px;
	height: 307px;
	width: 285px;
}
#welcomeContent {
	padding: 5px 20px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color:#FFFFFF;
	line-height: 20px;
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
}
#boxContent {
	padding: 10px 20px 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#FFFFFF;
	line-height: 16px;
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
}
#boxContent a {
	color: #FFFFFF;
	text-decoration:none;
}
#boxContent a:hover {
	color: #ff9933;
	text-decoration:none;
}
#boxBottomRightContent {
	padding: 20px 20px 5px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#FFFFFF;
	line-height: 16px;
	text-align: left;
	margin-left: 15px;
	margin-right: 0px;
}
#rightBoxContent {
	padding: 4px 0px 4px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	height: 500px;
	font-size: 12px;
	color:#FFFFFF;
	text-align: right;
}
#rightBoxText {
	padding: 0px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#footer { 
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.png) no-repeat;
	height: 170px;
}
#footerContents { 
	padding: 10px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;	
} 

#footerContents a {
	color: #ffffff;
	text-decoration:none;
}

#footerContents a:hover {
	color: #ff9933;
	text-decoration:none;
}
#footerHeaderLink {
	color: #ff9933;
	text-decoration:none;
}
#footerHeaderLink a {
	color: #ff9933;
	text-decoration:none;
}
#footerHeaderLink a:hover {
	color: #ffffff;
	text-decoration:none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}
/* photo layer */
#page {
		text-align: center;
		color: white;
}
#page a {
		color: white;
}
#page .panorama-viewport {
		border: 20px solid #d11111;
		margin-left: auto;
		margin-right: auto;
}
#page p {
		margin-bottom: 1em;
}
.TB_overlayBG {
		background-color: #003366;
}
/* end photo layer */
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background: transparent;
	height:110px;
	padding:10px 0 10px 5px;
	margin-left: 10px;
/*	width:587px;*/ /* This is to make sure it wont affect the bottom boxes */
	border:0px solid #ddd;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:190px;
	font-size:15px;	
}
	
#accordion div p {
	font-family: Verdana, Arial, Helvetica;
	font-size:20px;
	width:190px;
}
.tooltip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:11px;
	font-family:Verdana, Arial, Helvetica;
	height:70px;
	width:160px;
	padding:25px;
	color:#ffffff;
	text-align:left;
}
