@charset "utf-8";
/* CSS Document */
/* Clears and Floats */
.clear {
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	height:0;
	margin:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
/* Global Selectors */
body {
	background-color:#BFB997;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px;
	margin:0px 0px 6px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px 0px 6px 0px;
	padding:0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
ul, ol {
}
#maincell {
	width:800px;
	border:0px;
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
}
#leftcellmain {
	width: 170px;
	height: 444px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float:left;
	background-color: #828162;
}
#rightcellmain {
	width:611px;
	padding:0px;
	margin:0px;
	float:left;
}
#rightcelltopnav {
	margin-top: 0px;
	width: 611px;
	height: 32px;
	background-color: #828162;
	padding-top: 12px;
	margin-bottom:15px;
}

/* Navigation hover effects  */
#rightcelltopnav ul {
margin: 0px 0px 0px 10px;
padding-left:10px;
}
#rightcelltopnav li {
position: relative;
list-style: none;
font-family:"Times New Roman", Times, serif;
color:#FFFFFF;
float: left;
padding-right: 10px;
}
#rightcelltopnav li a:hover {
color: #FF9933;
}
#rightcelltopnav li a{
text-decoration: none;
font-size:18px;
color:#FFFFFF;
padding-right:8px;
}
/* End of navigation styles   */

#rightcellbottombox {
	width:611px;
	height:206px;
	padding:0px;
	margin-bottom:15px;
}
#footercell {
	width:799px;
	margin:0px;
	padding: 0px;
	clear:both;
}
#footercell p {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:bold;
	margin:0px 0px 0px 185px;
	padding:5px 0px 2px 0px;
}
#footercell a {
	font:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	margin:13px 0px;
	padding:0px;
}
#footercell a:hover {
	text-decoration:underline;
}

/* Index page content */

#show {
	border:0px;
}

/* page content */

#rightcelltopcontent {
	width:611px;
	height:206px;
	padding:0px;
	background-color: #828162;
	margin-bottom:15px;
}
#rightcelltopcontent_recognition_left {
	padding:30px 10px 30px 30px; 
	height:146px; 
	width:336px; 
	float:left;
}
#rightcelltopcontent_recognition_right {
	margin:0px; 
	height:206px; 
	width:205px; 
	float:left;
}
#rightcellbottomcontent {
	width:611px;
	height:206px;
	padding:0px;
	background-color: #828162;
	margin-top:15px;
	clear:both;
}
#rightcellbottomcontent_lcolumn {
	padding:30px 10px 30px 30px; 
	height:146px; 
	width:266px; 
	float:left;
}
#rightcellbottomcontent_rcolumn {
	padding:30px 10px 30px 30px; 
	height:146px; 
	width:265px; 
	float:left;
}

#rightcellfullcontent {
	width:551px;
	height:325px;
	padding:30px;
	background-color: #828162;
	margin-top:15px;
	clear:both;
}
/* Lightbox container */

#lbcontainer {
	width:611px;
	margin-top:15px;
}
#thumbnails {
	width:611px;
	height:164px;
	overflow:auto;
}
#thumbnails.thumbnails-portfolio{
	width:611px;
}
#thumbnails ul {
	list-style-type:none;
}
#thumbnails li {
	display:inline;
}
#thumbnails img {
	display:block;
	width:111px;
	height:77px;
	cursor:pointer;
}
#thumbnails a {
	float:left;
	margin-bottom:10px;
	margin-right:14px;
	width:111px;
}
#thumbnails a.seclast {
	margin-right:10px;
}
#thumbnails a.last {
	margin-right:0px;
}
#thumbnails a.top {
	margin-bottom: 10px;
}
#thumbnails a.toplast {
	margin-right:0px;
	margin-bottom: 10px;
}
.shadow {
	background:url(../images/shadowbox.png) no-repeat bottom;
	width:905px;
	padding-left:5px;
	padding-bottom:8px;
	margin-bottom:8px;
}
.shadow-large { /* For elements of 910px width */
	background:url(../images/shadowbox.png) no-repeat bottom;
	width:910px;
	padding-bottom:8px;
	margin-bottom:9px;
}
.shadow-main {
	background:url(../images/shadowboxmain.png) no-repeat bottom;
	width:625px;
	padding-left:5px;
	padding-bottom:8px;
	margin-bottom:9px;
	float:left;
}
.shadow-featured {
	background:url(../images/shadowboxfeatured.png) no-repeat bottom;
	width:270px;
	padding-right:5px;
	padding-bottom:8px;
	margin-bottom:9px;
	float:right;
}
.shadow, .shadow-large, .shadow-main, .shadow-featured, #thumbnails a {
	_background:none;
}




















