* {
  margin: 0; 
  padding: 0;
}

html {
  height: 100%;
}

body {
  background: #ececec;
  font-family: arial, Helvetica, sans-serif; 
  color: #5e5e5e;
  height: 100%;
  padding: 0;
  margin: 0;  
}


img {
  border: 0;
}

.container {
  position: relative;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.hidden {
  display: none; 
}

.pointer {
  cursor: pointer;
}

.fadein {
  opacity: 0.7;
}

.expired {
  opacity: 0.3;  
}

.underline {
  border-bottom: 1px solid;
  padding-bottom: 7px;  
}

a {
  text-decoration: none; 
}

#page {
  position: relative;
  min-height: 100%;
}

#header {
  background: url(/images/fade.png) repeat-x bottom white;
}

#header .container {
  height: 140px;
}

#header .logo {
  position: absolute;
  left: 40px;
  top: 10px;  
}

#menubar {
  background: #272c92;
}

#menubar .container {
  height: 50px;
}

#menubar .phone {
  font-size: 1.8em;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 20px;
}

#menubar .phone a, #menubar .phone a:visited {
  color: white;
}

#wave {
  width: 100%;
  height: 45px;
  background: url(/images/top-wave.png);
  z-index: 100;
  position: relative;
}

#content {
  position: relative;
  top: -38px;
  left: 0;  
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
  color: #272d8f;
}

#content h1 {
  margin-bottom: 20px;
}

#content h2 {
  margin-bottom: 15px;
}

#content h3, #content h4 {
  margin-bottom: 10px;
}

#content h5 {
  margin-bottom: 5px;
}

#content p {
  line-height: 1.5em;
  margin-bottom: 20px;
}

#content a, #content a:visited {
  color: #e10a23;
}

#content ul, #content ol {
  margin: 20px 40px;
}

#content li {
  padding: 5px;
}

#content td {
  padding: 5px;
}

#content table {
  margin-bottom: 20px;
}

#content input[type=text], #content input[type=password], #content input[type=email], #content textarea, #content select {
  border: 1px solid;
  padding: 5px;
  margin: 5px 0;
  width: 500px;
  color: #272d8f;  
}

#content input[type=submit] {
  color: #272d8f;
  border: 1px solid;
  padding: 5px 10px;
  cursor: pointer;  
}

#content .share {
  margin: 20px 0;
}

#content .colwrap {
  padding: 60px 0 100px 0;
  background: white;
}

#content .left {
  float: left;
  width: 250px;
  min-height: 500px;
  padding-left: 20px;
  padding-bottom: 50px;
}

#content .left .greybox {
  position: relative;
  background: #E0E0E0;
  padding: 14px;
  left: -39px;
  width: 248px;
  margin-bottom: 30px;
  border: 1px solid #272d8f;
}

#content .left .greybox .triangle {
  position: absolute;
  bottom: -21px;
  left: -1px;
  background: url(/images/corder.png) no-repeat;
  z-index: 100;
  height: 20px;
  width: 20px;
}

#content .center {
  float: right;
  width: 630px;
  min-height: 500px;
  padding-right: 20px;
}

#redline {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #e10a23;
}

#foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #272d8f;
  color: white;
}

#foot .container {
  height: 100px; 
}

#foot .copyright {
  position: absolute;
  top: 50px;
  right: 0;  
}

#foot .admin {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 0.7em;  
}

#foot .admin a {
  padding-left: 20px;
}

#foot .admin a, #foot .admin a:visited, .designer a, .designer a:visited, #foot .address {
  color: white;
}

#foot .designer {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 0.7em;  
}

#foot .address {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 0.8em;  
}

#header .social {
  position: absolute;
  top: 0;
  right: 0px;
}