* {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

html {
	height: 100%;
}

body {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-size: small;
	color: #000;
	background: #fff url('../images/body.png') repeat-x left top;
	height:100%;
}

fieldset {
	padding:3px;
	border:1px solid #999;
}

.invisible, hr {
	display: none;
}
.page, .footer address {
	width: 1012px;
	margin: 0 auto;
	font-size: 86%;
}

.page {
	position: relative;
	min-height: 100%;
}

* html .page {
	height: 100%;
}

h1 {
	position: relative;
	width: 1012px;
	height: 160px;
	overflow: hidden;
	font-size: 20px;
	background: #000;
}
h1 a {
	display: block;
	width: 1012px;
	height: 160px;
	cursor: pointer;
	padding: 75px 0 0 287px;
	text-decoration: none;
	color: #fff;
}
h1 a:hover, .footer address a:hover {
	text-decoration: underline;
}
h1 strong, .topmenu li a.g_current, .topmenu li a:hover, h2, h3, .main a:hover {
	color: #FF7B48;
}
h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1012px;
	height: 160px;
	background: url('../images/header.gif') no-repeat left top;
}
.topmenu {
	height: 19px;
	padding-top: 28px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background: #000;
}
.page>.topmenu {
	min-height: 19px;
	height: auto;
}
.topmenu li {
	display: inline;
}
.topmenu li a {
	padding: 0 49px 0 45px;
	color: #fff;
	text-decoration: none;
}
.top {
	width: 1010px;
	border-left: 1px solid #8E4729;
	border-right: 1px solid #8E4729;
	background: #d2451c
;
}
.quote {
	float: left;
	width: 205px;
	padding: 72px 45px 0 38px;
	overflow: hidden;
	color: #fff;
	line-height: 160%;
	font-weight: bold;
	font-style: italic;
}
.quote p {
	padding-bottom: 20px;
}
.quote p.author {
	padding-left: 70px;
	line-height: 120%;
}
.quote p.author strong {
	display: block;
	color: #000;
}
.top img {
	float: left;
}
.main {
	width: 950px;
	padding: 38px 23px 8px 39px;
	font-weight: bold;
	background: #fff url('../images/main.png') no-repeat left top;
}
.main a {
	color: #000;
}
.main a:hover {
	text-decoration: none;
}
.left {
	width: 470px;
	float: left;
	overflow: hidden;
}
h2 {
	font-size: 178%;
	padding-bottom: 20px;
}
.left img {
	float: left;
	margin: 0 11px 5px 0;
}
.left p, .right p {
	line-height: 155%;
	padding-bottom: 18px;
}
.left p.last {
	padding-bottom: 0;
}
.right {
	width: 450px;
	float: right;
	overflow: hidden;
}

#g_frontpage.right p {
	border-top: 1px solid #000;
}

#g_frontpage.right ul {
	margin-bottom:20px;
}

#g_frontpage.right ul li {
	border-bottom: 1px solid #000;
}


h3 {
	font-size: 100%;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #000;
	margin-bottom: 18px;
}
table.last {
	margin-bottom: 34px;
}
td {
	padding-top: 1px;
	border-bottom: 1px solid #000;
}
.td1 {
	width: 146px;
}
table .td1 a {
	padding-right: 4px;
}

#cases h3 {
	border-bottom: 1px solid #000;
}

#cases a {
	text-decoration: none;
}

#cases a:hover {
	text-decoration: underline;
}

#cases li {
	padding: 3px 0;
}

#cases li a b {
	text-decoration: underline;
}

.pdf {
	padding: 5px 0 5px 24px;
	background: url('/images/pdf.png') no-repeat left top;
}
.footer {
	padding: 3px 0;
	color: #fff;
	text-align: center;
	background: #d2451c
;
	height:11px;
	position: relative;
	margin-top: -17px;
}
.footer address {
	font-size: 78%;
	font-style: normal;
	font-weight: bold;
}

.footer address span {
	padding: 0 5px;
}
.footer address a {
	color: #fff;
	text-decoration: none;
}
.cleaner {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}
