img {
margin: 0;
padding: 0;
display:block;
}

/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
* {
	margin: 0;
	padding: 0;
	border: none;
	border-width: 0;
}

body {
	font-family: segoe, sans-serif;
	text-align : center;
	min-width : 740px;
	padding : 0;
	margin : 0;
	background-color : #000;
	font-size:10px;
}
#wrapper {
text-align : left;
width : 900px;
margin-left : auto;
margin-right : auto;
padding : 0;
background-color : #ffffff;
}
#container {
	width : 900px;
	background-color:#FFFFFF;
	background-image: url(../images/content_bg2.jpg);
	background-position: 0% 70%;
	background-repeat: no-repeat;
}
/*-- TOP NAV START  --*/
#verytop {
width:900px;
height: 27px;
background-image:url(../images/verytop.jpg);
background-repeat:no-repeat;
background-color: #363636;
}

#vtopnav {
	float:right;
	display:inline;
	width: 300px;
	height: 27px;
	margin-top: 0px;
	margin-right: 41px;
	text-align:center;
}


#vtopnav ul {
list-style : none;
padding : 0px;
margin : 0;
font-family : Arial, Helvetica, sans-serif;
}
#vtopnav li {
font-family : Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight: bold;
list-style : none;
display:inline;
float : left;
height : 27px;
line-height: 27px;
padding : 0px 2px 0px 2px;
margin: 0px;
}
#vtopnav li a {
font-family : Arial, Helvetica, sans-serif;
display : inline;
float : left;
color : #ffffff;
font-size : 11px;
font-weight : bold;
text-decoration : none;
padding : 0px 5px 0px 2px;
margin : 0px;
height: 27px;
}
#vtopnav li a:hover {
font-family : Arial, Helvetica, sans-serif;
color: #f0a205;
list-style : none;
display : inline;
float : left;
height : 27px;
line-height: 27px;
padding : 0px 5px 0px 2px;
margin: 0px;
}

/*-- TOP NAV END --*/

#header {
	background-color : #f0a205;
	width : 900px;
	height : 103px;
	background-image:url(../images/headerbg.jpg);
}

/*
MAIN NAV STARTS HERE Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#menuwrapper {
	height:29px;
	position:relative;
	z-index: 100;
	width: 510px;
	float: right;
	display: inline;
	margin-top: 75px;
	margin-right: 11px;
	background-color: #909090;
	background-image: url(../images/mainnav_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	background-image:url(../images/mainnav_rest.jpg);
	background-repeat:repeat-x;
	margin: 1px 1px 1px 1px;
	padding: 7px 0px 7px 0px;
	font-size: 10px;
	width: 98px;
	color: #000000;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#p7menubar a.trigger {
	background-image:url(../images/mainnav_rest.jpg);
	background-repeat:repeat-x;
	margin: 1px 1px 1px 1px;
	padding: 7px 0px 7px 0px;
	width: 100px;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
	float: left;
	width: 100px;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li  {
	width: 100px;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#p7menubar ul li a  {
	color: #31beec;
	border-right: 0;
	padding: 3px 0px 3px 0px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #ffffff;
	background-color: #31beec;
	background-image:url(../images/mainnav_over.jpg);
	background-repeat:repeat-x;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
		background-image:url(../images/mainnav_rest.jpg);
	background-repeat:repeat-x;
	background-color: transparent;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
	color: #FFFFFF!important;
	background-image:url(../images/mainnav_over.jpg);
	background-repeat:repeat-x;
	background-color: transparent;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}

/*-- END OF MAIN NAV  --*/

#banner {
height : 161px;
z-index: 0;
width: 817px;
position : relative;
margin : 15px 41px 20px 42px;
padding : 0;
}

#contentcushion {
width: 899px;
height: 30px;
}

#content {
	clear: both;
	width : 900px;
	min-height: 300px;
	margin : 0;
	padding : 0;
	background-color: #ffffff;
}


#content .inner {
	float: left;
	display: inline;
	margin: 0px 30px 10px 41px;
height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
min-height:300px;  
height:300px;/*Should have the same value as the min height above*/  
	background-color: #ffffff;
	width: 548px;	

}

#content .inner h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color:#e57616;
}

#content .inner h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	color:#4f4f4f;
	margin-bottom: 10px;
}
#content .inner h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#4f4f4f;
	text-transform: uppercase;
}

#content .inner h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#4f4f4f;
	margin-bottom: 10px;
}

#content .innerwide {
	float: left;
	display: inline;
	margin: 0px 30px 10px 41px;
height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
min-height:900px;  
height:300px;/*Should have the same value as the min height above*/  
	background-color: #ffffff;
	width: 548px;	

}

#content .innerwide h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color:#e57616;
}

#content .innerwide h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	color:#4f4f4f;
	margin-bottom: 10px;
}
#content .innerwide h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#4f4f4f;
	text-transform: uppercase;
}

#content .innerwide h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#4f4f4f;
	margin-bottom: 10px;
}

#content .greybar {
width: 100%;
height:1px;
border-bottom:#C0C0C0 2px dashed;
margin-top: 10px;
margin-bottom: 15px;
}

#content .inner p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#6E6E6E;
	margin-top: 10px;
}

#content .innerwide {
	float: left;
	display: inline;
	margin: 0px 30px 10px 41px;
height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
min-height:300px;  
height:300px;/*Should have the same value as the min height above*/  
	background-color: #ffffff;
	width: 800px;	

}

#content .innerwide h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color:#e57616;
}

#content .innerwide h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	color:#4f4f4f;
	margin-bottom: 10px;
}
#content .innerwide h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#4f4f4f;
	text-transform: uppercase;
}

#content .innerwide h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#4f4f4f;
	margin-bottom: 10px;
}

#content .innerwide p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	line-height: 14px;
	color:#6E6E6E;
	margin-bottom: 10px;
}

#content .innerwide ul {
margin-bottom: 15px;
}

#pictureleft {
clear : both;
text-align : center;
float : left;
margin : 0px 15px 15px 0px;
font-size : 9px;
border: 1px solid #999999;
padding: 0px;
}

#content .clear {
clear:both;
}

#content .inner li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 148px;
	color:#333333;
	list-style-type: disc;

}

#content .inner p A:link, A:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#0000ff;
margin-bottom: 10px;
}

#content .inner p A:active, A:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#e57616;
margin-bottom: 10px;
}


#content .innerwide li A:link, A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0000ff;
	margin-bottom: 10px;
}



#content .innerwide li A:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#e57616;
margin-bottom: 10px;
}

#content .innerwide li A:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#e57616;
margin-bottom: 10px;
}


#content .inner .smallmarg li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 40px;
	color:#333333;
	list-style-type: disc;

}

#content .homeservices {
width: 160px;
float:left;
display:inline;
margin-bottom: 20px;
padding:10px;
}

#content .homeservices p {
color:#fff!important;
}

#content .companybio {
	width: 240px;
	height: 160px;
	float:left;
	text-align:left;
	display:inline;
	margin:0px 12px 20px 0px;
	background-color:#FEDF98;
	border: solid 2px #E57616;
	padding: 5px;
}

#picturestaff {
clear : both;
text-align : center;
float : left;
margin : 0px 10px 70px 0px;
font-size : 9px;
border: 1px solid #999999;
padding: 0px;
}

#rightcolumn {
float: right;
display: inline;
width: 236px;
height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
min-height:350px;  
height:350px;/*Should have the same value as the min height above*/  
background-color: #1b5a86;
border: #b2b2b2 solid 1px;
margin-right: 41px;
margin-bottom: 20px;
}
#rightcolumn .inner {
	display: inline;
	margin: 10px;
	min-height: 300px;
	width: 216px;
	background-color: #1b5a86;
}

#rightcolumn .inner h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
color:#e57616;
text-transform:uppercase;
margin-bottom: 18px;
}

#rightcolumn .inner h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#7B9402;
}

#rightcolumn .inner p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style:italic;
color:#ffffff;
}

#rightcolumn .inner h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style:normal;
margin-top: 10px;
margin-bottom: 15px;
color:#ffffff;
}

#rightcolumn .inner li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 40px;
	color:#333333;
	list-style-type: disc;

}

/* start rightcolumn contact */

#rightcolumnc {
float: right;
display: inline;
width: 236px;
height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
min-height:450px;  
height:450px;/*Should have the same value as the min height above*/  
background-color: #a15109;
border: #b2b2b2 solid 1px;
margin-right: 41px;
margin-bottom: 20px;
}

#rightcolumnc .wtf {
width: 200px;
	min-height: 300px;
margin: 10px;
background-color:#a15109;
}

#rightcolumnc #inner {
	display: inline;
	margin: 10px;
	min-height: 300px;
	width: 50px;
	background-color: #a15109;
}

#rightcolumnc .wtf h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
color:#e57616;
text-transform:uppercase;
margin-bottom: 18px;
}

#rightcolumnc .wtf h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#7B9402;
}

#rightcolumnc .wtf p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-bottom: 10px;
color:#ffffff;
}

#rightcolumnc .wtf h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style:normal;
margin-top: 10px;
margin-bottom: 15px;
color:#ffffff;
}

#rightcolumnc .wtf li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 40px;
	color:#333333;
	list-style-type: disc;

}

#rightcolumnc .wtf p a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#ffffff;
}

#rightcolumnc .wtf p a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: underline;
color:#000000;
}

/* end rightcolumn contact */

#pictureright {
clear : both;
text-align : center;
float : right;
margin : 0px 0 15px 20px;
font-size : 9px;
border : 1px solid #666666;
padding : 2px 2px 2px 2px;
}

/*-- start of contact form  --*/

.contact {
width:218px;
float:left;
margin: 0px 0px 0px 0px;
padding:0px;
display:inline;
}
.form {
	width: 400px;
	float: left;
	margin: 0px 10px 20px 50px; 
	margin-bottom: 50px;
	border:solid 1px #84922d;
	display:inline;
}

#over .error {
color:#FF0000;
}

#captcha {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #e1e1e1;
width:200px;
margin:2px 0 20px 10px;
}

.form label{
display:block;
font-weight:normal;
text-align:right;
width:95px;
float:left;
}
.formp{
display:block;
font-weight:normal;
font-size:10px;
text-align:left;
text-transform:uppercase;
line-height: 10px;
width:275px;
float:left;
margin-left: 10px;
padding-left: 10px;
}
.form .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:95px;
}
.form input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #e1e1e1;
width:280px;
margin:2px 0 20px 10px;
background-color: #fff;
color:#6c7728;
}

textarea {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #e1e1e1;
width:280px;
margin:2px 0 20px 10px;
background-color: #ffffff;
color: #af8c30;
}
.form .button {
	float:right;
	font-size:12px;
	padding:0px 2px;
	width:85px;
	height:33px;
	margin:0px 10px 40px 10px;
	background-color: #ffffff;
	color: #6c7728;
	border: none;
	background-image: url(../images/form_submitbg.jpg);
	background-repeat:no-repeat;
}

.contactsignup {
float: right;
margin-top: 300px;
padding: 7px 19px 14px 0px;
height: 161px;
text-align:center;
background:url(../images/signupbg.jpg) no-repeat;
width: 170px;
}

.contactsignup h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#FFFFFF;
margin: 7px 0px 7px 0px;
}

.contactsignup h5 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 10px;
margin-bottom: 8px;
font-weight: bold;
color:#FFFFFF;
}

/*-- end of contact form  --*/

#footer {
	clear : both;
	text-align: center;
	width : 900px;
	height : 33px;
	background-color : #FF8F23;
	margin : 30px 0px 0px 0px;
	padding : 0;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
}

#left {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

}

#right {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 60px 15px 20px; /* padding keeps the content of the div away from the edges */

}

#center { 
	margin: 0 200px 0px 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width: 250px;
	padding: 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.inner input {
border:#dddddd 1px solid;
}

.inner select {
border:#dddddd 1px solid;
}

/*-- footer nav start  --*/
#bottomnav {
      width:100%;
font : 9px verdana;
      line-height:normal;

	  }
	  
#bottomnav ul {
	margin:0;
	padding:10px 10px 0 130px;
	list-style:none;
      }
	  
#bottomnav li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
#bottomnav a {
      float:left;
      margin:0;
      padding:0 4px 0 4px;
      text-decoration:none;
	  	  color:#000000;
      }

#bottomnav a:hover {
	  color:#ffffff;
      }


/*-- footer nav end  --*/

#subfooter {
	clear : both;
	text-align: center;
	width : 900px;
	height : 45px;
	background-color : #000;
	margin : 0;
	padding : 0;

}



#subfooter .inner {
padding : 10px;
background-color : #cc9900;
}
#subfooter .footerlinks {
font : 8px verdana;
color : #ffffff;
padding-top : 20px;
}
#subfooter .footerlinks a {
text-decoration : none;
color : #FFFFFF;
margin : 0 3px;
}
#subfooter .footerlinks a:hover {
font: 12px verdana;
text-decoration : none;
color : #FFFFFF;
}

/*-- LIGHTBOX AND GALLERY CSS --*/

.portfoliothumb {
width : 84px;
height : 84px;
padding : 2px;
border : 1px solid #FF8C21;
margin : 20px 5px 5px 5px;
float : left;
}

.portfoliothumb2 {
visibility:hidden;
width : 84px;
height : 84px;
padding : 2px;
border : 1px solid #ff0000;
margin : 10px;
float : left;
}
.portfoliothumb img {
border : none;
padding : 2px 2px 2px 2px;
}
#lightbox {
position : absolute;
left : 0;
width : 100%;
z-index : 100;
text-align : center;
line-height : 0;
}
#lightbox img {
width : auto;
height : auto;
}
#lightbox a img {
border : none;
}
#outerImageContainer {
position : relative;
background-color : #FF8C21;
width : 250px;
height : 250px;
margin : 0 auto;
}
#imageContainer {
padding : 10px;
}
#loading {
position : absolute;
top : 40%;
left : 0%;
height : 25%;
width : 100%;
text-align : center;
line-height : 0;
}
#hoverNav {
position : absolute;
top : 0;
left : 0;
height : 100%;
width : 100%;
z-index : 10;
}
#imageContainer > #hoverNav {
left : 0;
}
#hoverNav a {
outline : none;
}
#prevLink, #nextLink {
width : 49%;
height : 100%;
display : block;
}
#prevLink {
left : 0;
float : left;
background : url(../images/prevlabel.gif) no-repeat left 15%;
}
#nextLink {
right : 0;
float : right;
background : url(../images/nextlabel.gif) no-repeat right 15%;
}
#prevLink:hover, #prevLink:visited:hover {
background : url(../images/prevlabel.gif) no-repeat left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
background : url(../images/nextlabel.gif) no-repeat right 15%;
}
#imageDataContainer {
font : 10px Verdana, Helvetica, sans-serif;
background-color : #FF8C21;
margin : 0 auto;
line-height : 1.4em;
overflow : auto;
width : 100%;
}
#imageData {
padding : 0 10px;
color : #ffffff;
}
#imageData #imageDetails {
width : 70%;
float : left;
text-align : left;
}
#imageData #caption {
font-weight : bold;
}
#imageData #numberDisplay {
display : block;
clear : left;
padding-bottom : 1em;
}
#imageData #bottomNavClose {
width : 66px;
float : right;
padding-bottom : 0.7em;
outline : none;
}
#overlay {
position : absolute;
top : 0;
left : 0;
z-index : 90;
width : 100%;
height : 500px;
background-color : #572C04;
}

/*-- END OF LIGHTBOX CSS--*/

.service-home
{
	background-image:url(../images/background_services.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	overflow:hidden;
}

.service-home a:link, .service-home a:visited, .service-home a:active
{
	background-color:#fe8417;
	border:2px solid #b3b3b3; 
	color:#fff!important;
	font-size:10px!important;
	padding:5px;
	text-decoration:none!important;
}

.service-home a:hover
{
	background-color:#cf680b;
	border:2px solid #b3b3b3; 
	color:#fff!important;
	font-size:10px!important;
	padding:5px;
	text-decoration:none!important;	
}


.service-home h2
{
	color:#ed7615!important;
	font-size:16px!important;
}
