* {
  margin: 0;
  padding: 0;
}
/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
html, body {
  height: 100%; /* Required */
}

body 
{
	background-color: #38383a;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #38383a;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 13px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	margin-bottom: 10px;
}

a
{
	text-decoration: none;
	color: #999;
}

a:hover
{
	color: #00a5ed;
}
a img
{
	border: none;
}
ul, ol
{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
ul
{
	list-style: none none;
}
ol
{
	list-style: decimal inside;
}
li
{
}
table
{
	font-size: 1em;
	width: auto;
	height: auto;
}
.hidden
{
	display: none;
}
.clear 
{
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.blue
{
	color: #00a5ed;
}
.small
{
	font-size: .9em;
}

#wrapper
{
    margin: 0px 0px 0px 30px;
	width: 960px;
	position: relative;
    height: 100%; /* For IE */
	background: url(/images/db_web_background.png) no-repeat 0px 30px #fff;
}
html>body #wrapper
{
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
}
#topStrip
{
	width: 960px;
	height: 30px;
	background-color: #38383a;
}
#topStrip *
{
	display: none;
}
#smIcons
{
	float: right;
	height: 30px;
	overflow: hidden;
}
#smIcons li
{
	float: left;
	padding-right: 17px;
	width: 24px;
	padding-top: 3px;
}
#smIcons li a
{
	float: left;
	width: 24px;
	height: 24px;
	background-image: url(/images/sm_icons1.png);
}
#smIcons li.blog a
{
	background-position: 0px 0px;
}
#smIcons li.blog a:hover
{
	background-position: 0px 24px;
}
#smIcons li.twitter a
{
	background-position: -39px 0px;
}
#smIcons li.twitter a:hover
{
	background-position: -39px 24px;
}
#smIcons li.linkedin a
{
	background-position: -79px 0px;
}
#smIcons li.linkedin a:hover
{
	background-position: -79px 24px;
}
#middle
{
	margin: 0 0 0 0;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
html>body #middle
{
	margin-bottom: 0px;
}
#middle:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#footer
{
	width: 960px;
	height: 30px;
	position: relative;
	left: 0px;
	background-color: #38383a;
	margin: -30px 0px 0px 30px;
}
#footer p
{
	font-size: .9em;
	padding: 8px 0px 0px 2px;
	color: #ccc;
}
#footer a:hover
{
	color: #ccc;
}
#homeBox
{
	width: 690px;
	height: 360px;
	background: #00adef;
}
#homeContent
{
	float: left;
	width: 330px;
	height: 360px;
	color: #fff;
	font-size: 1.2em;
	position: relative;
}
#homeContent p
{	
	padding: 2px;
}
#annivImg
{
    position: absolute;
    bottom: 0px;
}
#homeFlash
{
	float: right;
	width: 360px;
	height: 360px;
}
#casesFlash
{
	float: left;
	width: 510px;
	height: 330px;
}
/*homepage newspanel*/
#newsPanel
{
	display: none;
}
#homeRight
{
	width: 150px;
	height: 360px;
	float: right;
	margin-top: -360px;
}
#homeRight p
{
	padding: 2px;
}
#homeRight a
{
	color: #fff;
}

#overlayPanel
{
	float: left;
	width: 150px;
	height: 330px;
	height: 360px;
	/*background: #00adef;*/
}
#overlayPanel table
{
	float: left;
	width: 100%;
	height: auto;
}
#overlayPanel table td
{
	width: 150px;
	height: 350px;
	padding: 0px;
	vertical-align: bottom;
	color: #fff;
}
#contactsPanel
{
	position: absolute;
	left: -353px;
	top: 30px;
	width: 353px;
	height: 436px;
	z-index: 999;
	background: url(/images/panel_tab_shadow.png) no-repeat;
	display: none;
}
#contactsContent
{
	width: 320px;
	height: 430px;
	background: #00a5ed;
	float: left;
	overflow: hidden;
}
#contactsTab
{
	width: 28px;
	height: 120px;
	float: left;
	cursor: pointer;
	background-image: url(/images/panel_tabs.png);
	background-repeat: no-repeat;
	background-position: 0px -120px;
}
#contactsContent h3
{
	padding: 10px 30px;
	padding-top: 25px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
#contactsContent ul
{
	margin-bottom: 15px;
}
#contactsContent li,
#contactsContent p
{
	padding: 0px 30px;
	color: #fff;
	margin-top: 5px;
	font-size: 14px;
}
#contactsContent span
{
	width: 120px;
	display: inline-block;
}
#contactsContent a
{
	color: #fff;
	text-decoration: underline;
}
/*Memberships*/
.maItem
{
	height: 90px;
	width: 100%;
	vertical-align: middle;
}
.maItem a
{
	display: block;
	background-repeat: no-repeat;
	padding-left: 95px;
}
.maItem a.constr
{
	background-image: url(/images/memberships_grey/constr.png);
	height: 50px;
	padding-top: 30px;
}
.maItem a.bco
{
	background-image: url(/images/memberships_grey/bco.png);
	height: 50px;
	padding-top: 30px;
}
.maItem a.bsi
{
	background-image: url(/images/memberships_grey/bsi.png);
	height: 50px;
	padding-top: 30px;
}
.maItem a.chas
{
	background-image: url(/images/memberships_grey/chas.png);
	height: 70px;
	padding-top: 10px;
}
.maItem a.ctb
{
	background-image: url(/images/memberships_grey/buildings.png);
	height: 60px;
	padding-top: 20px;
}
.maItem a.linkup
{
	background-image: url(/images/memberships_grey/linkup.png);
	height: 50px;
	padding-top: 30px;
}
.maItem a.safe
{
	background-image: url(/images/memberships_grey/safe.png);
	height: 50px;
	padding-top: 30px;
}
.topOfCol
{
	margin-top: 45px;
}
#panelAMap
{
	z-index: 901;
	width: 960px;
	height: 720px;
	position: absolute;
	top: 30px;
	left: 30px;
	display: none;
	background: #fff;
}
#closeAMap
{
	position: absolute;
	left: 845px;
	top: 60px;
	cursor: pointer;
	text-align: center;
	height: 23px; width: 104px;
	padding-left: 10px;
	line-height: 23px;
	color: #fff;
	display: none;
	z-index: 902;
	background: url(/images/btn_back.png) no-repeat;
}
/*---ARCHITECTS MAP-----*/
#outerA
{
	width: 960px;
	height: auto;
	margin: 0 auto;
	line-height: 26px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	padding-top: 26px;
	background: #666;
}
#headerA
{
	margin: 0 auto;
	width: 960px;
	position: relative;
	height: 60px;
}
#headerA h1
{
	font-size: 26px;
	margin-bottom: 26px;
	color: #e5e5e5;
	font-weight: normal;
	padding: 0px 15px;
}
#wrapperA
{
	background: url(/images/dots/bg.png) no-repeat;
	/*border: 1px solid #ccc;*/
	width: 960px;
	height: 720px;
	margin: 0 auto;
}
#mapDots
{
	position: relative;
	top: 100px;
	left: 300px;
	height: 300px;
	width: 300px;
}
#listA
{
	float: left;
	width: 240px;
}
#listA ul
{
	padding: 20px 0px 0px 15px;
}
#listA li
{
	line-height: 25px;
}

#articleA
{
	float: right;
	width: 284px;
	padding: 26px 26px 0px 0px;
}
#articleA p
{
	line-height: 16px;
	margin-bottom: 26px;
}
#listA a
{
	text-decoration: none;
	color: #242424;
	display: block;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
/*nav a:hover*/
#listA li.active a
{
	background-position: 0px -31px;
	background-color: #f2f2f2;
}
div.dot
{
	position: absolute;
	width: 35px;
	height: 35px;
	background-position: 0px 0px;
}
div.dotOver
{
	background-position: 0px -35px;
}

/*------------------------------------------------------*/
#d_0
{
	background-image: url(/images/dots/beige1.png);
	left: 30px;
	top: 152px;
}
#d_1
{
	background-image: url(/images/dots/blue1.png);
	left: 40px;
	top: 150px;
}
#d_2
{
	background-image: url(/images/dots/cyan.png);
	left: 35px;
	top: 125px;
}
#d_3
{
	background-image: url(/images/dots/dred1.png);
	left: 55px;
	top: 128px;
}
#d_4
{
	background-image: url(/images/dots/blue2.png);
	left: 75px;
	top: 138px;
}
#d_5
{
	background-image: url(/images/dots/brown1.png);
	left: 70px;
	top: 118px;
}
#d_6
{
	background-image: url(/images/dots/green1.png);
	left: 65px;
	top: 158px;
}
#d_7
{
	background-image: url(/images/dots/grey1.png);
	left: 70px;
	top: 88px;
}
#d_8
{
	background-image: url(/images/dots/lgreen1.png);
	left: 50px;
	top: 80px;
}
#d_9
{
	background-image: url(/images/dots/orange1.png);
	left: 32px;
	top: 77px;
}
#d_10
{
	background-image: url(/images/dots/bronze1.png);
	left: 2px;
	top: 60px;
}
#d_11
{
	background-image: url(/images/dots/green2.png);
	left: 0px;
	top: 0px;
}
#d_12
{
	background-image: url(/images/dots/maroon1.png);
	left: 5px;
	top: 10px;
}
#d_13
{
	background-image: url(/images/dots/grey2.png);
	left: 80px;
	top: 6px;
}
#d_14
{
	background-image: url(/images/dots/lime1.png);
	left: 62px;
	top: 16px;
}
#d_15
{
	background-image: url(/images/dots/moss1.png);
	left: 78px;
	top: 68px;
}
#d_16
{
	background-image: url(/images/dots/orange2.png);
	left: 198px;
	top: 68px;
}
#d_17
{
	background-image: url(/images/dots/yellow1.png);
	left: 184px;
	top: 88px;
}
#d_18
{
	background-image: url(/images/dots/red2.png);
	left: 43px;
	top: 106px;
}
#d_19
{
	background-image: url(/images/dots/pink1.png);
	left: 73px;
	top: 100px;
}
#d_20
{
	background-image: url(/images/dots/violet1.png);
	left: 97px;
	top: 57px;
}
#d_21
{
	background-image: url(/images/dots/red1.png);
	left: 87px;
	top: 167px;
}
#d_22
{
	background-image: url(/images/dots/pink2.png);
	left: 37px;
	top: 165px;
}
#d_23
{
	background-image: url(/images/dots/yellow2.png);
	left: 67px;
	top: 47px;
}
#d_24
{
	background-image: url(/images/dots/red3.png);
	left: 6px;
	top: 120px;
}
#d_25
{
	background-image: url(/images/dots/blue3.png);
	left: 60px;
	top: 187px;
}
#d_26
{
	background-image: url(/images/dots/d_purple.png);
	left: 40px;
	top: 50px;
}

/*------------------------------------------------------*/
#bullet0 a
{
	background-image: url(/images/dots/bullets/beige1.png);
}
#bullet1 a
{
	background-image: url(/images/dots/bullets/blue1.png);
}
#bullet2 a
{
	background-image: url(/images/dots/bullets/cyan.png);
}
#bullet3 a
{
	background-image: url(/images/dots/bullets/dred1.png);
}
#bullet4 a
{
	background-image: url(/images/dots/bullets/blue2.png);
}
#bullet5 a
{
	background-image: url(/images/dots/bullets/brown1.png);
}
#bullet6 a
{
	background-image: url(/images/dots/bullets/green1.png);
}
#bullet7 a
{
	background-image: url(/images/dots/bullets/grey1.png);
}
#bullet8 a
{
	background-image: url(/images/dots/bullets/lgreen1.png);
}
#bullet9 a
{
	background-image: url(/images/dots/bullets/orange1.png);
}
#bullet10 a
{
	background-image: url(/images/dots/bullets/bronze1.png);
}
#bullet11 a
{
	background-image: url(/images/dots/bullets/green2.png);
}
#bullet12 a
{
	background-image: url(/images/dots/bullets/maroon1.png);
}
#bullet13 a
{
	background-image: url(/images/dots/bullets/grey2.png);
}
#bullet14 a
{
	background-image: url(/images/dots/bullets/lime1.png);
}
#bullet15 a
{
	background-image: url(/images/dots/bullets/moss1.png);
}
#bullet16 a
{
	background-image: url(/images/dots/bullets/orange2.png);
}
#bullet17 a
{
	background-image: url(/images/dots/bullets/yellow1.png);
}
#bullet18 a
{
	background-image: url(/images/dots/bullets/red2.png);
}
#bullet19 a
{
	background-image: url(/images/dots/bullets/pink1.png);
}
#bullet20 a
{
	background-image: url(/images/dots/bullets/violet1.png);
}
#bullet21 a
{
	background-image: url(/images/dots/bullets/red1.png);
}
#bullet22 a
{
	background-image: url(/images/dots/bullets/pink2.png);
}
#bullet23 a
{
	background-image: url(/images/dots/bullets/yellow2.png);
}
#bullet24 a
{
	background-image: url(/images/dots/bullets/red3.png);
}
#bullet25 a
{
	background-image: url(/images/dots/bullets/blue3.png);
}
#bullet26 a
{
	background-image: url(/images/dots/bullets/d_purple.png);
}
.callMapPanel
{
	width: 237px;
	min-height: 50px;
	height: auto;
	padding-top: 25px;
	background: url(/images/dots/btn/arcbtn_top.png) no-repeat;
	cursor: pointer;
}
#contentBox p.callMap
{
	cursor: pointer;
	padding: 10px 20px 30px 10px;
	margin: 0;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background: url(/images/dots/btn/arcbtn_bg.png) no-repeat 100% 100%;
}
.callMapBtn
{
	width: 237px;
	height: 26px;
	background: url(/images/dots/btn/arcbtn_btm.png) no-repeat 100% 100%;
	float: left;
}
