/* global styles */

* {
	margin:0;
	padding:0;
	border:0;
}


h1 {
	color: #2c99ce;	
	font-size: 1.4em;
	margin-bottom: .3em;	
}
h2 {
	color: #000;
	font-size: 0.8em;
	font-weight:bold;
	margin-bottom: .3em;
}
h3 {
	color: #000;
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom: .3em;
}
p {
	color: #6a6a6a;
	font-size: 0.7em;
	margin-bottom: .5em;
}

img {
	border:none;
}

/* ids */

#wrapper {
	width: 811px;
	text-align:left;
	margin: 31px auto;
	position: relative;
	
}
#header {
	background: url(images/topcontent.jpg) no-repeat;
	height: 101px;
	padding-bottom: 25px;
}
#mid {
	background: url(images/contentyextnd.jpg) repeat-y;
	width: 811px;
}

#footer {
	background: url(images/footerbck.jpg) no-repeat;
	height: 55px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #c4c3c3 url(images/bckgrndHorzntlRpt.jpg) repeat-x;
	text-align: center;
}	
#divScroll1 li {
	line-height: 0.65em;	
}
#divScroll1 ul {
	margin: 5px 0;	
}
/* global links */
#globallinks {
	position: absolute;
	top: 83px;
	left: 486px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 10px;
}
#globallinks li {
	display: inline;
	margin-right: 18px;
}
a, a:link, a:visited, a:active {
	font-size: 0.6em;
	text-decoration: none;
	color: #2c99ce;	
}
a:hover {
	text-decoration: underline;
}

/* content */
#content {
	background: url(images/topcontent.jpg) 0px -126px no-repeat;
	padding-bottom: 25px;
}

#leftcontent {
	position: relative;
	margin-left: 39px;
	width: 445px;
	border-right: solid 1px #e2e2e2;
	height: 336px;
}
body>#leftcontent {
	min-height: 336px;
}
#leftcontent p {
	width: 430px;
}
#leftcontent ul {
	color: #6a6a6a;
	font-size: 0.7em;
	list-style-position: inside;
	margin: 5px 15px;
	line-height: 125%;
}
#leftcontent a, #leftcontent a:link,#leftcontent a:visited, #leftcontent a:hover,#leftcontent a:active {
	font-size: 1em;
}

#rightcontent {
	position: absolute;
	margin-left: 486px;
	top: 130px;
	width:	244px;
	height: 336px;
	border-right: solid 1px #e2e2e2;
	padding: 0 19px;
	margin-top:-5px;
	background:none;
	visibility: visible;
}
#rightcontent h3{
	margin-bottom: 0px;
}

#homelogo {
	position:absolute;
	left: 39px;
	top: 44px;
}

#footerborder {
	width: 730px;
	border-top: solid 1px #e2e2e2;
	margin-left: 39px;
	text-align:center;
	font-size: .9em;
	padding-top: 1px;
}
/* classes */
.boldblack {
	font-weight: bold;
	color:#000000;
}
#leftcontent a, #leftcontent a:link, #leftcontent a:visited, #leftcontent a:active {
	font-weight: bold;
	text-decoration: none;
}
#leftcontent a:hover {
	text-decoration: underline;
}

/* rollover tricks for Who We Are page */

	/*bryan*/
	.bryan {
		z-index: 0;
		
	}
	.bryan:hover{
		background-color: transparent;
		z-index: 50;
	}
	.bryan span {
		position:absolute;
		background-color:white;
		left: -9999px;
		visibility: hidden;
		color: #6a6a6a;
		text-decoration: none;
		width: 283px;
		font-weight:normal;

	}
	.bryan:hover span {
		visibility: visible;
		left:468px;
		height: 333px;
		top: 0px;
		padding-bottom:28px;
	}
	
	/*mark*/
	.mark {
		z-index: 0;
	
	}
	.mark:hover{
		background-color: transparent;
		z-index: 50;
	}
	.mark span {
		position:absolute;
		background-color:white;
		left: -9999px;
		visibility: hidden;
		color: #6a6a6a;
		text-decoration: none;
		width: 283px;
		font-weight:normal;
	}
	.mark:hover span {
		visibility: visible;
		left:468px;
		height: 333px;
		top: 0px;
		padding-bottom:28px;
	}
	/*josh*/
	.josh {
		z-index: 0;
	}
	.josh:hover{
		background-color: transparent;
		z-index: 50;
	}
	.josh span {
		position:absolute;
		background-color:white;
		left: -9999px;
		visibility: hidden;
		color: #6a6a6a;
		text-decoration: none;
		width: 283px;
		font-weight:normal;
	}
	.josh:hover span {
		visibility: visible;
		left:468px;
		height: 333px;
		top: 0px;
		padding-bottom:28px;
	}

/* special css for Our Work page */
#portfolio {
	
}
#portfolio li {
	list-style-type:none;	
	float: left;
	margin:0;
	padding: 0;
	height: 53px;
	width: 53px;
	margin: 0 10px 10px 0;
}
#portfolio a{
	display:block;
	float: left;
	
	height: 53px;
	width: 53px;
}
#divCont #divScroll1 p a {
	font-size: 1em;
}

