/* $Id: style.css,v 1.5 2009/05/13 11:14:06 robby Exp $ */
/*  beginning drupal 6.x theme, 
created by robin / biboo.net / gazwal.com  */
* {
	margin: 0; /* zero out everything ! */
	padding: 0;
}

ul.tips li {
	padding: 0 0 0 15px!important;
	/* when select an input format */
	background: transparent url('images/menu-leaf.gif') no-repeat 1px .38em!important;
	list-style-type: none;
}

/*            general styles
**************************************************
**************************************************/
body {
	color: #31363e;
	font: normal normal .8em/1.6em Arial, Helvetica, sans-serif;
	background: transparent url(images/bg.gif) repeat-x;
}

.front #container {
	background: transparent url(images/module_bg.gif) 2px -5px no-repeat;
}

#container {
	width: 980px;
	margin: 65px auto 0;
	position: relative;
}

#header {
	width: 150px;
	position: absolute;
	top: -80px;
}

#mainOut {
	background: none!important;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.83em;
}

h6 {
	font-size: 0.67em;
}

a:link, a:visited {
	color: #696969;
	text-decoration: none;
}

a:hover, a:active, li a.active {
	color: #ff9622;
	text-decoration: none;
}

img, a img {
	border: none;
}

/*****************************/
blockquote {
	padding: 18px;
}

blockquote p {
	margin: 10px 20px;
	padding-left: 18px;
	width: 400px;
	background: url('images/close-quote.gif') no-repeat right bottom;
	color: #30457e;
	font: 1.5em "Times New Roman", Times, serif;
	text-indent: -10px;
}

blockquote p:first-letter {
	padding: 18px 0 0 18px;
	background: url('images/open-quote.gif') no-repeat left top;
}

/*******************/
input {
	padding: .2em 0;
	color: #000000;
	font: 12px/100% Verdana, sans-serif;
}

textarea, select {
	color: #494949;
	font: 12px/160% Verdana, sans-serif;
}

/*            general list styles
***********************************************/
ul.menu {
	padding-left: 14px;
}

.sidebar ul.menu {
	padding-left: 0;
	margin-left: 0;
}

ul.menu li, div.item-list ul li, li.leaf {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	/*background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;*/
	font-color:#696969;
}
#header-region ul.menu li{
	float:left;
	background: transparent url(top_nav_separator.gif) no-repeat 0 4px;
	padding: 0 15px;
}

ul.menu li{
	float:left;
	padding: 0 13px;
}
#header-region ul.menu li:first-child {
	padding-left: 0;
	background: none;
}
/*
ul.menu li ul{
float:left;
list-style:none;
}
ul.menu li ul li{
float:left;
list-style:none;
}*/
ul li.expanded {
	background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
}
ul li.expanded .menu{
	list-style-type:square;
	width:200px;
}

ul li.collapsed {
	background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
	display: block;
}

/*  ul , ol  */
.content ul, .content ol {
	line-height: 1.9em;
}

.content ol {
	margin: 1em 3em 1em 3em;
}

.content ul {
	margin: 1em 3em 1em 0;
	list-style: none;
}

.content ul li {
	padding: 0 0 0 12px;
	background: url('images/custombullet.gif') 0 center no-repeat;
}

/*  div#featured (Featured region + site mission )
*****************************************************/
#featured {
	min-width: 4px; /* used if Featured region and site mission are desabled */
}

#featured #mission {
	font-style: italic;
}

#featured .block {
	border: 1px dashed #aeaeae;
	margin: .3em .2em;
	padding: .3em;
}

/*     div#breadcrumb-wrapper / div.breadcrumb
*********************************************************/
#breadcrumb-wrapper .breadcrumb {
	font-style: italic;
	margin-left: 255px;
	margin-right: 12px;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 5px;
	padding-top: 20px;
}

#breadcrumb-wrapper .breadcrumb a {
	color: #3c7fc5;
}

#breadcrumb-wrapper .breadcrumb a:hover {
	color: #696969;
}
/********/
#navigation {
	position: relative;
/*	z-index: 200;
}
#container {
	position: relative;
	z-index: 100;*/
}
#content {
	position: relative;
	padding-bottom: 20px;
	width:100%;
}

.content p {
	margin: .5em 0;
	line-height: 1.5em;
	text-align: left;
}

/*        titles (page.tpl.php / node.tpl.php)
********************************************************/
h2.nodetitle, h1.pagetitle {
	clear: both; /* h2.nodetitle = node title as links in front page (node.tpl.php) / 
	h1.pagetitle = node title (page.tpl.php) */
	font: normal 1.7em/25px Arial, Helvetica, sans-serif; /*Georgia, "Times New Roman", Times, serif*/
	letter-spacing: -1px;
	padding-top: 10px;
}

h1.pagetitle {
	font-weight: bold;
	font-size: 2.3em;
}

/*            in node.tpl.php
************************************************
************************************************/
.node, .node-sticky {
	margin-bottom: 1.7em;
}

h2.nodetitle {
	margin-top: .4em;
}

h2.nodetitle a {
	color: #23353a;
}

h2.nodetitle a:hover {
	border-bottom: 1px dotted #1d6285;
	color: #217faf;
	text-decoration: none;
}

#content .content img {
	float: right;
}

/*   submitted (node.tpl.php)
**********************************************/
.submitted {
	border-bottom: 1px solid #d8d8d8;
	color: #ababab;
	font-size: 83%;
}

/*  linkswrap / postlinks / taxonomy  (node.tpl.php)
*******************************************************/
.linkswrap {
	padding: .2em 0;
	/*background: #f2f2f2;*/
}

.linkswrap a {
	color: #145e84;
	text-decoration: underline;
}

.linkwrap a:hover {
	border: none;
	color: #000000;
	text-decoration: none;
}

.postlinks a {
	text-decoration: none;
}

.postlinks li.comment_new_comments a {
	color: #e30000;
	text-decoration: underline;
}

.postlinks ul, .taxonomy ul {
	background: none;
}

/*******/
.taxonomy {
	padding: 1px 0 0 22px;
	margin: .4em 0 .4em 0;
	position: relative;
}

.taxonomy a {
	color: #145e84;
	text-decoration: underline;
}

.taxonomy a:hover {
	border: none;
	color: #000000;
	text-decoration: none;
}

.taxonomy ul.links {
	margin: 0!important;
	list-style-type: none;
}

.taxonomy ul.links li {
	margin: 0 .2em;
	padding: 0; /* important */
	display: inline;
	background: none;
}

.taxonomy a.active {
	text-decoration: none;
}

/*          comments    (comment.tpl.php)
*************************************************/
div#comments {
	padding-top: 1em; /* see function phptemplate_comment_wrapper in template.php */
}

.comment {
	padding: 6px .7em 0 .7em;
	margin: 1em 0;
	background: url(images/comment_line.gif) #f3f3f3 no-repeat 0 -2px;
	min-height: 85px; /* for 85*85 pixels user pictures */
}

.comment .picture {
	width: 85px; /* depends on user picture width, drupal core default values: 85px*85px */
	float: right;
	margin: 3px;
}

.comment span.new {
	float: right;
	margin: .4em;
	color: #ff0000;
	font: 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.comment .signature {
	clear: both;
	border-top: 1px dashed #c0c0c0;
}

.comment .commentlinks {
	clear: both;
	padding-bottom: .2em;
}

.comment .commentlinks ul li {
	border: 1px solid #b0b0b0;
	padding: .2em;
	margin-right: 4px;
	background: #ffffff;
}

/* comment submission  */
#comment-form div.form-item {
	padding: 10px 20px;
	border: 1px solid #ebe8db;
	background: #f5f1eb;
}

* html #comment-form div.form-item {
	height: 1px;
}

/*      sidebars
*****************************/
.sidebar .block {
	/*margin: 10px 0;
	padding: 10px;
	background: #fefefe url(images/feature_bg.gif) 0 0 repeat-x;
	border: 1px solid #A9A9A9;*/
}

body.sidebar-left #sidebar-left, body.two-sidebars #sidebar-left {
	margin-left: 13px;
	margin-top: -20px;
	width: 230px;
	margin-right: 0!important;
	margin-bottom: 35px;
}

body.sidebar-left #content {
	margin-left: 0!important;
	margin-right: 0!important;
	float: right;
	width: 710px!important;
}

body.sidebar-left .sidebar .block {
	/*background-color: #fefefe;*/
}

body.sidebar-left .sidebar .block-menu_block {
	background: #fefefe url(images/feature_bg.gif) 0 0 repeat-x;
	border: 1px solid #c6c6c6;
	margin-bottom: 15px;
	padding: 20px 5px 20px 20px;
}

body.sidebar-left .sidebar .block-menu_block a {
	display: inline;
}

body.sidebar-left .sidebar .block-menu_block a:hover {
	border-bottom: 1px solid #3c98fd;
	color: #3c98fd;
}

body.sidebar-left .sidebar .block-menu_block a.active {
	color: #3c98fd;
}

body.sidebar-left .sidebar .block-block {
	background-color: #3e9afd;
	border: none;
	padding: 10px 18px;
}

body.sidebar-left .sidebar .block-block h2.title {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
}

/*       special blocks  
*********************************************/
/* user-login-form  */
#user-login-form {
	padding: 0 0 0 10px;
	text-align: left;
}

.form-item {
	text-align: left;
	float:left;
	margin-top:2px;
	width:100%;
}

/*   box => box.tpl.php   */
.box {
	padding-top: 1em;
}

.block-custom_search_blocks
{
float:right;
margin-right: 10px;
}
#block-menu-menu-utilities{
float:left;
padding:0 0 0 20px;
}


#custom-search-blocks-form {
	width: 180px;
}
#edit-custom-search-blocks-form-1-wrapper {
	float: left;
	margin: 0;
	padding: 0;
}


#edit-custom-search-blocks-form-1-wrapper input {
	width: 100px;
	border: 1px solid #ccc;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	height: 20px;
	padding: 2px;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	float: left;
}

.search-form #edit-submit {
	border: 0px none;
	background-color: #ff9622;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	height: 22px;
	padding: 2px;
	font-size: 13px;
	line-height: 13px;
	cursor: pointer;
	margin: 0;
	float: left;
	width: 60px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: relative;
	top: 2px;
}

.block-custom_search_blocks .form-item {
	width:120px;
	margin: 0;
	padding: 0;
}

#block-menu-menu-zayo-companies
{
float:left;
}
#block-menu-menu-zayo-companies a{
	/*color:#ddd;*/
/*	background:#ddd;*/
}
#f-region {
height:30px;
background:#DDD;
}

.pane-quicktabs-1
{
float:left;
}
.pane-block-1
{
float:left;
padding-right:15px;
}
.inside .panel-separator
{
display:none;
}



div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu {
margin:0;
padding:0;
}
div.admin
{
padding-top:10px;
float:left;
width:100%;
}

.footer_bottom
{
	padding-top: 5px;
	text-align:center;
}

.footer_bottom ul{
	color:#5a5a5a;
}
#block-menu-menu-footer
{
padding-bottom:15px;
text-align:center;
}
#block-menu-menu-footer div.blockcontent ul
{
	list-style:none;
	font-size:11px;
	margin:0 auto;
	width:390px;
}
#block-menu-menu-footer div.blockcontent ul li
{
	background:none;
}
#header .region-content, #top-bar .region-content, #featured .region-content, #breadcrumb-wrapper .region-content, #content-bottom .region-content, #footer .region-content {
	width: none!important;
}
#footer-left
{
width:170px !important;
float:left;
margin-left: 38px;
}
#footer-left h2
{
font-size:13px;
font-weight:bold;
color:#27669F;
}

#footer-middle-left{
width:175px !important;
float:left;
}
#footer-middle-left h2
{
font-size:13px;
font-weight:bold;
color:#2467ac;
}
#footer-middle-right
{
width:200px !important;
float:left;
}
#footer-middle-right h2
{
font-size:13px;
font-weight:bold;
color:#2467ac;
}

#footer-right
{
width:170px !important;
float: left;
/*float:right !important;*/
}
#footer-right h2
{
font-size:13px;
font-weight:bold;
color:#2467ac;
}
#footer-middle{
width:180px !important;
float:left;
}
#footer-middle h2
{
font-size:13px;
font-weight:bold;
color:#2467ac;
}

#footer ul.menu {
	padding-left: 8px;
}

/* date 31-05-2010*/

#navigation {
	margin: 3px auto 0;
	width: 940px;
	position: relative;
}


#block-nice_menus-1, #block-nice_menus-2, #block-nice_menus-3, #block-nice_menus-4, #block-nice_menus-5, #block-nice_menus-6 {
	/*width: 940px;
	position:absolute;*/
	position: relative;
	float: right;
	height: 30px;
	top:15px;
	z-index:999;
	/*background:#ff9622;*/
}

ul.nice-menu-down .menuparent a {
	padding-right:12px;
	padding-left: 12px;
	font-size: 13px;
}

ul.nice-menu-down li.menuparent, #header-region ul.nice-menu-down li.menuparent {
	background:transparent;
}

ul.nice-menu-down li {
	border-top: 0px none;
}

ul.nice-menu-down li {
	border: 3px solid blue;
}

ul.nice-menu li {
	background-color:transparent;
	background-image:none;
	border-color: transparent;
	border-right: 0px none;
	border-style:none solid solid;
	border-width:0;
	float:left;
	margin:0;
	padding-left:0;
}


ul.nice-menu a {
	display:block;
	padding: 10px 18px;
}

ul.nice-menu-down {
	background-color: #ff9622;
	padding: 0;
	margin: 0;
	border:0 none;
	float:right;
	width:747px!important;
	height: 36px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}

.zb-front-1
{
float:left;
padding-right:10px;
}
.zb-front-2
{
float:left;
}
.zb-front-3
{
float:left;
}
.zb-front-4
{
float:right;
}
.pane-block-4,.pane-block-5,.pane-block-6,
.pane-block-8,.pane-block-9,.pane-block-10,
.pane-block-12,.pane-block-13,.pane-block-14, 
.panel-col-middle .panel-pane, .panel-col-middle .pane-block
{
float:left;
width:218px;
padding-right:20px;
padding-top:15px;
}
.pane-block-16,.pane-block-17, .pane-block-18, .pane-block-4, .pane-block-5, .pane-block-6, .panel-col-middle .panel-pane, .panel-col-middle .pane-block
{
float:left;
width:266px;
margin: 10px 35px 12px 0px;
padding: 10px;
border: 1px solid #a9a9a9;
background: #fff url(images/feature_bg.gif) 0 0 repeat-x;
min-height: 90px;
height: 90px;

}

.pane-block-16 h2,.pane-block-17 h2, .pane-block-18 h2, .pane-block-4 h2, .pane-block-5 h2, .pane-block-6 h2, .panel-col-middle .pane-block h2 {
	color: #27669F;
	margin-bottom: 10px;
}

.pane-block-16 .pane-content,.pane-block-17 .pane-content, .pane-block-18 .pane-content, .pane-block-4 .pane-content, .pane-block-5 .pane-content, .pane-block-6 .pane-content {
	line-height: 1.5em;
}

 .pane-block-18, .pane-block-6, .pane-block-14, .pane-block-10 {
	margin-right: 0px!important;
}

.panel-col-middle {
	margin-bottom: 20px;
	/*height: 145px;*/
}

.panel-col-middle .inside {
	margin-left: 0px;
}

.pane-block-7,.pane-block-11,.pane-block-15,.pane-block-19,.pane-charts
{
float:right;
width:225px;
padding-top:15px;
}

.views-field-title .field-content, .quicktabs_tabpage h2.title {
	color: #27669e;
	font-size: 1.4em;
	font-weight: bold;
	width: 100%;
}

#quicktabs_tabpage_3_0 h2 {
	line-height: 1px;
	display: none;
}

#zayo-map .pane-content map {
	display: none;
}
#webform-component-name input
.webform-client-form input
{
width:150px;
display:inline;
}
#webform-component-name label,
.webform-client-form label
{
width:150px;
float:left;
}
.webform-client-form textarea
{
float:left;
width:200px;
}

/* date 02-06-2010*/
#contactform-addresses
{
width:280px;
float:right;
padding: 20px 0 0 0;

}
.webform-client-form
{
width:400px;
float:left;
padding:20px 0 0 0;
}
.postlinks,.submitted
{
width:100%;
float:left;
}



/* added date 04-06-2010*/

#quicktabs_container_1
{
padding:0 !important;
}

/** IMCE Custom Styles **/
#imce-content * #file-preview a img /* resize preview image so it fits in window */
  {
    height: 200px;
    width: auto;
  }
#log-prv-wrapper
  {
    height: 210px
  }
#imce-content * #log-resizer, #imce-content * #log-wrapper, #help-box /* hide stuff i don't want to show */
  {
    display: none;
  }
.x-resizer
  {
    width: 5px;
  }
.y-resizer
  {
    height: 5px;
  }

  #imce-content ul.secondary a {
  background-color:#E2DFD6;
  border-top:1px solid #CDCBC5;
  border-left:1px solid #CDCBC5;
  border-right:1px solid #888785;
  border-bottom:1px solid #888785;
  padding: 3px 8px;
  color:#000000;
}

#imce-content #op-items {
  min-height:25px;
}

#imce-content #op-item-undefined a {
  background-color:#EFD600;
  font-weight:bold;
}

/* Hide log clear link by making it white (not great) */
a#log-clearer {
  color:#FFFFFF;
}

/* date 15-06-2010*/
#sidebar-left
{
margin-right:200px !important;
}

#edit-field-address-search-openlayers-wkt-wrapper,
#block-formblock-property_report .olLayerGoogleCopyright,
#block-formblock-property_report .logocontrol,
#block-formblock-property_report .olControlNavigationItemActive,
#block-formblock-property_report .olControlDrawFeaturePointItemInactive,
#views-exposed-form-regional-map-page-1
/*#openlayers-cck-widget-map-field_address_search_OpenLayers_ViewPort*/ {
    display:none;
}


#block-block-2
{
width:30%;
float:right;
}

#block-block-2 .blockcontent p {
	font-size: 0.8em;
	text-align: left;
	font-style: italic;
	line-height: 16px;
}
#block-menu-menu-footer
{
width:35%;
float:left;
}
#block-block-3
{
width:30%;
float:left;
}

.footer_bottom #block-block-3 p {
	font-size: .7em;
	font-weight: bold;
}
#block-block-22 {
	width:100%;
	margin-top: 0;
	float:right;
	text-align: right;
	padding-right: 17px;
}

#block-block-22 img {
	height: 40px!important;
	width: 40px!important;
	margin: 0 10px;
}

.footer_bottom .block {
	margin-top: 5px;
}

#block-formblock-property_report .form-region-main {
    width:100%;
}

.views-showcase-content-container {
	margin: 11px 0 0 8px;
}

div.item-list ul.views-showcase-big-panel img {
	width: 925px;
}

.views-showcase-big-panel li {
	width: 925px!important;
}

#nice-menu-1 a, #nice-menu-2 a, #nice-menu-3 a, #nice-menu-4 a, #nice-menu-5 a, #nice-menu-6 a, #nice-menu-7 a, #nice-menu-8 a, .nice-menu a {
	color: #fff;
}

#nice-menu-1 a:hover, #nice-menu-2 a:hover, .nice-menu a:hover {
	color: #000!important;
	
}

ul.nice-menu-down li.menuparent:hover, ul.nice-menu-down li.over, #header-region ul.nice-menu-down li.menuparent:hover, #header-region ul.nice-menu-down li.over, ul.nice-menu-down li.menuparent, #header-region ul.nice-menu-down li.menuparent {
	background: transparent;
}

ul.nice-menu ul, #header-region ul.nice-menu ul {
	/*position: relative;*/
	border: 0 none;
	top:36px;
	background-color: #919396;
	/*z-index: 100;*/
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 4px;
	
}

ul.nice-menu li ul li ul {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul.nice-menu-down li li.menuparent:hover, ul.nice-menu-down li li.over, #header-region ul.nice-menu-down li li.menuparent:hover, #header-region ul.nice-menu-down li li.over {
background-color: transparent!important;
}

ul.nice-menu-down li li.menuparent, #header-region ul.nice-menu-down li li.menuparent  {
background-color: transparent!important;
}


.quicktabs_wrapper.quicktabs-style-navlist  {
	border:1px solid #A8A8A8;
	display:block;
	float:left;
	margin:0;
	width:500px;
	height: 297px;
	overflow: hidden;
}

.panel-2col-bricks .panel-col-last .inside {
	margin: 0;
}

#zayo-map {
	border: 1px solid #A8A8A8;
	height: 297px;
}

#zayo-map h3 {
	text-align: right;
	color: #27669f;
	margin: 5px 0 0 0;
	padding-right: 5px;
	font-size: 1.4em
}

.panel-2col-bricks .panel-col-first {
	width:525px;
}

.panel-2col-bricks .center-wrapper .panel-col-last {
	width:410px;
}

.panel-2col-bricks .center-wrapper .panel-col-last:first-child {
	border: none;
}

ul.quicktabs_tabs.quicktabs-style-navlist  {
	float:left;
	margin:0;
	margin-top: 1px;
	width:185px;
}

ul.quicktabs_tabs.quicktabs-style-navlist li a {
	height: 30px;
	margin: 7px 0 0;
}

ul.quicktabs_tabs.quicktabs-style-navlist li.active {
	background: transparent url(link-active.gif) no-repeat scroll right top;
	margin-left: 0;
	width: 170px;
	margin-top: 0;
}

ul.quicktabs_tabs.quicktabs-style-navlist li {
	width: 147px;
}

.quicktabs_main.quicktabs-style-navlist  {
float:left;
margin-left:0px;
padding:5px 10px;
width:270px;
line-height: 19px;
}

.views-field-field-image-fid {
	float: right;
	margin: 0 0 10px 10px;
}

.center-wrapper {
	clear: both;
}

div.item-list ul.views-showcase-big-panel, div.item-list ul.views-showcase-mini-list  {
position:relative;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
}

#footer ul.menu li {
	background: transparent;
	float:none;
	padding:0 0 0 6px;
}

#footer #block-menu-menu-footer li{
	float: left;
	padding: 0 0 0 10px;
}

#content .node p img {
	padding: 5px;
	margin: 5px;
	background-color: #fefefe;
}

.view-id-regional_map {
	margin-top: 25px;
}
