/* CSS Document */
html, body {
	font: 12px/140% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #000000;
	background-color:#FFFFFF;
}
a, a:link, a:active, a:visited, a:hover {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}
h1 {
	font: 14px/130% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h2 {
	font: 14px/130% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
}
p {
	margin: 10px 0px 10px 0px;
}
#container {
	width: 850px;
	padding: 0px;
	position: relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	margin-top: 10px;
	text-align: left;
}
.top {
	width: 850px;
	text-align: left;
}
.top .logo {
	float: left;
	padding-left: 15px;
}
.top .telno {
	float: right;
}
#main {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 1px;
	width: 820px;
	padding: 25px 15px 15px 15px;
	position: relative;
}
#side {
	width: 200px;
	margin-left: 10px;
	float: right;
}
#bottom {
	width: 840px;
	padding: 5px;
	font-size: 11px;
	color: #666666;
	text-align: left;
	border-top: 1px solid #CCCCCC;
}
#bottom a {
	color: #666666;
	text-decoration: none;
}
.floatRight {
	float: right;
	margin: 0px 0px 10px 10px;
}
.floatBoxRight {
	float: right;
	margin: 0px 0px 10px 10px;
	text-align: center;
}
.servicesTable { width: 812px; }
.servicesTable, .servicesTable td {border: 1px solid #E4E4E4; border-collapse: collapse; }
/*.servicesTable td {border-style: dashed; border-right: 1px solid #ffca7f }*/ 
.servicesTable td {width: 193px; height: 90px; text-align: center; padding: 5px; vertical-align:middle; }
.servicesTable a { color:#666666; }

.errortext {
	color: #CC0000;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*styles for getting around min-height issues in uncool browsers*/
.prop {
	height:400px;
	float:right;
	width:1px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
/*end*/
.content {
	width: 810px;
}
.video {
	float: left;
  width: 200px;
}
.text {
	float: left;
  width: 590px;
  padding: 0px 10px;
}