/* CSS Document */

html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#785f39;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	min-width:960px;
	background-color: #FFFFFF;
}

/* Layout */
#wrapper {
	margin:0 auto -70px;
	padding:0px;
	min-height:100%;
	height:auto !important;
	height:100%;
	z-index: 10;
}

#bgGrey {
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background-color:#F2F2F2;
	height: 114px;
	min-height: 114px;
	margin: 0;
	z-index: 11;
}

#topBorder {
	position:absolute;
	top: 114px;
	height: 58px;
	min-height: 58px;
	width:100%;
	background-image:url(../images/top-border.png);
	background-position:top left;
	background-repeat:repeat-x;
	z-index: 20;
}


#mainMenu {
	position:absolute;
	top: 0px;
	left: 194px;
	height: 114px;
	min-height: 114px;
	z-index: 30;
}

#content {
	margin:0px;
	padding:221px 0px 50px 0px;
	position:relative;
	z-index: 20;
}

#contentBox {
	position:relative;
	top: 0px;
	left: 60px;
	width: 900px;
	z-index: 31;
}

#bottomSpacer {
	margin: 50px 0px;
}

#footer {
	margin:0px;
	padding:0px;
	width:100%;
	height:70px;
	position:relative;
	z-index: 20;
}

#footerContent {
	position: relative;
	height: 70px;
	min-height: 70px;
	width:100%;
	background-image:url(../images/bottom-border.png);
	background-position:top left;
	background-repeat:repeat-x;
	z-index: 30;
}

#footerSection1 {
	position:absolute;
	top: 28px;
	left: 50px;
	font-size:10px;
	z-index: 30;
	color: #FFFFFF;
}

#footerSection2 {
	position:absolute;
	top: 28px;
	left: 450px;
	font-size:10px;
	z-index: 30;
	color: #FFFFFF;
}

/* Fonts and Links */
body,td,th {
	font-family: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	font-family: Verdana, Times New Roman,  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

#footerSection1 a {
	font-family: Verdana, Times New Roman,  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #FFFFFF;
}
#footerSection1 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footerSection1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footerSection1 a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#footerSection1 a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Main Menu */
#menuTD {
	padding-right: 1px;
}

#mainLinks ul{
	position:absolute;
	top: 0px;
	margin:auto;
	padding:0px;
	display:block;
	list-style:none;
	z-index: 31;
}

#mainLinks li{
	margin:0px;
	padding:0px;
	z-index: 31;
}

#mainLinks ul li, #mainLinks ul a {
	margin:0px;
	padding:0px;
	display:block;
	height: 114px;
	z-index: 31;
}

#menuPortfolio a, #menuPortfolio a:visited {
	display:block;
	text-indent:-999px;
	background:url(images/portfolio-off.png) no-repeat 0px;
	z-index: 31;
	width: 68px;
}

#menuPortfolio a:hover {
	display:block;
	text-indent:-999px;
	background:url(images/portfolio-off.png) no-repeat -169px 0px;
	z-index: 31;
	width: 68px;
}

#menuClients a, #menuClients a:visited {
	display:block;
	text-indent:-999px;
	background:url(images/clients-off.png) no-repeat 0px;
	z-index: 31;
	width: 57px;
}

#menuClients a:hover {
	display:block;
	text-indent:-999px;
	background:url(images/clients-off.png) no-repeat -169px 0px;
	z-index: 31;
	width: 57px;
}

#menuServices a, #menuServices a:visited {
	display:block;
	text-indent:-999px;
	background:url(images/services-off.png) no-repeat 0px;
	z-index: 31;
	width: 64px;
}

#menuServices a:hover {
	display:block;
	text-indent:-999px;
	background:url(images/services-off.png) no-repeat -169px 0px;
	z-index: 31;
	width: 64px;
}




.blue {
	color: #0091CF;
}

h2, h3 {
	margin: 0px;
}

#projectLink {
	text-decoration: none;
}

#projectName {
	font-weight: normal;
}

#accessPhone { 
	padding:0px;
	position:absolute;
	top: 95px;
	left: 460px;
	z-index:31;
	font-size: 16px;
	font-weight: bold;
	color: #0091CF;
}
