﻿body 
{
	margin: 0;
	background-image: url("../images/bg-page-layout1.jpg");
	background-repeat: repeat-x;
	padding: 0;
	height: 100%;
}

html
{
	height: 100%;
}

#top-image-area
{
	width: 100%;
	height: 400px;
	background-image: url("../images/top-image-home.png");
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
}

#content-area
{
	/*background-image: url("../images/bg-content.jpg");
	background-repeat: repeat-x;*/
}

#main-content-area
{
	min-height: 400px;
	z-index: 10;
}

#main-content-table
{
	margin-top: -90px;
	width: 934px;
	height: 330px;
	background-image: url("../images/bg-main-content.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	
}

#main-content-padding
{
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

#sub-content-table
{
	width: 920px;
	height: 130px;
	border: solid 1px #CCC;
	background-color: #F0F0F0;
	font-size: 11px;
	line-height: 12px;
}

#sub-content-padding
{
	padding: 12px;	
}

/* Map Area in Meetings page */
#map-area
{
	z-index: 1;
}
#map-area-table
{
	width: 939px;
	height: 335px;
	background-image: url("../images/bg-map-area.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: -390px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

#map-content-padding
{
	padding: 20px;	
}

/* Meetings Page Specific Overrides */
#top-image-area-meetings
{
	width: 100%;
	height: 400px;
	background-image: url("../images/top-image-meetings.png");
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
}

#content-area-meetings
{
	/*background-image: url("../images/bg-content.jpg");
	background-repeat: repeat-x;*/
}

#main-content-area-meetings
{
	min-height: 330px;
	z-index: 10;
	
}

#main-content-table-meetings
{
	margin-top: -50px;
	width: 934px;
	height: 330px;
	background-image: url("../images/bg-main-content.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
