@charset "utf-8";
html {
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 860px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 242px;
}
#header .headerimage {
	border: 1px solid #ACAEA5;
	margin-bottom: 10px;
}
#header .navi {
	height: 30px;
}
#header .navi ul {
	margin: 0px;
	padding: 0px;
}
#header .navi ul li {
	list-style-type: none;
	float: left;
	width: 142px;
	text-align: left;
	text-transform: uppercase;
	line-height: 26px;
	color: #6A6A6C;
	font-size: 12px;
}
#header .navi a {
	text-decoration: none;
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6A6A6C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6A6A6C;
	padding-left: 10px;
	color: #6A6A6C;
}
#header .navi a:hover {
	text-decoration: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #23B6C9;
	border-bottom-color: #23B6C9;
	color: #23B6C9;
}
#maincontent {
	padding: 9px;
	min-height: 274px;
}
#maincontent .leftcolumn {
	float: left;
	width: 274px;
}
#maincontent .middlecolumn {
	width: 274px;
	height: 274px;
	float: left;
	margin-left: 10px;
}
#maincontent .rightcolumn {
	float: left;
	margin-left: 10px;
	width: 274px;
	height: 274px;
}
#maincontent .leftcolumnlarge {
	float: left;
	width: 558px;
}
#crossnavi {
	height: 130px;
	border-top-width: 2px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6A6A6C;
	border-bottom-color: #6A6A6C;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 9px;
}
#crossnavi .button {
	height: 110px;
	width: 116px;
	background-color: #23B6C9;
	float: left;
	margin-left: 10px;
	padding: 8px;
}
#crossnavi    .button    p, #crossnavi   .button   a    {
	color: #FFFFFF;

}
#crossnavi .button h1 {
	color: #FFFFFF;
	font-size: 17px;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	line-height: 16px;
}

#crossnavi .clearbutton {
	height: 130px;
	width: 132px;
	float: left;
	margin-left: 10px;
}


#crossnavi .leftcolumn {
	float: left;
	width: 416px;
}
#footer {
	margin-top: 5px;
	text-align: right;

}
#footer a {
	color: #6A6A6C;

}

h1 {
	font-size: 18px;
	color: #23B6C9;
	line-height: 23px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #23B6C9;
	line-height: 18px;
	margin-bottom: 10px;
}
h2 a {
	color: #23B6C9;
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: none;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #6A6A6C;
	margin-bottom: 10px;
	font-size: 12px;
}
p strong {
	font-weight: bold;
}
p  a, .list a {
	color: #23B6C9;
	text-decoration: underline;
}
p  a:hover, .list a:hover {
	color: #23B6C9;
	text-decoration: none;
}
.grey {
	color: #6A6A6C;
}
.nomargin {
	margin: 0px;
}

.clearfix {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #6A6A6C;
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 30px;
	padding: 0px;
}
.list li {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
.border {
	border: 1px solid #6A6A6C;
}
.pricelisttable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #23B6C9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.pricelisttable   .highlight  {
	background-color: #EDFBFC;
}
.pricelisttable .headerrow {
	text-transform: uppercase;
}
.pricelisttable  p, .pricelisttable h2 {
	margin: 0px;
}
.formtext  {
	width: 230px;
	border: 1px solid #CCCCCC;
	color: #6A6A6C;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: #F3F3F3;
}
.formbutton {
	border: none;
	background-color: #23B6C9;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	cursor: pointer;
}
.formbutton:hover {
	border: none;
	background-color: #187D8B;
}
p.small {
	font-size: 10px;
	line-height: 14px;
}
.paddedborder {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	margin-bottom: 10px;
}

