@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */


body {	background: url(../images/bg-ail.gif) #291a0d repeat-x left top; 
		text-align:center;
		COLOR: #fff; 
		font:12px/20px Lucida Grande, Arial, Helvetica, sans-serif;
		padding-top: 0px;
		margin-top: -11px; 
		width:auto;
}

body#rooms { background:url(../images/bg-inside.jpg) #291a0d repeat-x left top; }



blockquote { margin-left:10px; margin-right:10px; }

h1	{
	font-size:1.2em; color:#fff;
	
}
index#h1 {display:none;}
h2	{ font-size:1.2em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#FFFFFF; text-decoration:underline; outline:none; font-weight:bold; }
a:hover,a:active	{
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
	font-weight:bold;
}

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	padding-right:15px;
	}

img.img-left { 
	float:left; 
	margin:0px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 15px 10px 10px; 
	}


/* ------------------------ form elements ------------------------ */
form {
	width:160px;
	margin:0px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:155px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:160px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

#index-insert {
		width:597px;
		margin:10px 0 0 0;
		padding:0;
		height:392px;
		background:url("../images/already-independent-home.jpg") 0 0 no-repeat;
		position:relative;
	}

	.amenities a {position:absolute; left:21px; top:29px; height:316px; width:183px;}
		.amenities a:hover{background: url(../images/already-independent-home.jpg)  -21px 363px;}
			
	.rooms a {position:absolute; left:203px; top:29px; height:316px; width:183px;}
		.rooms a:hover{background: url(../images/already-independent-home.jpg)  -203px 363px;}
		
	.security a {position:absolute; left:395px; top:29px; height:316px; width:183px;}
	.security a:hover{background: url(../images/already-independent-home.jpg)  -395px 363px;}
	
	
			



/* ------------------------ NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV ------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */

#nav { 
	background:url("../images/already-nav.jpg") no-repeat; 
	width:745px; 
	height:26px; 
	margin:20px 0 0 0;
	padding: 0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:26px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 85px; margin-left: 0px;}
#nav-02 { width: 135px;}
#nav-03 { width: 114px;}
#nav-04 { width: 126px;}
#nav-05 { width: 141px;}
#nav-06 { width: 144px;}

/*-------------- (-79px) X position of button / (-42px) height of image from above ------------- */

#nav-01 a:hover { background:url("../images/already-nav.jpg")  0px -26px no-repeat; }
#nav-02 a:hover { background:url("../images/already-nav.jpg") -85px -26px no-repeat; }
#nav-03 a:hover { background:url("../images/already-nav.jpg") -220px -26px no-repeat; }
#nav-04 a:hover { background:url("../images/already-nav.jpg") -334px -26px no-repeat; }
#nav-05 a:hover { background:url("../images/already-nav.jpg") -460px -26px no-repeat; }
#nav-06 a:hover { background:url("../images/already-nav.jpg") -601px -26px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#FFFFFF;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #404D5D;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#404D5D;
	text-decoration:none;
	font-weight: bold;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */

#nav-04 ul a:hover { 
	background-image:none;
	background-color:#E7DCC0;
	color:#404D5D;
	text-decoration:none;
	font-weight: bold;
	}

/* width of drop down nav - choose width that allows items to display on one line */

#nav-04 ul, #nav-04 li { width:150px; }


/* ------------------------footer framework ------------------------ */

#footer {
	background: url("../images/footer.jpg") #341700 top repeat-x;
	padding-top: 23px;
	width:100%;
	height:200px;
	margin:30px auto;
	text-align:center;
	
	}

#footer p {
	color:#FFFFFF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; }
#footer a:hover, #footer a:active { color:#FFFFFF; text-decoration: none;}

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #FFFFFF;
		}
		
	#footer li.first { border: none; }
	
/* ------------------------       single column list      ------------------------ */
/* ------------------------       single column list      ------------------------ */

	.inside-wrap ul { padding-left:10px; padding-top:30px; }
		.inside-wrap ul li { 
			background:transparent url("../images/arrows.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	.inside-wrap ul.multi { padding-left:5px; } 
		.inside-wrap ul.multi li { 
			background:transparent url("../images/arrows.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	.inside-wrap dl { padding-left:5px; }
		.inside-wrap dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		.inside-wrap dl dd {
			background:transparent url("../images/arrows.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}


/* ------------------------ txt styling ------------------------ */

#content-wrap {
	text-align:center;
	width:610px;
	
}

#index-left { 
	width:268px;
	float:left;
	padding-right:15px;
	padding: 0 15px 0 25px;
	}
	
#index-right { 
	width:288px;
	float:left;
	}
.inside-wrap {
	width:700px;
	text-align:left;
	margin-top:30px;
	}
	.inside-wrap p, h1, h2, h3 { margin-top:20px;}
	
#index-left p, h1 { text-align:left; margin-top:20px;}
#index-right p, h2 { text-align:left;  margin-top:20px; }


#3rooms { margin-top:10px;}

.bold-link { font-weight:bold; color:#FFFFFF;}