﻿/* *************************** 
  Site - Grant Elevators
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
}
.imageleft {
	float:left;
    	margin:0 10px 0 0; 
	display: inline;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_body.gif');
    text-align:center;
    padding:30px 0;
}
#container {
	width:950px;
    margin:auto;
    text-align:left;
	/*font-size:75%;*/
    color:#333333;
	font-size:12px;
    font-family:Geneva, "Trebuchet MS", Tahoma, Verdana, Arial;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:950px;
    width/**/:/**/ 896px;
    background:#FFFFFF url('http://www.dalmanet.com/web/files/dalmanet/images/bg_header.gif') no-repeat 50% top;
    padding-bottom:20px;
    float:left;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 0;
}
#header .links {
	width:895px;
    height:45px;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_header_ul.gif') repeat-x;
    font-weight:bold;
    padding-left:15px;
    width/**/:/**/ 880px;
}
#header .links li {
	display:block;
    float:left;
    color:#ffffff;
	padding-right: 0px;
	padding-left: 0px;
}
#header .links li a {
	color:#ffffff;
    text-decoration:none;
	background: url('http://www.dalmanet.com/web/files/dalmanet/images/bg_header_li.gif') no-repeat right center;
	display:block;
    height:45px;
    padding:15px 15px 12px 15px;
    height/**/:/**/ 18px;
    float:left;
}
#header .links li a:hover {
	color:#FFFFFF;
    text-decoration:none;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_header_li_hover.gif') repeat-x;
}
#header .topmenu_spacer {
	padding-top:15px;
}

#header .last li a { 
	background-image: none !important;
}

#header .links a.active {
	color:#FFFFFF;
    text-decoration:none;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_header_li_hover.gif') repeat-x;
}

#header .links a.home { 
	color:#ffffff;
    text-decoration:none;
        background: url('http://www.dalmanet.com/web/files/dalmanet/images/bg_header_li.gif') no-repeat right center;
        }

#homeflash {
	float:left;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:950px;
    padding:0 27px;
    width/**/:/**/ 896px;
    background:#FFFFFF;
    float:left;
}

#content p { 
	/* padding-bottom: 10px; */
}

#homecontent {
	width:625px;
    float:left;
}
#homecontent .section {
	width:625px;
    float:left;
    margin-bottom:20px;
}
#homecontent .section.last {
    margin-bottom:5px;
}
#homecontent .section h2 {
	text-transform: uppercase;
	width:625px;
    height:33px;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_homesection_heading.jpg') no-repeat;
    color:#FFFFFF;
    font-size:1.333em;
    padding:6px 0 0 10px;
    width/**/:/**/ 617px;
    height/**/:/**/ 27px;
    margin-bottom:2px;
}
#homecontent .section h2.greenbg {
	background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_homesection_greenheading.jpg') no-repeat;
}
#homecontent .section .section_content {
	width:625px;
    padding-top:0px;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_sectioncontent_top.gif') no-repeat 50% top;
}
#homecontent .section .section_content .inner {
	width:625px;
    float:left;
    padding:8px 10px 10px 10px;
    width/**/:/**/ 605px;
    background:#e3e3e3 url('http://www.dalmanet.com/web/files/dalmanet/images/bg_sectioncontent_bottom.gif') no-repeat 50% bottom;
}

#homecontent .section_contenttext {
    /*width:440px;*/
    float:right;
    font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
    /*font-size:0.916em;*/
    font-size: 12px;
    color:#333333;
}

#homecontent .section_contenttext h3 {
	color:#1C7FB6;
    font-size:1.25em;
    font-weight:bold;
	text-decoration:none;
}
#homecontent .section_contenttext p {
	margin:10px 0;
    line-height:14px;
}
.button {
	height:15px;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_button_greenleft.gif') no-repeat left 50%;
    display:block;
    float:left;
    margin-top:10px;
}
.button span {
	height:15px;
    padding:0px 10px 3px 10px;
    height/**/:/**/ 10px;
    display:block;
    float:left;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_button_greenright.gif') no-repeat right 50%;
}
.button a, .button a:hover {
	color:#ffffff;
    text-decoration:none;
	font-family:"Trebuchet MS",Tahoma,Verdana,Arial;
    font-size:0.916em;
	font-weight:bold;
}

#innerpagecontent {
	width:896px;
    padding:20px 27px;
    width/**/:/**/ 842px;
    background:#F1F1F1;
    float:left;
}
#innerpagecontent_inner {
	width:842px;
    float:left;
	background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_innerpagecontent.gif') repeat-y left 50%;
}
#innerpagecontent_inner2 {
	width:842px;
    float:left;
	background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_innerpagecontent2.gif') no-repeat left bottom;
}
#maincontent {
	width:661px;
    float:right;
}
#maincontent .section {
	width:661px;
    float:left;
    margin-bottom:20px;
}
#maincontent .section.last {
    margin-bottom:5px;
}
#maincontent .section h2 {
	width:661px;
    height:23px;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_section_heading.jpg') no-repeat;
    color:#FFFFFF;
    font-size:1.333em;
    padding:1px 0 0 10px;
    width/**/:/**/ 651px;
    height/**/:/**/ 22px;
    margin-bottom:10px;
}
#maincontent .section .section_content {
	width:661px;
    padding-top:0px;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_sectioncontent_top.gif') no-repeat 50% top;
}
#maincontent .section .section_content .inner {
	display:inline;
	width:661px;
    float:left;
    padding:8px 10px 10px 10px;
    width/**/:/**/ 641px;
    background:#e3e3e3 url('http://www.dalmanet.com/web/files/dalmanet/images/bg_sectioncontent_bottom.gif') no-repeat 50% bottom;
}
#maincontent .section_contenttext {
	width:635px;
    float:right;
    font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
}
#maincontent .section_contenttext h3 {
	color:#1C7FB6;
    font-size:1.25em;
    font-weight:bold;
}
#maincontent .section_contenttext p {
	margin:10px 0;
    line-height:14px;
	padding-bottom:5px;
    /*font-size:0.916em;*/
    font-size:12px;
    color:#333333;
}

.pdfs {
	margin:30px 0pt;
	padding:15px;
	border:1px solid #999999;
}

span.pdfs-title { 
	color:#1C7FB6;
	background:#e3e3e3 none repeat scroll 0%;
	display:block;
	float:left;
	font-size:120%;
	font-weight:bold;
	margin-top:-24px;
	padding:0pt 8px;
}

.field-label { 
	display: none;
}

ul.check li {
        /* background: see style css */
        padding-bottom: 10px;
        padding-left: 20px;
        background: url('http://www.dalmanet.com/web/files/dalmanet/images/check.png') no-repeat 0 0;
}




/* *************************** 
   $5 Sidebar Styles
   ***************************/
#homesidebar {
	width:249px;
    float:right;
}
.sidebarbox {
	width:249px;
    float:left;
    padding-bottom:2px;
    margin-bottom:20px;
    background:#e9e9e9 url('http://www.dalmanet.com/web/files/dalmanet/images/bg_sidebox_bottom.gif') no-repeat;
}
.sidebarbox h2 {
	width:249px;
    height:33px;
    padding:7px 0 0 10px;
    width/**/:/**/ 239px;
    height/**/:/**/ 26px;
    color:#FFFFFF;
    font-size:1.25em;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_homesidebar_heading.jpg') no-repeat;
}
.sidebarbox h2.darkheading {
	color:#202020;
}
.sidebarbox_inner {
	width:249px;
	padding:8px 10px 10px 10px;
    width/**/:/**/ 229px;
    float:left;
}
.sidebarbox_inner p {
	margin:0 0 6px 0;
    line-height:14px;
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
    /*font-size:0.916em;*/
    font-size:12px;
    color:#333333;
}
.sidebarbox_inner p.arrow {
	background:url('http://www.dalmanet.com/web/files/dalmanet/images/icon_arrow.gif') no-repeat 0 6px;
    padding-left:6px;
	padding-bottom: 0px;
}
.sidebarbox_inner p span.date {
	color:#666666;
    display:block;
}
.sidebarbox_image {
	width:229px;
    float:left;
	padding-bottom:6px;
	margin-bottom:5px;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_sidebox_line.gif') repeat-x 50% bottom;
}
#sidebar {
	width:161px;
    float:left;
}
#sidebar ul {
	padding-left: 0px;
	padding-bottom:10px;
    /* background:url(/files/dalmanet/images/bg_sidebar_ul.gif) bottom no-repeat; */
	list-style: none;
}

#sidebar li {
	padding: 0px;
}

#sidebar li a {
	width:161px;
    height:26px;
    display:block;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_sidebar_li.jpg');
    padding:4px 0 0 20px;
    width/**/:/**/ 141px;
    height/**/:/**/ 22px;
    margin-bottom:1px;
}
#sidebar li a:hover {
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_sidebar_lihover.jpg');
    text-decoration:none;
    color:#FFFFFF;
}

#sidebar .active { 
	color:#FFFFFF;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_sidebar_lihover.jpg');
}


.greybutton {
	float:right;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_button_greyleft.gif') no-repeat left 50%;
} 
.greybutton span {
	float:left;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_button_greyright.gif') no-repeat right 50%;
    color:#FFFFFF;
    padding:1px 10px;
}
.greybutton a, .greybutton a:hover {
	color:#FFFFFF;
    text-decoration:none;
    font-size:0.866em;
}

#contact_block { 
        color: #333333;
}

#contact_block h3 {
        background: none;
	color: #63a008;
        font-size: 9pt;
}

#contact_block h4 {
        margin: 0;
        background: none;
        color: #8bc809;
        font-size: 9pt;
}

#contact_block h5 {
        margin: 0;
        background: none;
        color: #63a008;
        font-size: 9pt;
}

/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:950px;
    padding:18px 0 13px 0;
    background:url('http://www.dalmanet.com/web/files/dalmanet/images/bg_footer.gif') no-repeat;
    text-align:center;
    font-size:0.916em;
    float:left;
}
#footer #footer_greytext {
	color:#7a7a7a;
}


/* ***************************
   $7 Drupal Styles
   ***************************/

.block-menu h2 { display:none; }
.block-user h2 { display:none; }

ul.menu {
	padding: 0;
	list-style: none;
}

.menu .expanded, .menu .collapsed, .menu .leaf{
padding: 0px;
margin: 0px;
list-style-type: none;
list-style-image:none;
} 

/* ***************************
   $8 CSS Dropshadow Styles
   ***************************/

.outerpair1 {
	background: url('http://www.dalmanet.com/web/files/dalmanet/images/upperrightfade.png') no-repeat right top;
} 
/* .outerpair1 must be given a width contraint, via either a width, 
or by floating or absolute positioning. In this demo these are 
applied from the second class name on the .outerpair1 DIV's.
This box also has one of the corner .png's. */


.outerpair2 {
	background: url('http://www.dalmanet.com/web/files/dalmanet/images/lowerleftfade.png') no-repeat left bottom;
	padding-top: 8px;
	padding-left: 8px;
}
/* .outerpair2 has padding equal to the shadow 
thickness, and also has one of the corner .png's */ 


.shadowbox {
	background: url('http://www.dalmanet.com/web/files/dalmanet/images/shadow.png') right bottom;
}
/* .shadowbox holds the main shadow .png */ 


.innerbox {
	position: relative;
	left: -8px;
	top: -8px;
}
/* .innerbox is made "relative" and is "pulled" up and to 
the left, by a distance equal to the thickness of the shadow.
Because this is a relative-based shift, the box retains its
exact dimensions without change. */


.shadowbox img {
	border: 4px solid #fff;
	vertical-align: bottom;
}
/* Shadowed images should not be made "block" for eliminating the baseline 
space under the images, because this may trigger IE background bugs. 
Instead, use "vertical-align: bottom;" for this purpose. */



/* $9 fancybox */ 

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_progress.png') no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_closebox.png') ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_title_right.png') repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_left.gif') no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_right.gif') no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: url('http://www.dalmanet.com/web/files/dalmanet/fancy/fancy_shadow_nw.png') no-repeat;
}

