* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background: #EEEEEE;
	margin: 0;
	padding: 0;
	color: #3d3b38;
}
a {
	text-decoration:none;
	color:#BE9634;
}
a:hover {
	text-decoration:none;
	color:#A4890F;
}
p {
	text-align:justify;
}
h1 {
	font-weight:bold;
}
h1 a {
	font-size:1.2em; 
	color:#FA920B;
	font-family: Arial ;
	text-decoration:none;
	line-height:10px;
}
h2 {
	font-family: Arial;
	font-size:1.7142857142857142857142857142857em;
	color:#504037;
	font-weight:bold;
}
iframe {
	width:100%;
	border:none;
}
span {
	font-family: Arial;
	font-size:2em;
}
.local {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a img { 
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;	
}
p {
	line-height:140%;
}
.wrapper {
	width:960px;
	background-color:#FFF;
	padding:20px;
	margin:0 auto;
}
header {
	text-align:right;
    color: #fff;
    margin: -20px -20px 0px -20px;
    padding: 20px;
}
header img {
	float:left;
}
.welcome {
	width:64.166666666666666666666666666667%; /* 616px/960px */
	float:left;
	margin:20px 0 0 0;
}
.sidebar {
	width:31.041666666666666666666666666667%; /* 298px/960px */
	float:right;
	margin:20px 0 0 0;
}
.sidebar li {
    list-style: none;
	width:100%;
	margin:20px 0px 20px 0px;
}
.sidebar li a {
    display: block;
	text-decoration:none;
	color:#BE9634;
}
.sidebar li a:hover {
	text-decoration:none;
	color:#A4890F;
}
.boxes li {
	list-style:none;
	width:29.333%;
	display:block;
	float:left;
	padding:2%;
	background-color:#007CD0;
	color:#FFF;
}
.boxes li img {
	margin:10px 0 0 0;
}
.boxes li a {
	color:#FFF;
	text-decoration:none;
}
.boxes li a:hover {
	color:#CCC;
	text-decoration:none;
}
.lastBox {
	margin-right:0 !important;
}
footer {
	text-align: center;
	padding:20px;
	background-color:#333;
	color:#FFF;
	margin:-20px;
}
footer p {
	font-size:0.8571428571428571em; /* 12px/14px */
	text-align:center;
}
footer a {
	color:#FFF;
	text-decoration:underline;
}
footer a:hover {
	color:#C30;
	text-decoration:none;
}
.clearfloat { 
	clear:both;
	height:0;
	line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/*************************
nav {
	text-align:center;
	padding:10px 0;
}
nav li {
	list-style:none;
	display:inline;
	padding:10px 0;
}
nav li a {
	font-family: Arial;
	color:#fff;
	text-transform:uppercase;
	text-decoration: none;
	padding:15px;
}
nav li a:hover {
	color:#FF0615;
}
nav .active a {
	color:#D3A78A;
}
nav select {
      display: none;
    }
select {
	width:200px;
}

*/

/*MENU*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  font-family: Montserrat;
  margin:0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  float:right;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color:#A48910;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #ee5662;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}


/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 960px or less */
@media screen and (max-width: 980px) {
	.wrapper {
		width:93.75%; /* 960px/1024px  */
		margin:0 auto;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	.welcome {
		float:none;
		width:auto;
	}
	.sidebar {
		float:none;
		width:auto;
		padding-top:20px;
	}
	.boxes li {
		float:none;
		width:auto;
		margin-right:0 !important;
		padding:2%;
		text-align:center;
		border-bottom: 1px dotted #3d3b38;
    	box-shadow: 0 1px #f7eec7;
	}
	nav ul { display: none; }
	nav select { display: inline-block; }
	
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	

}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/