/*************************************************************** page/general */
* { 
	margin: 0;
	padding: 0;
}
body {
  background: #ccc;
  color: #000;
  font: 76%/145% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
  height: 100%;
}
html {
  height: 100%;
}
h1, h2, h3 {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 1.4em;
  margin: 0 0 0.3em 0;
}
h2 {
  font-size: 1.2em;
  margin: 0 0 0.2em 0;
}
h3 {
  font-size: 1em;
  margin: 0 0 0.2em 0;
}
strong {
  color:#f60;
}
img {
  border: 0;
  vertical-align: middle;
}
a img {
  margin: 0 0.5ex 0 0;
}
a.iconafter img {
  margin: 0 0 0 0.5ex;
}
a {
	font-weight: normal;
	text-decoration: none;
}
a:link, a:visited {
  color: #00f;
}
a:focus, a:hover {
  color: #f00;
}
a.disabled, a.disabled:focus, a.disabled:hover {
  color: #999;
}
p {
  margin: 0 0 1em 0;
}
ol, ul {
  margin: 1em 0 1em 2em;
  padding: 0;
}
ul.links {
	margin: -0.5em 0 1em 0;
	list-style-type: none;
} 
ul.links li {
  padding: 0.5ex 0;
}
table {
  border: 0;
  border-collapse: collapse;
  font-size: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
th, td {
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top; 
}
div.error {
  background:transparent url(../ico/warning.gif) no-repeat top left;
  color: #f00;
  font-weight: bold;
  padding-left: 20px;
}
div.info {
  background:transparent url(../ico/info.gif) no-repeat top left;
  padding-left: 20px;
}
.disabled {
  color: #999;
}
p.info strong {
	font-size: 1.2em;
	font-weight: bold;
}

/********************************************************************* layout */
#wrap1 {
  background: #fff url(../img/wrap-bg.gif) repeat-y 25% 0;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  width: 85em;
  max-width: 1200px  
}
* html #wrap1 {
  height: 100%;
}
#head {
  background: #999 url(../img/head-bg.jpg) top left no-repeat;
  overflow: hidden;
  height: 70px;
}
#contact {
  float: right;
  position: relative;  
  top: 5px;
}
#logo {
  float: left;
  position: relative;
  top: -80px;
  left: 15px;
}
#menu {
  background: #fff;
  border-bottom: 1px solid #36c;
  border-top: 1px solid #fff;
  float: left;
  margin: 0;
  padding: 0 0 1px 0;
  width: 100%;
}
#menu ul {
  background: #36c;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;

}
#menu ul.sub {

  background: #69f;
  border-top: 1px solid #000;  
}
#menu li {
  display: inline;
  margin: 0;
  padding: 0;
}
#menu a {
  background: #36c;
  border-right: 1px solid #000;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 2ex;
  text-decoration: none;
  text-transform: lowercase;
  width: auto;
}
#menu a:active, #menu a:hover, #menu a:focus {
  background: #69f;
}
#menu ul.sub a {
  background: #69f;
  font-weight: normal;
  font-size: 0.9em;
}

#menu ul.sub a:active, #menu ul.sub a:hover, #menu ul.sub a:focus {
  background: #36c;;
}
#wrap2 {
	padding-bottom: 2em;
}
#main {
  float: right;
  margin: 1em 2% 0 0;
  padding: 0 0 2em 0;
  width: 71%;
}
#side {
  float: left;
  margin: 1em 0 0 2%;
  padding: 0 0 2em 0;
  width: 21%;
}
#clear {
  clear: both;
  display: block;
  height: 1px;
  margin-bottom: -1px;
  font-size: 1px;
  line-height: 1px;
}
#foot {
  background: #ddd;  
  height: 22px;
  margin: -22px auto 0 auto;  
  position: relative;
  padding: 0 0 0 0;
  text-align: center;
  border-top: 2px solid #ccc;
  width: 85em;
  max-width: 1200px
}
#copyright {
  padding-top: 5px;
  font-size: 10px;
  line-height: 100%;
  text-align: center;	
}

/*********************************************************************** list */
table.list {
  border: none;
  table-layout: fixed;
  margin-bottom: 1em;
}
table.list tr.alt {
  background:#eee;
}
table.list th {
  background:#ddd;
  border-bottom: solid 1px #0098A3; 
  text-align:left;
  padding: 0.5ex 1ex;
}
table.list td {
  padding: 0.5ex 1ex;
  border-bottom: solid 1px #0098A3; 
  vertical-align: top;
}
table.list a img {
  margin:0;
}
table.list div {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

/********************************************************************** pager */
table.pager {
  margin-bottom: 0.5em;  
}
table.pager th {
  font-weight: normal;
}
table.pager td {
  text-align: right;
  white-space: nowrap;
  width: 1%; 
}
table.pager a {
  margin: 0 1ex 0 0;
}
table.pager a.iconafter {
  margin: 0 0 0 1ex;
}

/********************************************************************** forms */
form {
  padding:0;
  margin:0;
}
button, input, select, textarea {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 94%;  
  width: 100%;
}
input.auto {
  width: auto;  
}
input.autobtn {
  margin: 2ex 1ex 2ex 0;
  width: auto;  
}
input.btn {
  margin: 2ex 1ex 2ex 0;
  width: 12ex;
}
input.check, input.radio {
  width: auto;  
  position:relative;
  left: -4px;
  top: 1px;
}
label {
  display: block;
  margin-top: 1ex;
}
label.inline {
  display: inline;
  width: auto;
}
span.or {
	position:relative;
	bottom: 18px;
	padding: 0 5px;		
}

/************************************************************** ui-datepicker */
.ui-datepicker {
	width: 155px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:11px;
	background: #ddd;	
	border: 1px solid #0098a3;
	border-width: 1px 0 0 1px;
	margin-top:2px;
}
.ui-datepicker-header {
    border-top: 1px solid #fff;
    border-right: 1px solid #0098a3;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #0098a3;
    padding: 2px;
}
.ui-datepicker-prev {float:left;cursor:pointer;}
.ui-datepicker-next {float:right;cursor:pointer;}
.ui-datepicker-title {text-align:center;}
.ui-datepicker-calendar {}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
     border-top: 1px solid #fff;
     border-right: 1px solid #0098a3;
     border-bottom: 1px solid #0098a3;
     border-left: 1px solid #fff;
     text-align: center;
     vertical-align: top;
     font-weight: normal;
     padding:1px;
}
.ui-datepicker-calendar td {background-color: #fff;text-align: right;padding-right:2px;}
.ui-datepicker-calendar td a {color: #258;}
td.ui-datepicker-week-col {
      background-color: #ddd;
      color: #0098a3;
      padding: 1px 2px 0 0;
      font-size: 9px;
}
th.ui-datepicker-week-end {color: #f00;}
td.ui-datepicker-today a {color:#000;}
td.ui-datepicker-other-month {background: #eee;color:#258;}
td.ui-datepicker-current-day {background: #ff0;}

/***************************************************************** form table */
table.form {
  background:#fff url(../img/form-bg.gif) repeat-x left top;
  margin-bottom: 1em;
}
table.form tr {
  vertical-align: top;
}  
table.form td, table.form th {
  border-top:1px solid #0098A3;
  border-width:1px 0 0 0;
  padding:1ex 2ex;
}
table.form th {
  background:#fff;
  padding-left:0;
  width: 20%;
}
table.form th label {
  margin: 0;
  white-space:nowrap;
}
table.form td.desc {
  width: 35%;
  font-size: 88%;
}  
table.form td select {
  max-width: 100%;
}
table.date {
  border: 0;
  border-collapse: collapse;
}
table.form td table.date select {
  width:auto;
}
table.date td {
  border:none; 
  padding:0; 
  margin:0; 
  white-space: nowrap;
}
table.date td.time {
  width: 40%;
  text-align: right;
  padding-left:2ex;
}
table.extras {
  width:auto;
}
table.extras td {
  width: auto;
  border:none; 
  padding:0 1ex 1ex 0; 
  margin:0; 
  line-height: 100%;
}
table.extras td select {
  width:auto;
}

/******************************************************************* datetime */
table.datetime {
  margin-bottom: 1ex;  
}
table.datetime td.date {
  padding: 0 1ex 1ex 0;
  width: 60%;
}
table.datetime td.time {
  padding: 0 1ex 1ex 0;
  width: 40%;
}
table.datetime label {
  margin-top: 0;  
}

div.climatecare {
  color: #666;
 }
 
div.climatecare img {
  margin-bottom: 1em;  
}

strong.keywords {
	display:block;
	padding-top: 2em;
	font-weight: normal;
	color: #999;
}
/******************************************************************* blog */
.blog {
	float:left;
	width: 70%;
}
.post h2 a {
	font-weight:bold;	
}
.post .date {
  color: #666;
  font-size: 0.9em;
}
.post .body {
  margin: 1em 0 2em 0;
}
.archive {
	float:right;
	width: 25%;
}
