@charset "utf-8";
/* SIGHT 4.0 CSS Document */


html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	padding:0;
	margin:0;
	text-align:center;
	font-family:Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:8pt;
	color:#464646;
	line-height:1.7em;
	background-image:url(images/background.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

li {
	list-style-type:square;
}

img {
	border:0;
	vertical-align:bottom;
}

a:link, a:visited {
	color:#993300;
}

a:hover, a:active {
	color:#550000;
	text-decoration:underline;
}

a.download:link, a.download:visited {
	background-image:url(images/download.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:10px;
}

a.download:hover, a.download:active {
	text-decoration:underline;
	background-image:url(images/download_over.gif);
}

a.external:link, a.external:visited {
	background-image:url(images/external.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:10px;
}

a.external:hover, a.external:active {
	text-decoration:underline;
	background-image:url(images/external_over.gif);
}

embed, object {
	display:inline;
	margin:0;
	padding:0;
}

form {
	margin:0;
	padding:0 10px;
}

form br {
	clear:both;
}

label {
	color:#464646;
	float:left;
	width:75px;
	cursor:pointer;
}

input {
	border:solid 1px #d5d5d5;
	font-family:Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:8pt;
	color:#464646;
	padding:0 2px;
	width:209px;
}

input[type="submit"] {
	border:none;
	background-color:#ffffff;
	width:215px;
	position:relative;
	left:75px;
	text-align:right;
	padding:2px;
	cursor:pointer;
}

input[type="submit"]:hover {
	color:#ffffff;
	background-color:#993300;
}

a:link, a:visited {
	color:#993300;
}

a:hover, a:active {
	color:#550000;
	text-decoration:underline;
}

textarea {
	border:solid 1px #e5e5e5;
	font-family:Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:8pt;
	color:#464646;
	float:left;
	padding:0 2px;
	width:209px;
	height:130px;
}

input:focus, textarea:focus {
	border:solid 1px #993300;
}

.formError {
	border:solid 1px #550000;
}

#formWorking {
	display:none;
}

.floatRight {
	float:right;
}

#siteHolder {
	width:805px;
	margin:0 auto;
	padding:45px;
	position:relative;
	text-align:left;
}

.column {
	width:200px;
	height:440px;
	float:left;
	border-left:solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	border-bottom:solid 1px #d5d5d5;
	background-color:#ffffff;
	-moz-border-radius:8px;
}

.column + .column {
	border-left:none;
	border-right:solid 1px #d5d5d5;
}

.column img {
	margin:0 0 10px 0;
	border-bottom:solid 5px #d5d5d5;
}

.column h2, #contactHolder h2 {
	margin:0;
	padding:0 10px 15px 10px;
	font-weight:normal;
	font-size:2em;
}

.column p, #contactHolder p {
	margin:0 0 10px 0;
	padding:0 10px;
}

#flashheader1, #flashheader2, #flashheader3, #flashheader4 {
	background-color:#d5d5d5;
	height:85px;
	margin:0 0 10px 0;
}

#footer {
	text-align:center;
	clear:both;
	padding-top:40px;
	color:#aaaaaa;
}

#contactHolder {
	width:391px;
	height:345px;
	border-left:solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	border-bottom:solid 1px #d5d5d5;
	background-color:#ffffff;
	-moz-border-radius:8px;
	position:absolute;
	top:130px;
	left:246px;
	padding:10px 10px 0 0;
	display:none;
}