/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #666666;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

div#envelope {
	width: 745px;
	text-align: left;
	margin: 0 auto;
}

div#header {
	background: url("../img/header.png") top left no-repeat;
	height: 110px;
	width: 745px;
}

div#main {
	width: 745px;
}

div#main h2 {
	clear: both;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #A5B8C2;
}

div#main p.first {
	text-align: justify;
	line-height: 25px;
	background: url("../img/business-team.jpg") left center no-repeat;
	padding-left: 142px;
	margin-left: 11px;
	padding-right: 10px;
	padding-top: 0;
	margin-top: 10px;
}

div#main p.second {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

div#main p.third {
	text-align: justify;
	line-height: 22px;
	background: url("../img/taxes.jpg") right center no-repeat;
	padding-right: 260px;
	padding-left: 10px;
	margin-right: 11px;
	margin-top: 0;
}

div#main p.attention {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	word-space: 3px;
	background: url("../img/attention-bkg.png") top left no-repeat;
	line-height: 23px;
	padding-left: 10px;
	margin-top: 20px;
}

div#main p.glossaryParagraph{
	text-indent:15px;
	padding:10px;
	line-height:20px;
}

div#main p.glossary-index {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-left: 12px;
	line-height: 12px;
}

div#main a {
	color: #0066FF;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	background: none;
}

div#main a:hover {
	text-decoration: none;
}

div#services {
	width: 745px;
	border: 1px solid #A5B8C2;
	border-right: 0;
	height: 46px;
}

div#services h2 {
	border: 0;
	width: 325px;
	max-width: 315px;
	background: url("../img/services-bkg.png") top left no-repeat;
	height: 46px;
	padding: 0;
	padding-left: 10px;
	margin: 0;
	padding-top: 8px;
	max-height: 38px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	float: left;
}

div#services div {
	width: 419px;
	max-width: 354px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	padding-top: 5px;
	padding-left: 60px;
	height: 22px;
	max-height: 18px;
	margin: 0;
	float: left;
}

div#services div span {
	font-weight: bold;
	color: #FF9900;
}

div#services div a {
	padding: 2px 0 0 20px;
	margin-left: 0;
	background: url("../img/arrow.png") top left no-repeat;
}

div#footer {
	margin-top: 30px;
	height: 15px;
	background: url("../img/footer.png") top left no-repeat;
	width: 745px;
}

div#footer a {
	margin-left: 10px;
	color: #FFFFFF;
/*	padding: 2px 0 0 0px;*/
	text-decoration: underline;
}

div#footer a:hover {
	margin-left: 10px;
	color: #F5F5F5;
	text-decoration: none;
}