@charset "utf-8";
/* CSS Document */
/* Triggerfish Home CSS */



.textboxVital {
	float: left;
	height: 640px;
	width: 900px;
	margin-top: 10px;
}

.contentVital {
	width: 900px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 660px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 0px;
}



#menuL {
	width: 30px;
	float: left;
	height: 1650px;
	background: url(../images/Menu-backdrop.jpg);
	overflow: hidden;
}
#menuR {
	height: 1650px;
	width: 30px;
	float: right;
	background-image: url(../images/Menu-backdrop.jpg);
	overflow: hidden;
}

.textboxServices {
	float: left;
	height: 200px;
	width: 400px;
	margin-top: 10px;
}

.imageBoxServices {
	float: right;
	height: 200px;
	width: 480px;
	border: thin solid #1F1F1F;
	margin: 10px 0px 10px 10px;
}
#mnav {
	width: 140px;
	height: 120px;
	padding-top: 10px;
	clear: none;
	margin-left: 20px;
	padding-left: 795px;
}



#services ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#services li {
	font: normal 18px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-left: 10px;
}

#services li a:link, #mnav li a:visited {
	display: block;
	text-decoration: none;
	padding-bottom: 5px;
	color: #FFF;
}
#services li a:hover {
	background-color: #FF6000;
	color: #FFF;
}
