.background {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

.main {
	background-color:#ffffff;
}

.content {
	padding-top:40px;
}

.nav {
	padding-top:25px;
	padding-bottom:15px;
}

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

#nav li
{
float: right;
margin: 0 0.15em;
}

#nav li a
{
background: url(images/background.gif) #fff bottom left repeat-x;
height: 1.75em;
line-height: 1.75em;
float: left;
width: 7em;
display: block;
border: 0.15em solid #dcdce9;
color: #333333;
text-decoration: none;
text-align: center;
} 

#nav li a:hover
{
background: url(images/background-hover.gif) #fff bottom left repeat-x;
height: 1.75em;
line-height: 1.75em;
float: left;
width: 7em;
display: block;
border: 0.15em solid #dcdce9;
color: #333333;
text-decoration: none;
text-align: center;
} 

body#home a#home,
body#services a#services,
body#capacity a#capacity,
body#find a#find,
body#contact a#contact
{
background: url(images/background-active.gif) #fff bottom left repeat-x;
height: 1.75em;
line-height: 1.75em;
float: left;
width: 7em;
display: block;
border: 0.15em solid #dcdce9;
color: #ffffff;
text-decoration: none;
text-align: center;
} 

body#home a:hover#home,
body#services a:hover#services,
body#capacity a:hover#capacity,
body#find a:hover#find,
body#contact a:hover#contact
{
background: url(images/background-active-hover.gif) #fff bottom left repeat-x;
height: 1.75em;
line-height: 1.75em;
float: left;
width: 7em;
display: block;
border: 0.15em solid #dcdce9;
color: #ffffff;
text-decoration: none;
text-align: center;
} 

.carousel {
	width:192px;
}

.next {
	background:#ffffff;
	border:none;
}

.prev {
	background:#ffffff;
	border:none;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}
