@charset "UTF-8";

/*
   CSS created for CONDOTELKC.com 
   Created 11-29-09
   by Scott Wilmarth
   Copyright River City Studio
*/

body {
	font: 12px Times, "Times New Roman", Georgia, serif;
	background: url(/_img/gBackground.gif) repeat left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

p {
	margin: 6px 0 8px 0;
	padding: 0;
	color: #000;
}

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	outline: none;
}

a:hover {
	color: #069;
	text-decoration: none;
	border-bottom: 2px solid #069;
}

h1, h2, h3, h4 {
	margin: 12px 0 6px 0;
	padding: 0;
	color: #000;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 13px;
	/*

text-align: center;*/
	margin: 6px 0 6px 0;
}

h4 {
	font-size: 13px;
}

img {
	border: none;
	display: block;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

#pageBackground {
	background: url(/_img/gPageBackground.gif) repeat-y center top;
	margin: 0 auto;
	padding: 0;
}

#pageBottom {
	background: url(/_img/gPageBottom.gif) no-repeat center top;
	margin: 0 auto;
	padding: 15px 0 0 0;
	height: 15px !important;
}

#container {
	width: 898px;
	margin: 0 auto;
	border-right: 1px solid #630;
	border-left: 1px solid #630;
	text-align: left;
	position: relative;
}

#header {
	background: #a6cadb;
	padding: 0;
	margin: 0;
	height: 117px !important;
	border-bottom: 1px solid #630;
	position: relative;
}

#header #logo {
	margin: 0;
	padding: 0 0 0 0px;
	float: left;
	border-right: 1px solid #630;
}

#nav {
	width: 550px;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	position: absolute;
	top: 0;
	right: 0px;
	background-color: #069;
	text-align: center;
}

#nav p {
	width: 550px;
	padding: 5px 0;
	margin: 0px 0 0 0;
	background-color: #069;
	text-align: center;
	overflow: hidden;
}

#nav p a {
	padding: 10px 12px 6px 12px;
	width: auto;
	margin: 0px 0px;
	background-color: #069;
	color: #fff;
	border: 0px;
	font: bold 12px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	letter-spacing: 1px;
}

#nav p a:hover {
	background-color: #f0e0d1;
	color: #600;
}

#nav p a.active {
	

/*padding: 10px 12px 6px 12px;*/
	margin: 0px 0px;
	background-color: #036;
	color: #fff;
	font: bold 12px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

#nav p a.active:hover {
	background-color: #036;
}

#forReservations {
	margin: 0;
	padding: 0px;
	width: 549px;
	position: absolute;
	right: 1px;
	top: 54px;
	text-align: center;
	font-size: /*25*/ 33px;
	font-weight: bold;
}

#header #forReservations a#emailLink {
/* text-decoration: none; */
text-decoration: underline;
border-bottom: 1px;}

#mainContent {
	padding: 0;
	background: url(/_img/gMainContentBackground.gif) repeat-y 1px top;
	width: 100%;
}

#secondaryContent {
	padding: 0;
	margin: 0;
	width: 100%;
	background: url(/_img/gSecondaryContentBackground.gif) repeat-y 1px top;
	clear: both;
	border-top: 1px solid #630;
	position: relative;
}

#mainContent p, #secondaryContent p {
	line-height: 135%;
	font-size: 13px;
}

div.clearfloats {
	clear: both;
	margin: 0;
	padding: 0;
}

div.left {
	width: 298px;
	padding: 10px 25px 15px 25px;
	margin: 0;
	float: left;
}
#mainContent ul {
	margin: 0px 0 0 0;
	padding: 0px 0 0 15px;
}
#mainContent ul li {
	margin: 6px 0;
	padding: 0px 0 0 0px;
}


div.right {
	width: 549px;
	padding: 0;
	margin: 0;
	float: right;
}

#secondaryContent div.right {
	text-align: center;
	position: relative;
}

#ratesAvailable {
	font-weight: bold;
	margin: 0;
	padding: 26px 0;
	background: url(/_img/gSpecialsBackground.jpg) no-repeat center top;
	font-size: 15px;
	color: #600;
}

#ratesAvailable strong {
	font-size: 25px;
}

p.button {
	text-align: center;
	margin: 8px 0;
	padding: 0;
}

p.button a, p.button a:link, p.button a:visited {
	margin: 0;
	padding: 3px 6px;
	background-color: #660000;
	border: 1px solid #834c23;
	color: #fff;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

p.button a:hover {
	background-color: #036;
	border: 1px solid #036;
}

#footer {
	padding: 10px 10px 0px 10px;
	margin: 1px 0 0 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 530px;
	text-align: center;
	color: #000;
	background-color: #069;
}

#footer p {
	margin: 1px 0 0 0;
	padding: 10px 0 3px 0;
	color: #fff;
	font: bold 11px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	line-height: 145%;
}

#footer p em {
	margin: 0;
	padding: 0 6px;
	display: inline-block;
}

#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#footer #textLinks a, #footer #textLinks a:link, #footer #textLinks a:visited {
	color: #fbfdfc;
	text-decoration: none;
	border-bottom: 1px solid #a1c4d4;
}

#footer a:hover, #footer #textLinks a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

#footer p.devBy {
	color: #a6cadb;
	font-weight: normal;
	font-size: 10px;
	margin: 3px 0 8px 0;
}

#footer p.devBy a, #footer p.devBy a:link, #footer p.devBy a:visited {
	color: #a6cadb;
	text-decoration: none;
	border-bottom: 1px solid #a6cadb;
}

#footer p.devBy a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

/*  ROOMS AND AMENITIES PAGE -------------*/

#roomPhotos {
	width: 100px;
	position: relative;
	height: 580px !important;
}

#roomPhotos img {
	position: absolute;
}

#roomPhotos #roomPhoto1 {
	left: 23px;
	top: 25px;
}

#roomPhotos #roomPhoto2 {
	left: 23px;
	top: 232px;
}

#roomPhotos #roomPhoto3 {
	left: 339px;
	top: 25px;
}

#roomPhotos #roomPhoto4 {
	left: 339px;
	top: 163px;
}

/*#roomPhotos #roomPhoto5 {
	left: 396px;
	top: 287px;
}*/

/*  CONFERENCE ROOM PAGE -------------*/

#conferenceRoomPhotos {
	width: 100px;
	position: relative;
	padding: 25px 0 105px 0;
	/*height: 550px !important;*/
}

#conferenceRoomPhotos img {
	margin: 0 0 20px 0;
	padding: 0 0 0 24px;
	/*position: absolute;*/
}
/*
#conferenceRoomPhotos #pConfRoomPhoto1 {
	left: 23px;
	top: 25px;
}

#conferenceRoomPhotos #pConfRoomPhoto2 {
	left: 335px;
	top: 25px;
}

#conferenceRoomPhotos #pConfRoomPhoto3 {
	left: 23px;
	top: 232px;
}*/

/*  REQUEST INFO PAGE -------------*/

#contactForm {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#requestInfoForm {
	width: 100%;
	margin: 0;
	padding: 0;
}

#requestInfoForm p {
	

/*width: 290px;*/
	margin: 6px 0;
	padding: 0;
	position: relative;
	text-align: right;
}

#requestInfoForm p.requiredBlurb {
	text-align: left;
	font-style: italic;
}

#requestInfoForm p label {
	width: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
	display: inline;
	top: 0;
	

/*left: 0;*/
	right: 200px;
	text-align: right;
}

#requestInfoForm p input {
	margin: 0;
	padding: 0;
	width: 190px;
}

#requestInfoForm p input em {


/* marks a required field */
	font-style: normal;
	color: #069;
}

#requestInfoForm p textarea {
	margin: 0;
	padding: 0;
	width: 190px;
}

.redText {
	color: #069;
}

/*  MAP PAGE -------------*/

#map {
	position: relative;
	padding: 10px 25px 15px 25px;
	margin: 0;
}

#map iframe {
	border: 1px solid #963;
	margin: 10px auto 60px auto;
	padding: 0;
}

/* LIGHBOX Styles ---------------------------  */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	text-align: center;
}

#imageContainer {
	padding: 10px;
	text-align: center;
}

#loading {
	position: absolute;
	top: 40%;
	left: 40%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
	border: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;
	base64,AAAA); /* Trick IE into showing hover */ display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/_img/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/_img/lightbox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

a#bottomNavClose {
	border: none;
}


