/**********************************************************************************/
#wrapper {
  /*width: 1180px;*/
  margin: 0 auto;
  min-height: 100%;
  /*height: auto !important;*/
  /*height: 100%;*/
}
#middle {
	position: relative;
    width: 100%;
	/*padding: 0 0 320px;*/
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	/*width: 100%;*/
	/*float: left;*/
	/*overflow: hidden;*/
}
#content {
	/*padding: 0 0px 0 0;*/
	/*width:570px;*/
}
#sideRight {
	position: relative;
    /*float: left;*/
	/*margin-right: -3px;*/
	/*width: 265px;*/
	
}
#sideRight a {
    text-decoration:none;
}
.sidebar {
  font-size:11px;
  color:#2555a6;
  line-height:15px;
}
#sideLeft {
  float: left;
  /*width: 265px;*/
  position: relative;
  overflow: hidden;
}
table.main td {
    vertical-align:top;
}
#sideLeft a {
  font-size: 11px;
  color: #2555A6;
  line-height: 15px;
  text-decoration:none;
}
/*
.clock {
  border:1px solid #e4e4e5;
  width:182px;
  height:65px;
  float:right;
  margin:-23px 0 0px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding:0 14px;
}
*/
.clock {
	float:right;
	margin-top:-18px;
	margin-bottom: 20px;
	font-size:9px;
	text-align:center;
  color:#f04e37;
	border:1px solid #e4e4e5;
	padding: 5px 0px;
	width:200px;
	height:60px;
  line-height: 12px;
}
.clock table td {
	padding:0 10px;
}

#content h3 {text-transform:uppercase;}
#header .menu {
	position:relative;
	top:40px;
	left:82px;
	float:left;
	z-index:100;
	border-bottom: 1px solid #0079C1;
	width: 910px;
	height: 32px;
}
.simple_new_form{
	font-size:14px;
}
@media screen and (max-width: 1160px) {
	.clock {
		float: none;
		margin-top: 20px;
	}
}