/* CSS Document */

body {
	background-color: #DBDBDB;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 0px;
}

.lightGraybg {
	background-color: #F7F7F7;
}

.whitebg {
	background-color: #FFFFFF;
}

#floatRight {
	float: right;
}

#floatLeft {
	float: left;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	margin-left: 5px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
}



a.bodytextlink:link {
	color: #A20018;
}

a.bodytextlink:hover {
	color: #666666;
}

a.bodytextlink:visited {
	color: #A20018;
}

#topNav {
	position: relative;
	top: 89px;
	left: 430px;
	right: 20px;
	width: 370px;
}


/** Top Nav **/

#home {
	height: 35px;
	width: 53px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/home.gif) bottom left no-repeat;
	display: block;
	float: left;
}

#home:hover {
	background-position: top left;
}

#services {
	height: 35px;
	width: 68px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/services.gif) bottom left no-repeat;
	display: block;
	float: left;
}

#services:hover {
	background-position: top left;
}

#experience {
	height: 35px;
	width: 83px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/experience.gif) bottom left no-repeat;
	display: block;
	float: left;
}

#experience:hover {
	background-position: top left;
}

#tech {
	height: 35px;
	width: 89px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/technology.gif) bottom left no-repeat;
	display: block;
	float: left;
}

#tech:hover {
	background-position: top left;
}

#contact {
	height: 35px;
	width: 77px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/contacts.gif) bottom left no-repeat;
	display: block;
	float: left;
}

#contact:hover {
	background-position: top left;
}

/** End Top Navigation **/