@charset "UTF-8";
/* CSS Document */

/** {
	margin:0px;
	padding:0px;
}*/
html, body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #009933;
	text-decoration: underline;
}
#sendAnother {
	color: #999999;
	text-decoration: none;
}
#sendAnother:hover {
	color: #009933;
	text-decoration: underline;
}
#standBy {
	background: #CCCCCC;
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
noscript {
	font: bold 1.2em Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #00A600;
	text-align: center;
	padding: 10px;
	display: none;
	width: 100%;
}
.bodyContent {
	display:block;
	width: 1024px;
	max-width: 1024px;
	min-width: 1024px;
	margin: 0px auto;
	padding: 0px;
}
.topEdge {
	border-top: 4px solid #00A600;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 150;
}
.bottomEdge {
	border-top: 4px solid #00A600;
	display: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 150;
}
.header {
	width: 1024px;
	max-width: 1024px;
	min-width: 1024px;
}
.footer {
	color:#CCCCCC;
	font-size:.9em;
}
.bodyArea {
	padding: 0px 35px;	/*background-color:#CCCCCC;*/
	/*overflow-x:hidden;
	overflow-y:auto;
	min-height:300px;
	height:300px;
	max-height:300px;*/
	text-align:center;
}
h1 {
	font-size:1em;
}
blockquote {
	padding: 10px 10px;
	text-align: justify;
}
.mainMenu {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	word-spacing: 20px;
	/*margin-top: 70px;*/
}
.mainMenu a {
	color:#999999;
	text-decoration:none;
}
.mainMenu a:hover {
	color:#009933;
}
.mainMenu .dynamicLink .dynamicLinkB {
	color:#009933;
}
#slideShowArea {
	height:275px;
	background-color:#CCCCCC;
	margin-bottom:12px;
}

.padA {
	padding: 0px 45px;
}
.padB {
	padding: 0px 41px;
}
span span {
	display:none;
}




.service {
	width: 850px;
	margin-bottom: 15px;
	border: 1px solid #D7D7D7;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align:center;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.service h1 {
	margin-bottom: 5px;
	width:100%;
	text-align:left;
}
.service .description {
	width:740px;
	/*background:#99FFFF;*/
	display: block;
	float:right;
	text-align:left;
}
.service .thumb {
	min-width:100px;
	width:100px;
	max-width:100px;
	min-height:100px;
	height:100px;
	max-height:100px;
	background: #CCCCCC;
	display: block;
	float: left;
}
.service .sNav {
	width: 200px;
	display: block;
	float: right;
	font-weight: normal;
	text-align:right;
}
.service .samples {
	background: #E8E8E8;
	border: 1px solid #D7D7D7;
	padding: 5px;
	margin-top: 10px;
	min-height:115px;
	height:115px;
	max-height:115px;
	display:none;
	overflow-x:hidden;
	overflow-y:auto;
}
.service .sampleLink {
	color: #999999;
	font-size: .8em;
	text-decoration: none;
}