
/* ---------------------Reset----------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, blockquote, q {quotes:none;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}

/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */
html, body {width:96%; padding:0; margin:0 auto;}
body {background: #e9e3cb;color: #000;font: 100%/25px Arial, Helvetica, sans-serif;}

/*-------------------------*/
a{color: #000;text-decoration: underline;}
a:hover {color: #633;}
a:focus {outline-width: 1px;
  outline-style: dashed;
  outline-color: #000;}


.clearboth{ clear:both;}


.view-all{
   text-align: right;
}

.view-all a {
	font-family:Arial;
	color:#900;
	font-size:1em;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	text-align: right;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: 0;
	text-decoration:underline;
}
.view-all a:hover{
	color:#555;
}

/*--------------------*/
/*-------------Grid */
.zerogrid{ width: 100%; position: relative; margin: 0 auto; padding-top:10px;}
.zerogrid .row{}

.zerogrid .col-1-3{float: left; display: inline; margin:10px;}
.zerogrid .col-1-3{width:31%;}

.zerogrid .col-right,.zerogrid .col-left{float: left; display: inline; }
.zerogrid .col-left{width:21%; margin-left:20px; margin-right:10px; background-color:#e6d7aa; }
.zerogrid .col-right{width:75%; }

.zerogrid:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.zerogrid .row:before,.row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.zerogrid .row:after{clear: both; }

/*--------------------*/
/*-------------header */
header {}
.wrap-header{width:90%;height: 127px; position:relative; margin: 0px auto; background:#c48d4a; }
.wrap-header #logo {
	position:absolute;
	width: 100%;
}

.pagetop{background:#d2c18e; height:40px; margin:0 auto; width:90%; }
.wrap-pagetop{position:relative;margin:0 auto; text-align:center; }

#search-box {position: relative; margin-bottom:10px; }
#search-form {height: 25px;border:1px solid #ccc;overflow: hidden; }
#search-text {
	font-size: 1em;
	color: #ddd;
	border:1px solid #423531;	
}
#search-box input[type="text"] {width: 55%;padding: 2px 0 2px 1em;color: #000033; background-color:#633;}
#search-button {
	height: 25px;
	width: 25px;
	font-size: 1em;
	color: #fff;
	text-align: center;
	background-color: #7b2626;
	cursor: pointer;
	border:0px;
	font-weight: bold;
}
.wrap-pagetop .shareicons{position: absolute;top: 5px;left: 5px;}
.wrap-pagetop .shareicons ul{
	list-style: none;
}
.wrap-pagetop .shareicons ul li{
	float: left;
	display:inline-block;
	margin-left: 5px;
	margin-left: 5px;
	font-size: 12px;
}

/*------------navigation   */

nav {width:90%;height: 37px;margin: 0 auto;background:#d2c18e; font-size:0.85em; }
nav ul {list-style: none;margin: 0;padding: 0;}
nav ul li {position: relative;float: left;padding: 6px 5px 0px 5px; text-align:center; border-left:1px solid #fff;  }
nav ul li:hover {background: #633;}
nav ul li a {font-size: 1em; line-height:14px;color: #000;display: block;padding: 6px 10px 6px 10px;margin-bottom: 5px;z-index: 6;position: relative;text-align:center; text-decoration:none;}
nav ul li:hover a{ color:#FFF; text-decoration:underline;}

/*- end--------------------------- *//*-------------content */
h1 {
	color: #000;
	font-size: 1.5em;
	padding: 0 0 10px;
	font-weight:bold;
}


table {
	width: 100%;
	text-align: left;
	margin-bottom:10px;
	font-size:0.95em;
}

th, td {
	padding: 10px 10px;
	border: thin solid #999;
	vertical-align:top;
}

th {
	color: #000;
	background: #e6d7aa none repeat-x scroll left top;
}


td {
	border-bottom: 1px solid #ccc;
}

/*-------------table.responsive */
  
  table.responsive.responsive {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
	border-collapse: collapse;
	margin-bottom:10px;
  }

  table.responsive tr {
    border: 1px solid #ddd;
  }

  table.responsive th, table.responsive td {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	text-align: left;
	vertical-align: text-top;
	padding-left:5px;
  }

  table.responsive th {
    font-size: 1em;
	font-weight: bold;
  }

  @media screen and (max-width: 800px) {

    table.responsive {
      width: 80%;
	  height:auto;
    }

    table.responsive thead {
      display: none;
    }

    table.responsive tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table.responsive td {
      display: block;
      text-align: right;
      font-size: 1em;
      border-bottom: 1px dotted #ccc;
    }

    table.responsive td:last-child {
      border-bottom: 0;
    }

    table.responsive td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
    }
  }
/*-------------content */
#content {width:90%; margin:0 auto; background-color:#FFF; padding-bottom:10px;}

.feature{margin-bottom:20px;}
.welcome{margin: 0px 20px 20px 20px; padding: 30px; background:#F0F0F0; font-size:1em; text-align:center;}



#main-content ul, ol{ padding-left:20px;}
#main-content article{ clear: both; font-size:1em;}
#main-content article .heading{}
#main-content article h2{font-size:1.2em; line-height:30px; padding-bottom:10px; color:#663333;}
#main-content article h3{font-size:1em; line-height:30px; padding-bottom:10px; color:#000; font-weight:bold; }
#main-content article .info{}
#main-content article p{font-size:0.95em; padding-bottom:10px;}
#main-content article .more{float:right;}

#main-content{
	margin-left: 10px;
}


#sidebar{}
#sidebar .heading{ padding:5px; background:#633;}
#sidebar .heading h2, .heading h3{font-size:1em; font-weight:normal; display:inline; padding:0 10px; color:#ffffff;}
#sidebar .content{padding:10px}
#sidebar .content ul{ font-size:0.85em; list-style-type:disc; margin-left:20px;}
#sidebar .content ul li{border-bottom: 1px solid #993333; padding:2px; }
#sidebar .content a{text-decoration:none;}

/*------------footer */ 
.block02{
	width:90%;
	background-color:#F0F0F0;
	border-top:1px dashed #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

footer {}
footer .copyright{text-align:center; background:#633; margin-top:10px; padding-top:10px; color:#fff; font-size:0.75em; width:90%; margin:0 auto;}
footer .copyright p{ line-height:20px;}
footer .copyright a{color:#fff; text-decoration:underline;}
footer .copyright a:hover{color:#fff;}
/*------------gallery*/

@media print {
   body {font-size: 10pt; line-height: 120%; background: white; color:#000;}
   
   #sidebar, .pagetop, .wrap-header, .shareicons, nav, .block02, .copyright { display:none}
   
   #main-content{
	width:100%;
}
   
   a {
	color: #000;
	text-decoration: underline;
}
}
