
/*** draggon_cottage_elicio_3col_layout.css - Apr 2007 ***/
/*** based on Dynamic Drive ***/


body{
margin:0;
padding:0;
line-height: 1.1em;
background-color:#FFFFCC;
}

b{font-size: 110%;}
em{color: red;}

#header{
	height: 160px; /*Height of top section*/
	background-color: #FFFFCC;
}

#header h1{
margin: 0;
padding-top: 15px;
}

#centerwrapper {
float: left;
width: 100%;
}

#centercolumn{
margin: 0 1.8px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -100%;
background: #FFFFCC;
padding-top: 2px white;
}

#rightcolumn{
float: left;
width: 1.8px; /*Width of right column*/
margin-left: -1.8px; /*Set left marginto -(RightColumnWidth)*/
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
background: #FFFFCC;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innerheader{
margin: 10px 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
background-color: #FFFFCC;
}

.innercenter{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innerleftcol{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innerrightcol{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* ----- Dragon Cottage Specific Links -- */


.navigation a:link { 
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
   font-size: 0.7em;
   height: 22px;
	vertical-align: middle;
   text-decoration: none;
   padding-bottom: 2px;
   padding-top: 2px;
   padding-left: 5px;
   padding-right: 5px;
   color: #FFFFCC;
	background: url(../images/dc_buttonbg_solidpurple.jpg) repeat-x;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px; 
	/* border-style: solid;
   border-top-color: #9966CC;
   border-left-color: #9966CC;
   border-right-color: #4B0082;
 */
}
	
.navigation a:active { 
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
   font-size: 0.7em;
   height: 22px;
	vertical-align: middle;
   text-decoration: none;
   padding-bottom: 2px;
   padding-top: 2px;
   padding-left: 5px;
   padding-right: 5px;
   color: #FFFFCC;
	background: url(../images/dc_buttonbg_solidpurple.jpg) repeat-x;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
	/* border-style: solid;
   border-top-width: 1px;
   border-top-color: #9966CC;
   border-left-width: 1px;
   border-left-color: #9966CC;
   border-right-width: 1px;
   border-right-color: #4B0082;
   border-bottom-width: 0px; */
 }
	
.navigation a:visited { 
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
   font-size: 0.7em;
   height: 22px;
	vertical-align: middle;
   text-decoration: none;
   padding-bottom: 2px;
   padding-top: 2px;
   padding-left: 5px;
   padding-right: 5px;
   color: #FFFFCC;
	background: url(../images/dc_buttonbg_solidpurple.jpg) repeat-x;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   /* border-style: solid;
   border-top-width: 1px;
   border-top-color: #9966CC;
   border-left-width: 1px;
   border-left-color: #9966CC;
   border-right-width: 1px;
   border-right-color: #4B0082;
   border-bottom-width: 0px;  */
 }
	
.navigation a:hover { 
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
   font-size: 0.7em;
   height: 22px;
	vertical-align: middle;
   text-decoration: none;
   padding-bottom: 2px;
   padding-top: 2px;
   padding-left: 5px;
   padding-right: 5px;
   color: #FFFFCC;
	background: url(../images/dc_buttonbg_grey.jpg) repeat-x;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;	
	/* border-style: solid;
   border-top-width: 1px;
   border-top-color: #9966CC;
   border-left-width: 1px;
   border-left-color: #9966CC;
   border-right-width: 1px;
   border-right-color: #4B0082;
   border-bottom-width: 0px; */

 }
 /* LEFT Navigation Links */
 
#leftnavigation  ul {
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
  	font-size: 0.7em;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0;
	}

#leftnavigation {
	width: 170px;
	margin: 0px;
	padding: 0;
	border: none;
	}
	
#leftnavigation li a {
	width: 160px;
	height: 20px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 20px;
  	width: 160px;
	text-decoration: none;
	margin: 0;
	border: none;
	}	
	
#leftnavigation li a:link, #leftnavigation li a:visited {
	color: white;
	display: block;
	background:  url(../images/dc_leftnavbuttonbg_grey_purple.jpg);
	padding: 3px 0 0 5px;
	}
	
#leftnavigation li a:hover {
	color: white;
	background:  url(../images/dc_leftnavbuttonbg_grey_purple.jpg) 0 -22px;
	padding: 3px 0 0 5px;
}

.navigation_home a:link { 
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
      font-size: 85%;
      /* color: white;  
	background-color: white; 
	text-decoration: none; */
      height: 20px;
      text-decoration: none;
      padding-bottom: 3px;
      padding-top: 2px;
      padding-left: 3px;
      padding-right: 3px;
      color: black;
      background-color: white;
	border-style: solid;
	border-top-width: 1px;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-color: #999;
	border-bottom-width: 0px;
}
	
.navigation_home a:active { 
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
      font-size: 85%;
	/* color: white;  
	background-color: white;
	text-decoration: none; */
	height: 20px;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: black;
	background-color: white;
	border-style: solid;
	border-top-width: 1px;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-color: #999;
	border-bottom-width: 0px; 

 }
	
.navigation_home a:visited { 
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
      font-size: 85%;
	/* color: white;  
	background-color: white;
	text-decoration: none; */
	height: 20px;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: black;
	background-color: white;
	border-style: solid;
	border-top-width: 1px;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-color: #999;
	border-bottom-width: 0px;
 }
	
.navigation_home a:hover { 
      font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;
      font-size: 85%;
      /* color: white; 
	background-color: white;
	text-decoration: none; */
	height: 20px;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: red;
	background-color: white;
	border-style: solid;
	border-top-width: 1px;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-color: #999;
	border-bottom-width: 0px;
 }

 /* START AMBS specific controls */

.headertable
{
 width: 99%;
 vertical-align: top;
 border: 8px solid #576C2B;
 padding:0;
 margin: 0;
}

.headertd
{
 color: black;
 vertical-align: top;
 border: none;
 background-color: #FFFFFF;
}

.menutd
{
 color: black;
 vertical-align: top;
 border: none;
 background-color: #D8E7F2;
 width: 30%;
}

.hpnavigation
{
vertical-align: bottom;
padding: 0.1em;
}

.header_logobar
{
 color: black;
 vertical-align: top;
 /* background-image: url(../images/jumeirah_header_bgfill.jpg); */
 /* background-repeat: repeat-x; */
 background-color: #FFFFCC;
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 margin: 0;
 height: 110px;
 padding: 0;
}

.headerlogoarealeft {
	float: left;
	/* background-image: url(../images/jumeirah_header_bgfill.jpg); */
	/* background-repeat: repeat-x; */
	background-color: #FFFFCC;
}

.headerlogoareacentre {
	text-align: center;
	/* background-image: url(../images/jumeirah_header_bgfill.jpg); */
	/* background-repeat: repeat-x; */
	background-color: #FFFFCC;
}

.headerlogoarearight {
	float: right;
	/* background-image: url(../images/jumeirah_header_bgfill.jpg); */
	/* background-repeat: repeat-x; */
	background-color: #FFFFCC;
}

.header_titlebar
{
	vertical-align: bottom;
	border-top: 1px solid white;
	margin: 0;
	background-color: #576C2B;
	background-position: bottom;
	background-repeat: repeat;
	height: 22px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

.header_navbar
{
 color: black;
 text-align: left;
 vertical-align: middle;
 background-color: #576C2B;
 border: none;
 margin: 0;
 padding: 0;
 height: 22px;
}

.header_title
{
 color: black;
 background-color: #98FB98;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 1.3em;
 height: 22px;
 margin: 0;
 padding: 0;
}

.navigation
{
vertical-align: bottom;
font-weight: bold;
padding-left: 0;
padding-right: 0;
height:22px;
}

.navspacer {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
	text-align: center;
}





