/* AckBay CSS Document */

@import url("initial.css");
@import url("nav-btns.css");
@import url("h1titles.css");
@import url("mootools.css");

body {background: url(../layout/bg-body.jpg) fixed bottom left repeat-x #CCC}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: 10px solid #FFF;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
}


#header h1 {
 	height: 218px;
  	width: 800px; 
  	margin: 0;
	padding: 0;
  	text-indent: -9000px;
}

#nav {
	position: relative;
	height: 48px;
	width: 800px;
	padding: 0;
	margin: 0;
	background: url(../layout/nav-bg.jpg) repeat-x;
}

#nav ul, #nav li {
	margin: 0;
	padding: 0;
	height: 48px;
	float: left;
	width: auto;
	list-style-type: none;
	display: inline;
	text-indent: -9000px;
}

#nav li a:link,
#nav li a:visited,
#nav li a:hover,
#nav li a:active {
	display: block;
	width: auto;
	height: 48px;
	overflow: hidden;
	text-decoration: none;
	background-repeat: no-repeat;
}

h2 {font-size: 4em; color: #666}
h3{font-size: 3em; color: #666}
ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	font-size: 2em;
	color: #000;
	list-style: square
}

p {
	font-size: 2em;
	margin: 10px;
	padding: 0 5px 0 5px;
	color: #000
}

/*#pcontact {
	font-size: 2em;
	margin: 0;
	padding: 0 5px 0 0 !important;
	color: #000
} */


#two_col_container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	min-height: 298px;
	height: auto !important;
  	height: 298px;
	background: url(../layout/bg-2col-faux.gif) 
}

#two_col_span {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 800px;
	min-height: 298px;
	height: auto !important;
  	height: 298px;
	background: url(../layout/bg-rightcol.jpg) no-repeat top left;
}

#two_col_span h2 {
	margin: 10px 5px 15px 20px;
	padding: 0 0 5px 15px;
	background: url(../layout/bg-h2-left.jpg) no-repeat bottom left;
}

#two_col_left {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 483px;
	height: auto;
}

#two_col_left h2 {
	margin: 10px 5px 15px 20px;
	padding: 0 0 5px 15px;
	background: url(../layout/bg-h2-left.jpg) no-repeat bottom left;
}

#two_col_right {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 317px;
	min-height: 298px;
	height: auto !important;
  	height: 298px;
	background: url(../layout/bg-rightcol.jpg) no-repeat top left;
}

#two_col_right h2 {
	margin: 10px 5px 15px 20px;
	padding: 0 0 5px 15px;
	background: url(../layout/bg-h2-right.jpg) no-repeat bottom left;
}

#two_col_right h3 {
	margin: 10px 5px 15px 20px;
	padding: 0 0 5px 15px;
}

.clear {clear: both; height: 1px;}

#project {
	float: right;
	margin: 5px 15px 0 0;
	}
	
#project img {border: 5px solid #49997C}

#footer {
	position: relative;
	width: 800px;
	height: 61px;
	border-top: 5px solid #666;
	border-bottom: 2px solid #016A41;
	background: #CCC;
}

#footer .ibeam {
	float: right; 
	position: relative; 
	margin: 0 20px 0 0;
	top: -32px}

#footer p {
	margin: 3px 0 0 10px;
	padding: 0;
}

#footer a:link, #footer a:visited {color:#333}
#footer a:hover, #footer a:active {color:#FFF; text-decoration: none; background: #49997C}

form.contact fieldset {   
  border: 1px solid #666;   
  padding: 10px;
  margin: 20px 20px 10px 10px;
  text-transform: capitalize;
}  

form.contact legend {   
  font-weight: bold;   
  font-size: 5em;   
  color: #666;   
  padding: 5px; 
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-size: 5em;
  color: #666;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 300px;   
  float: left;
  padding: 0 5px 0 0;
  text-align: right;
  font-size: 5em;
}

form p {font-size: 5em}

form input {font-size: 5em}

/*form.contact .buttonarea input {   
  background: #666;
  color: white;
  text-transform: uppercase;
  font-weight: bold;   
  padding: 1px;   
  border: 1px solid #F60; 
} */

form.contact .buttonarea {   
  text-align: center;   
  padding: 2px;
  font-size: 1em;
} 

table {
	margin: 0 0 0 15px;
}

#maps {
	width: 650px; 
	height: 400px; 
	border: 1px solid #c3c3b7; 
	clear:both; 
	padding:0; 
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
 	margin-right: auto; 
}

.maptip {
	font-size: 2em;
	margin: 3px;
	padding: 0 5px 0 5px;
	color: #000}
	
.center {text-align: center !important}
