* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 20px;
	color: #525252;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 20px;
	text-align: justify;
}

a {
	color: #005294;
	text-decoration: none;
}

a:hover {
	color: #005294;
	text-decoration: underline;
}

h1 {
	margin: 8px 0px 0px 0px;
	padding-bottom: 3px;
	background: url(images/h1-underline.gif) bottom left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #005294;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #525252;
}	

h3{
	margin: 0px 0px 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #005294;
}

h4 {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

#container {
	position: relative;
	width: 875px;
	margin: 0px auto;
}

#header {
	position: relative;
	width: 875px;
	height: 330px;
	background: url(images/header2.jpg) no-repeat;
}
#header2 {
	background: none;
}

#nav {
	position: relative;
	width: 875px;
	height: 22px;
	background: url(images/nav-bg.jpg) top left no-repeat;
}

#digger {
	position: absolute;
	right: 0px;
	top: 18px;
	width: 320px;
	height: 312px;
	background:url(images/digger.png) no-repeat;
}

/* separator line between nav items */
#mainNav li + li, #otherNav li + li {
    border-left: solid 2px #005294;
}
#footerRight li + li {
    border-left: solid 2px #91b0d6;
}
#mainNav li + li {
    padding-left: 10px;
}
#otherNav li + li {
    padding-left: 7px;
}
#footerRight li + li {
    padding-left: 4px;
}

#mainNav {
	position: absolute;
	left: 15px;
	top: 230px;
	display: block;
	color: #005294;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
}

#otherNav {
	position: absolute;
	left: 415px;
	top: 231px;
	width: 200px;
	color: #005294;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
}

#mainNav ul,
#otherNav ul {
	list-style: none;
}

#mainNav ul li {
	display: inline;
	margin: 0px 10px 0px 0px;
}

#otherNav ul li {
	display: inline;
	margin: 0px 7px 0px 0px;
}

#mainNav ul li a,
#otherNav ul li a {
	color: #005294;
	text-decoration: none;
}

#mainNav ul li a:hover,
#otherNav ul li a:hover {
	color: #005294;
	text-decoration: underline;
}

#content {
	
	width: 875px;
	margin-top: -78px;
}

#leftCol {
	position: relative;
	float: left;
	width: 189px;
	background: url(images/leftmenu-bg.gif) bottom left no-repeat #f1f1f1;
	color: #005294;
	min-height: 275px;
}

#leftCol #leftColContent {
	width: 159px;
	margin: 30px 10px 25px 20px;
}

#rightCol {
	float: left;
	width: 615px;
	margin: 10px 15px;
}

#rightCol #breadCrumbs {
	position: relative;
	width: 350px;
	height: 25px;
	color: #91b0d6;
}

#rightCol #breadCrumbs ul {
	list-style: none;
}

#rightCol #breadCrumbs ul li{
	display: inline;
}

#rightCol #breadCrumbs ul li a{
	font-weight: bold;
	padding-right: 9px;
	background: url(images/breadcrumb-spacer.gif) right 5px no-repeat;
	color: #91b0d6;
	text-decoration: none;
}

#rightCol #breadCrumbs ul li a:hover{
	color: #91b0d6;
	text-decoration: underline;
}

#rightCol #heading {
	position: relative;
	width: 350px;
	color: #005294;
}

#rightCol #mainContent {
	margin: 20px 0px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#rightCol #mainContent ul {
	margin: 5px 30px;
}

#footer {
	position: relative;
	width: 850px;
	height: 50px;
	margin-top: 20px;
	background: url(images/footer.gif) top left no-repeat;
	font-size: 9px;
}

#footer #footerLeft {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 400px;
	text-align: left;
	color: #acacac;
}

#footer #footerRight {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 400px;
	text-align: right;
	color: #91b0d6;
}

#footer #footerRight ul {
	list-style: none;
}

#footer #footerRight ul li{
	display: inline;
	margin: 0px 2px 0px 0px;
}

#footer #footerRight ul li a{
	color: #91b0d6;
	text-decoration: none;
}

#footer #footerRight ul li a:hover{
	color: #91b0d6;
	text-decoration: underline;
}


/******************************************BLOG*/
.blogEntry {
	margin: 25px 0px;
	border-bottom: 1px solid #91b0d5;
}

.blogEntry a {
	font-weight: bold;
}

.blogEntry .blogHeading {
	margin-bottom: 5px;
	background: #f1f1f1;
}

.blogEntry .blogHeading .leftHeading {
	display: block;
	float: left;
	padding-left: 5px;
}

.blogEntry .blogHeading .rightHeading {
	display: block;
	float: right;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-align: right;
	padding-right: 5px;
}

.blogEntry .blogContent {
	padding: 0px 5px;
}

.blogEntry .blogFooter {
	font-size: 9px;
	line-height: 9px;
	margin: 10px 5px;
}

#blogPages {
	text-align: right;
}

#blogPages ul {
	list-style: none;
}

#blogPages ul li {
	display: inline;
	padding: 0px 3px;
	font-weight: bold;
}

#blogPages ul li a {
	border: none;
}

#blogSearch {
    position: absolute;
    top: 11px;
	left: 10px;
    padding-right: 10px;
	margin-bottom: 10px;
}
#blogSearchPos {
	height: 20px;
	position: relative;
	display: block;
	margin: 10px 0px;
}
#blogSearchButton {
    position: absolute;
    right: 0;
    top: 0px;
}
#blogSearchBox {
    margin-left: 3px;
    color: #5f6e7c;
    width: 140px;
    border: 0;
    border: 1px solid #d0d0d0;
    padding: 3px 4px 0 4px;
    background: #fff;
    height: 15px;
	font-size: 9px;
	color: #91b0d6;
} /*ie6 ie7*/

/*****************************************/


.right {
	float: right;
	padding-left: 15px;
	margin-top: 5px;
}

.left {
	float: left;
	padding-right: 15px;
	margin-top: 5px;
}

/*****************************************WORK*/

.workItem tr {
	margin: 5px 0px 35px 0px;
}

.workItem td {
	padding: 10px 10px 15px 10px;
	vertical-align: bottom;
}

.workItem a {
	font-weight: bold;
}

.workItem .workFooter {
	font-size: 9px;
	line-height: 9px;
	margin: 10px 5px;
}


/*****************************************NEW WORK CLASS*/
.workItems  td{
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	vertical-align: top;
}

#rightForm {
	float: right;
	width: 200px;
	margin: 20px 0 10px 20px;
}

.formWidth {
	width: 180px;
	background: #f1f1f1 url(images/formbg.jpg) repeat-x;
	margin: 5px 5px;
	border: 1px solid #999999;
	font-size: 10px;
	padding: 5px 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}

.formBtn {
	margin: 5px 5px;
}

#rightCol #contactContent {
	margin: 20px 0px 0px 15px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 350px;
}

#msg {
	background: none;
	border: none;
	font-weight: bold;
	color: #005294;
}