/* @override 
	http://localhost/stylesheets/screen.css
	http://the-energy-agents.com/stylesheets/screen.css
	http://www.the-energy-agents.com/stylesheets/screen.css
*/

body {
  font: 65% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin: 0;
  background: #2e2e2e url(../images/bg.gif) repeat-x 0 47px;
  padding-bottom: 50px;
}

.clear {
  clear: both;
}

a img {
  border-style: none;
}

#container {
  width: 930px;
  background-color: #fff;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

/* @group Head */

#head_contact {
  background: #fff url(../images/swatches-white.gif) no-repeat 10px center;
  height: 44px;
  color: #262626;
  font-size: 1.1em;
}

#head_contact strong {
  color: #000;
  margin-right: 3px;
}

#head_contact ul {
  margin: 15px 10px 0 0;
  padding: 0;
  width: 600px;
  float: right;
  list-style-type: none;
  text-align: right;
}

#head_contact ul li {
  display: inline;
  margin-left: 20px;
}

#head_contact a {
  color: #262626;
  text-decoration: none;
}

#head_contact a:hover {
  color: #00adef;
}

#head_nav {
  background: #fff url(../images/navbar.gif) repeat-x left top;
  color: #fff;
  height: 33px;
}

#head_nav p {
  width: 190px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

#head_nav ul {
  margin: 10px 10px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  width: 690px;
  float: right;
  font-size: 1.1em;
}

#head_nav ul li {
  display: inline;
  margin-left: 5px;
  border-left: 1px solid #fff;
  padding-left: 5px;
}

#head_nav ul li.first {
  border-left-style: none;
}

#head_nav ul li a {
  color: #fff;
  text-decoration: none;
}

#head_nav ul li a:hover {
  text-decoration: underline;
  color: #ed008c;
}

#head_splash {
  clear: both;
}

#head_splash object {
  float: left;
  width: 620px;
  height: 235px;
}

#head_splash img.easter {
  float: left;
  width: 620px;
  height: 235px;
}

#head_splash img {
  float: right;
  width: 310px;
}

/* @end */

/* @group Content */

#content {
  padding: 20px;
  background: url(../images/body-base.gif) no-repeat left bottom;
}

#nav {
  padding-left: 16px;
  padding-right: 0px;
  width: 244px;
  float: left;
}

#nav p {
  margin-top: 0;
  margin-bottom: 15px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nav ul li {
  margin-bottom: 7px;
}

#nav ul li a {
  background: url(../images/nav-bullet.gif) no-repeat left center;
  padding-left: 12px;
  text-decoration: none;
  color: #3e3e3e;
  font: 1.1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav ul li a:hover {
  background: url(../images/nav-bullet-over.gif) no-repeat left center;
}

.home_banner_2 {
	background-color: #EEE;
	width:  570px;
	float:  left;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #CCC;

}

/* @group Text */

#text {
  color: #727272;
  font-size: 1.1em;
  line-height: 1.4em;
}

#text .column {
  width: 295px;
  float: left;
  margin-left: 20px;
}

#text h1 {
  font-size: 1.6em;
  font-weight: normal;
  font-style: normal;
  color: #262626;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3em;
}

#text h2 {
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  color: #262626;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2em;
}

#text h3 {
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  color: #262626;
  margin-top: 15px;
  margin-bottom: 2px;
  line-height: 1.2em;
}

.date {
  color: #00AEF1;
  font-size: 1.1em;
}

#text p {
  margin-top: 0;
  margin-bottom: 10px;
}

.highlight {
  color: #00adef;
}

#text a {
  color: #ed008c;
}

#text a:hover {
  color: #00adef;
}

#text ul {
  padding-left: 30px;
}

#text ol {
  padding-left: 28px;
  margin: 16px 0px 14px 0px;
}

.prices dt {
	width:  195px;
	float:  left;
}

.prices dd {
	margin: 0px;
	text-align: right;
}

.booking_form dt {
	padding-left: 5px;
	padding-top: 3px;
}

.booking_form dd {
	margin:  0px;
	padding-left: 5px;
	padding-bottom: 3px;
}

.booking_form input {
	width:  276px;
}

.booking_form select {
	width:  276px;
}


.bg_color {
	background-color: #EEE;
}

.small {
	font-size: 0.9em;
}

textarea {
	width:  278px;
}

.textarea_bg {
	background-color: #EEE;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;	
}

/* @end */

/* @end */

/* @group Footer */

#footer {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
}

#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
}

#footer ul li a {
  color: #5b5b5b;
  text-decoration: none;
  font-size: 1.1em;
}

#footer ul li a:hover {
  text-decoration: underline;
}

hr {
  margin: 0px;
  padding: 0px;
  border-top: none;
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
}

/* @end */
