* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/bg.gif) repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
}

a {
	text-decoration: none;
	color: #157D6A;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #37AB96;
}

#wrap {
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 80px;
}

#header p.hbig {
	font-size: 28px;
	letter-spacing: -1px;
	padding: 23px 0 0 20px;
	color: #FF5500;
}

#header p.hbig a {
	color: #37AB96;
	text-decoration: none;
	font-weight: 100;
}

#header p.hsmall {
	font-size: 19px;
	color: #fff;
	padding: 5px 0 0 20px;
	font-weight: 100;
	letter-spacing: -1px;
}

#header p.hsmall a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
}

#menu {
	height: 70px;
	line-height: 70px;
	background: #fff url(images/menu.gif) no-repeat;
}

#menu ul {
	list-style-type: none;
	padding-left: 40px;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	padding: 0 10px;
	text-decoration: none;
	font-weight: 100;
	font-size: 14px;
}

#menu ul li a:hover {
	color: #37AB96;
	text-decoration: none;
}

#content {
	background: #fff url(images/content.gif) repeat-y;
	padding: 0 20px 20px 20px;
}

.right {
	float: right;
	width: 560px;
}

.right h1 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	color: #157D6A;
	border-bottom: 1px dotted black;
}

.right p {
	margin: 10px 0;
	font-size: 14px;
}

.right ul {
	margin: 10px 0 10px 20px;
	font-size: 14px;
}

.right ul li {
	margin-bottom: 10px;
}

.left {
	float: left;
	width: 180px;
	padding-top: 10px;
}

.left p {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	background: #111;
	color: #fff;
	font-size: 13px;
}

.left ul {
	margin: 10px 0 0 10px;
	padding: 0 10px 0 0;
	list-style: none;
	text-align: left;
}

.left ul li {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 13px;
	color: black;
}

.left ul li a {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	font-weight: normal;
	color: #B34700;
}

#bottom {
	background: #fff url(images/bottom.gif) no-repeat;
	padding: 10px 0;
}

#footer {
	text-align: center;
	font-size: 11px;
}

#fmenu {
	clear: both;
	text-align: center;
	width: 800px;
	margin: 20px auto;
	padding: 10px;
}

#fmenu ul {
	list-style: none;
	display: inline;
	float: left;
	color: black;
}

#fmenu li {
	display: block;
	float: left;
	width: 250px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fmenu li a {
	color: #B34700;
	text-decoration: none;
}

.mailto2 {
	display:none;
}