/* CSS Document */

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


body {
	background-color:#0F2C4F;
	text-align:center;
}

#frame {
	width:700px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	text-align:left;
}

#header {
	background-color:#f3f3f3;
	width:700px;
	height:100px;
	margin-bottom:5px;
}

#headerImg {
	background-image:url(../images/webMechanic2.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:80px;
	margin-left:25px;
}

.rbTop div { background: url(../images/topLeft1.png) no-repeat top left; }
.rbTop { background: url(../images/topRight1.png) no-repeat top right; }
.rbBot div { background: url(../images/bottomLeft1.png) no-repeat bottom left; }
.rbBot { background: url(../images/bottomRight1.png) no-repeat bottom right; }

.rbTop div, .rbTop, .rbBot div, .rbBot {
width: 100%;
height: 10px;
font-size: 1px;
z-index:10;
}

#subNav {
	width:150px;
	float:left;
	background-color:#f3f3f3;
}

.subNav {
	height:190px;
	voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body .subNav {
		height:auto;
		min-height:190px;
		}

.content {
	height:190px;
	voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body .content {
		height:auto;
		min-height:190px;
		}

#content {
	width:545px;
	float:right;
	background-color:#f3f3f3;
}

.content div {
	display:inline;
}

#leftContent {
	margin-left:0;
}

#centerContent {
	margin-left:100px;
	border-right:1px solid #009900;
}

#rightContent {
	margin-left:100px;
}

.subNav a {
	display:block;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0F2C4F;
	background-color:#f3f3f3;
	border-top:1px solid #ccc;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	font-weight:bold;
}

.subNav a:hover {
	background-color:#ececec;
}


.lastLinkOn {
	border-bottom:1px solid #ccc;
	background-color:#ececec;
}

.lastLink {
	border-bottom:1px solid #ccc;
}

.content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0F2C4F;
	background-color:#f3f3f3;
	margin: 0 0 0 10px;
}

.content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0F2C4F;
	background-color:#f3f3f3;
	margin:8px 10px 0 10px;
}

.content hr {
	height:1px;
	color: #0F2C4F;
	margin-bottom:0;
}


.imageWithCaption {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
	background-color:#f3f3f3;
}

.imageWithCaption img {
	margin: 2px 10px 0 10px;
	border: 1px solid #000000;
}

.contactBox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0F2C4F;
	background-color:#f3f3f3;
	margin-right:10px;
	margin-left:10px;
	margin-top:8px;

}


.projectLink a{
text-indent:10px;
font-weight:normal;
}