/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */
html 	{ text-align : center;  }


body { 
position : relative; 
width : 800px; 
margin : 0 auto; 
text-align : left;
}


div#content {
	position : relative;
	width : 100%;
}


div#content_main  {
left : 37%; 
width : 63%; 
padding : 1em 0;
float: left;
}

  
div#content_sub { 
left : 0;  
width : 37%; 
padding : 1em 0;
float: left;
margin-top: 10px;
}


div#content_contact_us  {
width : 100%; 
padding : 1em 0;
float: left;
}



div#nav_footer {
display:block;
text-align: center;
padding-top: 5px;
clear: both;
}


img {
outline: none;
}

#capabilities {
clear: both;
}



#capabilities_list li, #capabilities_list_2 li {
    display:inline;
    padding:0 .9em;
}


#capabilities_list, #capabilities_list_2 {
	text-align: center;
	font-weight: bold;
	
}


#capabilities_list_2 {
	padding-bottom: 15px;
}


ul#mail {
position: absolute;
top: 350px;
left: 235px;
}

ul#phone {
position: absolute;
top: 350px;
left: 455px;
}

ul#email {
position: absolute;
top: 350px;
left: 605px;
}


ul#email a {
    text-decoration:none;
	font-weight: normal;
	color: #67523b;
	outline: none;
}


ul#email a:hover {
   text-decoration:underline;
}









ul#site_map {
padding-left: 25px;
}

ul#site_map li {
padding-bottom: 15px;
}

ul#site_map a {
    text-decoration:none;
	color: #af8150;
	outline: none;
}


ul#site_map a:hover {
   text-decoration:underline;
}


#navlist li {
    display:inline;
    padding:0 .5em;
    border-right:1px solid #a19371;
}


#navlist li.last {
    border:none;
}


#navlist { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal;
	font-size:9px;
	text-align:center;
	margin: 0;
	padding: 0;
}


#navlist a {
    text-decoration:none;
	color: #a19371;
	outline: none;
}


#navlist a:hover {
   text-decoration:underline;
}


#copyright {
text-align: center;
}



/*top navigation*/
#nav {margin: 0; padding: 0;}
#nav li {list-style: none; float: left;
  margin: 0px; padding-left: 5px; padding-right: 5px;
  font-size: 10px; line-height: 18px; white-space: nowrap;
  background: #BBB url(http://www.cabanablue.com/images/tabs2-big_cabana_brown.gif) 0 100% no-repeat; font-family: Verdana, Arial, sans-serif; letter-spacing: .1em;  border-right:1px solid #fff;}
#nav a {display: block; float: left; padding: 0px 14px 0 14px; outline: none;
  text-decoration: none; font-weight: bold;
  background: #DDD url(http://www.cabanablue.com/images/tabs2-big_cabana_brown.gif) 100% 100% no-repeat;
  color: #FFF;
  width: .1em;}
html>body #nav a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none;}            /* End IE5-Mac hack */
#nav a:hover {color: #af8150;}

#nav #current, #nav #current a {
  background-image: url(http://www.cabanablue.com/images/tabs2-big_cabana_green.gif);
  }

#nav li.last {
    border:none;
}  
  
  
#nav li.our_story {
    padding-left: 7px;
	padding-right: 6px;
}  
  
  
    
