/* Main CSS file for Monterey Convention Authority website.
-----------------------------------------------------------*/

/* General Rules
-----------------------*/


/* Initial Tag Assignments
------------------------------------------------- */
body {
  background-color: #c0b799;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	font: normal normal normal 1em/1.6em Arial, sans-serif;
	/* ie box model hack */
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
}

table, th, h2, h3, h4, p, dl, ol {
	text-align: left;
}
a {
  color: #985a00;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
	margin: 0 auto;
	padding: 0;
}

h1 span {
	display: block;
	text-indent: -9999px;
}
h2 {
	margin-bottom: 0;
	font-size: 200%;
	line-height: 2em;
	text-align: center;
	color: #369;
	font-family: Garamond, Georgia, "Times New Roman", serif;
}

img {
	border: 0px none;
}
input, textarea {
	margin: 1px 3px;
	padding: 3px;
	border: 1px solid #ccc;
}

/* outer wrappers
-------------------------------------------------------- */
#wrapper1 {
	width: 780px;
	margin: 0 auto;
}
#wrapper2 {
	float: left;	
	background: transparent url("moved/body-bkgd.gif") repeat-y 0 0;
	width: 780px;
	padding: 0;
	text-align: left;
}
/* prune off outer drop shadow */
#wrapper3 {
	position: relative;
	width: 740px;
	margin: 0 20px;
	padding: 0;
}

/* content
-------------------------------------------------------- */
h1#title {
	background: transparent url("moved/index-header.jpg") no-repeat;
	width: 740px;
	height: 157px;
	text-indent: -9999px;
}
#content {
  background: transparent url('moved/moved-logos.jpg') no-repeat 100% 50%;
	margin: 30px 60px;
	padding-bottom: 20px;
	min-height: 336px;
}
/* IE hack */
* html #content {
  height: 336px;
}
#content h2 {
  background: transparent url("moved/h2-welcome.gif") no-repeat 0 50%;
  height: 33px;
  text-indent: -9999px;
  line-height: inherit;
}
#content p {
	line-height: 1.6em;
	width: 380px;
	padding: 0;
}
#content a {
  font-size: 120%;
}

/* footer
----------------------------------------------- */
#footer-shadow {
  background: transparent url('moved/footer-shadow.gif') no-repeat bottom left;
  padding-bottom: 20px;
}
#footer {
  width: 740px;
  margin: 0 auto;
  background-color: #985a00;
  padding: 3px 0;
  color: #fff;
}
#footer p {
  font-size: 10px;
  line-height: 1.4em;
	text-align: center;
	margin: 0 auto;
}
