body {
	background:url(../images/headerBG.jpg) repeat-x;;
	margin:0;
}

* {
	margin:0pt;
	padding:0pt;
}

td {font:Arial, Helvetica, sans-serif; size:10px; color:#000000}

#wrapper {
	width:800px;
	margin:0;
	padding:0;
}

#top {
	background:url(../images/logo.jpg) no-repeat;
	width:600px;
	height:127px;
	float: left;
}

#topheaders {
	height:50px;
	padding:40px 0 0 110px;
}

#topheaders h1 {
	font:24px/20px "Trebuchet MS", Arial;
	text-indent:25px;
	color:#8ea9bb;
	margin:0;
	padding:0;
}

#topheaders h2 {
	font:24px/20px Arial;
	text-indent:175px;
	color:#000000;
	font-style:italic;
	margin:0;
	padding:0;
	line-height:normal;
	letter-spacing:normal;
	font-weight:normal;
}

.blue {
	font:24px/20px Arial;
	color:#547c9a;
	margin:0;
	padding:0;
	line-height:normal;
	letter-spacing:normal;
	font-weight:normal;
}

#topcontact {
	width:185px;
	height:112px;
	margin:0;
	padding:10px 10px 0 0;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float: left;
}

#main {
	background:url(../images/bodyShadow.jpg) repeat-x;
	width:800px;
	float:left;
}

#intro {
	width:590px;
	margin:0 0px 0px 15px;
	padding:0px 0px 25px 0px;
	float:left;
}

#intro h1 {
	font:18px/20px Arial;
	color:#59829c;
	margin:10px 0 5px 0;
	padding:0;
	line-height:normal;
	letter-spacing:normal;
	font-weight:normal;
}

#intro h2 {
	font:18px/20px Arial;
	color:#59829c;
	margin:10px 0 0px 0;
	padding:0;
	line-height:normal;
	letter-spacing:normal;
	font-weight:normal;
}


#intro p {
	font:14px/20px Arial;
	color:#000000;
	margin:5px 50px 5px 0;
	padding:0;
	line-height:normal;
	letter-spacing:normal;
	font-weight:normal;
}

#leftcontainer {
	width:189px;
	background:url(../images/menuShadow.jpg) repeat-x top;
	background-color:#0066CC;
	margin:0;
	padding:10px 0 0 0;
	float:left;

}

.leftnav{
	list-style-type: none;
	width: 189px;
}

.leftnav li a{
	background:url(../images/leftarrow.jpg) no-repeat 2px center;
	font:12px/20px Arial;
	color:#FFFFFF;
	display: block;
	width: 187;
	padding: 5px 0 0 27px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
}


* html .leftnav li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 163px;
}

.leftnav li a:visited, .leftnav li a:active{
	color: #FFFFFF;
}

.leftnav li a:hover{
	background:url(../images/leftarrowON.jpg) no-repeat 2px center;
	color:#FFFFFF;
	background-color:#688ba2;
	text-decoration:none;
}

#viewportfolio {
	background:#8fa9bb;
	height:100px;
	text-align:center;
	font:14px/20px Arial;
	margin:30px 0 0 0;
	padding:10px 5px 10px 5px;
	line-height:normal;
	letter-spacing:normal;
	font-weight:bold;
}

#bottom {
	background:url(../images/footerRepeat.jpg) repeat-x;
	height:auto;
	margin:0;
	padding:10px 0 0 10px;
	clear:both;
}

#bottom p {
	font:11px/20px Arial;
	color:#000000;
	padding:0;
	line-height:normal;
	letter-spacing:normal;
	font-weight:normal;
}

.bottomLink:link, .bottomLink:visited, .bottomLink:active {
	font:11px/20px Arial;
	color:#000000;
	padding:0;
	line-height:normal;
	letter-spacing:normal;
	font-weight:normal;
	text-decoration:none;
}

.bottomLink:hover {
	font:11px/20px Arial;
	color:#000000;
	padding:0;
	line-height:normal;
	letter-spacing:normal;
	font-weight:normal;
	text-decoration:underline;
}

#leftContact {
	height: auto;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}







.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 8px;
	vertical-align: top;
	width: 250px;
	height: 166px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 560px;
	height: 372px;
}

