/*
Theme Name: Climate Business Group

*/

/* BODY/GLOBALS */

* { margin:0; padding:0; }

*html * { zoom: 1; }

html, body {
	height: 100%;
	margin: 0 0 1px;
	text-align: center;
}

body {
	background: #1fb2e7 url(images/bg-body.gif) no-repeat 50% 100%;
	font-size:62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, san-serif;
}	

/* =LAYOUT */
#page {
	margin: 0 auto;
	padding: 0 0 20px;
	position: relative;
	text-align:left;
	width: 960px;
}

.copy {
	/* padding: 0 16px 0 0; */
	width: 562px;
}

div.copy p {
	padding: 0 16px 0 0;
}

div.copy {
	float: left;
}

.ancillary {
	border-left: 1px dashed #418346;
	float: right;
	padding: 0 0 0 12px;
	width: 143px;
}

#header { 
	background: url(images/bg-header.gif) no-repeat 0 0;
	height: 100px;
	position:relative;
	z-index: 997;
}

#footer { 
	border-top: 1px solid #4cc1ec; 
	min-height: 25px;
	position: relative;
	margin: 0 auto;
	padding: 0 10px 10px;
	z-index: 1;
}

#branding a,
#branding .description {
	text-indent: -9999em;
}

#branding {
	height: 100px;
	width: 265px;
}

#branding a {
	display: block;
	height: 100px;
	outline: none;
	width: 265px;
}

/* =TYPOGRAPHY */
a {
	color: #fff;
	font-weight: bold;
	outline: none;
}

.panes,
.panes p {
	color: #c2efff;
	font-size: 16px;
	line-height: 23px;
}

.panes p.large {
	font-size: 17px;
	line-height: 24px;
	padding-right: 145px;
}

.panes p {
	margin: 15px 0;
}

.panes .ancillary p {
	margin: 5px 0;
}

.panes a {
   	color:#fff;
   	outline: none;
   	text-decoration:underline; 
}
 
.panes a:hover {
	color: #eee;
	text-decoration:none;
}

#footer p {
   color: #81d8f8;
   font-size: 11px;
   padding: 10px 0;
   width: 49%;
}

#footer a { 
	color: #fff; 
	text-decoration: none;
}

blockquote {
	color: #c2efff;
	font-size: 27px;
	font-family: Georgia, serif;
	line-height: 32px;
	font-weight: normal;
	margin: 41px 0 0 0;
	text-shadow: 1px 1px #0089ba;
}

blockquote strong {
	color: #fff;
	font-size: 12px;
	font-family: Georgia, serif;
	line-height: 15px;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 10px 0;
	text-shadow: 1px 1px #777;
}

span.hang {
	margin-left: -10px;
}

/* headers */
h1 {
	
}

h2 {
	color: #a1e7ff;
	font-size: 15px;
	font-family: Georgia, serif;
	line-height: 31px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 12px 0;
}  

h3 {
	color: #fff;
	font-size: 21px;
	line-height: 26px;
	font-weight: normal;
	margin: 5px 0 12px;
}

h4 {
	color:#111;
	font-size: 14px;
	line-height: 16px;
	margin: 14px 0 12px;
}

h4 + p {
	margin-top: -7px !important;
}


/* first-children */
.copy h2:first-child,
.copy h3:first-child,
.copy p:first-child{ margin-top: 0px !important; }

/* lists */
.panes ul, 
.panes ol {
	border-bottom: 1px solid #4cc1ec;
	color: #c2efff;
	font-size: 16px;
	line-height: 23px;
	margin: 17px 0px;
} 

.panes ul li {
	border-top: 1px solid #4cc1ec;
	margin: 0 0 0 15px;
	padding: 10px 10px 10px 0px; 
}

.panes ul.items p { margin-bottom: 0; }

.panes li ul, .panes li ol { margin:0.4615em 0 1.077em 30px; }

.panes ol{ list-style-type:decimal; }
.panes ol ol  {list-style-type:upper-alpha; }

.panes dl { margin:0 0 1.5385em; }
.panes dl dt { font-weight:bold; }
.panes dd { margin:0 0 1.5385em; }

#sidebar ul {
	list-style: none;
	margin: 0;
}

/* tabs/panels */
ul.tabs {
	background: url(images/bg-nav.gif) repeat-x 50% 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tabs li {
	float: left;
}

ul.tabs li a {
	color: #8fd9f3;
	font-size: 28px;
	float: left;
	font-weight: normal;
	margin: 0 60px 0 0;
	padding: 0 10px 27px 10px;
	text-decoration: none;
	text-shadow: 1px 1px #0089ba;
}

ul.tabs li a:hover {
	color: #a1e7ff;
}

ul.tabs li a.current {
	background: url(images/bg-active.gif) no-repeat 50% 100%;
	color: #fff;
}

div.pane {
	padding: 15px 10px 20px 10px;
}

.col-sm {
	float: left;
	width: 290px;
}

.col-middle {
	float: left;
	margin: 0 30px; 
	width: 300px;
}

.col-md {
	float: left;
	margin: 0 30px 0 0; 
	width: 620px;
}

.col-margin {
	margin-right: 20px;
}

/* tables */
table.matrix {
	border: none;
	padding: 0;
	width: 100%;
}

table.matrix th {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	padding: 0 0 6px 0;
	text-align: center;
	vertical-align: bottom;
}

table.matrix th img {
	vertical-align: middle;
}

table.matrix td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #333;
	font-size: 13px;
	line-height: 15px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

table.matrix tr.null td {
	border: none;
}

table.matrix td.first {
	border-left:none; 
	text-align: left;
	padding: 10px;
	width: 215px;
}

/* misc */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

*:first-child+html .clearfix { display: inline-block; }
*html .clearfix { height: 1px; }

.clear { 
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0 0;
}

/* Begin Various Tags & Classes */
blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.navleft,
.navright {
	font-family: 'Times New Roman', Times, serif;
	font-size: 17px;
	width: 48%;
}	

.navleft {
	float: left;
	text-align: left;
}

.navright {
	float: right;
	text-align: right;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0;
	margin: 0 0 12px 0px;
	display: inline;
}

img.alignleft {
	padding: 0;
	margin: 0 12px 0px 0;
	display: inline;
}

.collapse-bottom {
	margin-bottom: 0 !important;
}

.alignright {
	float: right;
	text-align: right;
}

.alignleft {
	float: left;
}

.gallery {
	margin: 0;
}

.apple_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* growing background image */ 
    background-image:url(images/white.png); 
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:600px;         
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px 35px; 
 
    /* a little styling */     
    font-size:11px; 
} 
 
/* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
    background-image:url(images/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}

#triggers {
	margin-top:10px;
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #fff;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 0px 8px 16px;
	width: 161px;
}

#triggers img:hover {
	border-color: #000;
	background-color: #000;
}

*html div.apple_overlay {
	background-image:url(images/overlay_IE6.gif);
	color:#fff;
}

*html div.apple_overlay div.close {
	background-image:url(images/overlay_close_IE6.gif);

}
