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

body {
	background-color:#B0AB8E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
p {
	padding: 0px 20px;
	}
	
	
/* Fonts */
.mdTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#443F35;
	border:0px;
}	
.smallTxt {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:0px;
	}
.lgTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#3C2415;
	border-bottom:1px dotted #3C2415;
	line-height:1.5em;	}
	.xlTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	color:#3C2415;
	display:block;
	border:0px;
	border-bottom:2px dotted #93644e;
	text-indent:15px;
	}

		/* navigation  */
		#navi a, #navi a:visited {
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			color:white;
			font-weight:bold;
			font-style:normal;
			text-decoration:none;
			background:none;
			padding-left:25px;
			padding-right:25px;
			display:inline;
			border:0px;
			}
		#navi a:hover, #hover a:active {
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			color:#EEE0D5;
			font-style:normal;
			text-decoration:none;
			background:none;
			margin-right:16px;
			margin-left:20px;
			padding-left:5px;
			padding-right:5px;
			display:inline;
			border-right-width: 4px;
			border-right-style: solid;
			border-right-color: #CBC1B8;
			border-bottom-width: 2px;
			border-bottom-style: solid;
			border-bottom-color: #CBC1B8;
			}
			
a, a:link, a:visited {
	color:#1C4A1D;
	border-bottom:1px dashed #54442C;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	background-color: #FFFFC4;
	}
a:hover, a:active {
	color:#756735;
	border-bottom:1px dotted #9F8753;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	}
li {
	color:#452525;
	font-size:14px;
	}

	/* Credits */
.leftTxt {
	float:left;
	display:inline;
	padding-left:8px;
	}
.rightTxt {
	float:right;
	display:inline;
	padding-right:8px;
	}
	
#txtContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:white;
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-image:url(../images/txtBck.gif);
	background-position:top;
	background-color:white;
	border:1px solid #CACAb7;
	margin-top: 0px;
	padding: 15px 20px;
}	
	
/* Divs */

#topDiv {
	position:absolute;
	width:840px;
	height:157px;
	top:0px;
	left:50%;
	margin-left:-420px;
	background-attachment: scroll;
	background-color: #447945;
	background-image: url(../images/topDiv.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#mainContent {
	position:absolute;
	width:819px;
	height:inherit;
	top:157px;
	left:50%;
	margin:0px;
	margin-left:-411px;
	padding:0px;
	padding-bottom:40px;
	background:#FFFFED;
	border: 1px solid #42382F;
	}
#navi {
	position:absolute;
	width:693px;
	height:25px;
	top:133px;
	left:50%;
	margin-left:-406px;
}
#credits {
	position:absolute;
	width:808px;
	height:18px;
	bottom:5px;
	left:50%;
	margin-left:-406px;
	border-top: 1px solid #443F36;
	padding-top:5px;
	color:#443F36;
	}
#logo {
	position:absolute;
	width:420px;
	height:83px;
	top:10px;
	left:50%;
	margin-left:-210px;
	overflow:visible;
	}
	

.picture {
	margin:5px;
	padding:2px;
	border:1px solid #CACAB7;
} 
	

		/* Home */
		#pgContent {
		position:relative;
		top:20px;
		left:0px;

		width:807px;
		padding:0px;
		margin:5px;
		margin-bottom:25px;
}
		#leftInfo {
		margin-top:30px;
		float:left;
		display:inline;
		width:398px;
		height:auto;
		background-color:white;
		background-attachment:scroll;
		background-repeat:repeat-x;
		background-image:url(../images/txtBck.gif);
		background-position:top;
		background-color:white;
		border:1px solid #CACAB7;
		}
		#rightInfo {
		margin-top:30px;
		float:right;
		display:inline;
		width:398px;
		height:286px;
		background-color:white;
		background-attachment:scroll;
		background-repeat:repeat-x;
		background-image:url(../images/txtBck.gif);
		background-position:top;
		background-color:white;
		border:1px solid #CACAB7;
		}

/* Classes */
#contact td, #maintenance td {
		background-color:white;
		background-attachment:scroll;
		background-repeat:repeat-x;
		background-image:url(../images/txtBck.gif);
		background-position:top;
		background-color:white;
		border:1px solid #CACAB7;
		}
		
#txtContent {
	position:absolute;
	left:0px;
	height:275px;
	width:807px;
	border:0px;
	margin:0px;
	padding:0px;
	margin-bottom:25px;
	top: 325px;
}

.clear {
	clear:both;
	padding:0px;
	margin:0px;
	}