@font-face {
    font-family: 'adobe_garamond_pro_boldRg';
    src: url('../fonts/agaramondpro-bold-webfont.eot');
    src: url('../fonts/agaramondpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agaramondpro-bold-webfont.woff') format('woff'),
         url('../fonts/agaramondpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/agaramondpro-bold-webfont.svg#adobe_garamond_pro_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adobe_garamond_pro_bolditalic';
    src: url('../fonts/agaramondpro-bolditalic-webfont.eot');
    src: url('../fonts/agaramondpro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agaramondpro-bolditalic-webfont.woff') format('woff'),
         url('../fonts/agaramondpro-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/agaramondpro-bolditalic-webfont.svg#adobe_garamond_pro_bolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adobe_garamond_proitalic';
    src: url('../fonts/agaramondpro-italic-webfont.eot');
    src: url('../fonts/agaramondpro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agaramondpro-italic-webfont.woff') format('woff'),
         url('../fonts/agaramondpro-italic-webfont.ttf') format('truetype'),
         url('../fonts/agaramondpro-italic-webfont.svg#adobe_garamond_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adobe_garamond_proregular';
    src: url('../fonts/agaramondpro-regular-webfont.eot');
    src: url('../fonts/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agaramondpro-regular-webfont.woff') format('woff'),
         url('../fonts/agaramondpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/agaramondpro-regular-webfont.svg#adobe_garamond_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adobe_garamond_probold';
    src: url('../fonts/agaramondpro-semibold-webfont_0-webfont.eot');
    src: url('../fonts/agaramondpro-semibold-webfont_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agaramondpro-semibold-webfont_0-webfont.woff') format('woff'),
         url('../fonts/agaramondpro-semibold-webfont_0-webfont.ttf') format('truetype'),
         url('../fonts/agaramondpro-semibold-webfont_0-webfont.svg#adobe_garamond_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear {
	clear: both;
}

body {
}

.container {
	background: #cedcc7;
	padding: 20px 0 50px 0;
}

.content {
	margin: 0 auto;
	width: 960px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: #a9b8a3 0px 0px 9px;
	-moz-box-shadow: #a9b8a3 0px 0px 9px;
	box-shadow: #a9b8a3 0px 0px 9px;
    padding: 3px 0 14px 0;
    border-bottom: 8px solid #900028;
    position: relative;
	behavior: url(js/pie.htc);
}

.logo {
	margin: 20px 0 0 30px;
	width: 140px;
	float: left;
	position: relative;
	z-index: 999;
}

.phone {
	color: #900028;
	text-align: center;
	margin: 10px 0 0 0;
	font: 16px 'adobe_garamond_pro_bolditalic';
}

.header {
	background: url('../img/header-bg.png') repeat-y;
	width: 956px;
	margin: 0 auto 0 auto;
	border-radius: 5px;
	height: 156px;
}

.header h1 {
	font: 55px 'adobe_garamond_proitalic';
	color: #313131;
	letter-spacing: -1px;
	margin: 0 0 0 215px;
	padding: 10px 0 0 0;
}

.header h1 span {
	color: #991439;
}

.search {
	float: right;
	margin: -55px 10px 0 0;
}

.search input {
	width: 123px;
	background: #fff;
	border: 1px solid #d4dcd2;
	border-radius: 3px;
	font: 11px Georgia;
	color: #a7aea7;
	padding: 7px 10px;
	margin: 0 -5px -16px 0;
	position: relative;
	behavior: url(js/pie.htc);
}

.search input.btn {
	width: 30px;
	height: 28px;
	background: none;
	border: none;
}

.menu {
	background: #fff;
	margin: -56px 0 0 203px;
	float: right;
	border-radius: 0 15px 0 0;
	behavior: url(js/pie.htc);
	position: relative;
}

@-moz-document url-prefix() {
.menu {
	background: #fff;
	margin: -54px 0 0 203px;
}
}

.menu ul a li {
	float: left;
	text-align: center;
	color: #464646;
	font: 18px 'adobe_garamond_probold';
	line-height: 18px;
	padding: 15px 27px 15px 15px;
}

.menu ul a.selected li,
.menu ul a li:hover {
	color: #991439;
}

.menu ul li.separator {
	background: url('../img/menu-separator.png') no-repeat;
	width: 29px;
	height: 72px;
	float: left;
}

.page {
	background: #f4f6f4;
	border: 1px solid #e0e8dd;
	border-top: none;
	border-bottom: none;
	margin: 0 12px;
	padding: 20px 10px 10px 10px;
	float: left;
}

.welcome-box {
	width: 400px;
	margin: 0 38px 0 30px;
	font: 16px Georgia;
	color: #464646;
	line-height: 24px;
	float: left;
}


.bubble {
	background: url('../img/bubble.png') no-repeat;
	width: 444px;
	height: 223px;
	float: left;
}

.bubble p {
	font: 17px Georgia;
	color: #231f20;
	line-height: 26px;
	width: 330px;
	margin: 30px 0 0 30px;
}

.news {
	background: url('../img/news-bg.png') no-repeat #f4f6f4;
	width: 379px;
	height: 340px;
	float: left;
	padding: 30px;
	font: 14px Georgia;
	color: #464646;
	line-height: 20px;
}

.news h1 {
	background: url('../img/news-arrow.png') no-repeat 0px 7px;
	font: 24px Georgia;
	color: #231f20;
	padding: 0 0 0 20px;
	margin: 0 0 30px 0;
}

.news img {
	float: left;
	margin: 0 20px 20px 0; 
}

.news a {
	font: 11px Georgia;
	color: #a12649;
	margin: 0 0 0 10px;
}

.news a:hover {
	text-decoration: underline;
}

.news .line {
	background: url('../img/dotted.gif') repeat-x;
	height: 1px;
	margin: 15px 0;
}

.banner {
	background: url('../img/banner.jpg') no-repeat;
	width: 936px;
	height: 124px;
	margin: 0 auto;
}

.banner .left {
	font: 16px Georgia;
	color: #fff;
	width: 275px;
	padding: 20px 40px 0 40px;
	float: left;
	text-shadow: black 1px 1px 2px;
}

.banner .right {
	font: 22px 'adobe_garamond_probold';
	color: #363636;
	padding: 20px 0 0 0px;
	float: left;
}

.banner .right h1 {
	font: 43px 'adobe_garamond_proitalic';
	color: #993333;
	letter-spacing: -1px;
}

.banner .right span {
	font: 32px 'adobe_garamond_probold';
	color: #363636;
	letter-spacing: -1px;
	margin: 0 10px 0 5px;
}

.banner .right a {
	font: 32px 'adobe_garamond_probold';
	color: #363636;
	letter-spacing: -1px;
	text-decoration: underline;
	margin: 0 10px;
}

.banner .right a:hover {
	text-decoration: none;
}

.footer {
	background: url('../img/footer.png') no-repeat;
	width: 960px;
	height: 190px;
	margin: 1px auto 0 auto;
}

.footer a.link {
	font: bold 11px Arial;
	color: #900028;
	position: relative;
	top: 45px;
	left: 90px;
	margin: 0 10px 0 0;
}

.footer a.link:hover {
	text-decoration: underline;
}

.follow {
	font: bold 11px Arial;
	color: #fff;
	position: relative;
	top: -3px;
	left: 90px;
	float: left;
}

.follow a {
	font: 11px Arial;
	color: #fff;
}

.follow a img {
	margin: 0 10px 0 10px;
	position: relative;
	top: 14px;
}

.links-head-01 {
	font: bold 13px Georgia;
	color: #fff;
	border-left: 1px solid #737d86;
	height: 20px;
	padding: 5px 0 5px 15px;
	position: relative;
	left: 170px;
	top: 15px;
}

.links-head-02 {
	font: bold 13px Georgia;
	color: #fff;
	border-left: 1px solid #737d86;
	height: 20px;
	padding: 5px 0 5px 15px;
	position: relative;
	left: 215px;
	top: 15px;
}

.copy {
	font: 11px Arial;
	color: #111;
	width: 250px;
	position: relative;
	top: 40px;
	left: 90px;
	line-height: 18px;
}

.menu-footer {
	margin: -40px 0 0 360px;
}

.menu-footer ul {
	height: 60px;
	float: left;
	border-left: 1px solid #adbbae;
	padding:15px;
}

.menu-footer ul.first {
	margin: 0 61px 0 0;
}

.menu-footer ul.second {
	margin: 0 64px 0 0;
}

.menu-footer ul li {
	margin: 6px 0 -4px 0;
}

.menu-footer ul li a {
	font: 11px Arial;
	color: #363636;
}

.menu-footer ul li a:hover {
	text-decoration: underline;
}

.sidebar {
	width: 200px;
	background: url('../img/sidebar-bg.png') no-repeat;
	margin: 0 0 0 17px;
	padding: 20px 0 0 15px;
	float: left;
}

.sidebar p {
	font: 12px Georgia;
	color: #252525;
	line-height: 16px;
	padding: 0 25px 0 0;
}

.sidebar a {
	font: 12px Georgia;
	color: #900028;
	text-decoration: underline;
}

.sidebar a:hover {
	text-decoration: none;
}

.sidebar ul {
	font: bold 13px Georgia;
	color: #900028;
	padding: 0 35px 0 0;
}

.sidebar ul li {
	font: 12px Georgia;
	color: #252525;
	margin: 0 0 10px 20px;
	line-height: 16px;
}

.sidebar ul li a {
	font: 12px Georgia;
	color: #900028;
	text-decoration: underline;
}

.sidebar ul li a:hover {
	text-decoration: none;
}

.sidebar ul span {
	font: bold 16px Georgia;
	color: #668333;
	margin: -3px 0 0 5px;
	float: left;
}

.title-page {
	height: 148px;
	width: 714px;
	padding: 0 50px 0 30px;
	margin: 0 17px 30px 234px;
}

.title-page h1 {
	font: 33px Georgia;
	color: #231f20;
	padding: 55px 0 0 0;
}

.inner-page {
	padding: 0 50px 0 250px;
	font: 15px/20px Georgia;
	color: #252525;
	line-height: 20px;
	margin: 0 0 30px 0;
}

.inner-page h1 {
	font: 26px Georgia;
	color: #900028;
	background: url('../img/dotted-gr.gif') repeat-x right bottom;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

.inner-page h2 {
	font: bold 18px Georgia;
	color: #000;
	margin: 0 0 10px 0;
}

.inner-page a {
	font: 15px Georgia;
	color: #5B735B;
	text-decoration: underline;
}

.inner-page a:hover {
	color: #900028;
}

.inner-page ul {
	margin: 0 0 30px 0;
}

.inner-page ul span {
	font: 21px Georgia;
	color: #ffa8a4;
	float: left;
	margin: -5px 0 0 10px;
}

.inner-page ul li {
	font: 15px Georgia;
	color: #252525;
	line-height: 20px;
	margin: 0 0 15px 30px;
}

.img-float {
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px;
	border: 1px solid #e0e8dd;
	background: #ebf1e9;
}

.inner-page form {
	margin: 0 0 40px 0;
}

.inner-page form span {
	width: 150px;
	font: 15px Georgia;
	margin: 0 0 -10px 0;
	float: left;
}

.inner-page form input {
	width: 300px;
	border: 1px solid #e0e8dd;
	border-radius: 5px;
	background: #ebf1e9;
	height: 25px;
	font: 16px Georgia;
	padding: 5px 5px 0 5px;
	margin: 0 0 10px 0;
	behavior: url(js/pie.htc);
	position: relative;
}

.inner-page form select {
	width: 310px;
	border: 1px solid #e0e8dd;
	border-radius: 5px;
	background: #ebf1e9;
	height: 35px;
	font: 16px Georgia;
	padding: 5px;
	margin: 0 0 10px 0;
	behavior: url(js/pie.htc);
	position: relative;
}

.inner-page form option {
	margin: 5px 0;
}

.inner-page form input.btn {
	width: 70px;
	height: 28px;
	border: none;
	background: none;
	margin: 10px 0 0 145px;
}

.inner-page form textarea {
	width: 300px;
	border: 1px solid #e0e8dd;
	border-radius: 5px;
	background: #ebf1e9;
	height: 150px;
	position: relative;
	font: 16px Georgia;
	padding: 5px;
	behavior: url(js/pie.htc);
	overflow: hidden;
}

.inner-page table {
	width: 100%;
}

.inner-page table td {
	text-align: center;
	border-bottom: 1px solid #e0e8dd;
	padding: 10px 0;
}

.inner-page table td span {
	font: 13px Georgia;
	color: #999;
}

.inner-page table td.first {
	width: 250px;
	padding: 10px 50px 10px 0;
	text-align: left;
}

.inner-page table td.title {
	font: bold 15px Georgia;
	text-align: center;
	vertical-align: top;
}

.inner-page table td.title-left {
	font: bold 15px Georgia;
	text-align: left;
	vertical-align: top;
}