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

* {
	padding:0;
	margin:0;
}

ul {
	margin:0;
	padding:0;
}


body {
	/*background-color:#ffffe7; Old ivory colour */
	background-color:white;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#323232;
	font-weight:normal;
	margin:7px 2px 0 2px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#770000;
	font-size:21px;
	font-weight:500;
	margin-bottom:2px;
	line-height:28px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#899688;
	line-height:24px;
	margin-top:2px;
	margin-bottom:1px;
}

img {
	border:none;
}

label {
	width:100px;
	display:block;
	float:left;
	margin:0 5px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
	text-align:right;
	color:#323232;
}

input {
	margin-bottom:2px;
	background-color:#EEECE6;
	border:1px solid #666;
}

strong {
	font-weight:normal;
}

a {
	color:#323232;
}

a:hover {
	color:#7c0000;
}

.button {
	margin-top:5px;
	margin-left:175px;
}

textarea {
	margin-bottom:2px;
	background-color:#EEECE6;
	border:1px solid #666;
}

#body_frame {
	background-image:url(../images/nav_background.gif);
	background-repeat:no-repeat;
	border:solid #4c4c4c 1px;
	width:800px;
	min-height:635px;
	height:auto !important;
	height:635px;
	background-color:#bab09b;
	margin-right:auto;
	margin-left:auto;
}

#logo_home {
	margin-top:20px;
	margin-left:220px;
}

div#navbar {
	float:left;
	margin-top:175px;
}

div#navbar ul {
	padding:0;
	margin:0;
}

div#navbar li {
	width:125px;
	list-style-type:none;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:400;
	color:#7c0000;
	line-height:30px;
	padding-left:10px;
}

div#navbar li a {
	padding-left:18px;
	display:block;
	text-decoration:none;
	color:#7c0000;
}

div#navbar li a:hover {
	background-image:url(../images/menu_dots.png);
	background-repeat:no-repeat;
	background-position: 2px center;
	display:block;
	background-color:#988D73;
	color:white;
	margin-left:10px;
}

.navbar_selected {
	line-height:35px;
	background-image:url(../images/menu_dots.png);
	background-repeat:no-repeat;
	background-position: 2px center;
	padding-left:18px;
	background-color:#988D73;
	font-size:16px;
	color:white;
	margin-left:10px;
}

#view_container_box {
	width:612px;
	height:500px;
	background-color:#7C0000;
	border:solid #666666 1px;
	padding:5px;
	margin-top:25px;
	margin-left:145px;
}

div#content_box {
	width:605px;
	height:490px;
	padding:3px;
	background-color:white;
	border:solid #768561 1px;
	overflow:auto;
	scrollbar-base-color:#ccc;
}

div#content_box p {
	margin-right:5px;
}

div#content_box ul {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:230px;
}

div#content_box li {
	list-style-type:disc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#072A05;
	font-weight:normal;
}

/*homepage images ****/

#left_pane {
	float:left;
	width:320px;
	
}

#right_pane {
	float:right;
	width:276px;
	
} 

#home3 {
	margin-top:3px;
}

/*end homepage images ****/

#home_text {
	paddidng:10px 1px 0 2px;
}

#home_text p {
	color:#072A05;
	font-size:13px;
}

h1.services {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#770000;
	font-size:21px;
	font-weight:500;
	margin:2px 0 0 25px;
}

div#img_box {
	height:450px;
	margin:3px 7px 0 0;
	background-color:white;
	float:left;
}

div#img_box img {
	margin-bottom:1px;
	display:block;
}

li.services {
	width:360px;
	color:#323232;
}

#services_contact_line {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#323232;
	font-weight:normal;

}

#address {
	margin-bottom:10px;
	margin-left:220px;
}

#address a {
	color:#323232;
}

#address a:hover {
	color:#7c0000;
}

#address p {
	font-size:12px;
}

h1.contact {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#770000;
	font-size:21px;
	font-weight:500;
	margin:0 0 2px 35px;
}

#footer {
	height:25px;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#7c0000;
}

#footer_left {
	float:left;
	margin:15px 5px 2px 5px;
}

span.reciprocal_link {
	margin-left:80px;
}

#footer_right {
	float:right;
	margin:15px 5px 2px 5px;
}

#footer a {
	color:#7c0000;
	text-decoration:none;
}

#footer a:hover {
	color:white;
}
