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

body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

ul {
	margin: 0px;
	margin-left: -15px;
}

* html ul {
	margin-left: 15px;
}

.selected, ul li, ul li a, ul li a:link, ul li a:visited, ul li a:active  {
	color: #666666;
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
	list-style: circle url(images/double-arrow.gif) outside;
	text-decoration: none;
}


*html .selected, ul li, ul li a, ul li a:link, ul li a:visited, ul li a:active  {
font-size: 12px;
}

* html ul li ul li         {
	margin-left: 15px;
}

ul li ul li {
	margin-left: -15px;
}

.block, #rollover:hover ul   {
	display: block;
}

.hide, #rollover ul {
	display: none;
}

input#name, input#email, input#subject, textarea#message {
	margin-bottom: 5px;
	border: thin solid #0196DA;
	width: 99%;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #0196DA;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

input {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #0196DA;
	border: thin solid #0196DA;
	background: #FFFFFF;
}

input#name:hover, input#email:hover, input#subject:hover, textarea#message:hover, input:hover {
	color:#000000;
	border: thin solid #000000;
	background: #CCCCCC;
}

textarea#message {
	margin-top: 0px;
	height: 150px;
}

.body-text {
	font-size: 19px;
	color: #666666;
}

*html .body-text {
	font-size: 18.5px;
}

.body-text a, .small-text a {
	color: #666666;
	text-decoration: none;
}
.body-text a:hover, .small-text a:hover, ul  li  a:hover   {
	color: #000000;
	text-decoration: underline;
	background: #CCCCCC;
}
.call-out {
	font-size: 38px;
	color: #666666;
}

*html .call-out {
	font-size: 39px;
}	

.hand {
	background: url(images/hand.gif) no-repeat 64px 19px;
	color: #FFFFFF;
	font: 19px Georgia, "Times New Roman", Times, serif;
}

.nav, a.nav, a.nav:link, a.nav:visited, a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font: 19px Georgia, "Times New Roman", Times, serif;
}

a.nav:hover   {
	color: #FFFF00;
	text-decoration: underline;
}

.selected {
	color: #000000;
	background: url(images/corner.gif) no-repeat left 25px;
	font: normal 19px Georgia, "Times New Roman", Times, serif;
}

.small-text {
	font-size: 14px;
	color: #666666;
}

.small-text  ul  li, .small-text ol li {
	margin-left: -15px;
	font: normal 14px/normal Georgia, "Times New Roman", Times, serif;
	list-style: square url(none) outside;
}

*html .small-text  ul  li, .small-text ol li {
	margin-left: 15px;
}

.banner-1 {
	background: url(images/layout-banner-1_10.jpg);
}

.samples, a.samples, a.samples:link, a.samples:visited, a.samples:active {
	border-style: none;
}

a.samples:hover {
	background: #666666;
}

img {
	border-width: 0px;
	border-style: none;
}