/** override defaults **/

* { margin: 0; padding: 0 }



/** layout **/

.obj-center {
	text-align: center;
	}

	
	#gallery  td {
		border-bottom: none;
		}

#container {

position: relative;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	}


.framed-text {
	border: 1px dashed #d5d5d5;
	padding: 4px;
	background-color: #ffffee;
}	

#content {
	background-color: #fff;
	position: relative;
	top: 9px;
	border: 0px solid #a4a4a4;
	border-bottom: 0;
	background: url(images/content_bg_tile.gif) repeat-y;
	}

	

#content #left-pane {

	width: 354px;
	float: left;
	}


#content #right-pane {

	width: 360px;
	float: right;
	padding: 20px;
	}

a {
	text-decoration: none;
	}
	
a:hover {
text-decoration: underline;
}

p {

	font-family: Garamond, serif;

	}
	
ul li {
	list-style: none;
	font-family: Garamond, serif;
	border-bottom: 1px dashed #e5e5e5;
	padding: 2px 0 2px 0;
}

#content ul li:hover {
	background-color: #ffffcc;
	}


h2 {
	font: 1.3em Georgia, serif;
	margin-bottom: 10px;
	}
	
h3 {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 4px;
	padding-bottom:2px;
	font: .9em Georgia, serif;
	font-weight: bold;
	}
	
.clear-hack {
	clear: both;

}
	
#top-nav {
	position: relative;
	left: 0px;
		width: 760px;
		margin-top: 7px;
			padding: 0;
	border-top: 1px dashed #c5c5c5;
	border-bottom: 1px dashed #c5c5c5;
	}

#inner-container {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
	background-color: #fff;

}
	
#left-pane-text {
	padding: 10px 0 30px 45px;
	float: left;
	width: 42%;
	text-align: justify;
}	

#right-pane-text {
	padding: 10px 45px 30px 0;	float: right;
	width: 42%;
	text-align: justify;
}	


#top-nav ul li a {
	text-decoration: none;
	color: #000;
	font: .8em Verdana, sans-serif; 
	padding: 0 27px 0 27px;
	font-weight: bold;
	
	}

#top-nav .selected {
	color: #4ca43b;
	background-color: #ffffcc;
}

#top-nav ul li:hover {
	background-color: none;
	}

#top-nav ul li a:hover {
	color: #4ca43b;
	background-color: #ffffcc;
	}

	

	

#top-nav ul {
	display: inline;
	}

#top-nav li {
display: inline;
}

#footer {
	clear: both;
	padding: 2px;
	border-top: 1px solid #c5c5c5;
	background-color: #fff;
	}

	
	#footer p {
		font: .7em Verdana, sans-serif;
		font-weight: bold;
		}
	
#footer a {
	color: #000;


	}
	
#footer #links {
	position: absolute;
	right: 0px;
	padding-right: 4px;

}

#footer a:hover {
	color: #4ca43b;
}

td  {
	font: .9em Garamond, serif;
	padding: 2px 8px 2px 8px;
	border-bottom: 1px solid #c5c5c5;
	}
th {
	font: .9em Garamond, serif;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #000;
	}


.obj-right {
	float: right;
	}

a img  {
	border: none;
	}

.contact-table td {
	border-bottom: none;
}

.img-shadow {

  position: relative;

  float:left;

  background: url(images/shadowAlpha.png) no-repeat bottom right !important;

  background: url(images/shadow.gif) no-repeat bottom right;

  margin: 10px 0 0 10px !important;

  margin: 10px 0 0 5px;

  }
  
.img-shadow img {

  display: block;

  position: relative;

  background-color: #fff;

  border: 1px solid #a9a9a9;

  margin: -6px 5px 5px -6px;

  padding: 4px;

  z-index: 2;

  }
  
  
  
  #img-container-left {
  	background-color: #fff;
	float: left;
	width: 50%;
	text-align: center;
  	}