@charset "UTF-8";
/* CSS Document, created by Emmanuel K. Tabiri of Iribat Interactive. Contact: emmanuel@iribat.com **********************/
/* This document gives us a preview of the site on modern screen **********************/
body {
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #fafbef url(../images/background.jpg) repeat scroll left top;
}
.clear{clear: both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
a{
	font-size: 12px;
}
p{
	margin: 15px 0px;
	line-height: 22px;
}
b {
	font-weight: bolder;
	color: #000000;
	font-size: 13px;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:16px;
	margin: 20px 0px 20px 0px;
}

h2{
	color: #292929;
	font-size: 16px;
	text-align: left;
	margin: 10px 0px 15px 0px;
}
table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border: #000 solid 3px;
	width: 100%;
}
th {
	padding: 0px;
	text-align: left;
}
td {
	border-bottom: 1px solid #CCC;
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
}
.fadedGreen {
	background: #CFC;	
}
#staff {
	width: 100%;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
/* Content ************************************************/
#content {
	background-image:url(../images/content_bg.jpg);
	width: 780px;
}
#left {
	float:left;
	width:458px;
	margin-left:25px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#00000;
	font-weight: bold;
}
#left a:hover{color:#1f1f1f;
	font-weight: bold;
}
#left ul {
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	list-style-position: outside;
	line-height: 24px;
	list-style-image: url(../images/bullet.png);
}
#left ol {
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	list-style-position: outside;
	line-height: 24px;
}
#left_img {
	padding: 0px;
	margin: 0px 20px 10px 0px;
	border-width: 0px 3px 3px 0px;
	border-right-color: #1f1f1f;
	border-bottom-color: #1f1f1f;
	}
.name {
	font-weight: bold;
	color: #030;
	text-decoration: none;	
}
.red {
	font-weight: bold;
	color: #c00;
	text-decoration: none;	
}
.highlight {
  font-size: 15px;
  font-style: italic;
  color: #CC3300;
}
#photos a{
	margin-right:14px;
}
address {
	margin-right:14px;
	font-style: normal;
	text-decoration: none;
}
#iframe {
	height: 458px;
	width: 458px;
	background-color: #FFF;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Right Side Navigation ************************************************/
#right {
	float:right;
	width:209px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 3px solid;
}
#right #frame {
	width:209px;
	height:480px;
	overflow:auto;
	background-color: #DDD;
	margin-left: -20px;
	padding-left: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
}
#right p {
	color:#666666;
}
#right a{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
#right a:hover{
	color:#1f1f1f;
	font-weight: bold;
	font-size: 14px;
}
/* Footer ************************************************/
#footerline {
	clear:both;
	background-image:url(../images/footer_bg.jpg);
	font-size:1px;
	height:20px;
}
#footer {
	width: 780px;
	text-align:center;
	padding: 10px 0px;
}
#footer p{
	font-size: 10px;
}
#footer ul{
	margin: 0px 0px 0px 0px;
	height: 24px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#footer li{
	display:inline;	
}
#footer ul a{
	text-decoration:none;
	margin: 0px 25px;
	font-size: 11px;
}
#footer ul a:hover{
	text-decoration:underline;
	color:#1f1f1f;
	font-size: 11px;
}
#footer p a{
	text-decoration:none;
	font-size: 10px;
}
#footer p a:hover{
	text-decoration:underline;
	color:#1f1f1f;
	font-size: 10px;
}

