/*Hotel Del Rio Site Stylesheet*/
html, body {
	margin:0px;
	padding: 0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align:left;
	background-color: #0b0f0f;
	color:#ffffff;
	}
	
img {
	border:none;
	}
	

h1, h2, h3, h4, p, blockquote, 
	{
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
h1, h2, h3, h4
	{

	color:#EEEEEE;
	}
	
h1
{font-size:18px;}
h2
{font-size:16px;}

h3
{font-size:14px;}

h4
{font-size:12px;}

	

p.center
{text-align: center;}
p.left 
{text-align: left;}
p.right 
{text-align: right;}


ul.left	{
	margin:0px 0px 10px;
	padding:0px;
	text-align: left;
	list-style-type: button;
	list-style-image: none;
	list-style-position: inside;
	}
	

a
	{
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}

#container 
	{
	border: 1px solid #404040;
	margin: 25px auto;
	padding: 0px;
	position: relative;
	width: 750px;
	height: auto;
	}
#top 
	{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 748px;
	height: 115px;
	}



#banner 
	{
	border: 1px solid #404040;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 746px;
	height: auto;
	}

#banner img 
	{
	display: block;
	}
	
ul#menu
	{
	background:url(../images/menu_bg.jpg) left top repeat-x;
	height: 27px; /*experiment on this*/
	margin:0px 0px 0px 2px;
	padding: 5px 0px 5px;
	text-align: center;
	position: relative;
	top:94px;/*experiment on this*/
	left:0px;
	width:748px
	list-style-type: none;
	}

ul#menu a
	{
	margin:0px 6px 0px 0px;
	padding:0px;
	text-decoration: none;
	position: relative;
	}

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

ul#menu li
	{
  	margin: 0px;
  	padding: 0px;
  	display: inline;
	}
ul#menu span
	{
	display: none;
	}
	
#content
	{
	
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 748px;
	height: auto;
	}

.contentbox
	{
	
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 748px;
	height: auto;
	}
	
.contentmediawhole
	{
	border: 1px solid #404040;
	margin: 10px 1px 0px 2px;
	padding: 0px;
	position: relative;
	width: 744px;
	height: auto;
	float:left;
	}

.contentmediawhole img 
	{
	display: block;
	width: 744px;
	}
.contentmedialeft
	{
	border: 1px solid #404040;
	margin: 10px 5px 0px 2px;
	padding: 0px;
	background: #0b0f0f none repeat scroll 0% 50%;
	position: relative;
	width: 349px; /*this should be dependent on the picture */
	height: auto;
	float: left;
	clear: both;
	}
	
.contentmedialeft img
	{
	display: block;
	width: 349px;/*this should be dependent on the picture */
	}

.contentmediaright
	{
	border: 1px solid #404040;
	margin: 10px 0px 0px 5px;
	padding: 0px;
	background: #0b0f0f none repeat scroll 0% 50%;
	position: relative;
	width: 349px; /*this should be dependent on the picture */
	height: auto;
	float: right;
	clear: both;
	}

.contentmediaright img
	{
	display: block;
	width: 349px; /*this should be dependent on the picture */
	}
	
.contenttextwide
	{
	border: 1px solid #404040;
	margin: 10px 0px 2px 2px;
	padding:10px 5px 5px 15px;
	background: #0b0f0f none repeat scroll 0% 50%;
	position: relative;
	width: 724px;
	height: auto;
	float: left;
	}
	
.contenttextleft
	{
	border: 1px solid #404040;
	margin: 10px 0px 0px 2px;
	padding:10px 3px 5px 15px;
	background: #0b0f0f none repeat scroll 0% 50%;
	position: relative;
	width: 368px;
	float: left;
	}
	
.contenttextright
	{
	border: 1px solid #404040;
	margin: 10px 0px 0px 0px;
	padding:10px 5px 5px 13px;
	background: #0b0f0f none repeat scroll 0% 50%;
	position: relative;
	width: 368px;
	float: right;
	}
	
.leftbox
	{
	border: 1px solid #404040;
	margin: 10px 0px 0px 2px;
	padding:10px 3px 5px 15px;
	background: #0b0f0f none repeat scroll 0% 50%;
	position: relative;
	width: 350px;
	float: left;
	}
.rightbox
	{
	border: 1px solid #404040;
	margin: 10px 0px 0px 0px;
	padding:10px 5px 5px 13px;
	background: #0b0f0f none repeat scroll 0% 50%;
	position: relative;
	width: 350px;
	float: right;
	}
	
/*further experimentation on this section is needed*/
#bottom
	{
	
	padding: 0px;
	position: relative;
	width: 750px;
	height: auto;
	clear: both;
	}
	
#footer
	{
	border: 1px solid #404040;
	margin: 10px 0px 0px 5px;
	padding: 10px 20px 0px;
	background: #a9a8ae none repeat scroll 0% 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 406px;
	height: auto;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	}

#footer a, #footer a:hover
	{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}

#bottomextras
	{
	margin: 10px 0px 0px 5px;
	padding: 0px;
	position: absolute;
	top: 75px;
	right: 0px;
	width: 446px;
	height: auto;
	font-size: 10px;
	color: #4a4242;
	line-height: normal;
	text-align: right;
	}
	
#bottomextras a, #bottomextras a:hover
	{
	color: #4a4242;
	font-weight: bold;
	text-decoration: none;
	}
	
#bottommedia
	{
	margin: 10px 6px 0px 0px;
	padding: 0;
	position: relative;
	width: 277px;
	height: auto;
	font-size: 10px;
	float: left;
	clear: both;
	}

#bottommedia img
	{
	border: 0px solid ; 
	width: 270px; 
	height: auto;
	}
	
/*Drop down menu style*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
  background-color: #000000;
  color: #ffffff;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
  background-color: #000000;
  color: #ffffff;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: gray;
  
}
/*Drop down menu style*/

