a:hover {
	color: #f00;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fafafa;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	margin-bottom: 0px;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #fff; /* the auto margins (in conjunction with a width) center the page */
	border-left: 3px solid #339900;
	border-right: 3px solid #339900;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.abstractbox {
	text-align: center;
	width: 50%;
	position: relative;
	left: 30%;
	clear: none;
}
.downbox {
	left: 40%;
	top: 1px;
}
.newsbox {
	float: right;
	width: 250px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #fff;
	width: 80%;
}
.oneColLiqCtrHdr #headerlogos {
	float: right;
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #fff;
	width: 20%;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #fff;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.boldtext {
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
.boldtext2 {
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #639;
	width: 400px;
}
.boldtext3 {
	font-family: "Trebuchet MS";
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	left: 15px;
	position: relative;
}
.boldtext4 {
	font-family: "Trebuchet MS";
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	position: relative;
	left: 165px;
}
.boldtextorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	float: right;
	color: #626262;
	position: relative;
/*	left: 640px;
	top: 196px;*/
	background-color: #ff0;
}
.boldtextred {
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #f00;
	left: 15px;
	width: 100%;
}
.boldtextwhite {
	font-family: "Trebuchet MS";
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #fff;
}
.banner {
	vertical-align: top;
	float: none;
	clear: both;
}
.blockquote {
	font-family: "Trebuchet MS";
	font-size: x-small;
}
.divfloatleft {
	float: left;
}
.divfloatright {
	float: right;
}
.footnote {
	vertical-align: super;
	font-family: "Trebuchet MS";
	font-size: x-small;
	font-weight: bold;
}
.horizbar {
	background-image: url(images/horizbar.jpg);
	background-repeat: repeat-x;
}
.hovermenu ul{
	font: bold 13px Trebuchet MS;
	margin-left: 0;
	position: absolute;
	visibility: visible;
	left: 32%;
	top: 93px;
}
.hovermenu ul li{
list-style: none;
display: inline;
}
.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #fcf;
border: 2px solid #fcf;
}
.hovermenu ul li a:hover{
background-color: #f9f;
border-style: outset;
}
html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
.imgbook {
	float: left;
	position: relative;
	margin-bottom: 100px;
}
.imgleft {
	float: left;
	position: relative;
	left: 0px;
}
.imgorder {
	float:right;
	position:absolute;
	left:760px;
	top: 173px;
	/*filter:alpha(opacity=40);
	-moz-opacity:0.4;*/
}
.imgright {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.indexnews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	font-weight: bold;
	font-variant: small-caps;
}
.indexquicklinks {
	font-family: "Trebuchet MS";
	font-size: x-small;
	font-weight: bold;
	color: #fff;
	background-color: #9c0;
}
.indexquicklinks2 {
	position: relative;
	width: 150px;
	margin-top: 110px;
	/*float: left;*/
	color: #fafafa;
}
.indexspecialists {
	font-family: "Trebuchet MS";
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	background-color: #c90;
	position: relative;
	left: 10px;
	float: left;
	width: 100%;
}
.indextext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/*color: #fcfcfc;*/
	color: #626262;
	left: 15px;
	position: relative;
	width: 95%;
}
.indextextbold {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	/*color: #fcfcfc;*/
	color: #626262;
}
input, select {
	margin-left: 170px;
}
.italtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #626262;
}
.lefttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #626262;
	list-style-type: disc;
}
.inserttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ff0000;
	background-color: #fff;
}
.servicesare {
	position: relative;
	top: 40px;
	left: 28px;
}
.scribble {
	position: relative;
	top: 32px;
	left: 100px;
}
.indent {
	text-indent: 50px;
}
.table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	width: 80%;
}
.tablehead {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 80%;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #626262;
	background-color: #fff;
	list-style-type: disc;
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #626262;
	font-weight: bold;
	background-color: #fff;
}
.captionbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #626262;
	font-weight: bold;
	background-color: #fff;
}
.lefttextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CC0000;
	background-color: #fff;
	font-weight: bold;
	font-variant: small-caps;
}
.menubutton {
	position: relative;
	margin-left: 220px;
	margin-top: -135px;
}
.motto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #00c;
	font-weight: bold;
	position: relative;
	top: -8px;
}
#order {
	border: none;
}
#order label {
	position: absolute;
	padding-top: 3px;
}
.pagehead {
	font-family: "Verdana";
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #c06;
	margin-top: 35px;
	margin-bottom: -10px;
	margin-left: 40px;
	width: 80%;
	/*position: relative;
	float: left;*/
}
.portmidcol {
	left: 551px;
	position: absolute;
	width: 100%;
}
#radio {
	text-align: left;
	margin-left: -150px;
}
.realestate {
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #000;
	position: relative;
	height: auto;
	width: 800px;
	left: 300px;
}
.services {
	font-family: "Verdana";
	font-size: x-small;
	font-weight: bold;
	color: #626262;
}
.style2 {font-size: x-small; font-weight: normal; font-family: "Trebuchet MS";}
.subhead {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.subheadspecial {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #ff0000;
	text-decoration: blink;
}
.subhead2 {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #f03;
	position: relative;	
	left: 15px;
}
.text {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #626262;
	left: 15px;
	position: relative;
	width: 75%;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #626262;
	left: 20%;
	position: inherit;
	font-weight: normal;
	width: 300px;
}
.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #626262;
	position: relative;
	float: right;
	left: -50%;
}
.text4 {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #626262;
}
.textaroundbook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #626262;
	left: 20px;
	position: relative;
	float: left;
}
.textfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #626262;
	position: relative;
	clear: both;
}
.textgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #626262;
}
.textground {
	/* background-color: #cc9a99;*/
	margin-left: 173px;
	margin-top: -207px;
	/*margin-top: -145px;
	margin-top: 40px;*/
	width: 80%;
}
.textground2 {
	margin-left: 173px;
	margin-top: -26px;
	width: 80%;
}
.textportfolio {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #626262;
	left: 15px;
	position: relative;
	width: 100%;
}
.textspan {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #4d4d4d;
}
.vertbar {
	background-image: url(images/vertbar.jpg);
	background-repeat: repeat-y;
	left: 150px;
	float: left;
	width: 100%;
	position: relative;
}
.vertbarindex {
	background-image: url(images/vertbar.jpg);
	background-repeat: repeat-y;
	left: 150px;
	float: left;
	width: 65%;
	position: relative;
}
.width {
	width: 860px;
}	
#window {
	width: 95%;
}

