@charset "utf-8";
/* CSS Document */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{ margin:0px; padding:0px; border:0px; border-collapse:separate; border-spacing:0px; } input,select{ margin:0; padding:0; }
html {
	background: #424542;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #424542;
	margin: 0;  
	padding: 0;
	text-align: center; 
	color: #fff;
}
.twoColFixLtHdr #container { 
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 997px;  
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 997px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 230px; 
}
.twoColFixLtHdr #sidebar1 #leftColumn #leftColumn_hdr {
	background-image: url(images/left_col_hdr.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 190px;
	width: 210px;
	margin-left: 10px;
}
.twoColFixLtHdr #sidebar1 #leftColumn #leftColumn_dtl {
	background-image: url(images/left_col_dtl.jpg);
	background-repeat: repeat-y;
	width: 210px;
	margin-left: 10px;
	min-height:300px;
}
.twoColFixLtHdr #sidebar1 #leftColumn #leftColumn_ftr {
	background-image: url(../css/images/left_col_ftr.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 34px;
	width: 210px;
	margin-left: 10px;
}
.twoColFixLtHdr #sidebar1 #leftColumn #leftColumn_dtl li.menuLink {
	background-image: url(../images/paint_brush.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 184px;
	cursor:pointer;
	list-style-type: none;
	padding-top:10px;
	padding-left:22px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	color:#10bebd;
	
}
.twoColFixLtHdr #sidebar1 #leftColumn #leftColumn_dtl  li.menuLink.over {
	background-image: url(../images/paint_brush_over.jpg);
}
.twoColFixLtHdr #sidebar1 #leftColumn #leftColumn_dtl  li.menuHeader {
	height: 42px;
	width: 184px;
	list-style-type: none;
	padding-top:10px;
	padding-left:22px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	color:#10bebd;	
}
.twoColFixLtHdr #sidebar1 #leftColumn #leftColumn_dtl  #galleryList {
	padding-left:40px;	
}
.twoColFixLtHdr #sidebar1 #leftColumn #leftColumn_dtl  #galleryList li.menuLink {
	background-image: url(../images/paint_brush_s.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 140px;
	cursor:pointer;
	list-style-type: none;
	padding-top:10px;
	padding-left:22px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	color:#10bebd;
	
	
}
.twoColFixLtHdr #sidebar1 #leftColumn #leftColumn_dtl #leftMenuLinks #galleryList li.menuLink.over {
	background-image: url(../images/paint_brush_s_over.jpg);
}
.twoColFixLtHdr #sidebar1 #leftColumn #leftColumn_dtl #leftMenuLinks li.menuLink.active {
	background-image: url(../images/paint_brush_s_over.jpg);
	cursor:default;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 235px; 
} 
.twoColFixLtHdr #mainContent #mainPanel {
	width: 747px;
	
}
.twoColFixLtHdr #mainContent #mainPanel #mainPanel_hdr {
	background-image: url(images/pageBody_header_bg.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
.twoColFixLtHdr #mainContent #mainPanel #mainPanel_content {
	background-image: url(images/pageBody_content_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}
.twoColFixLtHdr #mainContent #mainPanel #mainPanel_ftr {
	background-image: url(images/pageBody_footer_bg.jpg);
	background-repeat: no-repeat;
	height: 14px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height:15px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #mainPanel #mainPanel_content  .pageHeader {
	font-size:24px;
	padding-bottom: 15px;
}
#popupControl,
#blogControl {
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:15px;
	background-color:#333;
}
#specDiv {
	position:absolute;
	z-index:5001;
	top: 200px;
	background-color:#333;
	padding:15px;
}
#blogDiv {
	position:absolute;
	z-index:5001;
	width:850px;
	height:550px;
	left: 135px;
	top: 25px;
	background-color:#333;
	text-align:right;
}
#picNameDiv #picName {
	font-size:20px;
	font-family: "MS Serif", "New York", serif;
	font-weight: normal;
}
#picDescDiv #picDesc { font-size:18px; }
li.galleryLink { margin-left:20px; }