/**
 * site.css - main site styles
 * @author Mark Guinn
 * @created 4.30.09
 */


/* typography -----------------------------------*/

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



html {
	background:transparent;
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-size: 12px;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	color: #444;

   margin:0;
   padding:0;
   height:100%;
}

h1, .componentheading, .contentheading {
	font-size: 1.4em;
	font-family: 'OpenSansBold';
	color: #095aa5;	
}

h2 {
	font-size: 1.2em;
	font-family: 'OpenSansBold';
	color: #095aa5;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.1em;
	font-family: 'OpenSansBold';
	color: #095aa5;
	margin: 10px 0px;
}

/*
.signup {
	background:#f2f6fa url(/newsletters/newsletter.jpg?h) no-repeat;
	height:200px;
	width:100%;
	width: 260px;
}
*/

.signup input {
	margin-bottom: 10px;
}

h4,h5,h6 {
	color: #095aa5;
	margin: 5px 0px;
	padding: 5px 0px;
	font-family: 'OpenSansBold';
}

strong { font-family: 'OpenSansBold'; }

p {
	margin: 0px 0px 12px 0px;
	color: #444;
	line-height: 1.7em;
}

em {
	font-style: italic;
	color: #095aa5;
}

ol {
	margin: 10px 20px;
	line-height: 1.7em;
}
ol li {
	list-style: decimal;
}

ul {
	margin: 10px 30px;
}

ul li {
	list-style: square;
	line-height: 1.7em;
	/*font-family: 'OpenSansBold';*/
}


address {
	line-height: 1.7em;
	margin: 20px 0px;
	color: #095aa5;
}

.small {
	font-size: 10px;	
}


a:link, a:visited, a:active {
	color: #095aa5;
}
a:hover {
	color: #888;
}

/* layout -----------------------------------------*/


#header {
/* 	background: url('../images/header-bg.gif') repeat-x top left; */
	position: relative;
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	height: 160px;
}

#header #logo {
	background: url('../images/logo-new.png') 0 50% repeat-x;
	display: block;
	height: 75px;
	width: 425px;
	position: absolute;
	top: 10px;
}

#header #logotext {
	background: url('../images/logo-text.jpg') 0 50% repeat-x;
	display: block;
	height: 25px;
	width: 350px;
	position: absolute;
	top: 100px;
	left: 0px;
}

#sidebar #header-text {
	width: 280px;	
	color: #095aa5;
	font: 20px/26px 'BebasNeueRegular', Arial, sans-serif;
	margin: 15px 0 15px 15px;
}

#header #header-text sup {
	font: 18px/23px 'BebasNeueRegular', Arial, sans-serif;
}

#header #facebook {
	background: none;
	height: 33px;
	position: absolute;
	right: 25px;
	top: 25px;
}

#header #facebook a {
	display: block;
	width: 105px;
	height: 33px;
}

#searchbar {
	position: absolute;
	top: 23px;
	right: 30px;
	font-size: 1.1em;
	color: #fff;
	text-align: right;
}
#searchbar form {
	float: right;
	margin-left: 10px;	
}
.search input {
	font-size: 10px;
}
#searchByProperty {
	font-size: 10px;
	padding: 2px;
}


#subnav {
	position:relative;
	width: 850px;
/* 	background: url('../images/below-header.gif') no-repeat bottom center; */
	padding-bottom: 17px;
	margin: 0px 24px;
}

p#subnav-blurb img {
	margin: 5px 0;
}


#subnav-inner {
	background: #fff;	
}

#body1 {
	position: relative;
	background: #fff url('../images/bg-pattern.jpg?') 50% 0 no-repeat;

	height: 100%;
	margin: 0;
	padding: 0;
}

#body2 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1100px;
	margin: 0 auto;
/* 	background: url('../images/blue-gradient-2.gif') no-repeat top right; */
}

#topbody {
	background: url('../images/pagetop.png?2') 0 0 no-repeat;
	width: 100%;
	height: 100px;
	margin-bottom: -50px;
}

#innerbody {
	background: #fff;
	padding: 0 20px;
	margin: 0 50px;
	position: relative;
	height: 100%;
	padding-bottom: 30px;
}

#newsheadlines {
	margin: 0px 58px 0px 56px;
	border-left: solid 1px #095aa5;
	border-right: solid 1px #095aa5;
	background: #fff;
	position: relative;
	height: auto !important;
	padding: 15px 0;
}


#maincontent {
/*
	padding: 15px 25px 20px 25px;
	color: #444;
	
	width: 600px;
	float: right;
	
	padding-bottom: 160px;
*/


    padding: 15px 15px 20px 15px;
    color: #444;
    margin-bottom: 200px;
	
}
.contentpaneopen {
	margin-bottom: 15px;
}

/* for pages that are singlecolumn */
#maincontent.single-column {
	padding-left: 25px;
}
#maincontent.single-column #product-table {
	margin-left: 0px;
}


#news-items {
	margin-top: -22px;
}
#news-items .article_separator {
	display: block;
	border-bottom: solid 1px #888;
	margin-left: -10px;
	margin-bottom: 20px;
	overflow: hidden;
}
#news-items .contentheading a {
	display: block;
	text-decoration: none;
	font-size: 12px;
}
#news-items .contentpaneopen {
	margin-bottom: 5px;
}
#news-items .readmore {
	display: block;
	text-align: right;	
}

#sidebar {
/*
	position: absolute;
	left: 10px;
	top: -15px;
*/

    float: left;
    width: 300px;
    margin-right: 35px;
    margin-bottom: 50px;
}

#sidenav {
	top: 0;
/* 	background: url('../images/below-products.gif') no-repeat bottom left; */
	padding-bottom: 12px;
	left: 10px;
	position: relative;
}

#sidenav h2 {	
	color: #095aa5;
	font: 34px/40px 'BebasNeueRegular', Arial, sans-serif;
	margin: 0px;
}
#sidenav ul {
	border-top: solid 1px #c9c9c9;
	margin: 0px;
}
#sidenav ul li {
	display: block;
	list-style: none;
}
#sidenav ul li a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-family: 'OpenSansBold';
	padding: 3px 3px 3px 21px;
	background: url('../images/arrow_bullet.png') 0 5px no-repeat;
	color: #095aa5;
	line-height: 20px;
	
	/*
	padding-left: 30px;
	text-indent: -20px;
	*/
}


#sidenav ul li.active a {
	background-color: #ddd;
}

#sidebottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#wrapper {
   min-height:100%;
   position:relative;
   !height: 100%;
   
   min-width: 1100px;
}


#footer {
	background: url('../images/footer.jpg') 0 0 repeat-x;
	color: #eee;

	height: 160px;

	position:absolute;
	bottom:0;
	width:100%;
}

#footer #footer_content {
	width: 900px;
	padding: 45px 0 0;
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	line-height: 1.8em;
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: #eee;
	text-decoration: none;
}



/* these are in the images, but we put the text there for seo and accessibility purposes */
.hide-accessibly {
	margin: 0px 0px 0px -1000px;
	position: absolute;	
}


/* nav layout -----------------------------*/

#topnav {
	position: absolute;
	top: 140px;
	bottom: 0px;
	background: #05447d;
	height: 45px;
	z-index: 100;
	//background: url('../images/footer.jpg') 0 -5px repeat-x;
	width: 100%;
}
#topnav .menu {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: center;
	list-style: none;
}
#topnav .menu li {
	display: inline;
	padding: 0px 0px;
	position: relative;
}
#topnav .menu li a {
	color: #fff;
	text-decoration: none;
/*	border-right: dotted 1px #fff; */
/* 	background: url('../images/nav-divider.png') no-repeat right center; */
	display: inline-block;
	padding: 12px 15px;
	font: 14px 'OpenSansBold', Arial, sans-serif;	
}

#topnav .menu li a:hover {
	color: #eee;
}


#topnav .menu li.active a {
	color: #ddd;
}

#topnav .menu li:last-child a {
/*	border-right: none; */
	background: none;
}


#topnav .menu li ul {
	background: #05447d;
	border: none;
	display: none;
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	
}

#topnav .menu li ul li {
	text-align: left;
	display: block;
}
#topnav .menu li ul li a {
	font: 12px 'OpenSansBold', Arial, sans-serif;	
	display: block;
	white-space: nowrap;
	color: #fff;
	padding: 5px 15px;
	margin: 5px 0;
}

#topnav .menu li ul li a:hover {
	color: #eee;
}


#topnav .menu li.active ul li a {
	color: #fff;
}

#topnav .menu li ul li.active a {
	color: #ddd;
}


#topnav .menu li:hover ul {
	display: block;
}

/*
#topnav .menu li.active {
	background: url('../images/white-arrow.gif') no-repeat bottom center;
}
*/
/* subnav */
#subnav .menu, #subnav p {
	margin: 0px auto;
	padding: 6px 8px;
	position: relative;
	text-align: center;
	list-style: none;
	white-space: normal;
}
#subnav .menu li {
	display: inline;
	padding: 8px 0px;
}
#subnav .menu li a {
	padding: 1px 8px;
	color: #465682;
	text-decoration: underline;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}
#subnav .menu li a span {
	white-space: nowrap;
}

#subnav .menu li.active a {
	font-family: 'OpenSansBold';
}


/* table for products */
#product-table {	
	position: relative;
	width: 100% !important;
}

#product-table th, #product-table td {
	font-size: 10px;
	text-align: center;
	padding: 3px;
}
#product-table thead th {
	background: #095aa5;
	color: #fff;
	font-family: 'BebasNeueRegular';
	padding: 5px;
	font-size: 20px;
}
#product-table tbody th {
	font-family: 'OpenSansBold';
	color: #095aa5;
}
#product-table tbody td.hilight, #product-table tbody th.hilight {
	background: #f2f6fa;
}
#product-table tbody tr.hilight td {
	background: #eee;
}
#product-table tbody tr.hilight td.hilight {
	background: #ddd;
}
#product-table tbody tr td a {
	font-family: 'OpenSansBold';
}

.item-page sub {
	margin-left: -305px;
	position: relative;
	width: 950px;
	text-align: center;
}



/* etc. */
#searchByProperty {
	margin-top: 5px;
	font-size: 11px;
}


.pagination span,
.pagination a,
.pagination strong {
	padding: 5px;
}

h2.newsheadlines {
	margin: 20px 0 0 0;
	padding:0 50px;
	position: absolute;
	z-index:100;
	color: #4f4f4f;
	width: 30px;
	line-height: 30px;
}

/*
ul.latestnews {
	width: 720px !important;
	background: #f2f6fa;
	color: #095aa5;
	border: 1px solid #c2d4e8;
}

li.latestnews  {
	list-style: none;
	width: 100%;
}

li.latestnews  a {
	text-decoration: none;
	color: #095aa5;
	font-size: 14px;
	padding: 10px 15px;
	float: left;
	text-align: left;
	width: 95%;
	font-family: 'OpenSansBold';
	display: block;
}

li.latestnews a img {
	vertical-align: middle;
	margin-left: 10px;
}
*/

.case_history_icon {
	display: block;
	padding: 10px 0 10px 35px;
	margin-left: 10px;
	background: url('../images/case_history.png') 0 50% no-repeat;
}

/*
.cycle-photos img {
	display: none;
}

.cycle-photos img:first-child {
	display: inline;
}

*/


.article-info {
	display: none;
}

ul.actions {
	display: none;
	position: relative;
	text-align: right;
	margin: 0;
	height: 0;
	overflow: visible;
	margin-top: -15px;
}

ul.actions li {
	display: inline;
	list-style: none;
}

.item-page h2,
.item-page h2 a {
	color: #095aa5;
	font: 28px/30px 'BebasNeueRegular', Arial, sans-serif;
	text-decoration: none;
}

.item-page h3 {
	color: #095aa5;
	font: 18px/24px 'OpenSansBold', Arial, sans-serif;
}


.module h2 {
	color: #aaa;
	font: 32px/40px 'BebasNeueRegular', Arial, sans-serif;	
}

.module h2:after {
	content: "";
	display: block;
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
}

#latest_news {
	width: 250px;
	float: left;
	min-height: 250px;
	overflow: hidden;
}

#latest_news h2 {
	color: #aaa;
	font: 34px/40px 'BebasNeueRegular', Arial, sans-serif;	
	background: url('../images/home_sprites.png?') 0 4px no-repeat;
	padding-left: 45px;
}


#tech_tip {
	width: 300px;
	float: right;
	min-height: 250px;
}

#tech_tip h2 {
	color: #aaa;
	font: 34px/40px 'BebasNeueRegular', Arial, sans-serif;	
	background: url('../images/home_sprites.png?') 0 -32px no-repeat;
	padding-left: 35px;
}

#about_us h2 {
	color: #aaa;
	font: 34px/40px 'BebasNeueRegular', Arial, sans-serif;	
	background: url('../images/home_sprites.png?') 0 -110px no-repeat;
	padding-left: 35px;
}

#about_us {
	width: 300px;
	float: right;
}

#newsletter_signup {
	float: left;
	width: 250px;
	min-height: 250px;
}

#newsletter_signup h2 {
	color: #aaa;
	font: 34px/40px 'BebasNeueRegular', Arial, sans-serif;	
	background: url('../images/home_sprites.png?') 0 -68px no-repeat;
	padding-left: 45px;
	white-space: nowrap;
}

.module a {
	color: #333;
	text-decoration: none;
	font-family: 'OpenSansBold';
}

.module .category-module,
.module .category-module li {
	list-style: none;
	padding: 0px;
	margin:0;
}

.module .category-module h4 a {
	text-decoration: none;	
}

.mod-articles-category-readmore:before {
	content: "\00BB";
}

.clear{
	clear: right;
}
.hide {
	display: none;
}

#home_banners {
	height: 275px;
	margin: 15px 0;
	overflow: hidden;
	background: transparent;
}


#home_banners .bannergroup {
	width: 1000px;
	height: 275px;
	margin: 0 auto;
	background: none !important;
}

#home_banners .banneritem {
	background-color: transparent !important;
	filter:none !important;
}

#home_banners .banneritem img {
	background-color: transparent !important;
	filter:none !important;
}

#banner_nav {
	text-align: center;
}

#banner_nav a {
	display: inline-block;
	height: 14px;
	width: 14px;
	margin: 2px;
	background: #fff;
	text-indent: -99999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-moz-box-shadow:    inset 2px 2px 5px #000000;
	-webkit-box-shadow: inset 2px 2px 5px #000000;
	box-shadow:         inset 2px 2px 5px #000000;
}


#banner_nav a.activeSlide {
	background: #095aa5;
}


#subForm input[type=text] {
	width: 200px;
	border: 1px solid #ddd;
	padding: 6px;
}

#subForm input[type=submit] {
	background: #095aa5;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	border: none;
	color: #fff;
	
	padding: 6px 8px;
	cursor: pointer;
	margin-right: 10px;

	text-transform: uppercase;
	font-family: 'OpenSansBold';
	
}