/* Bell'adesso Style Sheet Updated: 07.22.05 By: Kerby*/
body, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	padding : 0;
	margin : 0;
}
.Container {
	width: 786px;
	background: url(img/bg.gif) repeat-y 10px;
	padding: 0px 10px 0px 10px;
}
.Bg {
	width: 766px;
}
a {
	border-bottom: 1px solid #993300;
	color: #993300;
	text-decoration : none;
}
a:hover {
	border-bottom: 1px dashed #993300;
	color: #993300;
	text-decoration : none;
}
.Title {
	background: White url(img/title.gif) no-repeat left;
	height: 110px;
	width: 100%;
}
ul {
	list-style-image: url(img/bullet_check_yellow.GIF);
}
/* Navigation Tags ---------------------------*/
.Navigation {
	float: left;
	background: White;
}
.NavOn {
	background-image: url(img/nav_on.gif);
	height: 28px;
	width: 158px;
	border: 1px solid #BFAB18;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	color: Gray;
	padding-left: 20px;
}
.NavOff {
	background-image: url(img/nav_off.gif);
	height: 28px;
	width: 158px;
	border: 1px solid #BFAB18;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	color: Gray;
	padding-left: 20px;
}
.NavOver {
	background-image: url(img/nav_over.gif);
	height: 28px;
	width: 158px;
	border: 1px solid #BFAB18;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	cursor: pointer;
	color: Gray;
	padding-left: 20px;
}
.Navemptyspace {
	width: 178px;
	height: 300px;
	border-top: 1px solid #BFAB18;
	border-left: 1px solid #BFAB18;
	border-right: 1px solid #BFAB18;
	background-color: #F6F7FB;
}
/* Main body Tags ------------------------*/
.Main {
	border: 1px solid #BFAB18;
	background-image: url(img/home.jpg);
	height: 295px;
	width: 581px;
	float: left;
	margin-left: 3px;
}
.ServiceMain {
	border: 1px solid #BFAB18;
	background-image: url(img/services.jpg);
	height: 295px;
	width: 581px;
	float: left;
	margin-left: 3px;
}
.AboutMain {
	border: 1px solid #BFAB18;
	background-image: url(img/about.jpg);
	height: 295px;
	width: 581px;
	float: left;
	margin-left: 3px;
}
.ResourcesMain {
	border: 1px solid #BFAB18;
	background-image: url(img/resources.jpg);
	height: 295px;
	width: 581px;
	display: block;
	float: left;
	margin-left: 3px;
}
.ContactMain {
	border: 1px solid #BFAB18;
	background-image: url(img/contact.jpg);
	height: 295px;
	width: 581px;
	float: left;
	margin-left: 3px;
}
.Desc {
	margin: 40px 40px 0px 394px;
	line-height: 20px;
	color: Gray;
}
.Servicecontainer {
	width: 541px;
	padding: 20px 20px 20px 20px;
	float: left;
	margin-left: 3px;
}
.Servicecolumnleft {
	float: left;
	width: 260px;
}
.Servicecolumnright {
	float: left;
	width: 260px;
	padding-left: 21px;
}
.Service {
	color: #89640C;
	font-weight: bold;
	font-size: 14px;
	background: url(img/dotdotdot.gif) repeat-x bottom;
}
.ServiceDesc {
	font-size: 10px;
}
.ServiceItem {
	color: #89640C;
	font-weight: normal;
	font-size: 12px;
	background: url(img/dotdotdot.gif) repeat-x bottom;
	margin-bottom: 0px;
}
.ServiceItemDesc {
	font-size: 10px;
	margin-left: 15px;
	font-style: italic;
}
.Price {
	float: right;
	height: 20px;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
}
hr.clear {
	display: block;
	visibility: hidden;
	clear: both;
	line-height : 0px;
	font-size : 0px;
}
.bottom {
	background: url(img/bottom.gif) no-repeat bottom;
	width: 766px;
	clear: both;
	height: 1px;
}
.dotdotdot {
	background: url(img/dotdotdot.gif) repeat-x bottom;
	width: 100%;
	height: 10px;
}
/* Footer Tags ---------------------------*/
.Copyright{
	color : #777777;
	text-align : left;
	padding : 20px;
	margin : 0 auto;
	font-size : 9px;
}