/* Start of CMSMS style sheet 'creative_hospitality_css' */
* {
  margin: 0px;
  padding: 0px;
}
body {
   font-family: Tahoma, Geneva, sans-serif;
   font-size: 80.01%;
   line-height: 1.6em;
   background-image: url(images/body_bg.gif);
   background-repeat: repeat-x;
   background-attachment: fixed;
   background-position: 0 0;

}
/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border-style: none;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
   font-weight: bold;
   color: #D16706; 
}

a:visited {
  color: #D16706;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color:#A08AB9;
}
#pageWrapper {
  width: 839px;
  border: 3px solid white;
  background: blue;
  margin: 0 auto;
  background:/* #ffd694 */ /* #ffd092*/ /* #ffcc42*/ #ffe594 url(images/wrapper_bg.gif) no-repeat bottom right;
}
/* LISTS */
/* lists in content need some margins to look nice */
#pageWrapper ul,
#pageWrapper ol,
#pageWrapper dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 1em 0 1.5em 0;
}

#pageWrapper ul li,
#pageWrapper ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
#pageWrapper dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
#pageWrapper dl dd {
   margin: 0 0 1em 1em;
}

#pageWrapper dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

/* start nav */
#navWrapper {
  display: block;
  height: 35px;
  line-height: 35px;
  background-image: url(images/nav_bg.gif);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #FFD291;
  background-color: #FFD291;
}
#navWrapper #nav {
  margin: 0;
  padding: 0;
  background: url(images/nav_img.gif) no-repeat; 
  width: 512px;
  height: 35px;
  position:relative;
}
#navWrapper #nav li {
  margin: 0;
  padding: 0;
  display: block;
  height: 35px;
  list-style: none;
  position: absolute;
  top: 0;

}
#navWrapper #nav  a {
  height: 35px;
  display: block;
  text-indent: -9999em;
  position: absolute;
}
/* ------------------- [ Each Link ] --------------------------- */
#navWrapper #nav #home a { 
  left: 0px;
  width: 90px;
  /* background: url(images/nav_img.gif) 0 0; */
}
#navWrapper #nav #services a {
  width: 79px;
  left: 90px;
  /* background: url(images/nav_img.gif) -90px 0; */
}
#navWrapper #nav #projects a {
  width: 80px;
  left: 169px;
  /* background: url(images/nav_img.gif) -169px 0; */
}
#navWrapper #nav #clients a {
  width: 72px;
  left: 249px;
  /* background: url(images/nav_img.gif) -249px 0; */
}
#navWrapper #nav #photo-gallery a{
  width: 106px;
  left: 321px;
  /* background: url(images/nav_img.gif) -321px 0; */
}

#navWrapper #nav #contact a {
  width: 85px;
  left: 427px;
  /* background: url(images/nav_img.gif) -427px 0; */
}
/* hover states */
#navWrapper #nav #home a:hover, body#home  #navWrapper #nav #home a,  #navWrapper #nav #home a.current { background: url(images/nav_img.gif) 0  35px;}
#navWrapper #nav #services a:hover, body#services  #navWrapper #nav #services a, #navWrapper #nav #services a.current  {background: url(images/nav_img.gif) -90px 35px;}
#navWrapper #nav #projects a:hover, body#projects  #navWrapper #nav #projects a, #navWrapper #nav #projects a.current {background: url(images/nav_img.gif) -170px 35px;} 
#navWrapper #nav #clients a:hover, body#clients  #navWrapper #nav #clients a,  #navWrapper #nav #clients a.current  {background: url(images/nav_img.gif) -249px 35px;}
#navWrapper #nav #photo-gallery a:hover, body#photo-gallery  #navWrapper #nav #photo-gallery a, #navWrapper #nav #photo-gallery a.current  {background: url(images/nav_img.gif) -321px 35px;}
#navWrapper #nav #contact a:hover, body#contact  #navWrapper #nav #contact a,  #navWrapper #nav #contact a.current {background: url(images/nav_img.gif) -427px 35px;}

#navWrapper #nav a:hover {

}
/* end Nav */
/*start subnav holder */
#subnavWrapper {
  float: left;
  width: 158px;
  padding-top: 10px;  

}
/*end subnav holder */
/* start subNav */
#subnavWrapper #subNav{
  margin: 0;
  padding: 0;
}
#subnavWrapper #subNav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}
#subnavWrapper #subNav a {
  padding: 2px 8px 2px 0px;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #300067;
  font-size: 12px;
  font-weight: normal;

}
#subnavWrapper #subNav a:hover, #subnavWrapper #subNav a.current  {
  color: #D16706;
}
/* end subNav */
/* start Header */
#header {
  height: 190px;
  width: 840px;
  background-image: url(images/header_bg.gif);
  background-repeat: no-repeat;
  background-position:  0 0 ;
}
#header h1 a {
  display: block;
  text-indent: -9999em;
  height: 190px;
  width: 259px;
  float: right;
  background-image: url(/images/home_link_bg.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#header h1 a:hover {
  background-color: none;
}
/* End Header */
/* Start Title Bar */
#titleBar {
  width: 100%;
  height: 33px;
  background-image: url(images/title_bar_bg.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: right;
  margin: 0;
}
/* End Title Bar */

/* Start Main */
#content {
  width: 350px;
  float: left;
  background: url(images/content_bg.gif) no-repeat 0 0;
  padding: 40px 0 80px 19px;
  min-height:400px;
  height:auto !important;
  height:400px;
  color: #673605;
}
#content2 {
  width: 95%;
  float: left;
  background: url(images/content_bg.gif) no-repeat 0 0;
  padding: 40px 20px 80px 19px;
  min-height:400px;
  height:auto !important;
  height:400px;
  color: #673605;
}
#pageWrapper #clientList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
}
#pageWrapper #clientList li {
  display: block;
  float: left;
  padding: 5px;
  width: 135px;
  height: 135px;
  margin: 2px;
  border: 2px solid #d06909;
  background: #fff9ef none;
}
#pageWrapper #clientList li:hover {
  background-color: #df923a;
  cursor: pointer;
}
#pageWrapper #clientList li:hover div.caption {
  color: #ffffff;
}
#clientList li div.caption {
  font-size: 88%;
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.2;
  text-align: center;
  color: #d06909;
}
#clientList li a {
  display: block;
  float: left;
  width: 135px;
  height: 100px;
  overflow: hidden;
  margin: 0;
  padding: 0;
   border: 1px solid #eee;
   background: #ffffff;
}

/* HEADINGS */
div#content h1, div#content2 h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2, div#content2 h2 {
  color:#D16706; 
  font-size: 1.5em; 
  text-align: left; 
/* some air around the text */
  padding-left: 0.5em;
  padding-bottom: 1px;
/* set borders around header */
  border-bottom: 1px solid #e7ab0b; 
  border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3, div#content2 h3 {
   color: #D16706; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4, div#content2 h4 {
   color: #D16706; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5, div#content2 h5 {
   color: #D16706; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h6, div#content2 h6 {
   color: #D16706; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */
div#content blockquote, div#content2 blockquote  {
  font: 1em/1.4em Tahoma, Geneva, sans-serif;
  width: 330px;
  background: url(images/close-quote.gif) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
}
div#content blockquote:first-letter, div#content2 blockquote:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italics 1.4em Tahoma, Geneva, sans-serif;
}
/* Image Holder */
#imgHolder {
  height: 239px;
  width: 292px;
  float: left;
  background: url(images/imgHolder_bg.gif) no-repeat 0 0;
  margin: 10px 0 0 20px;
  
}
#imgHolder img.slideshow {
  margin: 15px 0 0 15px;
}

/* end imgHolder */
/* Client List */
#pageWrapper ul.client-list {
list-style-type:none;
margin:20px 0;
padding:0;
}
#pageWrapper ul.client-list li {
background:#DF903A none repeat scroll 0%;
border-top:1px solid #FFA241;
cursor:pointer;
padding:10px 20px 10px 20px;
margin: 0;
}
#pageWrapper ul.client-list li  img {
  width: 35px;
  height: 35px;
  border: 2px solid #FFA241;

}
#pageWrapper ul.client-list  h3 {
  font-size: 12px;
  color: #56487E;
  margin: 2px 0;
}
#pageWrapper ul.client-list  p {
  font-size: 10px;
  margin: 2px 0;
  color: #FFD291;
}
#pageWrapper ul.client-list li:hover {
background:#E7AC70 none repeat scroll 0%;
}
/* End of Client List */

/* Start Bottom */
#bottom {
  clear: both;
  width: 100%;
  position: relative;
}
/* End bottom */
/* Start LowerNav */
#lowerNavWrapper {
  position: absolute;
  top: -160px;
  left: 670px;
  width: 111px;
  height: 70px;
}
#lowerNav {
  margin: 0;
  padding: 0;
  float: right;
  top: -20px;
  position: relative;
  /*position: relative; 
  float: right;*/
}
#lowerNav li {
  list-style-type: none;
  height: 35px;
  padding: 0 0 0 10px;
  margin: 0;
  width: 111px;
  
}
#lowerNav li a {
  display: block;
  height: 35px;
  width: 111px;
  text-indent: -9999px;
}
#lowerNav li#bottom_1 a {
  background: url(images/lowerNav_resources.gif) no-repeat 0 0;
}

#lowerNav li#bottom_2 a {
  background: url(images/lowerNav_eNews.gif) no-repeat 0 0;
}

#lowerNav li#bottom_1 a:hover {
  background-position: 0 -35px;
}
#lowerNav li#bottom_2 a:hover {
  background-position: 0 -35px;
}
body#lowerNav_links #lowerNav li#bottom_1 a {
  background: url(images/lowerNav_resources.gif) 0 -35px;
}
body#lowerNav_enewsletter #lowerNav li#bottom_2 a
 {
  background: url(images/lowerNav_eNews.gif) 0 -35px;
}
/*  content = Forms
----------------------------
*/

.cssform div{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dotted #df923a;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/* End LowerNav */
/* Start Footer */
#footer {
  margin: 10px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #A08AB9;
  text-align: center;
}
/* End Footer */
/* Start Signature */
#signature {
  margin: 10px auto;
  width: 840px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-align: right;
}
/* End Signature */
/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}
/* End of 'creative_hospitality_css' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

