

* {
	padding:0;
	margin:0;
}
body {
	color: #3E4449;
	font: 0.9em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	background: #e6f1f1 none fixed no-repeat right top;
}

h2 {
  color: OliveDrab;
  margin-top: 15px;
}

a {
   color:#C6524E;
	outline: none;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#sidebar a{
	text-decoration: none;
}
#sidebar a:hover{
	text-decoration: underline;
}
img, a img {
	border:none;
}

.clear {
	clear: both;
}
table {
  margin: 10px 10px 0px 10px;
}
td {
  padding: 10px 10px 0px 10px;
}




#wrapp {
	width: 1000px;
	margin: 0px auto;
	background: transparent url(/images/bg_drop.png) repeat-y right top;

}

#drop {
  	padding: 0px 20px;
   margin: 0px auto;
   width: 930px;
   border-top: 12px solid #644;
	border-bottom: 6px solid #644;
	background-color: #ECEAE2;
}



#pageTitle {
   position: relative;
   width: 547px;
   top: 22px;
   left: 0px;
   background: #E3E1D5 url(/images/entry_bg_top.jpg) no-repeat scroll -1px 0;
   float: left;
}
#pageTitle h1 {
   color: #583408;
   padding: 15px 0px 0px 15px;
   font-family: Georgia;
   font-size: 230%;
   font-weight: normal;
}
.pageTitleBottom {
	height:19px;
	background: url(/images/entry_bg_bottom.jpg) no-repeat -1px -20px;
}
#HeaderTitle {
	float: right;
	position: relative;
   height: 50px;
   right: 0px;
   top: 25px;
}
#HeaderTitle a {
	color: #3E4449;
	font-weight: normal;
	font-variant: normal;
	width: 280px;
	padding: 0px 0px 0px 15px;
	display:block;
}

#main {
   position: relative;
   top: 65px;
	width: 600px;
	float: left;
 	margin-bottom: 55px;
}
.lazy {
  width: 500px;
}
.entryBox {
	width: 547px;
	background: #E3E1D5 url(/images/entry_bg_top.jpg) no-repeat -1px 0px;
}
.entry {
	width: 510px;
	overflow: auto;
	margin: 8px auto 0px;
	padding: 0px 0px 10px;
}
.entry p {
	color: #333;
	font-size: 1.1em;
	padding: 10px 0px 15px;
}

.entry img {	
  border: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	background: #fff;
	padding: 4px;
	
}
.entry ol,
.entry ul,
.entry li  {
	padding: 2px;
	margin: 0px 0px 0px 8px;
	line-height: 20px;
}
.entry ol li {
	list-style: decimal outside;
	margin: 0px 0px 0px 25px;
	font-size: 1.1em;
}
.entry ol li ul li {
	list-style: disc outside;
	margin: 2px 0px 0px 8px;
	font-size: 1.0em;
	font-weight: normal!important;
}
.entry ul li {
	list-style: disc outside;
	margin: 0px 0px 0px 8px;
	font-size: 1.1em;
}
.entry ul li ul li {
	list-style: circle outside;
	margin: 2px 0px 0px 8px;
	font-size: 1.0em;
	font-weight: normal!important;
}
.entryBottom {
	height:40px;
	background: url(/images/entry_bg_bottom.jpg) no-repeat -1px 1px;
}
#sidebar {
 
   margin-top: 65px;
	float: right;
	width: 320px;
	margin-bottom: 40px;
}
#sidebar h2 {
	font-size: 1.5em;
	color: #583408;
	margin: 15px 0px;
}
#sidebar li {
	padding: 3px 3px 3px 8px;
	color: #6C5E5E;
}
#sidebar li ul {
	padding: 6px 3px 3px 12px;
}
#sidebar a{
	color: #6C5E5E;
}
#sidebar img{
  float:right;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #eee;
}

.current_page_item {
	font-weight: bold;
}

.current_page_item ul{
	font-weight: normal;
}



#footer {
	clear: both;
	height: 35px;
	margin: 25px 0px 0px;
}
#footer p {
	padding: 5px 0px 0px 15px;
}
#footer p a:link,
#footer p a:visited {
	color: #583408;
	text-decoration: none;
}
#footer p a:hover {
	color: #AAA185;
	text-decoration: underline;
}



/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
   position:relative;
	overflow:hidden;
	width: 910px;
	height:262px;
   clear: both;

	/* custom decorations */
	border:0px solid #ccc;
	background: #E3E1D5;

	border-radius: 10px;
	-moz-border-radius: 10px;

	padding: 10px;
	top: 45px;

	cursor:pointer;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin: 2px 20px;
	background: #eee;
	padding:3px;
	border: 0px solid #333;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
}

.items div {
  float:left;
  cursor:pointer;
  width:376px !important;
  height:250px;
  margin:2px 20px;
  background: #eee;
  padding:3px;
	border: 0px solid #333;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
}

/* active item */
.scrollable .active {
	border:2px solid #CC6461;
	z-index:9999;
	position:relative;
}

#breadcrumb {
  clear: both;
  position: relative;
  top: 50px;
}

.highslide {
  cursor: pointer;  
}


.box
{
    height: 30px;
    text-align:left;
    font-family: verdana;
    line-height: 100%;
    width: 351px;
    position: relative;
}
#contactFormContainer
{
    background: white url(/images/form_back.jpg) bottom repeat-x;
    border-top: #E53 1px solid; /*#E53;*/
    border-bottom: #E53 2px solid;
    float:left;
    position: absolute;
    z-index:10;

    width:349px;
    left: 3px;
    top: -5px;

/*
    width:281px;
    left: 15px;
    top: -27px;
*/

}
#contactForm
{
	width:346px;
        display: none;
}
#contactForm fieldset
{
	padding: 20px 25px 4px 30px;
	border:none;
}
#contactForm label
{
	display:block;
	color:#444;
	height:24px;
}
#contactForm input[type=text]
{
	display:block;
	border:solid 0px #4d3a24;
	width: 285px;
	margin-bottom:10px;
	vertical-align: top;
}
#contactForm .required
{
	font-weight: bold;
}
#contactForm textarea
{
	display:block;
	margin-bottom:10px;
        font-family: verdana;
      	font-size: 80%;
        width: 283px;
}
#contactForm .button
{
	background-color:#555;
	border: none;
	font-weight: bold;
	color: white;
	padding:5px;
	cursor: pointer;
}
#contactForm .button:hover
{
        background-color:#AAA;
	color: #444;
	text-decoration: underline;
}
#messageSent
{
        padding: 5px 0px;
	color:#E53;
	width: 250px;
	overflow-x: auto;
}
.itext {
	display:block;
	border:solid 0px #4d3a24;
	width: 285px;
	margin-bottom:10px;
	vertical-align: top;
     background: transparent url(/images/form_input.gif) no-repeat;
     border: none;
     height: 21px;
     padding: 2px 0 0 2px;
}
.itext:focus {
     background: transparent url(/images/form_input_f.gif) no-repeat;
}
textarea {
     background: transparent url(/images/form_textarea.gif);
     border:solid 1px #CCC;
     font-family: verdana;
     font-size: 80%;
     width: 283px;
}



/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/images/global/gradient/h80.png) repeat-x;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/images/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}