/*                                                                                                 
  Project: Kosher Culinary Orlando
	
  Key	Title
  [W]	Wrapper(s)
  [G]	Global
  [T]	Typography
  [H]	Header
  [N]	Navigation
  [B]	Banner
  [C]	Content
  [S]	Side Navigation
  [P]	Pages
  [F]	Footer  
  [M]	Miscellaneous
*/

html, body {
  height: 100%;
}
body {
  line-height: 1.2;
  background: #1E518C url('./themes/site_themes/kosher_global/images/body_bg.png') repeat-x;
}

/* [W] */

#wrapper {
  height: auto;
  min-height: 100%;
  text-align: center;
  position: relative;
}
* html #wrapper {
  height: 100%;
}
.wrapper_contain, #footer {
  width: 840px;
  text-align: left;
}
.wrapper_contain {
  margin-left: auto;
  margin-right: auto;	
}

/* [G] */

.clear {
  clear: both;
}
.display_none {
  display: none;
}
.float_right {
  float: right;
}
.float_left {
  float: left;
}

a:link, a:hover, a:visited {
  color: #066ED6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.loading {
  height: 31px;
  width: 31px;
  background: #fff url('./themes/site_themes/kosher_global/images/global/loading.gif') no-repeat;
}

.spacer {
  height: 10px;
  width: 100%;
}

.required, .error {
  font-weight: bold;
  color: #CC0000;
}

button {
  border: 1px solid #B4B4B4;
  color: #333;
  font-size: 11px;
  padding: 0 3px;
  background: #fff url('./themes/site_themes/kosher_global/images/button.png') repeat-x;
}

ul.list {
  list-style: disc outside;
  margin: 10px 0 15px 15px;
  line-height: 20px;
}
ul.list li {
  margin-left: 15px;
}
ul.list li ul {
  list-style: circle outside;
  margin-left: 15px;
}
ul.list li ul li ul {
  list-style: square outside;
  margin-left: 15px;
}

.form label {
  font-weight: bold;
}
.form dl dt {
  padding-bottom: 2px;
}
.form dl dd {
  padding-bottom: 15px;
}
.input {
  font-size: 14px;
  padding: 2px;
  border: 2px solid #ccc;
}
input.input {
  width: 60%;
}

/* [T] */

body, select, input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
h1 {
  font-family: Tahoma, "Times New Roman", Times, serif;
  font-size: 24px;
  color: #1E518C;
  font-weight: normal;
}
h2 {
  font-size: 16px;
  color: #595236;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
h4 {
  font-size: 11px;
  color: #000;
  font-weight: bold;
}
p {
  color: #333;
  line-height: 16px;
}

/* [H] */

#header {
  height: 310px;
  width: 100%;
  position: relative;
  z-index: 99; /* z-index bug for lte IE 7 */
}
#header_logo, #header_promo_menu, #header_promo_contact {
  display: block;
  cursor: pointer;
  position: absolute;
}
#header_logo {
  width: 206px;
  height: 268px;
  top: 15px;
  left: 0;
  background: url('./themes/site_themes/kosher_global/images/header_logo.png');
}
#header_slogan {
  width: 285px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50px;
  left: 140px;
  background: url('./themes/site_themes/kosher_global/images/header_slogan.png');
}

#header_promo_menu, #header_promo_contact {
  width: 226px;
  height: 82px;
  top: 120px;
  background-position: top left;
}
#header_promo_menu {
  left: 345px;
  background-image: url('./themes/site_themes/kosher_global/images/header_promo_menu.png');
}
#header_promo_contact {
  right: 0;
  background-image: url('./themes/site_themes/kosher_global/images/header_promo_contact.png');
}
#header_promo_menu:hover, #header_promo_contact:hover { 
  background-position: bottom left;
}

#header_search {
  position: absolute;
  right: 0;
  top: 14px;
  width: auto !important;
  width: 340px;
}
#header_search_left {
  float: left;
  height: 28px;
  width: 3px;
  background: url('./themes/site_themes/kosher_global/images/header_search_left.png') no-repeat;
}
#header_search_right {
  height: 28px;
  float: left;
  width: 3px;
  background: url('./themes/site_themes/kosher_global/images/header_search_right.png') no-repeat;
}
#keywords {
  width: 255px;
  height: 22px;
  float: left;
  padding: 5px 0 0 5px;
  background: #fff url('./themes/site_themes/kosher_global/images/keywords.png') repeat-x;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #999;
}
#header_search_submit {
  float: left;
  background: none;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0 0 5px;
}


/* [N] */

.header_nav ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.header_nav ul li {
	width:			100%;
}
.header_nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.header_nav li {
	float:			left;
	position:		relative;
}
.header_nav a {
	display:		block;
	position:		relative;
}
.header_nav li:hover ul,
.header_nav li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.header_nav li:hover li ul,
ul.header_nav li.sfHover li ul {
	top:			-999em;
}
ul.header_nav li li:hover ul,
ul.header_nav li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.header_nav li li:hover li ul,
ul.header_nav li li.sfHover li ul {
	top:			-999em;
}
ul.header_nav li li li:hover ul,
ul.header_nav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.header_nav {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.header_nav a:link, .header_nav a:hover, .header_nav a:visited {
  text-decoration: none;
}  
li.header_nav_on, li.header_nav_off {
  float: left;
  height: 41px;
  width: auto !important;
  width: 50px;
  margin-left: 15px;
}
li.header_nav_on a, li.header_nav_off a {
  display: block;
  height: 41px;
}
li.header_nav_on span, li.header_nav_off span {
  display: block;
  height: 31px;
  margin: 0 3px;
  cursor: pointer;
  padding: 10px 5px 0px 5px;
}

.header_nav li a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.header_nav li li a {
  font-size: 13px;
  text-transform: none;
  font-weight: bold;
} 


li.header_nav_on {
  background: url('./themes/site_themes/kosher_global/images/header_nav_on_left.png') top left no-repeat !important;
  background: none;
}
li.header_nav_on a:link, li.header_nav_on a:hover, li.header_nav_on a:visited  {
  color: #999999;
}
li.header_nav_on > a:link, li.header_nav_on > a:visited, li.header_nav_on > a:hover {
  background: url('./themes/site_themes/kosher_global/images/header_nav_on_right.png') top right no-repeat;
  color: #003A7D;
}
li.header_nav_on > a > span {
  background: url('./themes/site_themes/kosher_global/images/header_nav_on_bg.png') repeat-x;
}


li.header_nav_off a:link, li.header_nav_off a:visited {
  color: #fff;
}
li.header_nav_off a:hover, .header_nav li.sfHover a {
  color: #9EB4CD;
}

.header_nav li li a:link, .header_nav li li a:visited {
  color: #4872A2;
}
.header_nav li li a:hover {
  color: #003A7D;
}

.header_nav li ul {
  margin-top: 21px;
}
.header_nav li li {
  height: 25px;
  padding: 0px 0 12px 0;
  background: #fff;
}

/* [B] */

#banner_wrapper {
  border: 3px solid #E2E2A9;
  margin: 0 6px;
  width: 822px;
  height: 182px;
  position: relative;
}
#banner {
  width: 820px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#banner div {  
  width: 820px;
  height: 180px;
  border: 1px solid #fff;
}

#banner_1 {
  background: url('./themes/site_themes/kosher_global/images/banners/banner_1.png');
}
#banner_2 {
  background: url('./themes/site_themes/kosher_global/images/banners/banner_2.png');
}
#banner_3 {
  background: url('./themes/site_themes/kosher_global/images/banners/banner_3.png');
}
#banner_4 {
  background: url('./themes/site_themes/kosher_global/images/banners/banner_4.png');
}

#banner_nav { 
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
}
#banner_nav li { 
  width: 10px; 
  float: left; 
  margin-right: 10px; 
}
#banner_nav a { 
  width: 10px; 
  height: 10px; 
  background: #1E518C; 
  display: block;
  margin: 3px; 
}
#banner_nav a.activeSlide {  
  border: 3px solid #fff;
  margin: 0px;
}
#banner_nav a:focus { 
  outline: none; 
}



/* [C] */

#content {
  width: 100%;
  background: #fff;
  position: static;
}

#content h1 {
  margin-bottom: 12px;
}
#content h2 {
  margin: 10px 0 5px 0;
}
#content p {
  margin-bottom: 12px;
}

#content_wrapper {
  padding: 15px;
}
#content_left {
  width: 66%;
  float: left;
}
#content_right {
  width: 27%;
  padding-top: 30px;
  float: right;
}
#content_right h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
#content_right p {
  line-height: 17px;
}


#content_top, #content_bottom {
  height: 13px;
  width: 100%;
  position: relative;
}
#content_top {
  background: url('./themes/site_themes/kosher_global/images/content_top_bg.png') repeat-x;
}
#content_bottom {
  background: url('./themes/site_themes/kosher_global/images/content_bottom_bg.png') repeat-x;
}
#content_top_left, #content_top_right, #content_bottom_left, #content_bottom_right {
  position: absolute;
  top: 0;
  height: 13px;
  width: 3px;
}
#content_top_left {
  left: 0;
  background: url('./themes/site_themes/kosher_global/images/content_top_left.png') no-repeat;
}
#content_top_right {
  right: 0;
  background: url('./themes/site_themes/kosher_global/images/content_top_right.png') no-repeat;
}
#content_bottom_left {
  left: 0;
  background: url('./themes/site_themes/kosher_global/images/content_bottom_left.png') no-repeat;
}
#content_bottom_right {
  right: 0;
  background: url('./themes/site_themes/kosher_global/images/content_bottom_right.png') no-repeat;
}


/* [S] */

#side_mailer {
  border: 1px solid #E2E2A9;
}
#side_mailer_wrapper {
  min-height: 140px;
  border: 1px solid #fff;
  padding: 13px;
  background: url('./themes/site_themes/kosher_global/images/side_mailer_wrapper.png') repeat-x bottom left;
}
#mailer_wrap {
  border: 1px solid #fff;
}
#email {
  height: 20px;
  padding: 4px 0 0 5px;
  width: 180px;
  color: #676767;
  border: 1px solid #E2E2AA;
  background: #fff;
} 
#mailer_signup {
  float: right;
  margin-top: 8px;
}

/* [P] */


/* [F] */

#footer_spacer {
  height: 30px;
}
#footer {
  font-size: 11px;
  height: 15px;
  padding-bottom: 7px;
  position: absolute;
  margin-left: -420px; /* half container width */
  left: 50%;
  bottom: 0;
  color: #ccc;
}
#footer a:link, #footer a:visited, #footer a:hover {
  color: #fff;
}
#footer_left {
  float: left;	
}
#footer_right a {
  margin: 0 5px;
}
#footer_right a:after {
  content: " \2020";
}
#footer_right {
  float: right;
  padding-right: 5px;
}

/* [P] Contact */

#map {
  margin: 35px 0 50px 20px;
}

/* [P] Resort Sales */

#form_resortsales label {
  width: 130px;
  float: left;
  display: block;
}
#resortsales_left_options {
  width: 200px;
}

/* [P] Search */

.searchSubmit {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
 text-align: center;
 padding:           6px 10px 6px 6px;
 border-top:        1px solid #4B5388;
 border-bottom:     1px solid #4B5388;
 background-color:  #C6C9CF;
}

.fieldset {
 border:        1px solid #999;
 padding: 10px;
}

.breadcrumb {
 margin:			0 0 10px 0;
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
}

.default, .defaultBold {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			11px;
 color:				#000;
 padding:			3px 0 3px 0;
}

.defaultBold {
 font-weight:		bold;
}

.paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0;
}

.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
}

.tablePad {
 padding:			3px 3px 5px 3px;
 background-color:	#fff;
}

.resultRowOne {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			11px;
 color:				#000;
 padding:           6px 6px 6px 8px;
 background-color:	#DADADD;
}

.resultRowTwo {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
 padding:           6px 6px 6px 8px;
 background-color:  #eee;
}

.resultHead {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size: 		11px;
 font-weight: 		bold;
 color:				#000;
 padding: 			8px 0 8px 8px;
 border-bottom:		1px solid #999;
}

.copyright {
 text-align:        center;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         9px;
 color:             #999;
 margin-top:        15px;
 margin-bottom:     15px;
}


form {
 margin:            0;
 padding:           0;
 border:            0;
}
.hidden {
 margin:            0;
 padding:           0;
 border:            0;
}
.textarea {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 padding:           0;
 margin:        	0;
}
.select {
 background-color:  #fff;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 font-weight:       normal;
 letter-spacing:    .1em;
 color:             #333;
 margin-top:        2px;
 margin-bottom:     2px;
} 
.multiselect {
 border-top:        2px solid #979AC2;
 border-left:       2px solid #979AC2;
 border-bottom:     1px solid #979AC2;
 border-right:      1px solid #979AC2;
 background-color:  #fff;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 margin-top:        2px;
 margin-top:        2px;
} 
.radio {
 margin-top:        4px;
 margin-bottom:     4px;
 padding:           0;
 border:            0;
}
.checkbox {
 padding:           0;
 border:            0;
}
.submit {
 background-color:  #fff;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 font-weight:       normal;
 border-top:		1px solid #989AB6;
 border-left:		1px solid #989AB6;
 border-right:		1px solid #434777;
 border-bottom:		1px solid #434777;
 letter-spacing:    .1em;
 padding:           1px 3px 2px 3px;
 margin:        	0;
 background-color:  #6C73B4;
 color:             #fff;
}  