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

body {
	background: #fff;
	margin: 0px 0px;
	padding: 0px;
	font: 0.8em arial, sans-serif;
	text-align: justify;
	color: #000
}

#wrap {
	
}

#Logo {
	display: none
}

#TopMenu {
	display: none
}

#TopMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#TopMenu li {
	float: left;
	display: block;
	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
}

#TopMenu a {
	color: #fff;
	font-weight: bold;
	padding: 7px 17px 10px 17px;
	text-decoration: none;
	display: block;
	background: url(../images/menu/menu-bg.gif) no-repeat top right
}

#TopMenu a:hover, a#current {
	background: url(../images/menu/menu-bg.gif) no-repeat top right;
	color: #000
}

.Content {
	
}

.Aculeate {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: right;
	margin-top: 96px
}

.Aculeate2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: right;
	margin-top: 96px
}

.AculeateInter {
	padding: 0px 10px 0px 10px;
}


.LeftImage {
	display: none
}

.LeftImageInter {
	padding: 7px 5px 0px 6px;
}

#Footer {
	display: none
}

#FooterInter {
	border-top: 1px solid #fff;
	height: 15px;
	padding: 5px 25px 5px 25px;
}

.FooterLeft {
	float: left;
	text-align: left
}

.FooterRight {
	float: right;
	text-align: right
}

#Footer a:link, #Footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#Footer a:hover {
	text-decoration: none;
}

/* STYLES */

h1 {
	color: #7497e8;
	font-size: 2em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #c7d5ee
}

h3 {
	color: #688cdf;
	font-size: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

.ContentInter {
	background: #eee;
	margin-left: 320px;
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
	margin-top: 10px
}

.ContentInternal {
	background: #eee;
	margin-left: 0px;
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
	margin-top: 10px
}

ul#Tools {
	margin: 10px;
	padding: 10px;
	list-style: none
}

ul#Tools li {
	background: #e3eaf6;
	display: block;
	margin: 5px;
	padding: 5px
}

ul#Services {
	margin: 10px;
	padding: 10px;
	list-style: none
}

ul#Services li {
	margin: 0px 0px 1px 0px;
	padding: 2px 5px;
	list-style: none;
	background: #e3eaf6;
	width: 40%
}

ul.Experience {
	margin: 5px;
	padding: 10px;
	list-style: none;
	float: left;
	width: 45%;
}

ul.Experience li {
	margin: 0px 0px 1px 0px;
	padding: 2px 5px;
	list-style: none;
	background: #e3eaf6;
}

.Contact {
	width: 50%;
	clear: both;
	padding: 5px 0px
}

.ContactLeft {
	float: left;
	width: 15%;
}

.ContactRight {
	float: left;
	width: 45%;
}

/* LINKS */

a:link, a:visited {
	color: #7497e8;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline
}

