@charset "utf-8";
/* CSS Document */

body{
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}

#wrapper1{} /*don't remove*/

#wrapper{
	width: 80%; /*was 90%*/
	position:relative;
	padding: 0px 10px 0px 0px;
	margin: 0px auto 0px auto;
      /* -webkit-box-shadow: #B3B3B3  16px 16px 16px;
	-moz-box-shadow: #B3B3B3  16px 16px 16px;
       box-shadow: #B3B3B3  16px 16px 16px;
	 behavior: url(../pie/PIE.htc);*/
}
			/*header*/			
#header{
      
	margin-left: auto;
	background-color: #FFF;
	height: 136px;
	width: 100%;
	left: 10%;
	right: 10px;
	top: 33px;
	padding-right: 0em;
	padding-bottom: 0em; /*was1.2 EM*/
	padding-left: 0em;
}
#header h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#EEE;
	font-size:medium;
	letter-spacing: 1.2em;
	background-color: #FFF;
	margin-top: -0px;
}
#header h1 span {

	position: absolute;
	width: 90%;
	min-height: 150px;
	left: 2px;
	top: 1px;
	font-family: Verdana, Geneva, sans-serif;
	/*left: 11px;*/
		/*top: 19px;*/
}
/*header*/
#navcontainer{
	font-family: Arial,sans-serif;
       background-color:#FFF;
	margin-top:5px;/*was13px*/
	margin-left:auto;/*modified it for sugar*/
	width:100%;/*was 90*/
	border-bottom: 1px solid #ddd;
}

#navlist {
	width: 90%;
	text-align: right;
	text-indent:0;
	list-style-type:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0%;
}
#navlist li {
	padding:0;
	margin:0;
	text-indent:0;
	display:inline;
}
#navlist li a {
	letter-spacing:-1px;
	text-decoration:none;
	color: #ccc;
	font-size: 1.5em;
	padding: 02px;
	border-top: 0.5em solid #eee;
}
#navlist li a:hover,#navlist a#current {
	color: #333;
	border-top: none;
	
}
#navlist a#current {
	color: #EF3F35;
      font-size: 2em;
}
#main-body {
	width: 100%;
	height:90%;
	background-color: #FFF;
	margin-top: auto;/*WAS 1.2 em, modifiedfor sugar*/
	top:256px;
	left:29px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:0.4em;
	padding-right:0em;
	padding-bottom:0.4em; 
}



#ARTICLE {
	/*margin-left:auto;*/ 
	width: 81%;
	padding-left: 5px;
	/*height: auto;*/
	color:#97DC2B;
	/*-moz-border-left-colors: 59;*/
	margin-bottom: 8px; 
        margin-left:18%;
      /*-webkit-box-shadow: #B3B3B3  16px 16px 16px;
	-moz-box-shadow: #B3B3B3 16px 16px 16px;
	 box-shadow: #B3B3B3  16px 16px 16px;
	 behavior: url(../pie/PIE.htc);*/	
}

       
#ARTICLE h1 {
          position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #BC9865;
	letter-spacing: -1px;
	font-weight: normal;
	text-align: center;
       text-shadow:#969696 4px 4px 5px; 
       behavior: url(../pie/PIE.htc);
}
#ARTICLE h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color: #BC9865;
	letter-spacing: -1px;
	font-weight: normal;
	text-align: center;
}
.first p {
	text-indent:1.1em;
	line-height:24px;
	font-size:19px;
	margin-bottom:2px;
}
#navleft {
	width:14%;/*13%*/
	float: left;
	border-top-color: #BC9865;
	border-right-color: #BC9865;
	border-bottom-color: #BC9865;
	border-left-color: #BC9865;
	margin-bottom: 10px;
       margin-left: 5px;
}
#ARTICLE {
	/*margin-left:18%; */
	 
	padding-left: 5px;
	font-size: 16px;
	height: auto;
	color:#a48457;
	margin-bottom: 8px;
}



#ARTICLE img{
	float:left;
	padding-right:0px;
	padding-bottom:30px;
	width: auto;
       margin-right: 20px;
	margin-left: 6em;	
}
#caption {
margin-right:20px;
}
#caption img{
	float:left;
		width: auto;
	margin-left: 0em;	
}



#footer {
	clear: both;
	text-align: center;
	margin-top: 0px;
	border-top-width: thin;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #BEB8CB;
	border-right-color: #999;
	border-left-color: #999;
	font-size: 15px;
	color: #003470;
	width: 100%;
	height: 60px;
	background-color: #FFF;
	padding-top: 5px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#search {
	position:absolute;
	left: 80%;
	top: 1%;
	font-family: Arial, Helvetica, sans-serif;
}
#back {
    position: relative;
    
}
.box{  position:relative;
       width:90%;
	height:auto;
	margin-right:5px;
	margin-left:15px;
	-webkit-border-radius: 18px 79px 20px 20px;
	-moz-border-radius: 18px 79px 20px 20px;
	border-radius: 18px 79px 20px 20px;
       background: #FFF;
	-webkit-box-shadow: #B3B3B3 16px 16px 16px;
	-moz-box-shadow: #B3B3B3 16px 16px 16px;
	 box-shadow: #B3B3B3 16px 16px 16px;
	 behavior: url(../pie/PIE.php);
}
@media only screen and (device-width: 768px){
   /* portrait styles here */
   #wrapper {
   width:98%;
   }