﻿
body {
  margin:0;
  padding:0;
  font-family: 'Droid Sans', sans-serif;/*, Helvetica, Arial; */
  font-size:14px;
  color:#669900;
}

#left { float:left; width:15%; margin:0; padding:0; font-size:80%;}
#right { float:right; width:auto; margin:0; padding:0; font-size:80%; }
#middle { width:60%; margin:3px 15%; padding:0; position: relative;}
#header { height:150px; margin:10px 5px; padding:0px 0px; font-size:100%; background:url(../image/logo4.png) 20px center no-repeat;position: relative;}
#footer { background:#333333; height:26px; padding: 12px; margin:3px; font-size: 16px; color: #ffffff; position: relative;}
#section { width:100%; height:auto; margin:0 3px 10px; padding:0; position: relative;}
#left-2 { height:500px; float: left; width: 28%; margin-left: 1%; padding: 0px; position: relative;}
#right-2 { height:500px; float: left; width: 28%; margin-left: 7%; padding: 0px; position: relative;}
#middle-2 { height:500px; float: left; width: 28%; margin-left: 7%; padding: 0px; position: relative;}
#left-3 { height:610px; float:left; width:18%; margin:20px 0 0 20px; padding:5px;}
#right-3 { height: 490px; float:right; width:75%; margin:20px 10px 0; padding:5px;}
#container { float:right; width: 500px; margin: 64px 30px 0 0; position: relative;}

/* homepage photo display */
.photo-box {width:1014px; font-size: 0; margin:10px 5px; padding:0px 0px;} 
/* design photo display */
.photo-sidebox{float:right; width:330px; background-color:white; height:534px; overflow:auto; font-size: 0; margin: 33px 5px 10px 30px;}

/* horizontal line for the page: */
.border_bottom{border-bottom: 2px /*groove*/solid #333333;}

.bottom-line {border-bottom: 1px solid #dadada; padding: 20px 0; margin: 0px 0px;}


h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#336600;font-family: 'Courgette', serif; margin-bottom:24px; font-weight:normal;}
h1{
  font-size: 31px;
}

h2{
  font-size: 29px;
  text-shadow: rgba(0,0,0,.5) 2px 2px 2px;
}

h3{
  font-size: 27px;
  /*text-shadow: rgba(0,0,0,.25) 1px 1px 2px;*/
  /*color:#0066CC;  */
}

h4 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 23px;
  color:#00CC00;
  text-shadow: rgba(0,0,0,.25) 1px 1px 2px;  
}

h5{
  font-size: 20px;
  /*color:#0066FF;*/
}

h6{
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
  text-shadow: rgba(0,0,0,.25) 1px 1px 1px;
  color:#0066FF;
  text-transform: none;
}

ol {color:#66CC00;}
.ol-green{color:#66CC00;}

.link-more{
  color: #0033FF;/*#000000;*/
  font-size: 16px;
  font-family: 'Droid Sans', sans-serif; 
  display: inline-block;
  line-height: 20px;
  text-transform: uppercase;
}

.byline  {
  font-family: Cambria, Times, "Times New Roman", Serif; 
  font-size: 1.125em;  
  text-shadow: rgba(0,0,0,.5) 1px 1px 1px;
  color:#0033FF;  
}

.text_line{clear:both;}

.justify {text-align:justify;}
.left {text-align:left;}

a:link {text-decoration:none; color: inherit; outline: 0;}
a:visited {text-decoration:none; color: inherit; outline: 0;}
a:hover {text-decoration:none; color:#FF9966; outline: 0;}
a:active {text-decoration:none; color: inherit; outline: 0;}

.tobottom{

  height: 20px; 
  top: 100%; 
  text-align: center;
  margin: -20px auto 0;
  padding: 0;
}

ul.pxindent {
margin: 0 0 0 15px;
padding: 0;
}

ul.pxindent li {
  list-type: none;
  margin: 0;
  padding: 5px 0 5px 0;
}

.tran1 { -o-transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s; transition: all 1s;}
#hsnav { padding: 1ex; border: 0px solid #aaa; background-color: #fff; margin: 1em; width: 100%; }
#hsnav:hover { border: 0px solid #ddd; background-color: #fff; }
#hsnav h2 { display: inline; vertical-align: middle; }

.hide, .show  { display: none;  font-size: 80%; vertical-align: middle; }

@media all and (min-width:1px) { .hide, .show  { display: inline; } }

a.hide:focus + .show { display: inline; }
.show { display: none; }
a.hide:focus { display: none; }

#hsblock { opacity: 1; height:600px; margin-top: 0em; width: 100%; margin-left: -1ex; overflow: hidden; }
a.hide:focus ~ #hsblock { opacity: 0; height: 0em; }

@media print {
.hide, .show  { display: none; } 
#hsnav { position: static; border: none; width: auto; }
#hsblock { width: auto; } 
}


.center{
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}

/* mouse-over effect */
.fade {
 opacity: 1;
 transition: opacity .25s ease-in-out;
 -moz-transition: opacity .25s ease-in-out;
 -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {opacity: 0.5;}

/* list effect */      
.nav-fade li {
  /*background: #ccc;*/
  padding: 3px 8px;
  display: inline-block;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}
.nav-fade li:hover {background: #999;}  

/* change corner style */
.corner3 {
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.gradient {
  background: rgb(240,240,240); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

/* menu box */
.menu {
    float:right;
    width:408px;
    height:46px;
    border:0px #FFF solid;
    margin:108px 0 0;
    padding:0;
    text-shadow: rgba(0,0,0,.2) 1px 1px 1px;
}

/* main menu styles */
#nav,#nav ul {
    /*background-image:url(../image/tr75.png);*/
    list-style:none;
    margin:0;
    padding:0;
}
#nav {
/**/    
    height:41px;
    padding-left:5px;
    padding-top:5px;
    position:relative;
    z-index:2;
}
#nav ul {
    left:-9999px;
    position:absolute;
    top:37px;
    width:auto;
}
#nav ul ul {
    left:-9999px;
    position:absolute;
    top:0;
    width:auto;
}
#nav li {
    float:left;
    margin-right:3px;
    position:relative;
}
#nav li a {
    background:#CCCCCC;
    color:#000;
    display:block;
    float:left;
    font-size:16px;
    padding:8px 10px;
    text-decoration:none;
}
#nav > li > a {
    overflow:hidden;
}
#nav li a.fly {
    background:#cccccc url(../image/arrow.gif) no-repeat right center;
    padding-right:15px;
}
#nav ul li {margin:0;}
#nav ul li a {width:120px;}
#nav ul li a.fly {padding-right:10px;}

/*hover styles*/
#nav li:hover > a {background-color:#666666; color:#fff;}

/*focus styles*/
#nav li a:focus {outline-width:0;}

/*popups*/
#nav li a:active + ul.dd,#nav li a:focus + ul.dd,#nav li ul.dd:hover {left:0;}
#nav ul.dd li a:active + ul,#nav ul.dd li a:focus + ul,#nav ul.dd li ul:hover {left:140px;}
