/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #333333;
	line-height: 95%;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(images/page_menu/bdale_bg_grad.jpg) fixed;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #005FA9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/************** header tag styles **************/

h1 {
	font: bold 120% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h2 {
	font: bold 114% Arial, sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}
h3 {
	font: bold 100% "Book Antiqua", "Times New Roman", Times, serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h4 {
	font: 100% Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h5 {
	font: 100% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
/*************** list tag styles ***************/

ul {
	list-style-type: square;
	margin-top: -5px;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
label {
	font: bold 1em Arial, sans-serif;
	color: #334d55;
}
input {
	font-family: Arial, sans-serif;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1 {
	position:absolute;
	top: 110px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#masthead {
	position: absolute;
	top: 55px;
	left: 2%;
	right: 2%;
	width:88%;
}
#pageNav {
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana, sans-serif;
}
#content {
	padding: 0px 10px 0px 0px;
	margin:0px;
	border: 1px solid #ccd2d2;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName {
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}
/************** utility styles *****************/

#utility {
	font: 75% Verdana, sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}
#utility a {
	color: #ffffff;
}
#utility a:hover {
	text-decoration: underline;
}
/************** pageName styles ****************/

#pageName {
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}
#pageName h2 {
	font: bold 175% Arial, sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
#pageName img {
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}
/************* globalNav styles ****************/

#globalNav {
	position: relative;
	width: 100%;
	height: 32px;
	color: #ccff00;
	padding: 0px;
	margin: 0px;
	background-image: url(images/page_menu/bdale_glbnav_background.gif);
}
#globalNav img {
	margin-bottom: -4px;
}
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}
#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}
#globalLink {
	position: absolute;
	top: 2px;
	height: 20px;
	padding: 5px 0px 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	text-align: left;
}
a.glink, a.glink:visited {
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}
a.glink:hover {
	background-image: url(images/page_menu/bdale_glblnav_selected.gif);
	text-decoration: none;
	background-position: center;
	padding-top: 10px;
}
.skipLinks {
	display: none;
}
/************ subglobalNav styles **************/

.subglobalNav {
	position: absolute;
	top: 32px;
	left: 0px;
	/*width: 100%;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ccff00;
}
.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ccff00;
}
.subglobalNav a:hover {
	color: #ff00cc;
}
/*************** search styles *****************/

#search {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}
#search input {
	font-size: 70%;
	margin: 0px 0px 0px 10px;
}
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
}
#search a:hover {
	margin: 0px;
}
/************* breadCrumb styles ***************/

#breadCrumb {
	padding: 5px 0px 5px 10px;
	font: small Verdana, sans-serif;
	color: #AAAAAA;
}
#breadCrumb a {
	color: #AAAAAA;
}
#breadCrumb a:hover {
	color: #005FA9;
	text-decoration: underline;
}
/************** feature styles *****************/
/** Left Sided Features **/
html>body .featurel {
	height: auto;
}
.featurel {
	padding: 10px;
	font-size: 80%;
	height:210px;
	border: none;
	margin-left: 1%;
}
/*.featurel p  {
	color: #000000;
	padding: 0px;
	margin: 0px 0px 5px;
	font-size: 100%;
}*/
.featurel h3 {
	color: #000000;
	font-size: 175%;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: bold;
}
.featurel img {
	float: left;
	padding: 0px 10px 0px 0px;
}
.featurel table {
	float: left;
	padding: 0px;
}
/** Right Sided Features **/
html>body .featurer {
	height: auto;
}
.featurer {
	padding: 10px;
	font-size: 80%;
	height:210px;
	margin-left: 1%;
	border: none;
}
.featurer h3 {
	color: #000000;
	font-size: 175%;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: bold;
}
.featurer img {
	float: right;
	padding: 0px 0px 0px 10px;
}
.featurer table {
	float: right;
}
/*************** story styles ******************/

.story {
	padding: 10px 5px 5px 10px;
	font-size: 80%;
	text-align: center;
}
.story h3 {
	font: bold 125% Arial, sans-serif;
	color: #000000;
}
.story p {
	padding: 0px 0px 10px 0px;
}
.story a.capsule {
	font: bold 1em Arial, sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}
.story a.capsule:hover {
	text-decoration: underline;
}
td.storyLeft {
	padding-right: 12px;
}
/************** siteInfo styles ****************/

#siteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************ sectionLinks styles **************/

#sectionLinks {
	margin: 0px;
	padding: 0px;
}
#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/page_menu/bdale_bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
#sectionLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/************* relatedLinks styles **************/

.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}
.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
}
.relatedLinks a {
	display: block;
}
/**************** advert styles *****************/

#advert {
	padding: 10px;
}
#advert img {
	display: block;
}
/********************* Brookdale Header  **********************/
#brookdale {
	font-size: 50px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	line-height: 110%;
	color: #FFFFFF;
	left: 2%;
	width: 95.6%;
	z-index: 100;
}
#brookdale img {
	position: absolute;
	top: 0px;
	right: -6px;
	padding: 0px;
	margin: 0px;
}
.village {
	font-size: 30px;
	font-weight: bold;
	color: #ccff00;
}
/** Tariff Table **/
#tariff {
	border: thick groove #00ccff;
	margin: 1px;
	background-color: #DDF3F8;
	width: 300px;
}
#tariff p {
	margin: 1px;
	padding: 1px;
	font-weight: bold;
	font-size: small;
}
.featurefooter {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
/**#navigator {background-color: #ffffff;
position: relative;
top: 10px;
left: 10px;
padding: 1px;} **/

/** p.featurer {
	font-weight: bold;
	text-align: center;
	margin: 0px;
	border: 0px;
}

p.featurel {
	font-weight: bold;
	text-align: center;
	margin: 0px;
	border: 0px;
} **/
/***
p.featurer a {
	text-decoration: none;
	display: block;
	color: #ff7d00;
	background-color: #4c4c4c;
	border: 0px none;
	padding: 0px;
}

p.featurer a:hover {background-color: #333333;}

p.featurer a:link span {display: none;}

p.featurer a:visited span {display: none;}

p.featurer a:hover span {
	font-size: .8em;
	position: absolute;
	top: 22em;
	font-weight: normal;
	display: block;
	left: 300px;
	height: 20px;
	width: 200px;
} ***/

#block1 {
	position: relative;
	top: 0px;
	float: left;
	width: 280px;
	margin-right: 1%;
}
#block2 {
	position: relative;
	top: 0px;
	float: right;
	width: 280px;
	margin-left: 1%;
}
#block3 {
	position: relative;
	top: 0px;
	float: left;
	width: 280px;
	margin-right: 1%;
}
p.CaptionLink {
	font-weight: bold;
	text-align: center;
	margin: 0px;
	border: 0px;
}
p.CaptionLink a {
	text-decoration: none;
	display: block;
	background-color: #DDF3F8;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: 0px;
}
p.CaptionLink img {
	margin: 0px;
	padding: 0px;
}
p.CaptionLink a:hover {
	background-color: #333333;
}
p.CaptionLink a:link span {
	position: absolute;
	display: block;
	width: 277px;
	visibility: hidden;
	top: 200px;
	border: thin solid;
	font-style: italic;
	text-decoration: none;
	background-color: #DDF3F8;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 50;
	height: 45px;
	left: 0%;
	font-size: 95%;
}
p.CaptionLink a:visited span {
	position: absolute;
	display: block;
	width: 277px;
	visibility: hidden;
	top: 200px;
	border: thin solid;
	font-style: italic;
	text-decoration: none;
	background-color: #DDF3F8;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 50;
	height: 45px;
	left: 0%;
	font-size: 95%;
}
p.CaptionLink a:hover span {
	position: absolute;
	display: block;
	width: 277px;
	visibility: visible;
	top: 200px;
	border: thin solid;
	font-style: italic;
	text-decoration: none;
	background-color: #DDF3F8;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 50;
	height: 45px;
	left: 0%;
	font-size: 95%;
	text-align: center;
	vertical-align: middle;
}
.tnl {
	margin-right: 5px;
	float: left;
}
.tnr {
	margin-left: 5px;
	float: right;
}
/*legend {

 font: bold medium Arial, sans-serif;
 color: #00CCFF;
}*/
.links {
	padding: 10px;
	font-size: 80%;
	border: none;
	margin-left: 1%;
	border-left-color: #000000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.CalUnavailable {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #CCCCCC;
	font-size: xx-small;
	padding-right: 2px;
	text-align: right;
}
.CalNoday {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	font-size: xx-small;
}
.CalDayName {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccff00;
	background-color: #0099cc;
	font-size: xx-small;
	padding-right: 2px;
}
.CalMonName {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccff00;
	background-color: #0099cc;
	font-size: xx-small;
}
.CalBooked {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FF00CC;
	font-size: xx-small;
	padding-right: 2px;
	text-align: right;
}
.CalPencil {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #CCCCCC;
	font-size: xx-small;
	padding-right: 2px;
}
.CalFree {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #DDF3F8;
	font-size: xx-small;
	padding-right: 2px;
	text-align: right;
}
#Availability h2 {
	font: bold 175% Arial, sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
.CalUnavailableSat {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #CCCCCC;
	font-size: xx-small;
	padding-right: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	text-align: right;
}
.CalBookedSat {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FF00CC;
	font-size: xx-small;
	padding-right: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	text-align: right;
}
.CalFreeSat {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #DDF3F8;
	font-size: xx-small;
	padding-right: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	text-align: right;
}
.CalNodaySat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	font-size: xx-small;
}
.CalDayNameSat {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccff00;
	background-color: #0099cc;
	font-size: xx-small;
	padding-right: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#offers {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	height: 150px;
	width: 150px;
	border: thick double #FF00CC;
	font-size: medium;
	font-weight: bold;
	color: #0099CC;
	text-align: center;
	padding: 5px;
	margin: 5px;
	line-height: normal;
}
.offer1 {
	color: #FF00CC;
	padding-bottom: 5px;
}

.TableTitle {
	font: bold 175% Arial, sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
.offer2 {
	color: #0099CC;
	padding-bottom: 5px;
	font-size: medium;
	font-weight: bold;
}
.offer {
}
.OfferBorder {
	border: thick double #FF00CC;
}

