/* LDesign styles */

body {
/*	background: url(../assets/Gradient.jpg) repeat-x;*/
	background-color : #FFFFF0;
	color:#6C6217;
	position: absolute;
	z-index:100;
	top:-6px;
	width: 100%;
	font: 13px/22px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	text-align:center;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-top : 0px;
	font: bold small-caps 24px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size : 20px;
	margin-bottom : 12px;
	margin-left : 0px;
	margin-top : 12px;
}

h3 {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size : 18px;
	margin-bottom : 12px;
	margin-left : 0px;
	margin-top : 12px;
}

h4 {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size : 16px;
	margin-bottom : 12px;
	margin-left : 0px;
	margin-top : 12px;
}

p.CenteredText {
	text-align:center;
}

p.BiggerText{
	font-size:15px;
	font-weight: bold;
}

p.SmallerText{
	font-size:11px;
}

p.footer {
	font-size : 11px;
	text-align:center;
	line-height : normal;
	margin-top : 6px;
}

a:link {
	color : #464600;
	background:none;
	text-decoration:none;
 }

a:visited {
	color : #464600;
	background:none;
}

a:hover {
	color : #A8A800;
	background:none;
}

li {
	  font-size : 12px;
	  margin-bottom : 12px;
	  margin-right : 36px;
	  margin-top : 12px;
  }
ul {
	  font-size : 12px;
	  margin-bottom : 12px;
	  margin-right : 36px;
	  margin-top : 12px;
  }
ol {
	  font-size : 12px;
	  margin-bottom : 12px;
	  margin-right : 36px;
	  margin-top : 12px;
  }

p.copyrights {
	  font-size : 11px;
	  line-height : normal;
	  margin-bottom : 12px;
	  margin-top : 60px;
  }
  
p.footer {
	  margin-top : 6px;
	  font-size : 11px;
	  font-weight : normal;
  }
  
img {
	  border : 0;
	  display : block;
  }
  
.inlinimg {
	  display : inline;
  }

.imgfloatright {
	  float : right;
	  margin-top : 15px;
	  margin-right : 0;
	  margin-bottom : 5px;
	  margin-left : 15px;
	  padding-top : 15px;
	  padding-right : 0;
	  padding-bottom : 15px;
	  padding-left : 15px;
	  font-size : 12px;
	  font-style : normal;
  }
  
.imgfloatleft {
	  float : left;
	  margin-top : 15px;
	  margin-right : 15px;
	  margin-bottom : 5px;
	  margin-left : 0;
	  padding-top : 15px;
	  padding-right : 15px;
	  padding-bottom : 15px;
	  padding-left : 0;
	  font-size : 12px;
	  font-style : normal;
  }
  
.imgfloatcenter {
  float:none;
  margin-top : 15px;
  margin-right : 15px;
  margin-bottom : 5px;
  margin-left : 0;
  padding-top : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  padding-left : 0;
  font-size : 12px;
  font-style : normal;
}

/*=================================================*/
/* Dotted lines */

.DottedLineLeft {
	  background-image : url(../assets/Dot.jpg);
      background-repeat : repeat-x;
	  position : absolute;
	  width : 42px;
	  left : -7px;
	  top : -7px;
	  height : 1300px;
      z-index: 2000;
  }
  
.DottedLineRight {
	  background-image : url(../assets/Dot.jpg);
	  background-repeat : repeat-x;
	  position : absolute;
	  width : 42px;
	  left : 846px;
	  top : -7px;
	  height : 1300px;
      z-index: 2000;	
  }
  
 /*==========================================================*/
 /* Main Layers */
   
.LayerLogo {
	  background-image : url(../assets/Gradient.jpg);
	  background-repeat : repeat-x;
	  position : absolute;
	  border : none;
	  top : -6px;
	  left : 34px;
	  width : 812px;
	  z-index : 100;
	  height : 340px;
  }
  
  .LayerMenu {
	  position : absolute;
	  width : 806px;
	  height : auto;
	  z-index : 2500;
	  left : 38px;
	  top : 181px;
/*      border-right: thin dotted #666666; */
  }
  
.LayerMenu p {
    font: 13px/18px Tahoma, Verdana, Arial, Helvetica, sans-serif;	
    color:#E2E2E2;
    width:170px;
  }
  
.LayerBottom {
	position:absolute;
	width : 775px;
	height : auto;
	z-index : 8;
	left :0px;
	display: inline;
	top: auto;
  }
  
.LayerExternalImageLinks {
	position : absolute;
	left : 0px;
	width : 750px;
	height : auto;
	top: auto;
  }

.LayerMain {
	  position : absolute;
	  width : 775px;
	  height : 78px;
	  z-index : 7;
	  top : 305px;
	  left : 52px;
  }

/*==========================================================*/
/* CSS Menu */

.LayerCSSMenu {
	  font-size : 12px;
	  text-align : center;
  }

.LayerCSSMenu p {
	  margin-bottom : 12px;
	  margin-top : 6px;
	  text-align : center;
  }
  
p.MainCSSMenu {
	  color : #6C6217;
      background-color:#ffff00;
	  font-size : 11px;
	  margin-bottom : 4px;
	  margin-top : 6px;
	  width : 190px;
	  text-align : center;
  }
  
.MainCSSMenu a {
      color : #6C6217;
      background-color:#DCC598;
	  border : 1px solid #999999;
	  display : block;
	  padding-bottom : 2px;
	  padding-left : 12px;
	  padding-top : 4px;
	  width : 180px;
      font: 12px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	  text-decoration:none;
	  text-align : center;
  }
  
.MainCSSMenu a:hover {
	  border : 1px solid #999999;
	  color : #000000;
      background-color:#E8D9BD;
	  text-align : center;
  }

.SubCSSMenu{
 	  font-size : 11px;
	  text-decoration : none;
	  margin-bottom : 2px;
	  margin-left : 0;
	  margin-top : 0;
}

.SubCSSMenu a {
	  color : #333333;
      background-color:#fffff0;
      border : 1px solid #9b687b;
	  display : block;
	  padding-left : 14px;
	  width:132px;
	  margin-left: 20px;
      font: 14px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	  text-align : center;
	  text-decoration:none;
  }
  
.SubCSSMenu a:hover {
	  color : #999999;
	  background-color : #f4f4f4;
      border : 1px solid #000000;
	  text-align : center;
  }
  
 /*==============================================================*/
 /* Top Pop Menu */

#pmmcrumb{
background:#FFFFF0;
color:#333333;
font-weight:bold;
}
#pmmcrumb a,#pmmcrumb a:visited{
background:#FFFFF0;
color:#333333;
font-weight:normal;
}
#pmmcrumb a:hover,#pmmcrumb a:active,#pmmcrumb a:focus{
background:#FFFFF0;
color:#956870;
font-weight:normal;
}
#TopPopMenu{
margin:0;
padding:0;
}
#TopPopMenu .p7PMhide{
border:0;
left:-9000px;
}
#TopPopMenu .p7PMmark,#TopPopMenu .p7PMmark:hover{
font-weight:bold;
}
#TopPopMenu .p7PMshow{
left:auto;
z-index:20000 !important;
}
#TopPopMenu a{
background:inherit;
color:#464600;
display:block;
padding:3px 8px 6px 6px;
text-align:center;
text-decoration:none;
}
#TopPopMenu a:hover,#TopPopMenu a:active,#TopPopMenu a:focus,
#TopPopMenu .p7PMon,#TopPopMenu .p7PMon:hover,
#TopPopMenu .p7PMon:active{
background:url(../p7pm/img/p7PM_goldbgover.jpg) #9498B3;
border-left:1px solid #333333;
border-right:1px solid #E6D2B1;
color:#464600;
letter-spacing:0.01px;
}
#TopPopMenu li{
background:url(../p7pm/img/p7PM_goldbghz.jpg) repeat-x;
float:left;
font-size:12px;
list-style-type:none;
margin:0 0 0 0;
padding:0;
width:134px;
}
#TopPopMenu ul{
border-left:1px solid #333333;
border-right:1px solid #333333;
left:-9000px;
margin:0 0 0 0;
padding:0;
position:absolute;
z-index:10000;
}
#TopPopMenu ul .p7PMtrg,#TopPopMenu ul .p7PMtrg:hover,#TopPopMenu ul .p7PMtrg:active{
background:url(../p7pm/img/p7PM_dark_east.gif) repeat-x right center;
}
#TopPopMenu ul a{
border-left:4px solid #EDDFC5;
border-top:1px solid #EDDFC5;
padding:2px 8px 4px 6px;
}
#TopPopMenu ul a:hover,#TopPopMenu ul a:active,#TopPopMenu ul a:focus,
#TopPopMenu ul .p7PMon,#TopPopMenu ul .p7PMon:hover,
#TopPopMenu ul .p7PMon:active{
background:url(../p7pm/img/p7PM_goldbgover.jpg) #9498B3;
border-left:4px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
color:#464600;
letter-spacing:0.01px;
}
#TopPopMenu ul ul{
border-top:1px solid #333333;
}
#TopPopMenu ul,#TopPopMenu ul li{
background:url(../p7pm/img/p7PM_goldbg.jpg);
border-bottom:1px solid #333333;
float:left;
width:184px;
}
/*==========================================================*/
 /* Gallery */

 #PortfoliovpW3 {
	background-color: #333333;
	border: 1px solid #666666;
}
#Portfoliovp {
	background-color:#333333;
	margin:0 auto;
	position:relative;
}

/* ------------ Thumbnail Lists --------------------- */

#Portfoliosc img {
	border: 1px solid #cccccc;
	background-color: #2A2A2A;
	padding: 6px;
	margin: 6px 6px;
}

/* ------ Thumbnail Hover and Down Classes ------------------------------- */

#Portfoliosc .Portfolioover {
	border-color: #666666;
	background-color: #cccccc;
}
#Portfoliosc .Portfolioon {
	background-color: #666666;
	border-color: #000000;
}

/* ------------ Thumbnail Nav Styles ------------ */

#Portfolionv {
	background-color: #333333;
	border: 1px solid #666666;
	color: #333333;
	margin: 0;
	padding: .25em 0;
	font-size: 0.75em;
	text-align: left;
}

#Portfolionvtitle {
	color: #cccccc;
	margin: 0 10px 0 0;
	display: inline !important;
}

#Portfolionv h2 {
	color: #FFF000;
	margin: 0;
	font-size: 1.5em;
	text-transform: capitalize;
	letter-spacing: normal;
}


#Portfolionv a {
	color: #cccccc;
	background-color: #646464;
	border: 1px solid #666666;
	padding: 0 .5em;
	font-weight: normal;
	text-decoration: none;
}

#Portfolionv a:visited {
	color: #333333;
	background-color: #cccccc;
}

#Portfolionv a:hover,
#Portfolionv a:active,
#Portfolionv a:focus {
	border-color: #666666;
	color: #000000;
	background-color: #cccccc;
}

.Portfolionvon {
	color: #FFFFFF!important;
	border-color: #666666!important;
	background-color:#2F2F2F!important;
	cursor: default;
}

/* ------------FULLSIZE IMAGE DIV---------------- */

/*IMAGE ROW*/

.Portfoliofsi {
	background-color:#666666;
	border: 1px solid #000000;
	padding: 4px;
}

/* IMAGE */

.Portfoliofsi img {
	border: 1px solid #666666;
	padding: 0px;
}


/* -------------------------- IMAGE CAPTION ---------------- */

/* CAPTION ROW */

.Portfoliofsc {
	color: #fffff0;
	padding: 3px 0;
}

/* ------------------------- IMAGE DESCRIPTION ------------- */

/* DESCRIPTION ROW */

.Portfoliofsd div {
	color: #333333;
	margin: 0px;
	padding: 6px 0 0 0;
}

/*============================================================*/

/*
  -----------------------------------
  Gallery Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Gallery Type: Horizontal
  Insert-Mode CSS
  -----------------------------------
*/

#Portfolio {
	font-family: Arial, Helvetica, sans-serif;
}

#PortfoliovpW3 {
	margin: 0 auto;
}

#Portfoliosc {
	position:relative;
	margin:0;
}
/* ------------ Hide Description --------------------- */

#Portfoliosc div {
	display: none;
}

/* ------------ Thumbnail Lists --------------------- */

#Portfoliosc ul {
	margin:0;
	padding:0;
	position:relative;
}
#Portfoliosc li{
	margin:0;
	padding:0; /* do not use padding or margin on li, use margin and padding on img */
	list-style-type: none;
	display:inline;
}


/* ------------ Thumbnail Nav Styles ------------ */

#Portfolionv span {
	display: none;
}

/* ------------FULLSIZE IMAGE DIV---------------- */
/* WRAPPER */
#Portfoliofs {
	/* border: 1px solid red; */
	margin: 12px 0 12px 0;
	display: none;
}

/* FullSize Row Construct */
.Portfoliofst {
	width: 1px;
	margin: 0 auto;
}

/* ------------FULLSIZE IMAGE DIV---------------- */
/*IMAGE ROW*/

/* IMAGE */

/* -------------------------- IMAGE CAPTION ---------------- */
/* CAPTION ROW */

.Portfoliofsc p{
	font-size:0.9em;
}

/* ------------------------- IMAGE DESCRIPTION ------------- */
/* DESCRIPTION ROW */

.Portfoliofsd {
	padding: 0;
	font-size: .9em;
}

.Portfoliofsd p{
	margin: 0px;
}

/* ------------- progess bar div ----------------- */
#Portfoliopb {
	position:absolute;
	visibility:hidden;
}
/* ------------- placeholder div for loading image ---------- */

#Portfolioah {
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	z-index: 1000;
}

/*COUNTER*/

.Portfoliocounter {
	letter-spacing: normal;
	font-weight: normal;
	text-transform: lowercase;
}