/* ----- DEFAULTS ----- */
html, body {
	padding: 0px;
	margin: 0px;
	
	font: normal .8em Arial, Helvetica;
	line-height: 1.3em;
	color: #ffd;
	}

h1, h2, h3, h4, h5, h6 {
	padding: .35em 0em .25em 0em;
	margin: .35em 0em .25em 0em;
	}

p, abbr, cite {
	padding: .5em 0em  .5em 0em;
	margin: 0px;
	}




/* ----- BODY ----- */
body {
	background: black;
	height: 100%;
	}




/* ----- HEADER ----- */
h1#top {
	padding: 0px;
	margin: 0px;
	text-align: left;
	background: url("images/title_background.png");
	border-bottom: solid 2px #aaa;
	}
h1#top img {margin: 0px; padding: 0px;}
div#mexican_architecture_title {
	position: absolute;
	right: 0px;
	top: 0px;
	}
div#chico_title {
	float: left;
	}




/* ---- DATABASE SEARCH ----- */
div#database_search {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px;
	}
input#search {
	width: 12em;
	background: #b14a20;
	border: none;
	}
input#submit {
	background: #b14a20;
	border: none;
	cursor: pointer;
	}
div.search_results {
	padding: 10px;
	background: #222;
	}




/* ----- MAIN MENU ----- */
div#menu {
	position: absolute;
	@top: 150px;
	left: 0px;
	border-right: solid 1px #aaa;
	padding: 0px 10px 10px 10px;
	}
div#menu ul {
	padding: 0px;
	margin: 0px 0px 0px 5px;
	}
div#menu li {
	list-style-type: none;
	padding: 2px;
	margin: 0px;
	font-size: 1.2em;
	}
div#menu h2 {
	font-size: 1.6em;
	border-bottom: solid 2px #cfcfcf;
	color: #ff7777;
	}
div#menu a {text-decoration: none; color: #f0d426;}
div#menu a:hover {text-decoration: underline;}
div#menu a:active {font-weight: bold;}




/* MAIN PAGE AREA */
div#page {
	margin-left: 160px;
	position: relative;
	background: Black;
	color: white;
	font: normal 1.2em Arial;
	
	overflow: auto;
	padding: 0px 10px 0px 10px;
	}

div#main_page_content {margin-top: 10px; color: #cfcfcf;}
div#main_page_content h1 {color: #4eaa7b; font-size: 1.8em;}
div#main_page_content h2 {color: white; font-size: 1.6em;}
div#main_page_content h3 {color: #f0d426; font-size: 1.4em;}
div#main_page_content img {border: none;}
div#main_page_content blockquote {color: #f0d426;}

div#main_page_content a {text-decoration: none; color: #f0d426;}
div#main_page_content a:hover {text-decoration: underline; color: #f77;}
div#main_page_content a:active {color: #7f7;}

div#main_page_content ul.static_list {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
div#main_page_content ul.static_list li {
	cursor: default;
	background: #912a00;
	padding: 5px 5px 5px 10px;
	border: solid 1px #aaa;
	font-weight: bold;
	}
div#main_page_content ul.static_list li a {
	text-decoration: none;
	color: White;
	font-weight: bold;
	}
div#main_page_content ul.static_list li a:hover {
	color: White;
	}
	
div#main_page_content ul.dynamic_list {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
div#main_page_content ul.dynamic_list li {
	padding: 5px 2px 0px 0px;
	margin: 0px 0px 0px 20px;
	color: White;
	border: none;
	}
div#main_page_content ul.dynamic_list li a {
	text-decoration: none;
	color: White;
	}
div#main_page_content ul.dynamic_list li a:hover {
	text-decoration: underline;
	}



/* MAP */
div#map_type {
	border-bottom: dotted 1px #aaa;
	}
div#map_type a {text-decoration: none; color: #f0d426;}
div#map_type a:hover {color: #f77; text-decoration: underline;}
div#map_type a:active {color: #7f7;}

div#map {
	position: relative;
	padding: 0px;
	margin: 0px;
	}
div#mexico_map_image {
	border: none; 
	padding: 0px; 
	margin: 0px;
	}
div#state {
	position: relative;
	}
div#state_box {
	position: relative;
	width: 650px;
	padding: 0px; 
	margin: 0px;
	}

div.state_label  {
	display: none;
	position: absolute;
	}
div.state_label p {
	background: #dda; 
	color: black; 
	padding: 2px;
	}

div#city {
	position: absolute;
	display: table;
	top: 0px;
	left: 0px;
	text-align: left;
	padding: 5px;
	background: #912a00;
	}
div#city div.building {
	padding: 2px 5px;
	margin: 2px;
	border: solid 1px #White;
	background: #710a00;
	}
div#city a {
	text-decoration: none;
	color: #dda;
	}	
div#city a:hover {
	text-decoration: underline;
	}
div#city a:visited {
	color: #fff;
	}

div#close_box {
	position: absolute; 
	left: 0px; 
	top: 0px;
	}
div#close_box a {
	color: #4eaa7b;
	text-decoration: none;
	}
div#close_box a:hover {
	text-decoration: underline;
	}
	

/* ----- FOOTER ----- */
div#linktocharlotte {
	text-align: right;
	clear: both;
	padding: 10px;
	}
div#linktocharlotte a {text-decoration: none; color: #912a00;}
div#linktocharlotte a:hover {text-decoration: underline;}
span#copyright {color: #912a00; font-size: .8em;}
