/* 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: #E2BA7E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#6F0077;
	font-weight: bold;
}
.copyright {
	font-size: .8em;
}

h1 {
	font-size: 150%;
	color:#004A00;
	line-height: 10%;
}
h2 {
	font-size: 120%;
	color:#004A00
}
a {text-decoration: none;}
a:link {
	color: #02A9CC;
}
a:visited {
	color: #02A9CC;
}
a:hover {
	color: #FF9933;
	background-color:#FF3300}

/* defines box around content for all pages except business pages */
#wrapper {
	max-width: 955px;
	min-width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/wallpaper.jpg) repeat;
	border: 1px solid #0000CC;
}

/* defines box around content for all business pages */
#wrapperw {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: #55FFFF;
}
	
/* defines banner for normal pages */
#banner {
	background: #55FFFF url(images/wallpaper.jpg) repeat;
	height: 135px;
	border-top: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
	border-bottom: 1px none #0000CC;
	border-left: 1px solid #0000CC;
	padding-top: 10px;
}

/* defines banner for business pages may be obsolete*/ 
#bannerw {
	background: #CC3333;
	height: 150px;}

/* 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: 5px;
	padding-top: 5px;}
#bannertext p{
	text-align: left;
	left: 150px;
	top: 50px;
}

#bannermovie {
	margin: 0px 0px 0px 150px;
	padding: 0px;
	height: 150px;
	width: 500px;
	top: 0px;
}

/* styles the slideshow on the business pages */
#slideshow {
	float: right;
	width: 420px;
	border-top: 20px solid #55FFFF;
}
/* 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: 175px;
	padding: 5px 5px 0px;
	list-style: none;
}
#navbar ul {
	margin: 0;
	padding: 0;
	background-color: #F4C193;
	list-style-type: none;
	font: bold 75%/150% Verdana, Arial, Helvetica, sans-serif;}
#navbar ul li a{
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;
	color: #000000;
	border: 1px solid #006600;
}
#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 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 185px;
	top: 170px;
}

/* Patrick's version 
#maintextcolumn {
	padding-top: 0px;
	top: 170px;
	float: right;
	width: 340px;
	padding-right: 0px;
	margin-right: 20px;
	margin-bottom: 20px;}
*/

/* puts a thin line between the bottom of the banner and the top of the content and navigation */
#contentwrapper {
	background: url(images/navbkg.jpg) repeat-y;
}

/* 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: 5px;
	height: 120px;
	width: 350px;}

/* class to cause the content box to be the size of the tallest column contents */
.clear {
	clear: both;}

/* formats the instructions for the business pages slideshow */
#slideshowtext {
	clear: left;
	width: 400px;
	padding: 5px;
	color: #000000;
}

/* formats the heading row for the business listings tables */
#tableheading {
	font: 150% Verdana, Arial, Helvetica, sans-serif;
	color:#339900;
	text-align: center;}

#listingstable {
	width: 620px;
	border-left: 1px;}
#listingstable td,th {
	border-bottom: 1px solid;
	padding: 5px;}
#heading {
	padding-left: 100px;
}
#logo {
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#linktable {
	width: 720px;
	margin-left: 20px;
}
.intro {
	padding-right: 10px;
	padding-left: 10px;
}
#bags {
	background: #79A294;
}
.description {
	background: url(images/wallpaper.jpg);
	padding-left: 10px;
	width: 740px;
}
