/* styles.css CSS stylesheet for all pages in VisitMadridNM.com */
/*styles through the next comment affect all elements in the site unless overrideden by later more specific styles */
body {
	background: #CC3433;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#D9C67B
}
h1 {
	font-size: 150%;
	color:#FF9900
}
h2 {
	font-size: 120%;
	color:#FF9900
}
a {text-decoration: none;}
a:link {
	color: #2EEBD3;
	font-weight: bold;
}
a:visited {
	color: #2EEBD3;
	font-weight: bold;
}
a:hover {
	color: #2EEBD3;
	background-color:#FF3300;
	font-weight: bold;
}

/* defines box around content for all pages except business pages */
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #9D0000;
}

/* defines box around content for all business pages */
#wrapperw {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background: #9D0000;
}
	
/* defines banner for normal pages */
#banner {
	background: #CC3333 url(Images/Banner800X155.jpg) no-repeat;
	height: 155px;
	border-top: 1px solid #D9C67B;
	border-right: 1px solid #D9C67B;
	border-bottom: 1px #D9C67B;
	border-left: 1px solid #D9C67B;
}

/* defines banner for business pages may be obsolete*/ 
#bannerw {
	background: #CC3333 url(Images/Banner955X155.jpg) no-repeat;
	height: 150px;
	border-top: 1px solid #D9C67B;
	border-right: 1px solid #D9C67B;
	border-bottom: 1px none #D9C67B;
	border-left: 1px solid #D9C67B;
	padding-top: 5px;
}

/* positions the graphic elements on the banner */
#leftgraphic {
	float: left;}
#rtgraphic {
	float: right;}


/* styles the information between the banner images */
#bannertext {
	text-align: center;
	padding-left: 160px;
	padding-right: 160px;
	padding-top: 5px;
	margin-top: 0px;
}
#bannertext p{
	text-align: left;
	left: 150px;
	top: 50px;
}

#bannermovie {
	margin: 5px 0px 0px 220px;
	padding: 0px;
	height: 150px;
	width: 500px;
	top: 0px;
}

/* styles the slideshow on the business pages */
#slideshow {
	float: right;
	width: 420px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
}
/* styles the slideshow on the business pages */
#slideshowt {
	float: right;
	width: 420px;
	height: 600px;
	/*border-top: 20px solid #55FFFF;*/}

/* styles the navigation bar for all pages */
#navbar {
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-left: 5px;
	padding: 0px;
	margin-right: 5px;
	list-style: none;
	display: inline;
	border-top: 1px solid #D9C67B;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #D9C67B;
	border-bottom-color: #D9C67B;
	border-left-color: #D9C67B;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(Images/navbackgroundLI.jpg);
	background-repeat: repeat-y;
}
#navbar ul li a{
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;
	border-bottom: 1px solid #D9C67B;
	border-top-color: #D9C67B;
	border-right-color: #D9C67B;
	border-left-color: #D9C67B;
	color: #000000;
}
#homephoto {
}

#navbar a:hover, #nav a:focus { 
background-color: #AE793E;}

/* sets the navigation button of the current page to the hover color */
#navbar ul li a.selected{
background-color: #AE793E;}

/* region for descriptive information on the business pages */
#maintextcolumn {
	/*	float: left; */
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 160px;
	top: 170px;
}

/* puts a thin line between the bottom of the banner and the top of the content and navigation */
#contentwrapper {
	background: url(Images/navbackground.jpg) repeat-y;
	border-top: 1px none #D9C67B;
	border-right: 1px solid #D9C67B;
	border-bottom: 1px solid #D9C67B;
	border-left: 1px solid #D9C67B;
}

/* defines a two element region for two photos or one photo and some text at the top of the main text column on business pages */
#picturebox {
	padding: 0px 5px 5px;
	height: 120px;
	width: 350px;
}

/* class to cause the content box to be the size of the tallest column contents */
.clear {
	clear: both;}

.floatleft_padded {float:left;
padding:5px;
}

.floatright_padded {float:right;
padding:5px;
}

/* formats the instructions for the business pages slideshow */
#slideshowtext {
	clear: left;
	width: 410px;
	padding: 5px;
	color: #000000;
	border-right: 1px #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px #000000;
	border-top-width: 1px;
	border-top-color: #000000;
	margin-bottom: 5px;
}

/* formats the heading row for the business listings tables */
#tableheading {
	font: 150% Verdana, Arial, Helvetica, sans-serif;
	color:#339900;
	text-align: center;}

#listingstable {
	width: 770px;
	border-left: 1px;}
#eventstable td {
	border-bottom: 1px solid #009900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #009900;
	border-right-color: #009900;
	border-left-color: #009900;
}
#tableheading {
	font-weight: bold;
	color: #F1511B;
}
#listingstable td,th {
	border-bottom: 1px solid;
	padding: 5px;}#homephoto {
	float: right;
	margin-top: 30px;
}.blackbox {
border:thin;
border:#000000;
width:300;
}

