/* Bell'adesso Style Sheet
Updated: 05.22.05
By: Kerby
---------------------------------------------*/

body, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	padding : 0;
	margin : 0;
}
.Container {
	padding-left: 10px;
	padding-right: 10px;
	width: 90%;
}
.Bg {
	/* background: url(img/bg.gif) repeat-y; */
}
a {
	text-decoration: none;
	color: #007297;
}
a:hover {
	text-decoration: underline;
}
.Title {
	background: White;
	background-image: url(img/title.gif);
	height: 110px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left;
}
ul {
	list-style-image: url(img/bullet_check_yellow.GIF);
}

/* Navigation Tags ---------------------------*/

.Navigation {
	visibility: hidden;
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: none;
}
.Navemptyspace {
	visibility: hidden;
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: none;
}
.NavOn {
	visibility: hidden;
	width: 0px;
	height: 0px;
	display: none;
}
.NavOff {
	visibility: hidden;
	width: 0px;
	height: 0px;
	display: none;
}
.NavOver {
	visibility: hidden;
	width: 0px;
	height: 0px;
	display: none;
}

/* Main body Tags ------------------------*/
.Main {
	border: 1px solid #ACACAC;
	width: 100%;
	padding: 20px 20px 20px 20px;
	display: block;
	margin-top: 10px;
}
.ServiceMain {
	border: 1px solid #ACACAC;
	width: 100%;
	padding: 20px 20px 20px 20px;
	display: block;
	margin-top: 10px;
}
.AboutMain {
	border: 1px solid #ACACAC;
	width: 100%;
	padding: 20px 20px 20px 20px;
	display: block;
	margin-top: 10px;
}
.ResourcesMain {
	border: 1px solid #ACACAC;
	width: 100%;
	padding: 20px 20px 20px 20px;
	display: block;
	margin-top: 10px;
}
.ContactMain {
	border: 1px solid #ACACAC;
	width: 100%;
	padding: 20px 20px 20px 20px;
	display: block;
	margin-top: 10px;
}
.Desc {
	line-height: 20px;
	color: Gray;
}
.Servicecontainer {
	border: 1px solid #ACACAC;
	width: 100%;
	padding: 20px 20px 20px 20px;
	display: block;
	margin-top: 10px;
}
.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 {
	clear: both;
}
.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;
	width: 560px;
	float: left;
}