/********* Tag Styles **********/
html {
	overflow: scroll;
}
BODY {
	margin: 0px;
	padding: 0px;
    background-color: #FFFFFF;
	text-align: center;
}
FORM {
	margin: 0px;
	padding: 0px;
}
TABLE {
    border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
TD {
	padding: 0px;
}
BODY, TD, TH, P, DIV, SPAN, INPUT, SELECT{
	font-family: Verdana, Tahoma, Georgia, Arial;
	font-size: 13px;
	text-align: left;
	margin: 0px;
	line-height: 180%;
}
A {
	color: #1b5291;
	text-decoration: none;
}

A IMG{
	border: 0px;
}

H1, H2, H3, H4{
	font-family: Verdana, Tahoma, Georgia, Arial;
	padding: 0px;
	margin: 0px;
}

H1 {
	text-align: left;
	font-size: 24px;
	color: #e89723;
	font-weight: normal;
/*	margin-top: 24px;*/
/*	margin-bottom: 5px;*/
	width: 477px;
/*	width: 509px;*/
	border-bottom: 1px solid #8a8a8a;
	padding-bottom: 13px;
	margin-bottom: 20px;
}

H2{
	text-align: left;
	font-size: 11px;
	color: #7b7e70;
	font-weight: normal;
	line-height: normal;

}
H3{
	font-size: 13px;
	text-decoration: underline;
}

H4{
	font-size: 16px;
	font-family: Verdana, Tahoma, Georgia; 
}

li {
	list-style: none;
}

ul {
	margin: 0px;
	padding: 0px;
	line-height: 180%;
}

body {
/*	background: #f2f2f2;*/
	background: #fff;
}

/********* New Custom Styles **********/

.TopBlock {
	background-image: url('../images/top-line.gif');
	background-position: top;
	background-repeat: repeat-x;
}
.MainBackground {
	background-image: url('../images/bg3.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f2f2f2;
}

.w808 {
	margin: auto;
	width: 808px;
}


.MainBlock {
	float: left;
	width: 800px;
	padding-bottom: 9px;
	padding-top: 24px;
/*	border-top: 3px solid #cacbc6;*/
}

/*.Logo {
	float: left;
	padding-top: 27px;
	padding-bottom: 15px;
}*/

.TopNavigation {
	float: right;
	padding-top: 51px;
}

.TopNavigation a{
	color: #8a8a8a;
	font-size: 9px;
	text-decoration: none;
}

.SiteMapText {
	padding-left: 8px;
	height: 15px;
}

.NewsText {
	padding-right: 7px;
	background-image: url('../images/top-sep.gif');
	background-position: right;
	background-repeat: repeat-y;	
	height: 15px;
}


.Navigation {
	float: left;
	display: inline;
	height: 196px;
	width: 800px;
	background-image: url('../images/top-bg3.gif');
	background-position: bottom;
	background-repeat: no-repeat;	
}

.Navigation img {
	vertical-align: top;
}

span.LeftBorder img {
	/* border-left: 1px dashed yellow; */
	background-image: url('../images/nav-divider.gif');
	background-position: left;
	background-repeat: no-repeat;
}


/* Main navigation menu */

.MainNavigation {
	float: left;
	width: 800px;
	height: 196px;
	background: transparent url('../images/chicago-skyline.jpg') center top no-repeat;
}

.logotype {
	float: left;
	margin: 34px 0px 0px 13px;
}

.MainNavigation  ul {
	margin-top: 33px;
	padding: 0;
	height: 43px;
	list-style-type: none;	
}

.MainNavigation  ul li {
	position: relative;
	float: left;
	margin: 0;
	height: 100%;
	background: #E89723 url('../images/main-menu-bg.gif') left top repeat-x;
}

.MainNavigation  ul li a {
	float: left;
	display: block;
	height: 100%;
}

.MainNavigation  ul li.Active, 
.MainNavigation  ul li a:hover {
	background: #000;
	background: transparent url('../images/main-menu-active-bg.gif') left top repeat-x !important;
}

/*.MainNavigation  ul li.Active a, 
.MainNavigation  ul li.Active a:hover {	
	height: 49px;
	background: transparent url('../images/arrow.gif') center bottom no-repeat !important;	
}*/



/*.MainNavigation  ul li a.Home { 
	width: 95px;
	background-image: url('../images/top-nav-lc.gif');
	background-position: left top;
	background-repeat: no-repeat;
 }
.MainNavigation  ul li a.AboutUs { width: 137px; }
.MainNavigation  ul li a.OurFacility { width: 129px; }
.MainNavigation  ul li a.CompaniesInResidence { width: 209px; }
.MainNavigation  ul li a.Pricing { width: 99px; }
.MainNavigation  ul li a.GettingHere { 
	width: 131px;
	background-image: url('../images/top-nav-rc.gif');
	background-position: right top;
	background-repeat: no-repeat;
}*/

.MainNavigation  ul li a.Home { 
	width: 80px;
	background-image: url('../images/top-nav-lc2.gif');
	background-position: left top;
	background-repeat: no-repeat;
 }
.MainNavigation  ul li a.AboutUs { width: 99px; }
.MainNavigation  ul li a.OurFacility { width: 109px; }
.MainNavigation  ul li a.CompaniesInResidence { width: 189px; }
.MainNavigation  ul li a.Pricing { width: 82px; }
.MainNavigation  ul li a.GettingHere  { width: 120px; }
.MainNavigation  ul li a.Reservations { 
	width: 121px;
	background-image: url('../images/top-nav-rc2.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

.MainNavigation  ul li a span{
	position: absolute;
	top: 10px;
	left: -1px;
	width: 100%;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;	
	background: transparent url('../images/nav-divider.gif') left top repeat-y;
	cursor: pointer;
}

.MainNavigation  ul li.Active a.Home {
	background:  transparent url('../images/top-nav-lc-active-home3.gif') left top no-repeat !important;
}

.MainNavigation  ul li a.Home:hover {
	background:  transparent url('../images/top-nav-lc-active-home3.gif') left top no-repeat !important;
}

.MainNavigation  ul li.Active a.Reservations {
	background:  transparent url('../images/top-nav-rc-active-contact3.gif') right top no-repeat !important;
}

.MainNavigation  ul li a.Reservations:hover {
	background:  transparent url('../images/top-nav-rc-active-contact3.gif') right top no-repeat !important;
}

.MainNavigation  ul li.Active a span {
	left: 0;
}

.MainNavigation  ul li a.Home span {
	background-image: none;
}

/* Main navigation menu end */



.w509 {
	float: left;
	width: 509px;
	padding-bottom: 15px;
/*	border: 1px solid red;*/
}

.w509 a {	
	background-image: url('../images/underline.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

.w509 li {
	background-image: url('../images/bullet-blue.gif');
	background-position: left 6px;
	background-repeat: no-repeat; 
	padding-left: 9px;
/*	border: 1px solid red;*/
}


/*.Header {
	float: left;*/
/*	width: 100%;*/
/*	width: 509px;*/
/*	border-bottom: 1px solid #8a8a8a;*/
/*	padding-bottom: 8px;
	margin-bottom: 15px;*/
/*}*/

p,
.BottomBorder {
	padding-bottom: 20px;
/*	border-bottom: 1px solid #dddddd;
	margin-bottom: 19px;*/
}

/*.BottomBorder ul {
	padding-top: 5px;
	padding-left: 15px;
	margin: 0px;
}*/

.BottomBorder img {
	float: left;
	margin-top: 5px;
}

.lh18 a {
	line-height: 180%;
}

.Logo {
	padding: 13px 0;
	text-align: center;
}

.LogoBG {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #fff;
}

.InfoLinksBlock {
	width: 241px;
/*	height: 121px;*/
	background: #1b5291;
	background-image: url('../images/bottom-corners1.gif');
	background-position: bottom;
	background-repeat: no-repeat; 
	padding-bottom: 10px;
/*	margin-bottom: 10px;*/
}

.InfoLinksBlock li {
	background-image: url('../images/bullet-white.gif');
	background-position: left 6px;
	background-repeat: no-repeat; 
	padding-left: 30px;
	border-top: 1px solid #32649c;
	color: #ffffff;
}

/*.InfoLinksBlock a {
	color: #ffffff;
}*/

.InfoLinksBlock ul {
	padding-top: 10px;
	background-image: url('../images/top-corners1.gif');
	background-position: top;
	background-repeat: no-repeat; 
}

.First {
	border-top: 0px !important; 
}

.QuoteBlock {
	float: left;
	width: 241px;
	background: #ffffff;
	margin-top: 10px;
}

.QuoteBlockBorders {
	float: left;
	border-left: 1px solid #e89723;
	border-right: 1px solid #e89723;
	padding: 8px 18px;
	height: 320px;
}

.QuoteText{
	overflow-y:auto;
	height:180px;
	width: 100%;
	font-size: 11px;
}

.QuoteTextSingle{
	overflow-y:auto;
	height:250px;
	width: 100%;
	font-size: 11px;
/*	overflow-y: scroll;*/
}

.QuoteBlockHeader {
	float: left;
	width: 241px;
	text-align: center;
	color: #ffffff;
	background: #e89723;
	font-family: Verdana, Tahoma, Georgia, Arial;
	font-weight: bold;
	background-image: url('../images/quotes-header-bg.gif');
	background-position: top left;
	background-repeat: repeat-x; 
}

.QuoteBlockFooter {
	float: left;
	width: 241px;
	padding: 7px 0px 0px 0px;
	background-image: url('../images/quotes-footer-bg.gif');
	background-position: top left;
	background-repeat: repeat-x; 
}

/*.QuoteBlockFooter img {
	float: left;*/
/*	margin: 7px 10px 0px 10px;*/
/*	padding: 0px;
}*/



.QuoteBlockFooter span{
	float: left;
	padding: 0px 10px 0px 91px;
	margin: 0px 10px 0px 0px;
	background-image: url('../images/divider.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

.NewsBlock {
	background: #ffffff;
	margin-bottom: 10px;
/*	height: 153px;*/
/*	height: 186px;*/
}

.QuoteBlockImg {
	margin: auto;
	padding: 0px;
	margin-bottom: 7px;
}

.NewsBlock a {
	color: #2c2d28;
}

.NewsBlock li {
/*	padding-left: 25px;*/
	padding-left: 16px;
	border-top: 1px solid #e8e8e8;
}

.NewsBlock ul {
	padding: 5px 0px 7px 0px;
}
.NewsFooter {
	background: #f8db90;
	padding: 10px 0px 10px 25px;
	background-image: url('../images/bottom-corners2.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

.NewsFooter a {
	color: #1b5291;
	font-weight: bold;
	background-image: url('../images/underline.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

.FooterColor {
	background: #ffffff;
}

.Footer {
	margin: auto;
	padding-bottom: 10px;
	width: 808px;
	background-image: url('../images/bottom-line.gif');
	background-position: top;
	background-repeat: repeat-x;
	color: #8a8a8a;
}

.Footer div,
.Footer div a,
.Footer div span {
	font-size: 11px;
}

.BottomAdress {
	margin: 10px 0px;
	text-align: center;
	color: #000;
}

.BottomAdress span {
	padding: 0px 10px;
	border-left: 1px solid #000;
}

.mr7{
	margin-right: 7px;
}

.BottomNav {
	float: right;
	padding-top: 15px;
}

.BottomNav a {
	padding: 0px 7px 0px 7px;
}

.Border a {
	background-image: url('../images/footer-sep.gif');
	background-position: right;
	background-repeat: repeat-y;
}

.MainContentBG {
	background: #ffffff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	font-size: 12px;
/*	padding: 10px;*/
}

.MainContentBG ul {
	padding-top: 5px;
	padding-left: 15px;
	margin: 0px;
}

/*
.compInResidence {
	text-align: center;
}

.compInResidence  img{
	border: none;
	display: block;
	margin: auto;
}

.compInResidence  a {
	background-image: none !important;
}

.compInResidence  a span {
	background-image: url('../images/underline.gif');
	background-position: bottom;
}*/

.compInResidenceTbl td {
	padding: 25px;
	width: 50%;
	text-align: center;
	padding-top: 0px;
}

.compInResidenceTbl td div {
	text-align: center;
}

.compInResidenceTbl td div img {
	border: none;
	display: block;
	margin: auto;
}

.compInResidenceTbl td div a {
	background-image: none !important;
}

.compInResidenceTbl td div a span {
	background-image: url('../images/underline.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

/*.MainContentBG div.p15, 
.MainContentBG div.p15 div,
.MainContentBG div.p15 p,
.MainContentBG div.p15 ul,
.MainContentBG div.p15 h3 {
	font-size: 12px;
}*/

.p15 {
	padding: 15px;
}

.p15 img {
	padding-top: 5px;
	padding-right: 15px;
}


.formview {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*.formview input.Text, textarea {
	width: 100%;
}*/

.formview input.Text, textarea {
	width: 300px;
/*	border: 1px solid #185194;*/
	padding-left: 5px ;
	font-size: 11px;
}

.formview th {
	text-align: right;
	padding-right: 10px;
/*	vertical-align: top;*/
	font-family: Verdana, Tahoma, Georgia, Arial;
	white-space: nowrap;
/*	font-weight: normal;*/
}

.formview td {
	width: 80%;
	font-family: Verdana, Tahoma, Georgia, Arial;
	padding: 5px 0px;
}

.formview .when {
	margin-top: 5px;
	margin-bottom: 5px;
}

.formview .when th {
	text-align: right;
	padding: 2px;
}

.formview .when td {
	padding: 2px;
	
}


#calLayer iframe {
	margin: 0;	
	padding:0;
	border: none;
/*	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;*/
	background: #fff;
}

/*#calLayer div {
	border:solid 1px #cccccc;
}*/
table.calMainTable {
/*	border-top:solid 1px #cccccc;
	border-left: 1px solid #cccccc;*/
	border: 1px solid #cccccc;
	background: #fff;
	padding: 0px; 
	margin: 0px;
}

.calFont {
	padding:0px;
	margin:0 !important;
/*	width: 5px !important;*/
	text-align: center;
	white-space: nowrap !important;
	font-family: Verdana, Tahoma !important;
	text-align: center !important;
/*	padding: 5px;*/
/*	padding-left: 5px;
	padding-right: 5px;*/
}
.MonthYearArea {
	width: 80px !important;
	padding: 0px;
	margin: 0px;
	text-align: center !important;
	font-size: 11px !important;
	padding-top: 2px !important;
}

td.ActiveDayColor a {
	color: #d5830d !important;
	font-weight: bold;
}
.w13 {
	width: 13px !important;
}
.calFont a {
	font-family: Verdana, Tahoma;
}

.calFont a, .calFont img, .calFont small {
	text-decoration: none !important;
	margin:0;
	line-height: 12px;
	background:url();
}

/*.calFont a, .calFont small {
	text-decoration: none !important;
	margin:0;
	line-height: 12px;
	background:url();
}*/

.calFont img{
	padding: 0px !important;
	margin: 0px !important;
}

.calFont a, .calFont small, .calFont small a {
	padding: 0px 2px 0px 2px !important;
}

.dateInput {
	line-height: 13px;
}


.buttons {
	margin-left: 129px;
/*	text-align: center;*/
}

.buttons a {
	padding:0;
	margin:0;
	background:url();
}

/********* Prices Table  **********/
table.tntable{
	border-collapse: separate;
}
table.tntable th{
  background: #FDBA31;
	color: #FFF;
	text-align: center;
	padding: 4px;
}
table.tntable td{
  background: #EEE;
	padding: 4px;	
}
table.tntable td small{
  line-height: 125%;
}

/********* Unchanged Styles **********/
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear { 
        clear: both; 
}
/********* Margin-Padding Styles **********/
.ml50 {
	float: left;
	margin-left: 50px;
/*	border: 1px solid red;*/
}

.pt18 {
	float: left;
	padding-top: 18px;
}

.pt22 {
	padding-top: 22px;
}

.mtb11 {
	margin: 11px 0px;
}

.pt20 {
	float: left;
	padding-top: 20px; 
}

.ac {
	text-align: center;
}

.pt9 {
	padding-top: 9px;
}
/********* Test Styles **********/.b1{ border: 1px solid red !important; }
.b2{ border: 1px solid green !important; }
.b3{ border: 1px solid blue !important; }