/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	background: url(../images/bg.png) top repeat-x #fff;
	font-size: 0.8em; 
	color: #404040;
	margin: 0px;
	padding: 0px;
}

h1 {
	width: 100%;
	font-size: 2em;
	color: #4c585b;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0px 20px 0px;
}

h2 {
	font-size: 1.4em;
}

a {
	color: #4c585b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

form {
	width: 600px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px;
}

#container {
	width: 930px;
	padding: 10px;
	margin: auto;
	text-align: left;
}

#nav {
	float: left;
	width: 930px;
	height: 36px;
	margin-bottom: 1px;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	float: left;
	height: 36px;
	background-position: bottom;
	text-indent: -9999px;
}

#nav a:hover, #nav .on a {
	background-position: top;
}

.btn_home {
	background-image: url(../images/btn_home.png);
	width: 54px;
}

.btn_3d_laser_scanning {
	background-image: url(../images/btn_3d_laser_scanning.png);
	width: 125px;
}

.btn_listed_buildings {
	background-image: url(../images/btn_listed_buildings.png);
	width: 109px;
}

.btn_ecclesiastical_buildings {
	background-image: url(../images/btn_ecclesiastical_buildings.png);
	width: 150px;
}

.btn_topographical_surveys {
	background-image: url(../images/btn_topographical_surveys.png);
	width: 146px;
}

.btn_statuary_and_monuments {
	background-image: url(../images/btn_statuary_and_monuments.png);
	width: 153px;
}

.btn_faro_scan_targets {
	background-image: url(../images/btn_faro_scan_targets.png);
	width: 123px;
}

.btn_contact {
	background-image: url(../images/btn_contact.png);
	width: 70px;
}

#content {
	float: left;
	width: 910px;
	padding: 10px;
}

#content ul {
	margin-left: 20px;
}

#content li {
	list-style: square;
	margin-bottom: 5px;
}

#leftcol {
	float: left;
	width: 685px;
}

#rightcol {
	float: right;
	width: 195px;
}

#footer {
	float: left;
	width: 910px;
	padding: 0px 10px 30px 10px;
	background: url(../images/footer.png) top repeat-x;
	color: #fff;
	font-size: 0.8em;
}

#footer a {
	color: #fff;
}

#footer p {
	margin: 7px 0px;
}
	

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}