@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	back:#c0c0c0
}
body * {
	font-family:Geneva, Verdana, sans-serif;
	font-size:12px;
	color:#e0e0e0;
	text-decoration:none;
}
h1 {
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
img {
	border: none;
}
/* Main website */
#menuContainer {
	position:relative;
	height:85px;
	margin:65px 0 0;
}
#menu {
	width:960px;
	height:85px;
	margin:0 auto;
}
.menuItem {
	position:relative;
	height:65px;
	float:left;
	padding:20px 20px 0;
	overflow: hidden;
	margin-top:0;
}
.menuLine {
	position:relative;
	height:85px;
	float:left;
	width:1px;
	background:url(../images/menuDivider.png) no-repeat left top;
}
.menuItem ul {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}
.menuItem ul li {
	line-height: 16px;
}
.menuEnd {
	position:relative;
	width:2px;
	height:85px;
	float:left;
	background-image:url(../images/menuDivider.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.shadeTop, .shadeBottom {
	position:absolute;
	height:21px;
	width:100%;
	left:0;
	background-repeat:repeat-x;
}
.shadeTop {
	background-image:url(../images/shadeTop.png);
	bottom:0;
}
.shadeBottom {
	background-image:url(../images/shadeBottom.png);
	top:0;
}
#contentContainer {
	position:relative;
	width:100%;
	overflow:hidden;
	height:500px;
	back:#ffffff
}
#contentSlider {
	width:1000%;
	height:1000%;
	position:relative;
}
.vertTab {
	position:relative;
	height:500px;
}
.contentTab {
	position:relative;
	width:10%;
	height:10%;
	float:left;
}
.contentReset {
	position:relative;
	width:960px;
	height:500px;
	margin:0 auto;
}
#footerContainer {
	position:relative;
	height:30px;
}
#footer {
	position:relative;
	width:960px;
	height:30px;
	margin:0 auto;
}
#address {
	position:absolute;
	left:0;
	line-height:18px;
	font-size:10px;
	color:#363636;
	top:5px;
}
#logo {
	position:absolute;
	left:0;
	top:-35px;
}
#footer a {
	font-size:10px;
	color:#363636;
}
#footer a:hover {
	text-decoration:underline;
}
.content {
	width:610px;
	float:left;
	margin:20px 30px 0 0;
	text-align:justify;
}
.large {
	width:880px;
	margin:20px 0 0 0;
}
.content h1 {
	font-size:18px;
	margin:0 0 5px;
}
.content h2 {
	font-size:14px;
	margin:10px 0 10px;
	color:#252525;
}
.content p {
	margin:0 0 10px;
}
.images {
	width:310px;
	float:left;
	margin:20px 0 0;
}
.images ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.images li {
	width:140px;
	height:140px;
	float:left;
	display:block;
	padding:4px;
	margin:0 5px 5px 0;
	border:1px solid #d1d1d1;
}
.images li a {
	width:140px;
	height:140px;
	display:block;
	back:#ffffff
}
.breaker {
	clear:both;
	position:relative;
}
.cal-info {
	font-style: italic;
	color:#464646;
	font-size: 10px;
}
#contact-form td {
	line-height: 18px;
}
.input {
	border: 1px solid #ccc;
	padding: 2px 3px;
	background: #fff;
	width: 200px;
	margin: 0 0 5px;
}
.textarea {
	border: 1px solid #ccc;
	padding: 2px 3px;
	background: #fff;
	width: 400px;
	height: 100px;
}
.button {
	border: 1px solid #ccc;
	background: #fff;
}
.form-info {
	font-size: 10px;
	font-style: italic;
	color: #666;
}
#response,
#Nresponse,
#Noresponse {
	font-weight: bold;
	color: #252525;
	margin: 10px 0 0;
}
