/*******************
*
*  main panel
*
********************/

body	{
	text-align:center;
}

div.container{
	clear:both;
	margin: auto;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	line-height:150%;
	padding: 0px;
	color: #585d44;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	text-align:center;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
}
	
.container a{
	text-decoration: none;
}

div.header{
	clear: both;
	float: left;
	color:black;
	width:780px;
	display: inline;
	margin-bottom: 10px;
	}
div.footer{
	width: 780px;
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color:black;
	clear:both;
	text-align:right;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 10px;
	background-color:white;
	}
	
div.footer img{
	float: right;
	clear: right;
	padding: 0px;
	margin: 0px;
	margin-right: 15px;
}

div.footer .wthreec{
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	float: left;
}

div.mainLink{
	width: 200px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	margin-left: 50px;
	margin-bottom: 20px;
	float: left;
	display:inline;
}

img.menu{
	border: none;
}
img.contentTop{
	display:block;
	clear:both;
	float:left;
}
img.contentBottom{
	display:block;
	clear:both;
	float:left;
}

h2{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 0px;
}
/*******************
*
*  main links area
*
********************/

div.headerSpacer{
	clear: both;
	display: block;
	height: 75px;
}

a img{
	border: none;
	padding: 0px;
	margin: 0px;
}

div.linkBar{
	float: left;
	clear: both;
	width: 800px;
	text-align: left;
}

table.linkBar{
	padding: 0px;
	margin: 0px;
	
}

td.spacer{
	width: 50px;
	padding: 0px;
	border: none;
	/* border-bottom: 1px solid #588144; */
}

.linkBar td.photo, td.web, td.video{
	width: 200px;
}
.linkBar td.photo a, td.web a, td.video a{
	display: block;
	width: 200px;
}
.linkBar td.photo a{	background: url(photoButtonSmallHidden.gif);}
.linkBar td.web a{ background: url(webDesignButtonSmallHidden.gif); }
.linkBar td.video a{	background: url(videoButtonSmallHidden.gif); }

.linkBar td.photo a:hover{	background: url(photoButtonSmall.gif); }
.linkBar td.web a:hover{ background: url(webDesignButtonSmall.gif); }
.linkBar td.video a:hover{	background: url(videoButtonSmall.gif); }

#photo .linkBar td.photo a{ background-image: url(photoButtonSmall.gif); }
#web .linkBar td.web a{	background: url(webDesignButtonSmall.gif); }
#video .linkBar td.video a{ background: url(videoButtonSmall.gif); }

/* Main content pane */

div.content{
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 796px;
	border: 2px solid #588144;
	border-top: none;
	border-bottom: none;	
	text-align: left;
	background-color: white;
	background-image: url("contentBackground.jpg");
}
	div.content table{
		margin: 0px;
		margin-left: 40px;
		padding: 0px;
		text-align: left;
	}
	div.content td{
		font-size: 14px;
		padding: 10px;
		padding-top: 0px;
		margin: 0px;
		color: #585d44;
	}
	div.content p, ol, ul{
		margin-left: 50px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 15px;
		padding-right: 20px;
		text-align: justify;
	}
	div.content ol ul, ul ol, ul ul, ol ol{
		margin-left: 10px;
	}
	
	div.content li{
		margin-bottom: 5px;
	}
	
	div.content img{
		margin: 5px;
		margin-left: 50px;
		display: block;
		clear: none;
	}

/* Subcontent pane */

div.subContent{
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
	clear: both;
	float: left;
	width: 796px;
	border: 2px solid #588144;
	border-top: none;
	border-bottom: none;
	text-align: left;
	font-size: 12px;
	background-color: white;
	background-image: url(contentRight.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

div.text{
	margin: 0px;
	padding: 0px;
	/* margin-left: 240px; */
	width: 556px;
	height: auto;
	float: right;
}

div.text h1{
	margin-top: 20px;
	text-align:center;
	font-size: 16px;
	color: #585d44;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
	border-bottom: 1px solid #a3cd8a;
}
div.text h3{
	color: black;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}
div.text img.header{
	margin: auto;
	margin-top: 15px;
	display: block;
}

	/* subContent tables */
	
	div.subContent table.details{
		text-align: center;
		width: 540px;
		margin-right: 10px;
		margin-top: 0px;
		margin-bottom: 20px;
		padding: 0px;
		color: #585d44;
		font-size: 12px;	
		display: block;
	}
  
  div.subContent table.details td{
    border-bottom: 1px dotted #a3cd8a;
  }

	div.subContent td.object{
		width: 200px;
		margin: 0px;
		padding: 5px;
		padding-right: 10px;
	}		
		td.object img{
			border: 3px ridge #9fd0ee;
		}
		td.object object{
			margin: 0px;
			padding: 0px;
			display: block;
		}
				
	div.subContent td.description{
		width: 330px;
		text-align: justify;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 20px;
	}
	div.subContent td.title{
		border-bottom: 1px solid #a3cd8a;
		font-size: 16px;
		text-align: center;
		width: 530px;
		padding-left: 10px;
	}
	
	/* photo portfolio table */
	
	div.subContent table.photos{
		width: 540px;
		text-align: center;
		margin: 0px;
		margin-bottom: 10px;
		padding: 0px;
		display: block;
	}
	div.subContent td.photo{
		width: 180px;
		height: 180px;
		padding: 0px;
		margin: 0px;
		text-align: center;
		background-color: black;
		color: white;
		text-transform: capitalize;
	}
	div.subContent	.photo img{
			border: 2px solid black;
			display: inline;	
		}
	div.subContent	.photo a{
			color: white;
		}
div.text .photoSearch{
	width: 220px;
	height: 170px;
	float: right;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #a3cd8a;
}
div.text .photoSearch p{
	margin: 0px;
	padding: 5px;
}
		
/* left menu bar */

div.menu{
	float: left;
	clear: left;
	width: 200px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: black;
	text-align: center;
	letter-spacing: 6px;
}

div.menu a{
	text-decoration: none;
	color: black;
}

div.menu img{
	border: 1px solid black; /* #a3cd8a; */
}

div.menu table{
	padding: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: none;
}

div.menu td a{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
	display: block;
	border: 1px solid #588144;
	background-color: #9fd0ee;
}
div.menu td a:hover{
	border: 1px solid #588144;
	background-color: white;
}
div.menu td.selectedLink{
	margin: 0px;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
	background-color:white;	
}

/* image viewer */

div.imageViewer{
	background-color: black;
	width: 800px;
	float: left;
	clear: both;
	text-align: center;
}

div.imageLinkBar{
	float: left;
	width: 800px;
	text-align: center;
	padding-bottom: 10px;
	background-color: black;
}

div.imageLinkBar a{
	color: white;
}
div.imageLinkBar p{
	background-color: black;
}

img.largeImage{
	display: inline;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
#photoStore{
		margin: 0px;
		margin-top: 10px;
		text-align: justify;
		padding-bottom: 10px;
		width: 1100px;
		height: 700px;
		background-color: white;
		border: 1px solid #588144;
		border-top: none;
}
#myracom{
  background: white;
  display: none;
}
#web #myracom{
  display: block;
}
