/* Main containers */
body {padding:0; margin:0; font:100% Arial, Helvetica, sans-serif; background-color:#e4e4e4; color:#333; text-align:center; line-height:1.6em;}
#wrap {width:980px; text-align:left; margin:0 auto;}
#menu {text-align:right;margin-top:-40px;}
#content {background:#fff; text-align:left; padding:20px 20px 5px; margin:-10px 0 10px 0;}
#sign {font-size: 180%;}
#cell {text-align: right;}

/* HTML Tags */
a {text-decoration:none; font-weight:400; color:#d5974a;}
a:hover {text-decoration:underline;}
a img {border:0;}
h1 {margin:0px auto 0px auto; padding:0; font-size:2.4em; color:#d5974a; letter-spacing:-1px; line-height:1.2em;}
h1 a {color:#d5974a; font-weight:700; text-decoration:none;}
h1 a:hover {color:#333; text-decoration:none;}
h2 {margin:0 0 10px 0; padding:10px 0; color:#d5974a; font-size:1.6em; font-weight:700; border-top: 1px solid #ddd; border-bottom:1px solid #ddd;}
h2 a {font-weight:700;}
h3 {font-size:1.4em; font-weight:400; margin:0 0 10px 0;}
p {margin:0 0 15px 0;}
ul {margin:0 0 15px 20px; padding:0;}
li {margin:0; padding:0 0 0 5px;}

/* Various classes */
.slogan {color:#555; font-size:1.4em; margin:0 0 0 0; padding:0;}
.feature {border-radius:15px 15px 0px 0px;
		  width:100%;}
.globe {max-width:25%;
		height:auto;
		float: right;
		border-radius: 3%;
		margin-left: 20px;}
.menulinks {font-size:1.8em; line-height:1.9em; color:#555; margin:0 0 0 0;}
.menulink {padding:6px 8px 5px 8px; font-weight:400; margin:0 0 0 2px; color:#555;}
.menulink:hover {background-color:#eee; color:#333; text-decoration:none;}
.active {background-color:#d5974a; color:#fff;}
.active:hover {background-color:#d5974a; color:#fff;}
.footer{font-size:0.8em; clear:both; width:980px; line-height:1.4em; text-align:right; color:#888; font-weight:400; margin-bottom:10px;}
.footer a {color:#888; font-weight:400; text-decoration:none;}
.left {float:left; width:59%;}
.right {float:right; width:39%;}
.centered {text-align:center;}
.hide {display:none;}
.clear {clear:both; width:980px; visibility:hidden;}
.logo {float:left;}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #d5974a;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #888;
}

/* Add a background color and some padding around the form */
.container {
  font-family: Arial, Helvetica, sans-serif;  
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

::-webkit-input-placeholder { /* Edge */
  font-family: Arial, Helvetica, sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Arial, Helvetica, sans-serif;
}

::placeholder {
  font-family: Arial, Helvetica, sans-serif;
}