/* 
Website: http://newcastlehotels.com/
Name: New Castle Hotels & Resorts
Description: Core layout/font/navigation styles
Version: Development Server
Author: Jefte Puente
Author URI: http://www.artemisit.com
Comments: This document styles the following items:
			The layout elements of the page; Header, footer, navigation, body, page and content divs. 
		  	Font styles for paragraphs, page titles, headlines, tables, lists.
		  	Color, Size, Positioning styles for all navigation.
				>> Page specific styles are in pageStyles.css
				>> IE specific styles are located in ie.css
		  		>> Form styles are located in cssform.css
*/

/*** Body Styles ***/
* { margin:0; padding:0;}
body { height: 100%; margin: 0 auto; font-size: 62.5%; font-family: Verdana, Geneva, Sans-serif; color: #686868; background: #fff url('/images/body_bg.png') repeat-x top left; } /* This percentage sets 1.0em to 10px. */
#page { padding: 0; padding-bottom: 20px; margin: 0 auto; width: 780px; min-width: 760px; overflow: hidden; background: #fff;}
#header { float: left; padding: 0; margin: 0; width: 780px; height: 150px; display: inline; padding: 0; no-repeat top right; background: url('/images/header.jpg') no-repeat; }
#content { float: left; margin: 0; width: 760px; overflow: hidden; padding: 7px 10px; position: relative; z-index: 0; }
#content_inner {float: left; width: 320px; padding: 0px;}

/* Page Drop shadows */
#left_shadow { margin: 0 auto; padding-left: 8px; width: 800px; background: url('/images/left_shadow.png') no-repeat bottom left; }
#right_shadow { background: red; padding-right: 8px; background: url('/images/right_shadow.png') no-repeat bottom right; }
#bottom_shadow { background: pink; margin: 0 auto; padding-top: 13px; margin-bottom: 20px; width: 800px; background: url('/images/bottom_shadow.png') no-repeat top left; }

/* Columns */
#left_col { float: left; width: 208px; margin: 20px 20px 0 15px; position: relative; display: inline;  }
#left_col_inner { padding: 0; margin: 12px 0 0 0; clear: left; }
#left_col_inner p { font-size: 0.9em; }
#right_col { float: right; margin: 20px 14px 0 0; width: 160px; display: inline; }
#right_col_callout { margin: 0 0 10px 0px; width: 160px; display: inline; }
#right_col_blue { width: 160px; margin: 0px 0px 20px 0; background: url('/images/rightcol_bg.gif') repeat-y 0px 0px; }
#right_col p { padding: 0 0 5px 0; }
#right_col h3 {  padding: 5px 10px 4px 0px; margin: 0; font-style: normal; font-weight: bold; font-size: 1.0em; color: #5f71f1; }
#right_col h4 { color: #5f71f1; font-style: normal; font-weight: bold; font-size: 0.9em; margin: 0; padding: 0 0 5px 0; }
#right_col_inner { padding-right: 10px; font-size: 0.8em; }
#right_col ul { float: left; display: block; list-style-type: none; margin: 0; padding: 0; }
#right_col li { float: left; width: 100%; margin: 0 0 10px 0;}
#right_col li a {  float: left; padding: 5px 5px 5px 25px; background: #eee; border: 1px solid #ccc; width: 148px; text-decoration: none;} 
#right_col ul li a:hover {  float: left; padding: 5px 5px 5px 25px; background: #ddd; text-decoration: none;} 

#errorBox {clear: left; float: left; width: 548px; padding: 5px 5px 5px 25px; font-size: 1.2em; border: 1px solid #FF0000; background: #FFE4E4 url('/images/ico_error.png') no-repeat 5px 5px; margin: 0 0 10px 0;}
#messageBox {clear: left; float: left; width: 548px; padding: 5px 5px 5px 25px; font-size: 1.2em; border: 1px solid #FFCC00; background: #fffdd6 url('/images/ico_yellowerror.png') no-repeat 5px 5px; margin: 0 0 10px 0;}
#positiveBox {clear: left; float: left; width: 548px; padding: 5px 5px 5px 25px; font-size: 1.2em; border: 1px solid #6EC461; background: #E5FFE0 url('/images/ico_checkmark.png') no-repeat 5px 5px; margin: 0 0 10px 0;}
.error { color: red;}

.pageTitle { float: left; width: 320px; height: 20px; margin: 15px 0 0 0; text-align: left; color: #3e4f9d; font-weight: bold;}
.pageTitleFull { float: left; width: 825px; margin: 0 0 15px 0; border-bottom: 1px solid #ccc; padding-top: 0px; text-align: left; color: #3e4f9d; padding-bottom: 5px; font-weight: bold;}
	.pageTitle h2, .pageTitleFull h2 { color: #5f71f1; margin: 0; padding: 0; font-weight: normal; }
.red { color: #b7031d; }

/*** Heading Styles ***/
h1 { display: none; } 
h2 { margin: 0; font-size: 1.4em; font-weight: bold; letter-spacing: -1px;}
h3 { margin: 0; font-size: 1.2em; letter-spacing: 0px; font-weight: normal; color: #5f71f1; } 
h4 { margin: 0; font-size: 1.1em; margin-bottom: 2px; font-weight: bold; color: #5f71f1; font-style:italic;} 
h5 { margin: 0; font-size: 1.1em; margin-bottom: 2px; font-weight: normal; color: #5f71f1;}
hr { margin: 0; }

h3.inline { float: left; clear: left; padding: 0px 0 0 0; display: block; margin: 1px 4px 0 0; }

/*** Table Styles - Tables are for tabular data ***/
table { clear: left; border-collapse: collapse; }
table td { padding: 1px; font-size: 1.1em; }
table p { line-height: 1.1em; }
tr.altrow { background-color: #f2f2f2; }
thead td { padding: 0 0 5px 0; }

/*** Lists ***/
#content ul { clear: left; margin: 0 0 10px 0; list-style-position: outside; }
ul#indent li { margin-left: 50px; }
#content li { margin: 0 0 10px 20px; }

/*** Content/Copy Styles ***/
p { font-size: 1.1em; line-height: 150%; margin: 0; padding-bottom: 10px; }
.indent {margin-left: 40px;}
.indent2x {margin-left: 80px;}
.indent3x {margin-left: 120px;}
.clear { clear: both; }
blockquote { font-weight: italic; background: #F7F7F7; border: 1px solid #ccc; padding: 10px; margin: 0 40px 10px 40px;}

/*** Link Styles ***/
a:link { color: #3e4f9d; text-decoration: none; }
a:visited { color: #2e3b75; text-decoration: none; }
a:hover { color: #0030F3; text-decoration: underline; }

/*** Inconsistant HR styling across browsers forces the use of a div with this class in lieu of the hr tag ***/
.hr { border-top: 1px solid #ccc; width: 100%; height: 1px; margin: 0 0 0 7px; padding: 0; border: 1px solid #4299ce; }

/*** Navigation - Uses an unordered list and styles them as buttons 
	 This nav supports rounded buttons and drop-down menus.								***/

	/* Main Nav */
	
		/* Main Nav Container */
		#navcontainer {
			z-index: 9;
			position: relative;
			overflow: visible;
			width: 100%;
			float: left;
			margin: 102px 0;
			background: url('/images/nav_bg.jpg') top left no-repeat;    
		}

		#nav1 {
			float: left;
			font-size: 1.0em;
			line-height: normal;
			letter-spacing: 1;
			width: 625px;
			padding-left: 15px;
			}
			
		#nav1 ul {
			height: 23px;
			width: 100%;
			float: left;
			margin: 0;
			padding: 0px;
			list-style: none; 			
		}
		#nav1 li {
			float: left;
			position: relative;
			margin: 0;
			padding:0;
			
		}
		#nav1 a {
			float: left;
			/* url('/images/nav_frontcap.png') no-repeat left top;*/
			margin: 0;
			padding: 0; /* The space between the left side of the tab and the text. */
			text-decoration:none;
			color: #fff; 
			height: 23px;
			font-size: 1.4em; 
			
		}
		#nav1 a#nav_fullService { background: url('/images/nav1.jpg'); width: 111px; }
		#nav1 a#nav_selectService { background: url('/images/nav2.jpg'); width: 114px; }
		#nav1 a#nav_resort { background: url('/images/nav3.jpg'); width: 70px; }
		#nav1 a#nav_independent { background: url('/images/nav4.jpg'); width: 110px; }
		#nav1 a#nav_newDevelopment { background: url('/images/nav5.jpg'); width: 154px; }
		
		#navcontainer #right { float: left; width: 110px; margin: 0px 0 4px 0; padding: 0; display: inline; }
		#navcontainer #right img { float: left; margin: 0px 0 4px 0; }
		
		#nav_dropdown1 a span, #nav_dropdown2 a span { position: absolute; left: -999px; }
		
	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown1, #nav_dropdown1 ul { float: left; height: 28px; padding: 0; margin: 0; list-style: none; line-height: 1; }
			
		/* 1st Level List Items */
		#nav_dropdown1 li { float: left; }
		
		/* 2nd Level List - UL */
		#nav_dropdown1 ul { float: left; background: #E6E6E6; height: 28px; width: 140px; font-size: 0.85em; }
		
			/* Using left instead of display to hide menus because display: none isn't read by screen readers */
			#nav_dropdown1 li ul { position: absolute; left: -999em; }
		
		/* 2nd Level List elements - LI */
		#nav_dropdown1 ul li { float: left; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { margin: 1px 0 0 0; padding: 7px 8px 7px 8px; background: #e6e6e6; color: #848484; }
		#nav_dropdown1 ul li a:hover { color: #535354; }	
			#nav_dropdown1 ul li a span {  padding: 2px 6px;}
			#nav_dropdown1 ul li a:hover span { background: #cdcdcd;  padding: 2px 6px;}
		
		/* 3rd Level List - UL - This bit moves list items off the page using negative left margin */
		#nav_dropdown1 li:hover ul ul, #nav_dropdown1 li.sfhover ul ul { left: -999em; }
		
		/* This brings the list items back on screen and into view upon hover
		Note usage of .sfhover, a class required and called by the javascript function
		that handles :hover attributes so that IE will properly :hover on a LI element	*/
		#nav_dropdown1 li:hover ul, #nav_dropdown1 li.sfhover ul { left: 0px; top: 29px; } /* All dropdowns */

		/* Special Class For showing bg-image w/arrow for 3rd level items */
		#nav_dropdown1 .nav_has_level3 { background-image: url('/images/dot_arrow.png');
			background-position: top right;
		}
		#nav_dropdown1 .nav_has_level3:hover { background-image: url('/images/dot_arrow_up.png');
			background-position: top right;
		}	

	/* Nav 2 */

#nav_dropdown2 { margin: 0 0 0 20px; width: 600px; }
#nav_dropdown2 a { height: auto; }
#nav_dropdown2 ul li a span { position: relative; left: auto; }

#nav_dropdown2 a#nav_aboutUs { width: 72px; background-image: url('/images/navb1.jpg');  }
#nav_dropdown2 a#nav_properties { width: 72px; background-image: url('/images/navb2.jpg'); }
#nav_dropdown2 a#nav_operations { width: 78px; background-image: url('/images/navb3.jpg');}
#nav_dropdown2 a#nav_employment { width: 83px; background-image: url('/images/navb4.jpg'); }
#nav_dropdown2 a#nav_news { width: 48px; background-image: url('/images/navb5.jpg'); }
#nav_dropdown2 a#nav_awards { width: 62px; background-image: url('/images/navb6.jpg');}
#nav_dropdown2 a#nav_contact { width: 64px; background-image: url('/images/navb7.jpg'); }
#nav_dropdown2 a#nav_home { width: 48px; background-image: url('/images/navb8.jpg');}


body#Proven_Record a#nav_aboutUs { width: 72px; background-image: url('/images/navb1.jpg'); background-position: 0 23px; }
	body#Full_Service_Hotels a#nav_aboutUs { width: 72px; background-image: url('/images/navb1.jpg'); background-position: 0 23px; }
	body#Sel_Service_Hotels a#nav_aboutUs { width: 72px; background-image: url('/images/navb1.jpg'); background-position: 0 23px; }
	body#Resort_Operations a#nav_aboutUs { width: 72px; background-image: url('/images/navb1.jpg'); background-position: 0 23px; }
	body#Independent_Properties a#nav_aboutUs { width: 72px; background-image: url('/images/navb1.jpg'); background-position: 0 23px; }
	body#Acquisitions__Development a#nav_aboutUs { width: 72px; background-image: url('/images/navb1.jpg'); background-position: 0 23px; }

body#Properties a#nav_properties { width: 72px; background-image: url('/images/navb2.jpg'); background-position: 0 23px;}
body#Proven_Management_Solutions a#nav_operations { width: 78px; background-image: url('/images/navb3.jpg'); background-position: 0 23px;}
	body#Financial_Control a#nav_operations { width: 78px; background-image: url('/images/navb3.jpg'); background-position: 0 23px;}
	body#Sales__Marketing a#nav_operations { width: 78px; background-image: url('/images/navb3.jpg'); background-position: 0 23px;}
	body#Human_Resources a#nav_operations { width: 78px; background-image: url('/images/navb3.jpg'); background-position: 0 23px;}
	body#Food__Beverage a#nav_operations { width: 78px; background-image: url('/images/navb3.jpg'); background-position: 0 23px;}
	body#Information_Systems a#nav_operations { width: 78px; background-image: url('/images/navb3.jpg'); background-position: 0 23px;}

body#Employment a#nav_employment, body#Employment_esp a#nav_employment, body#Employment_fra a#nav_employment { width: 83px; background-image: url('/images/navb4.jpg'); background-position: 0 23px;}
body#News_Highlights a#nav_news { width: 48px; background-image: url('/images/navb5.jpg'); background-position: 0 23px;}
	body#Press_Releases a#nav_news { width: 48px; background-image: url('/images/navb5.jpg'); background-position: 0 23px;}

body#Industry_Awards a#nav_awards { width: 62px; background-image: url('/images/navb6.jpg'); background-position: 0 23px;}
body#Contact_Us a#nav_contact { width: 64px; background-image: url('/images/navb7.jpg'); background-position: 0 23px;}


  #nav_dropdown2 li {
    float: left;
    display: block;
    font-size: 0.9em;
  }

  #nav_dropdown2 li a {
    float: left; 
	height: 23px;
    display: block;
    font-weight: bold;
    color: #fff;
	background-position: 0 0; margin: 0;
  }

  #nav_dropdown2 li a:hover, #nav_dropdown2 li a.active {
    background-position: 0 23px;
    color: #fff;
  }

  #nav_dropdown2 li ul {
    left: -999em;
    position : absolute;
  }

  #nav_dropdown2 li ul li { float: left; clear: left; width: 140px;}

  #nav_dropdown2 li ul a {
    width : 135px;
    padding : 3px 7px;
    background: #537cfc;
    font-weight : normal;
	height: auto;
	/*filter: alpha(opacity=75);-moz-opacity:.75;opacity:.75;*/
  } 

  #nav_dropdown2 li ul a:hover {
    background: #4c71e6;
    color: #ffdf75;
	/*filter:alpha(opacity=100);-moz-opacity:1;opacity:1;*/
  }

  #nav_dropdown2 li:hover ul, #nav_dropdown2 li.sfhover ul {
    left: 0;
	top: 23px;
	height: auto; z-index: 999;
  }

	/* Home page nav */

		/* Main Nav Container */
		#navcontainer3 {
			width: 80px;
			padding: 0;
			float: left;
			margin: 56px 0 0 18px; 
		}
			
		#nav_dropdown3 ul {
			height: 23px;
			width: 80px;
			float: left;
			margin: 0;
			padding: 0px;
			list-style: none; 			
		}
		#nav_dropdown3 li {
			float: left;
			position: relative;
			margin: 0 0 1px 0;
			padding:0;
		}
		#nav_dropdown3 a {
			float: left;
			/* url('/images/nav_frontcap.png') no-repeat left top;*/
			margin: 0;
			padding: 5px 4px;
			text-decoration:none;
			color: #777;
			width: 80px;
			font-size: 0.9em; 
			text-transform: uppercase;
		}

		#nav_dropdown3 a:hover {
			color: #000;
		}
		#nav_dropdown3 a span {  }
	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown3, #nav_dropdown3 ul { float: left; height: 28px; padding: 0; margin: 0; list-style: none; line-height: 1; }
			
		/* 1st Level List Items */
		#nav_dropdown3 li { float: left; }
		

		

	/* Footer Nav */
	#footer { float: left; color: #999; margin: 0; border-top: 1px solid #999; height: 65px; margin: 15px 0 0 0; width: 790px; text-align: center; padding: 7px 5px 0 5px; }
	#footer p { font-size: 1.1em; }
	#footer a { color: #999; padding: 2px; margin: 0; text-decoration: none;}
	#footer a:visited { color: #999; }
	#footer a:hover {background-color: #999; color: #fff; margin: 0; }

/*** Images & Alignments
	Using 'class="alignright"' on an image will align the image to the right. 
	And using 'class="centered', will of course center the image. This is much
	better than using align="center", being much more futureproof (and valid)       ***/
#header img { border: 0; }
img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { margin-left: 15px; margin-right: 15px;	}
img.alignleft { margin-right: 15px; margin-bottom: 15px;}
.alignright { float: right; }
.alignleft { float: left;}


/*** Hacks - May become outdated when/if IE ships with proper CSS support ***/

	/* The infamous "clear div" or "spacer div" hack. An empty div placed below
		floated divs that clears the floats, so that content can continue to flow 
		below the clear. http://www.complexspiral.com/publications/containing-floats/ 

		Update: Use of overflow:hidden in combination with a totally floated layout and position:relative now replaces this hack. 				*/
		div.spacer { clear: both; }

/*** Misc Styles ***/

