@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(Images/BackgroundImage2.jpg);
	background-repeat: no-repeat;
	color: rgb(74,74,74);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 20px;
	background-color: #FFF;
}
a {
	font-size: 100%;
	color: #8A2529;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: rgb(0,101,164);
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: rgb(74,74,74);
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: rgb(74,74,74);
}

.twoColFixRtHdr #container {
	width: 961px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Images/dropshadow_main.png);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	background-image: url(Images/TopBlueGradientBar.png);
	background-repeat: repeat-x;
	height: 40px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	padding: 25px 20px 10px 20px;
} 

.twoColFixRtHdr #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 */
}
#header table {
	height: 48px;
}

#container hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BED9FD;
}
#menu {
	margin: 0 0 0 30px;
	float: left;
}

#flashLoop {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.twoColFixRtHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	background-image: url(Images/SidebarBlueGradient.png);
	background-repeat: repeat-x;
	color: #EEF5FE;
	height: 325px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}

.twoColFixRtHdr #mainContent {
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: left;
} 
#mainContent #availableSuitesTable th {
	color: #FFF;
	background-color: #8A2529;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
#mainContent #availableSuitesTable tr {
	background-color: #F1F7FE;
	text-align: center;
	font-size: 85%;
}

#mainContent #includedAmenitiesTable th {
	color: #FFF;
	background-color: #0065A4;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	font-size: 115%;
}
#mainContent #includedAmenitiesTable tr {
	background-color: rgb(234,238,241);
	text-align: center;
	font-size: 85%;
	padding: 6px;
}
#mainContent #includedAmenitiesTable tr td {
	padding-left: 6px;
	padding-right: 6px;
}
#mainContent #caseStudiesTable td{
	padding: 6px;
}
#mainContent #pdfTables {
	background-repeat: no-repeat;
	background-image: url(Images/BlueGradientBackground_LtoR.gif);
}


#mainContent #caseStudiesTable tr {
	background-color: #F1F7FE;
	text-align: left;
	font-size: 85%;
}
#mainContent #commonTable td {
	background-color: #F1F7FE;
	text-align: left;
	font-size: 85%;
	padding-left: 6px;
}

#mainContent #floorPlanIcons {
	margin-right: 5px;
	margin-bottom: -5px;
}

#mainContent #cutawayImage {
	float: right;
	margin: 10px;
}


.tableSubheads {
	font-size: 115%;
	color: #FFF;
	background-color: rgb(97,128,148);
	text-align: center;
	height: 30px;
	font-weight: bold;
}
.tableAltRows {
	background-color: #E0E0E0;
}






#sidebartable  {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #4A4A4A;
}


#officeSolutions    {
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 16px;
	background-image: url(Images/B_GradientBackG_Long.png);
	border: 2px solid #FFF;
}
#officeSolutions td {
	padding: 4px;
}
#communications {
	margin-right: 30px;
	margin-left: 30px;
	height: 50px;
	background-image: url(Images/BlueGradientBackground_LtoR.gif);
	background-repeat: no-repeat;
	padding: 5px 10px 0 15px;
}
#communications a {
	color: #8A2529;
	font-size: 85%;
}



.twoColFixRtHdr #footer {
	padding: 0 10px 0 15px;
	margin: 0 30px 0 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BED9FD;
	background-color: #E9F2FE;
} 
.twoColFixRtHdr #footer td {
	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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#footer a {
	color: #8A2529;
}

.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;
}
.whiteText {
	color: #FFF;
}
#logofloat {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
