/* CSS Document */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
html, body {
	background-color:#FFFFFF;
}

a {			color:#A18F5F;	font-weight:bold;	text-decoration:none}
a:hover {	text-decoration:underline}
fieldset {	border:1px solid #A18F5F;	background-image:url(../images/formBG.gif); background-position:top; background-repeat:repeat-x;	 }
input, select, textarea {
	border:1px solid #A18F5F;
	background-color:#fff;
	font-size:11px;
	color:#003300;
	background-image:url(../images/inputBG.gif);
	background-position:top;
	background-repeat:repeat-x;
}
legend {	color:#666666;	font-weight:bold;}
h1 {		font-size:14px; margin:0px 0px 8px 0px; font-weight:bold; }
h2 {		color:#62542E;	display:inline;}


#flashFix, #footer {
	text-align:center;
}
#footer {
	margin: 20px 0 20px 0;
	clear:both;
}
#footer, #footer * {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}
#footer a {
	font-weight:normal;
	cursor:default;
}
#footer a:hover {
	text-decoration:none;
}

#header {
	position:absolute;
	top:14px;
	left:14px;
	background-image:url(../images/lyon_healy_header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:736px;
	height:195px;
}
#headerImg {
	position:absolute;
	top:0px;
	right:4px;
}
#horizon {
	width:760px;
	position:relative;
	display:block;
	text-align: left;
	
	margin-left: auto;
	margin-right: auto;
}
#main {
	position:absolute;
	width:760px;
	margin-top:207px;
}
#mainContent {
	padding:10px 30px 10px 30px;
}
#nav {
	position:absolute;
	top:152px;
	left:0px;
}

/* SUBNAV */
.subnav {
	position:absolute;
	top:174px;
	left:0px;
	visibility:hidden;
	width:732px;
}
.subnav, .subnav *, .subnav ul li * {
	margin:0px;
	padding:0px;
}
.subnav ul {
	float:right;
	list-style-type:none;
}
.subnav ul li {
	display:inline;
	padding:0px 8px 0px 0px;
}
#subnav_about ul {
	padding:0px 0px 0px 0px;
}
#subnav_news ul {
	padding:0px 146px 0px 0px;
}
#subnav_harps ul {
	padding:0px 100px 0px 0px;
}
#subnav_services ul {
	padding:0px 128px 0px 0px;
}
/* END SUBNAV */

#td-harp { padding: 0 10px 0 10px; }
#td-harp a:hover {
	text-decoration:none;
}

.errorMsg {	font-weight:bold; text-align:left; border:1px solid #990000; padding:10px 20px 10px 20px; background-color:#FFEEFF;}
.errorText {	color:#990000;	}
.gray {				color:#999999;}
.hidden, .radiobutton, .checkbox {	border:0px;	background-color:#FFFFFF;}
.thickbox {			padding:0px 15px 15px 15px;}
.rightAlignedImage {	padding:0px 0px 15px 15px;	}
.leftAlignedImage {	padding:0px 15px 15px 0px;	}

.img-harp {
	margin:0px 15px 0px 15px;
}