/* CSS Document */

/* ---- global/typography.css ---- */
html {
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #db2a69;
	margin: 1em 0em 0.5em 0em;
}

h1 { 
	font-size: 2em;
	margin: 0 0 0.2em 0; padding: 0.2em 0 0 0;
}

h2 { font-size: 1.8em; }

h3 { font-size: 1.6em; }

h4 { font-size: 1.4em; }

h5 { font-size: 1.2em; }

h6 { font-size: 1.0em; }

p, ul, ol, dl, address, blockquote, table, div.paragraph {
	line-height: 1.5em;
	font-size: 1.0em;
	}

ul p {
	font-size: 1em;
}


a {
	color: #0099cc;
}
a:hover, a:active {
	color: #c9ba00;
}

a img {
	border: none;
}

blockquote {
	margin: 8px 8px 16px 8px; padding: 8px;
	background: #f1f1f1;
}

p { 
	margin: 0.5em 0em 1em 0em;
	padding: 0em;
}

em {
}

strong {
}

address {
	font-style: normal;
	line-height: 1.5em;
}

code {
	font-size: 1.05em;
}

acronym {
/* IE 6 does not support abbr */
  border-bottom: 1px dotted #333333;
  cursor: help;
  }

abbr {
	cursor: help;
	border-bottom: 1px dotted #333333;
}


/* ---- global/form.css ---- */
form {
	margin: 0; padding: 0; display: inline;
}

legend {
	font-weight: bold;
	line-height: 1.5em;
}

fieldset {
	padding: 0.5em 1em;
}

textarea {
	font-family: inherit;
	font-size: 1.05em;
}

label {
	float: left;
	display: block;
	width: 120px;
}

input, textarea {
	padding: 4px;
	font-size: 1em;
	border: 1px solid #db2a69;
	background: #fff;
}

input:focus, textarea:focus {
	border-color: #c9ba00;
}

ul#error_list {
	color: #f00;
}

ul#error_list li em {
	font-style: normal;
	font-weight: bold;
}


/* ---- global/list.css ---- */
/* Unordered List */
ul.float {
	margin: 0px; padding: 0px;
	list-style-type: none;
}
ul.float li {
	float: left;
	display: block;
}

/* Ordered List */
ol.lower-roman { list-style-type: lower-roman; }
ol.upper-roman { list-style-type: upper-roman; }
ol.lower-alpha { list-style-type: lower-alpha; }
ol.upper-alpha { list-style-type: upper-alpha; }
ol.no-style { list-style-type: none; }

/* Definition List */

dl.format dt {
	font-weight: bold;
}

dl.float {}

dl.float dt {
	float: left;
	display: block;
}

dl.float dd {}


/* ---- global/special.css ---- */
.clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.image-replace {
	display: block;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family:inherit;
	text-indent: -9999em;
	height: 0 !important
}



/* ---- global/skin.css ---- */
body {
	background: url('/public/images/skin/body-bg.png') repeat-x top left;
	margin: 0; padding: 0;
	text-align: center;
}

div#outer-frame {
	/*background: url('/public/images/skin/ground-bg.png') repeat-x bottom left;*/
	display: block;
	padding-bottom: 0;
	width: 100%;
}

div#frame {
	margin: 0 auto;
	width: 974px;
	text-align: left;
}

div#header {
	background: url('/public/images/skin/header-bg.png') no-repeat top left;
	padding: 120px 0 12px 24px;
}

div#header p {
	margin: 0; padding: 0;
}

#logo {
	background: url('/public/images/skin/balloon-room-logo.png') top left no-repeat;
	width: 369px; height: 132px;
	margin: 0 0 0 17px; padding: 132px 0 0 0;
}

div#content {
	background: url('/public/images/skin/content-bg.png') repeat-y top left;
	padding: 0 24px;
}

div#frame div.default {
	background: url('/public/images/skin/content-bg.png') repeat-y top left;
	padding: 0 40px;
}

div#footer {
	background: url('/public/images/skin/footer-bg-old.png') no-repeat bottom left;
	padding: 10px 0 20px 0;
	width: 100%;
}

div#footer p {
	display: inline;
	float: left;
	margin: 0 12px 0 24px;
}

div#greydust {
	float: right;
}

hr {
	border: 2px solid black;
	margin: 0; padding: 0;
}


/* ---- global/menu.css ---- */
div#header ul {
	background: url('/public/images/menu/menu-bg.png') no-repeat top left;
	width: 932px; height: 46px;
}

div#footer ul {
}

div#header li {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 4px 0 0;
	padding-left: 14px;
}

div#footer li {
	margin-right: 0.5em;
}

div#header ul a {
	color: #fff;
	display: block;
	line-height: 33px;
	padding: 0 0.8em 0 0em;
	text-decoration: none;
}

div#header > ul a:hover, div#header > ul a:active, div#header > ul li:hover a {
	background: url('/public/images/menu/menu-active-a.png') no-repeat top right;
}
div#header > ul li:hover  {
	background: url('/public/images/menu/menu-active-li.png') no-repeat top left;
}

div#header li.active {
	background: url('/public/images/menu/menu-active-li.png') no-repeat top left;
}
div#header li.active a {
	background: url('/public/images/menu/menu-active-a.png') no-repeat top right;
}

div#header li#home_menu {
	margin-left: 75px;
}

div#header li#telephone_menu {
	background: url('/public/images/menu/telephone.png') no-repeat center left;
	float: right;
	margin: 12px 18px 0 0;
	padding-left: 30px;
}
div#header li#telephone_menu strong {
	display: none;
}


/* ---- global/buttons.css ---- */
a.pink-button-175px {
	background: url('/public/images/buttons/pink-button-175.png') no-repeat center left;
	color: #fff;
	display: block;
	font-size: 13px;
	height: 31px;
	line-height: 26px;
	padding-left: 10px;
	text-decoration: none;
}



/* ---- global/other.css ---- */
div.hr {
	background: transparent url('/public/images/other/pink-horizontal-line.png') no-repeat center center;
	border: none;
	width: 932px; height: 4px;
	margin: 12px 0; padding: 0;
}

div#footer div.hr {
	margin-left: 24px;
}

div#content div.hr {
	margin-bottom: 22px;
}

.pink-star {
	background: url('/public/images/other/pink-star.png') no-repeat center left;
	padding-left: 45px;
	line-height: 33px;
}

.light-pink-vl {
	background: url('/public/images/other/light-pink-vertical-line.png') no-repeat top right;
}

.light-pink-vl-start {
	background: url('/public/images/other/long-light-pink-vertical-line.png') no-repeat top left;
}

.light-pink-vl-end {
	background: url('/public/images/other/long-light-pink-vertical-line.png') no-repeat bottom left;
}

.hidden {
	display: none;
}




html {
	color: #333;
	font-size: 85%;
}

div#page div#FLASH {
}