* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.indent { padding: 10px 0; }

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

a {
	color: #0087b4;
}

a:hover {
	text-decoration: none;
}

body {
	background: #f7f7f7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1em;
	color: #000;
}

h2 {
	background: #e66700;
	padding: 0 0 3px 25px;
	line-height: 1.8125em;
	font-size: 1.333em;
	color: #fff;
}

h3 {
	padding: 0 0 9px 0;
	line-height: 1.545em;
	font-size: 1.833em;
	font-weight: normal;
	color: #000;
}

h4 {
	padding: 17px 0 6px 0;
	line-height: 1.125em;
	font-size: 1.333em;
	color: #cf2f24;
}

h5 {
	padding: 0 0 12px 1px;
	line-height: 1.429em;
	font-size: 1.167em;
	color: #007ca5;
}

h5 a {
	color: #007ca5;
}

h6 {
	padding: 0 0 6px 0;
	font-size: 1.333em;
	line-height: 1.375em;
	color: #000;
}

.fleft {
	float: left;
}

img.fleft {
	margin: 2px 14px 10px 0;
}

img.fleft1 {
	float: left;
	margin: 6px 14px 0 0;
}

.fright {
	float: right;
}

#main {
	width: 961px;
	margin: 0 auto;
	padding: 0 1px 64px 0;
	font-size: 0.75em;
}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#header {
	position: relative;
	height: 197px;
}

#header ul {
	width: 100%;
	height: 40px;
	border-bottom: 6px solid #e65700;
	position: absolute;
	top: 151px;
	left: 0;
}

#header ul li {
	background: url(../images/menu-divider.gif) no-repeat 0% 20px;
	float: left;
	height: 40px;
	font-size: 1.083em;
	font-weight: bold;
	color: #000;
}

#header ul li#no-divider {
	background: none;
}

#header ul li a {
	display: inline-block;
	height: 40px;
	overflow: hidden;
	line-height: 44px;
	position: relative;
	padding: 0 32px 0 32px;
	margin: 0 -5px 0 0;
	text-decoration: none;
	color: #000;
}

#header ul li a:hover {
	text-decoration: underline;
}


#header ul li.menu-act a:hover {
	text-decoration: none;
}

#header ul li.menu-act a {
	background: url(../images/menu-tail.gif) repeat-x 0% 0%;
	display: inline-block;
	cursor: pointer;
	padding: 0;
	color: #fff;
}

#header ul li.menu-act a span {
	background: url(../images/menu-left.gif) no-repeat 0% 0%;
	display: inline-block;
}

#header ul li.menu-act a span span {
	background: url(../images/menu-right.gif) no-repeat 100% 0%;
	display: inline-block;
	height: 40px;
	padding: 0 32px 0 32px;
}

#header img.logo {
	position: absolute;
	top: 57px;
	left: 25px;
}

#search-form {
	position: absolute;
	top: 82px;
	right: 1px;
}

#search-form input {
	background: url(../images/search-input.gif) no-repeat 100% 0%;
	width: 159px;
	height: 15px;
	padding: 3px 3px 3px 3px;
	border: none;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
}

#search-form #search-submit {
	background: url(../images/search-submit.gif) repeat-x 0% 0%;
	width: 82px;
	height: 21px;
	padding: 0;
	margin: 0 0 0 6px;
	border: 1px solid #202020;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

#content {
	padding: 20px 0 21px 0;
}

#content p {
	padding: 0 0 4px 0;
	line-height: 1.5em;
}

#content p em {
	float: right;
	padding: 0 28% 0 0;
	font-style: normal;
}

#content p a {
	color: #0087b4;
}

#content p.type1 {
	padding: 0 0 19px 0;
	line-height: 1.5em;
	color: #565656;
}

#content p.extra-indent {
	padding: 0 0 16px 0 !important;
}

#content p.extra-indent1 {
	padding: 0 0 24px 0 !important;
}

#content p.no-indent {
	padding: 0;
}

.row-1 {
	padding: 0 0 19px 0;
}

.info-box {
	background: #fff;
	min-height: 292px;
	height: auto !important;
	height: 292px;
	padding: 23px 25px 15px 25px;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

.link {
	background: url(../images/link-tail.jpg) repeat-x 0% 0%;
	display: inline-block;
	height: 24px;
	margin: 10px 0 0 1px;
	line-height: 24px;
	border: 1px solid #1d1d1d;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
}

.link span {
	background: url(../images/link-bg.gif) no-repeat 18px 10px;
	display: inline-block;
	padding: 0 18px 0 30px;
}

.link:hover {
	cursor: pointer;
	color: #e66700 !important;
}

.link-1 {
	margin: 0 9px 0 4px;
	line-height: 1.571em;
	font-size: 1.167em;
	color: #cf2f24;
}


.link-2 {
	background: url(../images/arrow.gif) no-repeat 100% 7px;
	padding: 0 15px 0 0;
	margin: 0 0 0 9px;
	line-height: 1.571em;
	font-size: 1.167em;
	color: #007ca5;
}

.link-3 {
	line-height: 1.571em !important;
	font-size: 1.167em !important;
	color: #cf2f24 !important;
}

.line-hor {
	background: url(../images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 2px;
	clear: both;
	overflow: hidden;
	margin: 24px 0 23px 0;
}

.line-hor1 {
	background: #e2e2e2;
	width: 100%;
	height: 2px;
	overflow: hidden;
	margin: 30px 0 30px 0;
}

.line-hor2 {
	background: url(../images/line-hor1.gif) repeat-x 0% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 13px 0 13px 0;
}

.line-ver {
	background: url(../images/line-ver.gif) repeat-y;
	width: 100%;
	overflow: hidden;
}

.box {
	background: #e1e1e1 url(../images/box-tail.jpg) repeat-x 0% 0%;
	padding: 21px 25px 20px 23px;
	margin: 0 0 13px 0;
	border: 1px solid #cfcfcf;
}

.list {
	padding: 0 0 2px 0;
}

.list li {
	background: url(../images/marker.gif) no-repeat 1px 10px;
	padding: 0 0 0 17px;
	line-height: 2.333em;
	color: #000;
}

.list li a {
	color: #000;
}

.list-1 {
	padding: 0 0 15px 0;
}

.list-1 li {
	background: url(../images/line-hor1.gif) repeat-x 0% 100%;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.list-1 li img {
	float: left;
	margin: 6px 18px 0 0;
}

.list-1 li i {
	display: block;
	padding: 0 0 4px 0;
	font-size: 1.333em;
	line-height: 1.375em;
	color: #0087b4;
}

.list-1 li p {
	padding: 0 !important;
	overflow: hidden !important;
	font-size: 1em !important;
	line-height: 1.5em !important;
	color: #000 !important;
}

.list-1 li.extra-style {
	background: none;
	padding: 0 0 10px 0;
	margin: 0;
}

.list-1 li.extra-style1 {
	background: none;
	padding: 10px 0 10px 0;
	margin: 0;
}

.list-1 li.extra-style2 {
	background: none;
	padding: 0;
	margin: -7px 0 0 0;
}

.list-2 {
	padding: 10px 0 21px 0;
}

.list-2 li {
	width: 100%;
	overflow: hidden;
	line-height: 1.5em;
}

.list-2 li span {
	float: right;
	color: #007ca5;
}

.list-2 li a {
	text-decoration: none;
	color: #000;
}

.list-2 li a:hover {
	text-decoration: underline;
}

.title {
	background: url(../images/title-bg.jpg) no-repeat 0% 0%;
	height: 40px;
	padding: 0 0 15px 19px;
	line-height: 38px;
	overflow: hidden;
	font-size: 1.333em;
	font-weight: bold;
	color: #fff;
}

.title-1 {
	padding: 0 0 17px 0;
	line-height: 2.125em;
	font-size: 1.333em;
	font-weight: bold;
}

.title-2 {
	padding: 0 0 13px 0;
	line-height: 2.125em;
	font-size: 1.333em;
	font-weight: bold;
}

.picture {
	float: left;
	margin: 0 24px 0 0;
	padding: 0 0 0 1px;
}

.picture img {
	margin: 0 0 1px 0;
}

.picture span {	
	background: #6787a3;
	display: block;
	width: 158px;
	height: 35px;
	padding: 0 1px 0 0;
	line-height: 31px;
	text-align: center;
	font-size: 1.167em;
	font-weight: bold;
	color: #feffff;
}

.box-1 .border-top {
	background: #fff url(../images/border-top.gif) repeat-x 0% 0%;
}

.box-1 .border-bot {
	background: url(../images/border-bot.gif) repeat-x 0% 100%;
}

.box-1 .border-left {
	background: url(../images/border-left.gif) repeat-y 0% 0%;
}

.box-1 .border-right {
	background: url(../images/border-right.gif) repeat-y 100% 0%;
}

.box-1 .corner-top-left {
	background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
}

.box-1 .corner-top-right {
	background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
}

.box-1 .corner-bot-left {
	background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
}

.box-1 .corner-bot-right {
	background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
	width: 100%;
}

.box-1 .box-indent {
	padding: 2px 20px 39px 20px;
}

.box-1 .box-indent1 {
	padding: 2px 20px 26px 20px;
}

.indent-bot {
	margin: 0 0 18px 0;
}

blockquote b {
	display: block;
	padding: 9px 0 0 0;
	text-align: right;
	font-size: 1.167em;
	font-weight: bold;
	color: #007ca5;
}

blockquote b a {
	color: #007ca5;
}

#contact-form {
	width: 560px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.25em;
	color: #000;
}

#contact-form p {
	width: 270px;
	float: right;
}

#contact-form span {
	display: block;
}

#contact-form textarea {
	background: none;
	width: 262px;
	height: 98px;
	padding: 3px;
	border: 1px solid #bebebe;
	overflow: auto;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.25em;
	color: #000;
}

#contact-form label {
	display: block;
	height: 40px;
	padding: 3px 0 0 0;
	overflow: hidden;
}

#contact-form input {
	background: none;
	width: 221px;
	height: 15px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #bebebe;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.25em;
	color: #000;
}

#contact-form a {
	float: right;
	margin: 4px 0 0 28px;
	font-size: 1.167em;
	color: #cf2f24
}

#footer {
	background: #e3e3e3;
	height: 60px;
	padding: 26px 0 0 19px;
	border-bottom: 4px solid #bbbbbb;
}

#footer ul {
	width: 100%;
	overflow: hidden;
}

#footer ul li {
	background: url(../images/menu-bot-divider.gif) no-repeat 0% 3px;
	float: left;
	padding: 0 8px 0 8px;
	margin: 0 0 0 -1px;
	line-height: 1.6em;
	text-transform: uppercase;
	font-size: 0.833em;
	color: #000;
}

#footer ul li a {
	text-decoration: none;
	color: #000;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	padding: 0 0 0 6px;
	line-height: 1.6em;
	font-size: 0.833em;
	color: #000;
}

#footer p strong {
	margin: 0 2px 0 0;
	text-transform: uppercase;
	font-weight: normal;
}

#footer p span {
	margin: 0 0 0 2px;
}

#footer p a {
	margin: 0 0 0 6px;
	color: #000;
}