﻿html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

* {
padding: 0;
margin: 0;
}

html, body 
{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../Images/bg.jpg) repeat-x #8faebc;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: right;
}
h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
hr
{
	height: 1px;
	color: #d1d2d4;
	margin: 0;
	z-index: 50;
}
input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p
{
	padding-bottom: 15px;
	line-height: 20px;
}
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	vertical-align: text-top;
}
td a
{
	line-height: 17px;
}
th
{
	font-size: 17px;
	font-weight: bold;
	border-bottom: solid 3px #6f6f6f;
	padding: 4px 4px 4px 4px;
}
ul {
	margin: 5px 0 0px 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	list-style-type: disc;
}
ul li {
	padding: 0px 0px 10px 5px;
	list-style-type: disc;
}

/*CUSTOM STYLES*/

.black
{
	color: #000000;
}
.blue
{
	color: #343467;
}
.bodyLarge
{
	font-size: 20px;
}
.bodyMedium
{
	font-size: 15px;
}
.bodySmall
{
	font-size: 11px;
}
.bold
{
	font-weight: bold;
}
.border
{
	border: solid 1px #343467;
}

.clear
{
	clear: both;
}
.clearLeft
{
	clear: left;
}


.copyright
{
	float: left;
	padding-top: 10px;
}
.down
{
	position: relative;
	top: 3px;
}
.gray
{
	color: #d1d2d4;
}
.grayBody
{
	color: #666666;
}
hr.meet
{
	margin-top: 10px;
	margin-bottom: 20px;
}
.red
{
	color: #ff0000;
}
.required
{
	color: #ff0000;
}
.right
{
	text-align: right;
	float: right;
}
.spacer
{
	height: 2px;
}
hr.thin
{
	height: 2px;
}
hr.thick
{
	height: 4px;
}
.underline
{
	text-decoration: underline;
}
.white
{
	color:#ffffff;
}
.up
{
	position: relative;
	top: -3px;
}


/*FORMS*/

.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	background-color: #cccccc;
	border: solid 1px #6f6f6f;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.formLabel
{
	float: left;
	width: 200px;
	font-weight: bold;
	padding-bottom: 15px;
}
.formLabelDouble
{
	float: left;
	width: 400px;
	font-weight: bold;
	padding-bottom: 15px;
}
.formInput
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 180px;
}
.formTextarea
{
	position: relative;
	width: 380px;
	height: 100px;
}


/*SUBPAGE LAYOUT*/

.columnLeft
{
	float: left;
	width: 215px;
	padding: 0px 15px 0px 0px; 
}
.columnRight
{
	border-left: solid 1px #d1d2d4;
	position: relative;
	float: left;
	width: 440px;
	padding: 0px 10px 0px 15px; 
}


/*HEADER/FOOTER LAYOUT*/
#pic
{
	position: absolute;
	width: 700px;
	z-index: 0;
}
.container
{
	width: 700px;
	background-color: #ffffff;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: solid 1px #343467;
	margin-bottom: 20px;
}
.header
{
	width: 700px;
	height: 302px;
	z-index: 1;
}
.hr_double
{
	height: 40px;
	width: 700px;
	z-index: 100;
}
.body
{
	width: 717px;
	z-index: 50;
}
.footer
{
	width: 700px;
	z-index: 20;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
}
.footerItem
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	padding: 5px 5px 5px 5px;
}
.hexcontainer
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	position: absolute;
	top: 100px;
	height: 202px;
	z-index: 2;
}
.hexcontainer a
{
	color: #000000;
	text-align: center;
}
.hexheight
{
	height: 78px;
}

#hexWho
{
	position:absolute;
	left: -22px;
	height: 78px;
	width: 89px;
	z-index: 10;
}
#hexWhat
{
	position:absolute;
	left: 47px;
	top: -40px;
	height: 78px;
	width: 89px;
	z-index: 11;
}
#hexCommercial
{
	position:absolute;
	left: 47px;
	top: 40px;
	width: 89px;
	z-index: 12;
}
#hexResidential
{
	position:absolute;
	left: 116px;
	height: 78px;
	width: 89px;
	z-index: 13;
}
#hexContact
{
	position:absolute;
	left: 185px;
	top: -40px;
	height: 78px;
	width: 89px;
	z-index: 14;
}
#hex01
{
	position:absolute;
	left: -22px;
	top: 79px;
	height: 78px;
	width: 89px;
	z-index: 8;
}
#hex02
{
	position:absolute;
	left: 47px;
	top: 120px;
	height: 78px;
	width: 89px;
	z-index: 8;
}
#hex03
{
	position:absolute;
	left: 116px;
	top: 79px;
	height: 78px;
	width: 89px;
	z-index: 8;
}
#hex04
{
	position:absolute;
	left: 116px;
	top: 159px;
	height: 42px;
	width: 89px;
	z-index: 8;
}
#hex05
{
	position:absolute;
	left: 185px;
	top: 40px;
	height: 78px;
	width: 89px;
	z-index: 8;
}
#hex06
{
	position:absolute;
	left: 185px;
	top: 120px;
	height: 78px;
	width: 89px;
	z-index: 8;
}
#hex07
{
	position:absolute;
	left: 254px;
	height: 78px;
	width: 89px;
	z-index: 8;
}
.hex00
{	
	text-align: center;
	padding-top: 33px;
	display:block;
	height: 78px;
	width: 89px;
	position:relative;
	background: url(../images/hex_00.png) no-repeat 0px 0px;
}
.hex30
{	
	text-align: center;
	padding-top: 33px;
	display:block;
	height: 78px;
	width: 89px;
	position:relative;
	background: url(../images/hex_30.png) no-repeat 0px 0px;
}
.hex50
{	
	text-align: center;
	padding-top: 33px;
	display:block;
	height: 78px;
	width: 89px;
	position:relative;
	background: url(../images/hex_50.png) no-repeat 0px 0px;
}
.hexgray
{	
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	/*padding-top: 33px;*/
	display: block;
	height: 78px;
	width: 89px;
	position:relative;
	background: url(../images/hex_gray.png) no-repeat 0px 0px;
}
.hextext
{
	padding-top: 33px;
	font-weight: bold;
	text-align: center;
}
.hexgray:hover
{	
	color: #FFFFFF;
	background: url(../images/hex_blue.png) no-repeat 0px 0px;
}
.hexblue
{	
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	display:block;
	height: 78px;
	width: 89px;
	position:relative;
	background: url(../images/hex_blue.png) no-repeat 0px 0px;
}


/*LAYOUT HOME */

.containerHome
{
	width: 717px;
	background-color: #f1f9ff;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: solid 1px #343467;
}
.bodyHome
{
	width: 700px;
	height: 478px;
	z-index: 50;
}
.hr_double_home
{
	height: 74px;
	width: 717px;
}
.hexcontainerHome
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	position: absolute;
	top: 100px;
	z-index: 2;
}

.hextextHome
{
	font-size: 14px;
	padding-top: 145px;
	font-weight: bold;
	text-align: center;
}
.hextextHomeUp
{
	font-size: 14px;
	padding-top: 140px;
	font-weight: bold;
	text-align: center;
}

#hexWhoHome
{
	position:absolute;
	left: 25px;
	top: 89px;
	height: 173px;
	width: 198px;
	z-index: 10;
}
.hexWhoHomeBG
{	
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	color: #000000;
	/*padding-top: 33px;*/
	display: block;
	height: 173px;
	width: 198px;
	position:relative;
	background: url(../images/hex_who_gray.png) no-repeat 0px 0px;
}
.hexWhoHomeBG:hover
{	
	color: #FFFFFF;
	background: url(../images/hex_who_blue.png) no-repeat 0px 0px;
}

#hexWhatHome
{
	position:absolute;
	height: 173px;
	width: 198px;
	left: 180px;
	top: 0px;
	z-index: 10;
}
.hexWhatHomeBG
{	
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	color: #000000;
	/*padding-top: 33px;*/
	display: block;
	height: 173px;
	width: 198px;
	position:relative;
	background: url(../images/hex_what_gray.png) no-repeat 0px 0px;
}
.hexWhatHomeBG:hover
{	
	color: #FFFFFF;
	background: url(../images/hex_what_blue.png) no-repeat 0px 0px;
}
#hexCommercialHome
{
	position:absolute;
	height: 173px;
	width: 198px;
	left: 180px;
	top: 178px;
	z-index: 10;
}
.hexCommercialHomeBG
{	
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	color: #000000;
	/*padding-top: 33px;*/
	display: block;
	height: 173px;
	width: 198px;
	position:relative;
	background: url(../images/hex_commercial_gray.png) no-repeat 0px 0px;
}
.hexCommercialHomeBG:hover
{	
	color: #FFFFFF;
	background: url(../images/hex_commercial_blue.png) no-repeat 0px 0px;
}
#hexResidentialHome
{
	position:absolute;
	height: 173px;
	width: 198px;
	left: 334px;
	top: 89px;
	z-index: 10;
}
.hexResidentialHomeBG
{	
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	color: #000000;
	/*padding-top: 33px;*/
	display: block;
	height: 173px;
	width: 198px;
	position:relative;
	background: url(../images/hex_residential_gray.png) no-repeat 0px 0px;
}
.hexResidentialHomeBG:hover
{	
	color: #FFFFFF;
	background: url(../images/hex_residential_blue.png) no-repeat 0px 0px;
}
#hexContactHome
{
	position:absolute;
	height: 173px;
	width: 198px;
	left: 485px;
	top: 0px;
	z-index: 10;
}
.hexContactHomeBG
{	
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	color: #000000;
	/*padding-top: 33px;*/
	display: block;
	height: 173px;
	width: 198px;
	position:relative;
	background: url(../images/hex_contact_gray.png) no-repeat 0px 0px;
}
.hexContactHomeBG:hover
{	
	color: #FFFFFF;
	background: url(../images/hex_contact_blue.png) no-repeat 0px 0px;
}
.logoHome
{
	position: absolute;
	top: 375px;
	z-index: 1;
	background: url(../images/logo_bg_home.jpg) repeat-x 0px 0px;
	width:717px;
	height: 122px;
}
.logoHomeImg
{
	position: relative;
	top: 25px;
	padding-right: 35px;
	z-index: 2;
	float: right;
}



/* Added by Furqan */


#gallery 
{
	width: 450px;
	height: 320px;
	display:none;
}
#slideshow {
	width: 450px;
	display:none;
	text-align: center;
}
.gcap {
  /*font-size:xx-small;
  margin:3px; padding:0;*/
	vertical-align: top;
	text-align: center;
	margin: 0;
	font-weight: bold;
}
.scap {
  font-size:xx-small;
  margin:3px; padding:0;
}
.gcon { /* gallery image/caption container */
	width: 123px;
	height: 140px;
	text-align: center;
	margin: 0;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
  /*margin:10px;
  background:#CFD4E6;
  border:1px solid #BF8660;
  float:left;*/
}
.gconRes { /* gallery image/caption container */
	width: 184px;
	height: 140px;
	text-align: center;
	margin: 0;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
  /*margin:10px;
  background:#CFD4E6;
  border:1px solid #BF8660;
  float:left;*/
}
.scon { /* slideshow image/caption container */
	
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin:auto;
  /*width:480px;
  margin:10px;
  background:#CFD4E6;
  border:1px solid #BF8660;*/
}
#gallery img {
  margin:6px 6px 3px 6px;
}
#slideshow img {
	/*margin:6px 6px 3px 6px;*/
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
#navigation {
/*  text-align:center; */
}
#prev, #next, #back, #auto, #time {
  cursor:pointer;
}
.clearAll {
  clear:both;
  margin:0; padding:0;
}

.portfolio
{
	vertical-align: top;
	text-align: center;
	width: 133px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
.portfolioNext
{
	float: right;
}
.portfolioImg
{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.portfolioTitle
{
	margin-top: 15px;
	padding-left: 10px;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
}
.portfolioCity
{
	padding-left: 10px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}
.portfolioDescription
{
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 15px;
	text-align: right;
}
.portfolioCaption
{
	text-align: center;
	position: relative;
	top: -11px;
	left: 105px;
	width: 250px;
}
.portfolioHeight
{
	height: 400px;
}