/* Common */
body,table,input,select,textarea { 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:10px;
}

body { 
  margin:0; 
  padding:0; 
  color:#7F7F7F;
  background-color:#3C60A7;
  background-image:url(../images/g-bg-body.gif);
  background-repeat:repeat-x;  
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

input,select,textarea { 
  font-size:1em;
}

small { 
  font-size:0.85em;
}

img { 
  border:0;
}

p { 
  margin:1em 0 1em 0; 
}

dl.col { 
  line-height:1.5em;
}

dl.col dt { 
  float:left; 
  width:9em;
}

dl.col dd { 
  margin-left:10em;
}

h1 {
  font-family:'Trebuchet','Trebuchet MS', Arial, sans-serif;
  line-height:40px;
  font-size:2.6em;
  font-weight:normal;  
  color:#2A4672; 
}

h1 span {
  background-image:url(../images/g-bg-h1.gif);
  background-repeat:repeat-x;  
  height:40px;
  display:block;
  padding:0 0 0 20px;
}

h2 {
  font-family:'Trebuchet','Trebuchet MS', Arial, sans-serif;
  font-size:1.7em;
  font-weight:normal;
  margin:10px 0 10px 0;
}

a {
  color:#2A4672;
}

a:hover {
  color:#BE0027;
}

.right {
  float: right;
}

.left {
  float: left;
}

#content img.right {
  margin: 0 0 20px 20px;
}

/* Layout */

#constrain {
  width:800px;
  margin:0 auto 0 auto;
  border-left:#fff solid 1px;
  border-right:#fff solid 1px;
  position:relative;
}

#header {
  height:118px;
  border-bottom:#fff solid 1px;
  background-image:url(../images/g-bg-header.gif);
  background-repeat:repeat-x;  
}

#header .logo-comfort {
  margin:20px 0 0 40px;
}

#header .logo-cannonpark {
  float:right;
  margin:20px 40px 0 0;
}

#content-wrapper {
  background-color:#3C60A7;
  border-left:#97A3CF solid 6px;
}

#nav-side {
  position:absolute;
  top:118px;
  left:0;
  
}

#nav-side ul {
  margin:0 0 0 6px;
  width:156px; 
}

#nav-side li {
  list-style:none;
  line-height:25px;
  border-bottom:#97A3CF solid 1px;
}

#nav-side a {
  text-decoration:none;
  color:#fff;
  padding:0 0 0 10px;
  display:block;
}

#nav-side a:hover {
  background-color:#2A4672;
}

#nav-side #jimojo				{ margin: 40px 0 0 20px; }
#nav-side #jimojo a:hover		{ background: none; border: 0; }

#content {
  margin:0 0 0 156px;
  background-color:#fff;
  background-image:url(../images/p-logo-content-footer.gif);
  background-repeat:no-repeat;
  background-position:bottom left;
  padding:0 0 110px 0;
}

#nav-bottom {
  background-color:#2A4672;
  line-height:32px;
  text-align:center;
}

#nav-bottom li {
  display:inline;  
  margin:0 7px 0 0;
}

#nav-bottom a {
  text-decoration:none;
  color:#fff;
}

#footer {
  background-color:#FDB913;
  background-image:url(../images/p-cannonpark-motel.jpg);
  background-repeat:no-repeat;
  background-position:top right;  
  color:#000;
}

#footer .col {
  position:absolute;
  bottom:30px;
  right:250px;    
}

#footer .address {
  padding:20px 0 0 40px;  
  width:200px;  
  height:90px;
}

#footer ul {
  border-right:#fff solid 1px;  
}

#footer .address li {
  list-style:none;
  line-height:1.5em;  
}

/* Content */

.text-area {
  margin:20px;
}

.head-image {
  margin:1px 0 0 1px;
}

.feature-list {
  width:250px;
  float:left;
}

ul.feature-list {   
  padding:0 0 10px 20px;
  line-height:15px;  
}

.text-area img {
  margin:0 10px 0 0;
}

#content ul.address {
  margin:10px 0 10px 0;
  line-height:15px; 
}

#content .address li {
  list-style:none;
}

#footer-notes {
  color:#fff;
  width:800px;
  margin:0 auto 0 auto;
  line-height:18px;
}

#footer-notes a {
  color:#fff;
  text-decoration:none;
}

#footer-notes a:hover {
  color:#FDB913;
}

#footer-notes .author {
  float:right;
}

/* Specials Link */

a.specials span {
  display: none;
}

a.specials {
  background: transparent url('../images/g-specials.gif') no-repeat;
  display: block;
  float: right;
  width: 160px;
  height: 110px;
  margin: 0 0 20px 20px;
}

a:hover.specials {
  background-position: bottom left;
}
