/* Reset styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* template */
body {
  background: #e0f2ff;
  font-family: Verdana;
  font-size: 12px;
}
.created_by
{
  color: #626262;
  margin: 30px 0px 10px 0px;
  height: 80px;
  text-align: right;
}
.created_by a
{
  float: right;
}
.created_by .title {
  float: left;
  line-height:70px;
  font-size:22px;
  text-shadow: 1px 1px 0px #ffffff;
  font-family: 'Open Sans',sans-serif;
  color: #505050;
  text-rendering: optimizelegibility;
}
.created_by img
{
  float: right;
  clear: both;
  margin-top: 8px;
}





/*
*
*  message boxes
*
*/
.red_box, .blue_box, .green_box  {
  padding: 10px 10px 10px 55px;
  font-weight: normal;
  line-height: 21px;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  display: none;
  margin-bottom: 20px;
}
.red_box {
  border: solid 1px #9f0e0e;
  background: url('../../admin/images/red_box_icon.png') no-repeat 12px 50% #e93d27;
}
.green_box {
  border: solid 1px #146918;
  background: url('../../admin/green_box_icon.png') no-repeat 12px 50% #3da741;
}
.blue_box {
  border: solid 1px #004a8e;
  background: url('../../admin/blue_box_icon.png') no-repeat 12px 50% #1c8af1;
}

#site
{
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/*
*   content
*/
.content {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}


/*
*   menu_buttons
*/
.menu_buttons {
  margin: 0px auto 0px auto;
  width: 90%;
  display:block;
  overflow: hidden;
}
.menu_buttons li {
  float: left;
  width: 47%;
  margin: 1% 1% 1% 1%;
  background:  #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px !important;
  color: #565656;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 25px;  
}
.menu_buttons li:hover {
  background: #f4fbff;
}

.menu_buttons li a{
  color: inherit;
  width: 100%;
  float: left;
  text-decoration: inherit;  
}

#search_box {
  margin: 0 auto 0 auto;
  display: block;
  width: 500px;
}
label {
  float: left;
  padding-bottom: 5px;
  font-weight: bold;
}
input[type="text"], input[type="number"], input[type="password"], select, textarea {
  border: solid 1px #D5D5D5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  border-radius: 3px 3px 3px 3px;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 5px 10px 5px;
  background: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll;
  margin-bottom: 10px;
  width: auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  clear:both;
  float: left; 
}
input[type="text"]:focus, input[type="password"]:focus  {
    border-color: rgba(98, 174, 239, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(98, 174, 239, 0.6);
    outline: 0 none;
}
.submit {
  border: solid 1px #D5D5D5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  border-radius: 3px 3px 3px 3px;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 10px 10px 10px;
  background: linear-gradient(to bottom, #F7F7F7 0%, #D5D5D5 100%) repeat scroll;
  margin-bottom: 10px;
  width: auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  margin-left: 10px; 
}

#search_box input[type="text"] {
  width: 250px;
}
#map-canvas {
  width: 100%;
  height: 600px;
}

#logo {
  background-image: url('/media/site/images/logo.png');
  width: 279px;
  height: 54px;
  margin: 0px auto 0px auto;
  display: block;
}