#main {
  width: 100%;
}

/* ................................ */

header {
  position: absolute;
  width: 340px;
  top: 2px;
  left: 2px; 
  padding: 20px;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}

h2.head-phone {
  margin-top: 15px;
  font-size: 1.5em;
  text-align: center;
}

#login-link {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 60px;
  height: 18px;
  border: solid 1px #808080;
  font-size: .9em;
  font-weight: normal;
  text-align: center;
}

/* ................................ */

nav {
  overflow: hidden;
  width: 100%;
  margin: 10px auto;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
}

nav ul {
	padding: 0 0 0 20px;
  width: 340px;
	margin: 0 auto;
	list-style: none;
}

nav a {
	display: block;
	height: 42px;
	width: 340px;
	padding-top: 22px;
	text-decoration: none;
	color: #000;
  font-weight: bold;
}

nav a:hover {
	color: #2e3192;
	text-decoration: none;
}

nav li {
	float: left;
	height: 58px;
	width: 300px;
  border-bottom: 1px dotted #666;
  font-size: 1em;
}

  nav li.lastlink {
    border-bottom: none;
  }

nav li:hover, nav li.sfhover {
  position: static;
	color: #2e3192;
}

nav li.nolink {
	height: 36px;
	padding-top: 22px;
  color: #2e3192;
  font-weight: bold;
}

/* ................................ */

#social {
  display: none;
}

/* ................................ */

aside {
  clear: both;
  width: 94%;
  margin: 26px auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

aside h2 {
  padding-top: 4px;
  padding-bottom: 6px;
  color: #195a7d;
}

.aside-box {
  width: 100%;
  padding: 24px;
  background-color: #bbb;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.aside-box.backWhite {
  background-color: #fff;
}

.aside-box h2 {
  font-size: 1.2em;
}

.aside-box h3 {
  font-weight: normal
}

.aside-box p {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ................................ */

#right {
  float: right;
  width: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#right-news, #right-testimonial {
  width: 100%;
  padding: 6px;
  margin-bottom: 20px;
  border: 2px solid #808080;
  background-color: #fafafa;
  font-family: 'Century Gothic', Arial, sans-serif;
  font-size: 1em; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#right-news h2, #right-testimonial h2 {
  padding-top: 4px;
  padding-bottom: 6px;
  color: #2e3192;
  font-size: .9em;
}

#right-news h3, #right-testimonial h3 {
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: .9em;
}

#right-news p#right-news-date, #right-testimonial p#right-testimonial-name {
  font-style: italic;
  text-align: right;
}

#right-news p, #right-testimonial p {
  font-size: .8em;
}

#right-news-story {
  height: 150px;
  max-height: 150px;
  margin-bottom: 6px;
  overflow: hidden;
}
/* ................................ */

#footer {
  clear: both;
  width: 100%;
  height: 120px;
  margin: 0 0 20px 0;
  padding: 22px 12px 0 12px;
  background: url(i/nav-back-light.gif) top left repeat-x;
  font-size: .9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#foot-left, #foot-right {
  margin-bottom: 10px;
}

#listerdata {
  float: right;
  width: 200px;
  margin: 24px 0 0 0;
  font-size: .8em;
  text-align: right;
}

#listerdata a:link {color: #808080; text-decoration: none}
#listerdata a:visited {color: #808080; text-decoration: none}
#listerdata a:hover {color: #268bc0; text-decoration: none}
#listerdata a:active {color: #268bc0; text-decoration: none}

/* ................................ */

#content-main {
  width: 94%;
  margin: 20px auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content-main h2 {
  font-family: 'Century Gothic', Arial, sans-serif;
  font-size: 1.4em;
  padding-bottom: 8px;
}

#content-main h2 span.textBookAntiqua {font-size: 1.2em}

#content-main h3 {
  font-family: 'Century Gothic', Arial, sans-serif;
  padding-bottom: 8px;
}

#content-main p {
  margin-bottom: 8px;
}

#content-header {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: solid 2px #195a7d;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  color: #3c160a;
  background: url(i/top-back.png) top left repeat-x #aaa8a8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content-header h2 {
  color: #195a7d;
}

#centre-container {
  width: 100%;
  margin: 0 auto;
}

#centre-container-wide {
  width: 100%;
}

.content-centre, .content-wide {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #808080;
  color: #333;
  background-color: #fafafa;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content-centre h2 {
  color: #195a7d;
}

.content-centre ul {
  margin-left: 20px;
  list-style-image: url(i/dot-blue.png);
}

.content-centre li {
  padding-bottom: 6px;
}

.content-centre-highlight {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #195a7d;
  font-size: 1em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content-image-container {
  width: 100%;
  padding-bottom: 20px;
}

#centre-container .image-left {
  width: 100%;
  text-align: center;
}

#centre-container .image-right {
  display: none;
}
  #centre-container .image-right img {
    display: none;
  }

#centre-container .image-centre {
  display: none;
}

/* ................................ */

#frmContact {
  width: 80%;
  margin: 16px auto;
  padding: 24px;
  border: solid 1px #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #000;
  background-color: #ccc;
}

#frmContact label {
  display: block;
  width: 120px;
  font-size: 16px;
}

#frmContact input, #frmContact select, #frmContact textarea {
  width: 90%;
  padding: 16px;
  font-family: Arial, Swiss, Helvetica, sans-serif;
  border: solid 2px #555;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#frmContact input, #frmContact select {
  height: 24px;
}

#frmContact select {
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}

#frmContact textarea {
  height: 300px;
}

#frmContact input#btnSubmit {
  width: 100px;
  height: 50px;
  margin: 16px auto 0 auto;
  padding-top: 14px;
  font-family: 'Century Gothic', Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

#frmContact input#btnSubmit:hover {
  color: #fff;
  border-color: #fff;
  background-color: #555;
}

#frmContact .field-validation-error {
  margin-left: 0;
  padding-top: 16px;
  color: #f00;
}

#frmContact input.BorderRed, #frmContact textarea.BorderRed {border-color: #f00}

#frmContact .sendtext {
  margin-left: 100px;
  padding-top: 16px;
  font-weight: bold;
}

/* Now for IE 8+*/
@media screen\0 {
  #frmContact input{
  height: 36px;
  padding: 0 8px 0 8px;
  }

  #frmContact input#btnSubmit {
    padding-top: 0;
  }
}