/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
padding: 0em;
margin: 0em;
}

body
{
background: #ffffff ;
padding: 15px 0px 35px 0px;
}

body,input
{
font-size: 10pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #004459;
text-decoration: none;
}

a:hover
{
color: #643304;
text-decoration: none;
}


h3
{
color: #5c540e;
font-size: 2em;
padding-right: 34px;
display: inline;
background-repeat: no-repeat;
background-position: right;
font-weight:normal;
}

h4
{
font-size: 1.2em;
padding-right: 28px;
display: inline;
background-repeat: no-repeat;
background-position: right;}

.contentarea
{
padding-top: 1.3em;
padding-left: 0em;
}

.contentarea-left
{
padding-top: 1.3em;
padding-left: 30px;
width: 62%;
float:left;
disply:inline;
padding-right: 1.5em;
}

.contentarea-right
{
padding-top: 1.3em;
padding-left: 1.5em;
width: 27%;
display: inline;
float: left;
border-left: dashed 1px #643304;
}



#upbg
{
	position: absolute;
	top: -10px;
	left: 141px;
	width: 100%;
	height: 125px;
	background: #ffffff;
	z-index: 1;
}

#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 99%;
border: solid 0px #fFF;
background-color: #fff;
margin: 0 auto;
}

#outeredge
{
z-index: 3;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 880px;
border: solid 1px #ffffff;
background:none;
margin: 0 auto;
}

#header
{
	position: relative;
	width: 100%;
	height: 180px;
	background: #ffffff;
	margin-bottom: 0px;
	margin-top: 7px;
	vertical-align:bottom;
}

#headercontent
{
	position: absolute;
	bottom: -1px;
	padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}


#menubottom
{
height: 14px;
margin-bottom: 1.5em;
}

#content
{
padding: 0em 0em 0em 0em;
}


#footer
{
margin: 0px 0px 0px 0px;
position: relative;
height: 2.0em;
clear: both;
padding-top: 1.0em;
border-top: solid 2px #643304;
font-size: 0.8em;
color: #CCCCCC;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
color: #999999;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

#footer a
{
color: #cccccc
}

#footer a:hover
{
color: #cccccc;
}

-- the menu --
   * {/* "Universal rule". Set's border, padding and margin to 0 for all CSS values*/
  padding: 0;
  margin: 0;
  border: 0;
  }
  
  .subMenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center; /* We are using text-align: left on ul to left align our menu to the page. If you want the menu aligned centered or right just change text-align to either center or right */
  margin: 6px 20px 0px 20px;
  padding: 3px 0 3px 0;
  border: 2px solid #ffffff;
  line-height: 130%;
  }
  
 .Menu li {
  margin: 0 2px 0 0;
  border-bottom: none;
  display: inline; /* Menu links are horizontally aligned using display: inline */
  }
  
  .Menu li a {
  margin: 0 -2px 0 0;
  font-size:16px;
  padding: 3px 12px 3px 12px; /* Display: block won't work in this example, instead we are using padding */
  color: #fff;
  text-decoration: none;
  }
  
  .Menu li a:hover {
  color:#F89226;
  }
  
  .Menu li#active {
  margin: 0 3px 0 0;
  font-size: 16px;
  padding: 3px 8px 3px 8px; /* Display: block won't work in this example, instead we are using padding */
  font-weight: bold;
  }
  
  .Menu li a:hover {
  color: #f89226
  }
  
   .Menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center; /* We are using text-align: left on ul to left align our menu to the page. If you want the menu aligned centered or right just change text-align to either center or right */
  margin: 0px 0px 5px 0px;
  padding: 3px 0 3px 0;
  border: none;
  line-height: 130%;
  background-color: transparent;
  }
  
 .subMenu li {
  margin: 0 2px 0 0;
  border-bottom: none;
  display: inline; /* Menu links are horizontally aligned using display: inline */
  padding: 3px 0 3px 0;
  border: 0;}
  
  .subMenu li a {
  margin: 0 -2px 0 0;
  padding: 3px 12px 3px 12px; /* Display: block won't work in this example, instead we are using padding */
  text-decoration: none;
    border: 0;
	font-size: 16px;
  color: #643304;
  }
  
  .subMenu li a:hover {
  color:#F89226;
  }
  
  .subMenu li#active {
  margin: 0 3px 0 0;
  padding: 3px 8px 3px 8px; /* Display: block won't work in this example, instead we are using padding */
  font-weight: bold;
  font-size: 16px;
  }
  
  
  * html .subMenu {
  margin: 2px 0 5px 0; /* IE hack */
  }
    

 
 highslide code 
* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid #cccccc;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.controlbar {	
	background: url(graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
