@charset "UTF-8";
/* CSS Document */

html {
	background-color: #ededed;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	position: relative;
	width: 960px;
	margin: 20px auto 20px auto;
}

ul {
	list-style: none;
}

ul a {
	text-decoration: none;
}

a img {
	border: 0px;
}

a {
	outline: none;
	text-decoration: none;
}

div[id="DIG"] {
	color:  #3366CC;
	font-size: 34px;
	position: absolute;
	top: 28px;
	left: 200px;
	font-weight: bold;
}

div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 0 auto;
}

#home div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 1040px;
}



#gallery div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 2340px;
}

#contact div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 1200px;
}

#refer div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 1240px;
}

div[id="topRight"] {
	position: absolute;
	top: 7px;
	right: 5px;
	color: #878787;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

div[id="topRight"] span {
	font-size: 11px;
	font-weight: normal;
}

div[id="navContainer"] {
	height: 45px;
	background-image: url(images/navBg.png);
	position: absolute;
	top: 85px;
	width: 100%;
	vertical-align: middle;
}

div[id="navContainer"] ul {
	left: -74px;
	right: -20px;
	position: absolute;
	top: -1px;
	text-align: center;
	overflow: visible;
}

div[id="navContainer"] li {
	display: inline;
	padding: 8px 22px 80px 22px;
	position: relative;
	top: -1px;
	margin-left: 4px;
	margin-right: 4px;	
}

div[id="navContainer"] a {
	color: #5991bd;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

div[id="navContainer"] li:hover {
	background-image: url(images/navOver.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

div[id="digLogo"] {
	width: 151px;
	height: 56px;
	position: absolute;
	top: 15px;
	left: 15px;
}

div[id="dynamicWorld"] {
	width: 960px;
	height: 308px;
	position: relative;
	top: 130px;
}

.sectionBox {
	border: 1px solid #d3d3d3;
	-moz-border-radius: 10px;
	width: 314px;
	height: 280px;
	background-image: url(images/sectionTop.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	position: relative;
	top: 3px;
}

div[id="secContainer"] {
	position: relative;
	top: 140px;
	width: 100%;
	height: 300px;
	background-image: url(images/sectionBg.png);
	background-repeat: repeat-x;
	background-position:top;
	text-align: center;
}


div[id="secLeft"] {
	position: absolute;
	left: 3px;
}

div[id="secMiddle"] {
	position: absolute;
	left: 322px;
}

div[id="secRight"] {
	position: absolute;
	left: 641px;
}

.sectionBox span.sectionTitle {
	position: relative;
	top: 19px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 2;
}

.sectionBox span.sectionText {
	position: absolute;
	top: 50px;
	left: 0px;
	padding: 8px;
	height: 220px;
	font-size: 13px;
	color: #999999;
	text-align: left;
	z-index: 3;
	overflow: auto;
	line-height: 200%;
}

.sectionBox span.sectionText ul{
	list-style: circle;
	position: relative;
	top: -14px;
	left: -22px;
}

#home-content {
	position: relative;
	top: 310px;
	text-align: center;
}

#home-content ul{
	
}

#home-content table {
	background-color: #93bfe2;
	height:240px;
}

#home-content h1{
	font-size: 12px;
	color: #fff
}

#home-content h1:hover{
	font-size: 12px;
	color: #3366CC;
}

#home-content img{
	width: 220px;
	height: 148px;
	border: #fff solid 3px;
	margin-right: 8px;
	position: relative;
	left: 3px;
}

#home-content img:hover{
	border: #3366CC solid 3px;
}

#home-work {
	color: #93bfe2;
	font-size: 28px;
	position: relative;
	top: 7px;
	left: 2px;
	font-weight: bold;
}

#about #navContainer a.about, #work #navContainer a.work, #partners #navContainer a.work, #services #navContainer a.services, #gallery #navContainer a.gallery, #contact #navContainer a.contact, #careers #navContainer a.careers{
	color: #3366CC;
}

#column-left {
	width:250px;
	padding: 8px;
	font-size: 12px;
	border-right: #CCC dotted 2px;
	float: left;
	position: absolute;
	top: 0px;
	line-height: 160%;
	color: #666666;
}

#column-left h1{
	color: #93bfe2;
	font-size: 20px;
}



#column-right {
	width: 672px;
	position: absolute;
	top: 1px;
	left: 288px;
	font-size: 14px;
	line-height: 200%;
	color: #666666;
}

#column-right h1{
	color: #93bfe2;
	font-size: 24px;
}


/* ABOUT */
.padded {
	padding: 4px;
}


#about div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 1000px;
}

#content-about {
	position: absolute;
	top: 450px;
}	

/* WORK */
#work div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 840px;
}

#content-work {
	position: absolute;
	top: 450px;
}	


/* SERVICES */
#services div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 1540px;
}

#content-services {
	position: absolute;
	top: 450px;
}	

/* CONTACT */
#contact div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 900px;
}

#content-contact {
	position: absolute;
	top: 450px;
}	

 
/* careers */
#careers div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 1200px;
}

#careers-contact {
	position: absolute;
	top: 450px;
}	
/* partners */
#partners div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 1200px;
}

#partners-contact {
	position: absolute;
	top: 450px;
}

/* GALLERY */
#gallery div[id="mainContainer"] {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	height: 2070px;
}


#content-gallery {
	position: absolute;
	top: 501px;
	height: 937px;
	text-align: center;
	left: 4px;
	width: 954px;
}	

#content-gallery dl {
	display: inline;
}

#content-gallery img {
	width: 310px;
	height: 208px;
	border: #93bfe2 solid 1px;
}

#content-gallery a:hover dd{
	color: #3366CC;
}

#content-gallery a:hover img{
	border: #3366CC solid 1px;
}

#content-gallery #gallery li{
	float: left;
	list-style: none;
	margin: 20px 2px 60px 3px;
}

#content-gallery #current{
	left: 346px;
	position: absolute;
}

#content-gallery #current li{
	text-align: left;
}

#content-gallery a dd{
	position: relative;
	left: -16px;
	margin-top: 10px;
	color: #93bfe2;
	font-weight: bold;
}
