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

body {
	text-align:center;
	background: #dbd9cf url(../img/bg.png) top repeat-x;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
	margin:0px auto;
	width:760px;
	text-align:left;
	background-color:#FFF;
	border-color: #4a4949;
	border-style:none solid solid solid;
	border-width: 0 1px 1px 1px;
	
}
#outerwrapper {
	margin:5px auto 0px auto;
	width:800px;
	text-align:left;
	background: #cbc9bf url(../img/bg-darkened.png) top repeat-x;
}
#banner { margin:0 0 0 0; padding:0 0 0 0; }

#menu {
	height:233px;
	background-color: #eeede6;
	font-size:11px;
}
#menuImage {
	width:360px;
	height:213px;
	overflow:hidden;
	padding: 10px 0px 0px 10px;
	float:left;
}

#menuHolder {
	width:380px;
	float:right;
}

#menuHolder ul {
	list-style:none;
	border-top:1px dotted #c7c6be;
	padding-left:0px;
	margin: 10px 0 0 0;
}

#menuHolder li {
	border-bottom:1px dotted #c7c6be;
	padding: 2px 0px;
}
#menuHolder li a {
	display:block;
	padding:6px;
	text-transform:uppercase;
	text-decoration:none;
	color: #0e557d;
	border-left: #5a7b98 7px solid;
}
#menuHolder li a:hover {
	background-color:#5a7b98;
	text-decoration:underline;
	color: #f5f8c2;
}
	

#content {
	padding:10px;
	min-height:400px;
	line-height:14px;
	color: #666;
}
h1 {
	color: #65645f;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.rightbox {
	
	padding: 10px;
	background-color: #e2edf7;
	color: #666666;
}
.linkbox {
	border:#81aece 1px solid;
}
.linkbox p {margin:0 0 0 0;}
.rightbox strong { color:#000000; }
.rightbox h2 {
	margin-top:0px;
	color: #65645f;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
}
.rightcolumn {
	width:200px;
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;
}
.leftside {
	width:495px;
}
.highlightedtext {
	color:#222;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:17px;
	border: #CCC 1px solid;
	background-color:#eef4fa;
	padding:5px;

}
a img {border: 0px none; }

table { border: #EEE 1px solid; }
th { background-color: #DDD; font-weight:bold; }
.odd { background-color:#EEE; }

#footer { text-align:center; }

.gallerypict img {
	padding:10px;
	border:0px none;
}
.slideshow {margin:0 0 0 0; padding:0 0 0 0;}

.imgright { 
	float:right;
	padding-left:15px;
	padding-bottom:5px;
}