/*--- HTML Tag Overrides ---*/
html, body {
	background-color: #EEEEEE;
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
}

em, i {
	font-style: italic;
	font-weight: inherit;
}

h1 {
	color: #000000;
	font-size: 18px;
}

h2 {
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 16px;
	margin-bottom: 1em;
}

h3 {
	border-bottom: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-size: 16px;
	margin-bottom: 1em;
}

h4 {
	color: #000000;
	font-size: 16px;
	margin-bottom: 1em;
}

h5 {
	color: #999999;
	font-size: 16px;
	margin-bottom: 1em;
}

hr {
	color: #aaaaaa;
	background-color: #aaaaaa;
	height: 1px;
	border: 0px;
	margin-bottom: 14px;
}

ol {
	list-style: decimal;
	margin-bottom: 1em;
	margin-left: 2em;
}

p {
	margin-bottom: 1em;
}

strong, b {
	font-weight: bold;
}

ul {
	list-style: disc;
	margin-bottom: 1em;
	margin-left: 2em;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #797979;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

a.bold_link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.bold_link:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
input.error_field, select.error_field, textarea.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

/* Container Definitions */
#main_container {
}

#top_container {
	background-image: url(/images/top_background.jpg);
	background-repeat: repeat-x;
	height: 118px;
}

#top_container > div {
	margin: auto;
	width: 1000px;
}

#menu_container {
	float: right;
	margin-right: 28px;
	margin-top: 10px;
	width: 772px;
}

#menu_container .menu_seperator {
	background-color: #aaaaaa;
	float: left;
	height: 19px;
	margin-left: 18px;
	margin-right: 18px;
	width: 1px;
}

#menu_container .menu_item {
	float: left;
}

#content_container_1 {
	background-color: #FFFFFF;
}

#content_container_1 > div {
	margin: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 940px;
}

#content_container_2 {
	background-color: #EEEEEE;
}

#content_container_2 > div {
	margin: auto;
	width: 940px;
}

#footer_container {
	clear: both;
	color: #7f7f7f;
	font-size: 10px;
}

#footer_container strong {
	font-size: 11px;
}

#footer_container > div {
	margin: auto;
	padding-top: 5px;
	width: 940px;
}
/*--------------------*/

/* Custom Definitions */
#tab_container_1 ul {
	list-style: none;
	margin: 0px;
}

#tab_container_2 ul {
	list-style: none;
	margin: 0px;
}

#tab_container_3 ul {
	list-style: none;
	margin: 0px;
}
#pagination {
	font-size: 11px;
}
#pagination a {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#error_message {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
div .popup_link {
	cursor: pointer;
}
div .popup_menu {
	background-color: #FFFFFF;
	display: none;
	padding: 10px;
	white-space: nowrap;
}
/*--------------------*/

/* EXT Overrides */
div .x-tab-panel-header {
	border: 1px solid #C9C9C9;
	border-bottom: 0px;
}
div .x-tab-panel-body {
	border: 1px solid #C9C9C9;
	border-top: 0px;
}
div .x-tab-strip-top .x-tab-left {
	background-image: url(/images/sprites/tabs-sprite.gif);
}
div .x-tab-strip-top .x-tab-right {
	background-image: url(/images/sprites/tabs-sprite.gif);
}
div .x-tab-strip-top .x-tab-strip-inner {
	background-image: url(/images/sprites/tabs-sprite.gif);
}
div .x-tab-panel-header-plain .x-tab-strip-spacer, .x-tab-panel-footer-plain .x-tab-strip-spacer {
	background-color: #FFFFFF;
	border: 1px solid #C9C9C9;
	border-bottom: 0px;
	border-top: 0px;
}
ul.x-tab-strip-top {
	border-bottom: 1px solid #C9C9C9;
}
div .x-tab-strip span.x-tab-strip-text {
	color: #9f9f9f;
	font-size: 10px;
}
div .x-tab-strip-active span.x-tab-strip-text {
	color: #000000;
	font-weight: normal;
}
ul.x-menu-list {
	list-style: none;
	margin: 0px;
}

div .x-form-item {
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: bold;
}
/*--------------------*/

/* Shadowbox Overrides */
#shadowbox_title {
	height: 36px !important;
}
#shadowbox_title_inner {
	background-color: #EEEEEE !important;
	border-left: 1px solid #333333 !important;
	border-right: 1px solid #333333 !important;
	border-top: 1px solid #333333 !important;
	color: #000000 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 10px !important;
	padding-left: 20px !important;
}

#shadowbox_body {
	border-top: 0px !important;
}

#shadowbox_nav_close {
	background-image: url(/images/buttons/close.png) !important;
	height: 16px !important;
	margin-left: 10px !important;
	width: 46px !important;
}

#shadowbox_nav_next {
	background-image: url(/images/buttons/next.png) !important;
	height: 16px !important;
	margin-left: 10px !important;
	width: 43px !important;
}

#shadowbox_nav_previous {
	background-image: url(/images/buttons/prev.png) !important;
	height: 16px !important;
	width: 43px !important;
}
/*--------------------*/

/* sIFR Styles */
.sIFR-active .menu_item {
	line-height: 1em;
	visibility: hidden;
}

.sIFR-active h1 {
	line-height: 1em;
	visibility: hidden;
}

.sIFR-active .chalet_new_york_nineteen_eighty {
	line-height: 1em;
	visibility: hidden;
}

.sIFR-active .chalet_new_york_nineteen_eighty_alt {
	line-height: 1em;
	visibility: hidden;
}
/*--------------------*/

/* Print Media Definitions */
@media print {

}
/*--------------------*/
