/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: arial;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, #container {
overflow:hidden;
height: 100%;
margin: 0;
padding: 0;
}

#container {
  position: relative;
  width: 100%;
  z-index: 1;
}

body {
  background: url('../images/bg.jpg') no-repeat;
    font-family: helvetica;
    font-size: 12px;
    color: #888;
    line-height: 170%;
}

a {
  color: #888;
}

/* LEFT */

#left {
  width: 300px;
  background: url('../images/bg-l.png') repeat scroll 0 2px transparent;
  min-height: 100%;
  text-align: center;
  font-size: 15px;
  margin-left: 30px;
  color: #dfdfdf;
  position: absolute;
  z-index: 2000;
}

#left a {
  color: #9D9D9D;
  text-decoration: none;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #002e4f;
  width: 100%;
  font-family: 'Crete Round', arial;
  font-size: 12px;
}

#footer h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 30px;
  font-family: Arial;
  font-weight: bold;
}

#footer li {
  margin-bottom: 10px;
  padding-left: 30px;
}
#hot-pc{
  position: absolute;
  top: 0px;
  left: -5500px;
  }
li.phoneIcon {
  background: url('../images/phoneIcon.png') no-repeat scroll 0 2px transparent;
}

li.mapIcon {
  background: url('../images/mapIcon.png') no-repeat scroll 0 2px transparent;
}

li.emailIcon {
  background: url('../images/emailIcon.png') no-repeat scroll 0 2px transparent;
}

#footer .content {
  padding: 0 25px 25px;
}

#arrow {
  display: block;
  width: 42px;
  height: 0px;
  margin-left: 8px;
  background: url('../images/arrow.png') no-repeat;
}

#logo {
  padding-top: 0px;
}


#nav {
  padding-top: 0px;
  
}

#nav li {
  margin-bottom: 10px;
  font-family: 'Crete Round', arial;
  text-transform: uppercase;
  font-size: 13px;
}

#nav li ul {
  margin-top: 10px;
}

#nav a {
  text-decoration: none;
}

#nav li a:hover, #nav li.active a {
  text-decoration: none;
  color: #fff;
}
nav {text-align: center; margin: 30px;}

.selectnav {display: none; width: 100%;}
.selectnav {text-align: center;}


/* END LEFT */
/* START CONTENT/RIGHT PORTION */

#right {
  height: 100%;
  width: 550px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(255, 255, 255);
  /* RGBa with 0.6 opacity */
  background: rgba(255, 255, 255, 0.9);
  margin-left: 330px;
  position: absolute;  
  z-index: 300;
}

#switch {
  position: absolute;
  display: block;
  width: 28px;
  height:  56px;
  text-indent: -9999px;
  right: -28px;
  bottom: 172px;
  background: url('../images/switch.png') no-repeat;
}

#switch.closed {
  background: url('../images/switch-open.png') no-repeat;
  }

.content{
  height:100%; 
  -webkit-box-sizing:border-box; 
  -moz-box-sizing:border-box; 
  box-sizing:border-box; 
  padding:20px 40px 40px; 
  overflow:auto;
}

h1, h2 {
  font-family: 'Linden Hill', helvetica;
  font-size: 30px;
  text-transform: uppercase;
  color: #003483;
  background: url('../images/headingBg.png') no-repeat left bottom;
  padding-bottom: 35px;
  margin-bottom: 35px;
  line-height: 40px;
}

h1 a, h2 a {
  text-decoration: none;
  color: #003483;
}

.content h3 {
  font-family: 'Crete Round', helvetica;
  font-size: 15px;
  color: #024b89;
  margin-bottom: 35px;
  line-height: 30px;
}

.content h4 {
  font-family: 'Skranji', cursive;
  font-size: 12px;
  text-transform: uppercase;
  color: #0b5696;
  border-bottom: solid 2px #ccc;
  margin: 15px 0;
}

.content p {
  margin: 20px 0;
  color: #0b5696;
}

.clear {clear: both;}

#social{
  
}

label {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

/* Menu */
#right ul {
  margin: 10px 0;
  color: #333;
}

#right ul li {
  border-bottom: dotted 1px #ccc;
}

#gmap {position: absolute; width: 100%; height: 100%; z-index: 1;}