/*Plaza Suites Website Styles v1.0*/

/* Main Color Swatches */

/* #0289ed - Plaza Suites Blue
   #076767 - Nav bar Black
   #606060 - Main Gray Text
   #f6f6f6 - Side bar light gray  */


/*----------------------------
WIDGETS, BUTTONS, AND NONSENSE STYLES
-----------------------------*/	
   
a.button {
    /* Sliding right image */
    background: transparent url('../img/button_bg_right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 47px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-bottom: 20px;
	padding-right: 27px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
a.button span {
	/* Background left image */ 
	background: transparent url('../img/button_bg_left.png') no-repeat; 
	display: block;
	line-height: 47px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 3px 0px 5px 18px;

} 
a.button:hover span{
	text-decoration:underline;
}

br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

.img-caption {
	margin: 3px 0px 10px 0px;
}

.j_comment {
	display: none;
}

/*----------------------------
	     WRAPPER STYLES
-----------------------------*/
body {
	background-color: #4b4b4b;
	background-image: url(../img/header_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

h1 {
	color: red;
}

#wrapper {
	width: 900px;
	margin: auto;
}

#page-block {
	background-color: #e6e6e6;
	width: 880px;
	padding: 10px;
}

#page-block hr{
	border-top: 1px dotted #606060;
}

#content {
	 overflow: auto;
}


/*----------------------------
	     HEADER STYLES
-----------------------------*/


#header {
	height: 120px;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	color: #076767;
}

#header-logo {
	float: left;
	height: 86px;
	margin-left: 45px;
	margin-top: 40px;
	width: 170px;
	text-indent: -999px;
	border: 0px;
}

#admin-nav {
	float: right;
	margin-top: 6px;
	margin-right: 10px;
	
}
#admin-nav li {
	display: inline;
}

#primary-nav {
	clear: right;
	float: right;
	margin-top: 75px;
	width: 615px;
}

#primary-nav li {
	display: inline;
}



/*----------------------------
	 IMAGE-BLOCK STYLES
-----------------------------*/

#image-block {
	background-color: #606060;
	height: 315px;
	width: 880px;	
}


/*----------------------------
	    SUB-NAV STYLES
-----------------------------*/
#sub-nav {
	background: black;
	width: 880px;
	height: 55px;
}


#nav, #nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	word-spacing: -1px;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 55px;
}

#nav a:link {
	color: #fff;
}
#nav a:visited {
	color: #fff;
}
#nav a:hover {
	color: #0289ed;
}

#nav a {
	display: block;
	text-decoration: none;
	width: 293px;
}

#nav li {
	float: left;
	margin-top: 17px;
	width: 293px;
}

#nav li ul {
	position: absolute;
	font-size: 15px;
	text-transform: none;
	width: 293px;
	left: -999em;
	padding-top: 18px;
}

#nav li:hover ul {
	left: auto;
	z-index: 1;
}

#nav li ul li {
	background: #606060;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}



/*----------------------------
	     CONTENT STYLES
-----------------------------*/
#content {
	color:  #606060;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	padding: 20px;
}

#content h1 {
	color: #0289ed;
	font: 19px Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

/*----------------------------
	 MAIN-CONTENT STYLES
-----------------------------*/

#main-content {
	float: left;
	width: 510px;	
}

#main-content h1 p {
	padding-left: 12px;
}

#reception {
	float: right;
	margin: 10px;
}

h2.category {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	margin-top: 10px;
	font-weight: bold;
}

/*----------------------------
	     SIDEBAR STYLES
-----------------------------*/

#sidebar {
	background-color: #eeeded;
	float: right;
	width: 285px;
	padding: 7px;
}


/*----------------------------
	   SPOTLIGHT STYLES
-----------------------------*/

.spotwrap {
	width: 265px;
	padding: 12px;
}

.image {
float: left;
border: 3px solid white;
}
 
.desc  {
	line-height: 20px;
	font-size: 12px;
	margin-left: 125px;
	margin-right: 10px;
}

.emp {
	font-weight: bold;
}




/*----------------------------
	     NEWS STYLES
-----------------------------*/

#news h2{font: bold 12pt serif;
	color: #0289ed;
	font-style: italic;
	font-weight: lighter;
	margin-top: 12px;
}

#news p{
	font-size: 12px;
}

/*----------------------------
	     FOOTER STYLES
-----------------------------*/

#footer {
	background-color: #e6e6e6;
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	padding: 10px;
	text-align: center;
}

#footer-phone {
	letter-spacing: -2px;
	color: gray;
	font: 28px Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	
}

#footer-nav li {
	display: inline;
}

#footer-nav {
	margin-bottom: 8px;
}

/*----------------------------
	    VIRTUAL STYLES
-----------------------------*/
#main-content h3 {
	color: #0289ed;
	font: 18px Verdana, Helvetica, Arial, sans-serif;
	padding: 12px 0px 0px 0px;

}

.price {
	font-weight: bold;
}

.virtual-list {
	font-size: 12px;
	line-height: 19px;
}

/*----------------------------
	    FORM STYLES
-----------------------------*/
#cform {
	background-image: url(../img/form_bg.png);
}

/*----------------------------
	    CONFERENCE STYLES
-----------------------------*/

li.conf-gallery  {
	display: inline;
	float: left;
	margin: 10px 5px 5px 5px;
}

ul#conf-services {
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	line-height: 22px;
}

#conference-block img {
	border: 5px solid #ffffff;
}

/*----------------------------
	    SLIDESHOW
-----------------------------*/


#slideshow {
    position:relative;
    height:125px;
}

#slideshow IMG {
    position:absolute;
    top:140;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


#links {
	width: 150px;
	height: 200px;
	background: white;
	z-index:11;
}

/*----------------------------
	   LOCATIONS
-----------------------------*/

#location-wrapper {
	width: 800px;
	float: left;
	
}

#location-wrapper h1 {
	margin-left: 25px;
}

.location-block  {
	width: 800px;
}

.location-block img {
	float: left;
}


.location-block h3 {
	font: 16px Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-left: 250px;
	padding-top: 8px;
	
}

.location-block p {
	margin-left: 250px;
}


/*----------------------------
	    Exec-offices STYLES
-----------------------------*/
.exec-list {
	list-style: disc;
}



/*----------------------------
	FLOORPLANS & AVAIL..
-----------------------------*/

#floorplan-wrapper {
	float: left;
	width: 590px;
	overflow: auto;
}

.floorplan {
	background-color: #eeeded;
	margin-bottom: 40px;
	border: 1px solid gray;
	padding: 15px;
	height: 100%;
}

.floorplan-img {
}

.results-wrapper {
	float: right;
	width: 215px;
}
.office {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	line-height: 12px;
	margin-bottom: 20px;
	text-align: center;
	width: 100px;
	margin-right:7px;
	height: 100px;	
}

.office img {
	border: 5px solid white;
	margin: 5px 0px 5px 0px;
}

#floorplan-sidebar {
	background-color: #f6f6f6;
	float: right;
	padding: 7px;
	width: 210px;	
}

.floor-number {
	display: block;
	background-color: #606060;
	color: white;
	font-size: 16px;
	margin-bottom: 25px;
	padding: 6px;
}

/*----------------------------
	     Availabilities
-----------------------------*/

#avail-sidebar {
	width: 260px;
	float: right;
}

.services-list {
	list-style: disc;
	margin-left: 20px;
}

.services-list li {
	margin-bottom: 15px;
}

.sm-indent {
	text-indent: 20px;
}

ul.sitemap {
	line-height: 40px;
}

/*----------------------------
	     Form Styling
-----------------------------*/

#tour label {
	color: black;
	display: block;
}

