﻿#content {
	width: 600px;
	padding-top: 15px;
	padding-left: 6px;
}

#content {
	font-size: 1.2em;
}

#content p.highlight {
	color: #1192d1;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	background: url(../images/bullet.gif) no-repeat 3px 10px;
	text-indent: 15px;
}

#content dl dt {
	font-weight: bold;
}

#promos {
	width: 615px;
	height: 265px;
}

#promos a {
    float: left;
    height: 123px;
    width: 205px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000em;	
}

#promos a:hover, #promos a.active {
	background-position: 0 -125px;
}

.contact {
	float: left;
}


.contact strong {
	color: #1192d1;
}

#map {
	border: solid 1px #1192d1;
	margin-left: 240px;
	background-color: #ccc;
	height: 225px;
	width: 358px;
	margin-bottom: 20px;
}

#header a.twitter {
    display:block;
    width:146px;
    height:67px;
    position:absolute;
    text-indent:0px;
    margin:0px;
    padding:0px;
    top:8px;
    left:505px;
}


/* contact form styling */
#content input,
#content textarea, 
#content select {
	background: #fff;
	border: 1px solid #666666;
	height: 24px;
	width: 330px;
	margin-bottom: 15px;
	font-family: Tahoma, Geneva, Sans-serif;
	color: #666;
	font-size: 80%;
	padding: 5px; 
}

#content select {
	width: 340px;
	height: 35px;
}

#content textarea {
	height: 130px;
}

#content input:focus,
#content textarea:focus,
#content select:focus {
	border: 1px solid #0094d3;
	background-color: #ebf6fc;
}

#content input.error { 
	border: 1px dashed red;
	background-color: #ebf6fc; 
}

#content label {
	display: block;
	margin-bottom: 5px;
}

#contactform {
	padding: 20px 0;
}

#contactform .submit {
	background: url(../images/submit-button.jpg) no-repeat top left;
	width: 80px;
	height: 29px;
	border: none;
	cursor: pointer;
	color: #fff;
}

#contactform .submit:hover {
	color: #ebf6fc;
}

#contactform .required_field {
	color: #e86a6a;
	padding-left: 3px;
}

#contactform label.error, label.error {
	color: #e86a6a;
	display: inline;
	margin-left: 15px;
	font-size: 80%;
}

.error_message { 
	margin-top: 15px;
	display: block; 
	height: 24px; 
	width: 300px;
	line-height: 24px; 
	background: #FBE3E4 url('../images/error.gif') no-repeat 10px center; 
	padding: 5px; 
	padding-left: 35px; 
	color:#8a1f11;
	border: 1px solid #FBC2C4; 
}

#success_page {
	padding-top: 30px;
	width: 500px;
	height: 400px;
}

#success_page h3 { background: url('../images/success.gif') left no-repeat; padding-left:22px; }
#success_page h3.error { background: url('../images/error.gif') left no-repeat; padding-left:22px; }
/* end contact form styling */







