/* HTML TAGS */

body {
  margin:0;
  background: url(/images/bg-banner.gif) repeat-x;
}

h1 {
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:28px;
  line-height:38px;
  font-weight:700;
  color:#333;
  margin:2px 0 24px 0;
  padding:0;
	letter-spacing:-0.04em
}

h1 .highlight {
  color:#87d300;
  font-weight:bold;
}

p {margin:0 0 24px 0}

label { width:160px; float: left; }
label.error { float: none; color: red; padding-left: 10px; vertical-align: top; }

form {
  margin-top:12px;
}

/* CONTAINER ELEMENTS */

#header {
	height:118px;
}

#container{
	width: 960px;
	margin: 0 auto;
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:14px;
  line-height:24px;
}

#content {
	width:648px;
	padding:12px 48px 24px 24px;
	float:left;
  margin-top:24px;
}

#contact {
	width:672px;
	padding:18px 24px 24px 24px;
	float:left;
  margin-top:24px;
  display:none;
}

#response-container {
	width:672px;
	padding:18px 24px 24px 24px;
	float:left;
  margin-top:24px;
  display:none;
}

#response{margin:0px;}

#content a, #response-container a, .star {
	color:#0092dd;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	color:#87d300;
}

#tel {
  color:#0092dd;
  font-weight:bold;
  font-size:18px;
}

#container-panel {
  float:right;
  width:240px;
  margin-top:24px;
}

#container-panel ul {
  margin:0px;
  padding:0 0 0 24px;
}

#container-panel li {
  list-style-type:square;
  color:#333;
}

#panel-get {
	padding:22px;
	background:#EEE url(/images/bg-panel.gif) repeat-x top;
	border:1px solid #CCC;
	color:#333;
	margin-bottom:24px;
}

#panel-what {
	padding:22px;
	background:#EEE url(/images/bg-panel.gif) repeat-x top;
	border:1px solid #CCC;
	color:#333;
}

#footer {
	font-family:Arial, Helvetica, Sans-Serif;
	height:100px;
	width:100%;
	border-top:1px solid #404040;
	background-color:#262626;
  font-size:12px;
  line-height:18px;
  color:#535353;
}

#footer a, #footer .highlight {
  color:#d7d2bc;
  text-decoration:none
}

#inner-footer {
	width: 936px;
	margin: 0 auto;
  padding:24px 0 24px 24px;
}

#talk {
  border:none;
  margin-top:6px;
}

#ban {
  border:none
}

/* DEFINE CLASSES */
.clear{clear:both}

.required, .form-text
{
  color:#666;
  margin-bottom:8px;
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:14px;
  border:1px solid #CCC;
  padding:2px;
  background-color:#FAFAFA
}

.button-submit{
  background:url(/images/bg-submit.gif) no-repeat top;
  width:140px;
  height:26px;
  font-weight:bold;
  color:#FFF;
  border:none;
  margin:8px 0 0 160px;
}

.dull {color:#AAA}

.head {
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:22px;
  line-height:24px;
  font-weight:700;
  color:#0092dd;
  margin:0 0 12px 0;
  padding:0;
	letter-spacing:-0.04em
}

#pics {  
	display:none;
	width:   201px;  
  height:  158px;  
  padding: 0;  
  margin:  0;  
	float:right;
} 
 
#pics img {  
    background-color: #FFF;  
    width:  201px; 
    height: 158px; 
    top:  0; 
    left: 0 
} 