@charset "utf-8";
/* CSS Document */
@import url("reset.css");

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/paperold-body-bg.jpg) center top repeat-y #877046;
	margin: 0;
	padding: 0;
	color: #2b180a;
}

h1,
h2,
h3,
h4 {
	color: #2b180a;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	color: #ab0e19;
	outline: none;
}

a:hover {
	color: #5c5c5c;
}

a img {
	border: 0;
}

object {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*-----------------------------------ID-----------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/paperold-wrapper-bg.jpg) repeat-x;
}

#container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#headerouter {
	margin: 0 auto;
	width: 980px;
	height: 152px;
}

#header {
	margin: 0 auto;
	width: 980px;
	height: 150px;
}

#headertop {
	margin: 0 auto;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfb682;
}

#headertopsupport {
	float: left;
	margin-top: 3px;
}

#headertopsupport span.head {
	padding-right: 10px;
	color: #ffd800;
}

#headertopsupport span.line {
	padding-left: 4px;
	padding-right: 4px;
	color: #777;
}

#headertopsupport a {
	color: #cfb682;
	text-decoration: underline;
}

#headertopsupport a:hover {
	color: #ffd800;
}

#headertopsupport a.feeback {
	font-weight: bold;
	text-decoration: none;
	color: #ffd800;
}

#headertopsupport a.feeback:hover {
	color: #cfb682;
}

.quicklinks {
	width: 100px;
	border: 0;
	background: #ab0e19;
	font-size: 11px;
	color: #fff;
	padding: 1px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#headertopright {
	float: right;
	padding-top: 3px;
}

#headertopright ul {
	margin: 0px;
	padding: 0 0 0 0;
	list-style: none;
}

#headertopright li {
	display: inline;
	text-align: center;
	margin: 0px;
}

#headertopright a {
	color: #2b180a;
	text-decoration: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

/*#headertopright a.home {
	padding: 2px 14px 0 14px;
	border-right:1px solid #9a7f52;
}
#headertopright a.home:hover {
	color: #ab0e19;
}
#headertopright a.sitemap {
	padding: 2px 14px 0 14px;
	border-right:1px solid #9a7f52;
}
#headertopright a.sitemap:hover {
	color: #ab0e19;
}
#headertopright a.contact {
	padding: 2px 0 0 14px;
}
#headertopright a.contact:hover {
	color: #ab0e19;
}*/
#headermiddle {
	width: 980px;
	margin: 0 auto;
	height: 88px;
	padding-top: 6px;
}

#headermiddlelogo {
	width: 130px;
	float: left;
	padding-top: 18px;
	padding-left: 4px;
}

#headermiddlesearch {
	width: 231px;
	height: 30px;
	float: right;
	padding-top: 16px;
	margin-top: 16px;
}

#headermiddlesearch .b21 {
	float: left;
	margin: 0 0 0 0;
	width: 197px;
}

#headermiddlesearch .b22 {
	float: right;
	margin: 0 0 0 0;
	text-align: right;
	width: 34px;
}

#headermiddlesearch .search {
	border: 0;
	width: 197px;
	/* height: 20px; */
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding: 6px 4px 4px 10px;
	background: url(../images/quick-search-bg.jpg) no-repeat;
	outline: none;
}

#headermiddlesearch .btn {
	background: url(../images/quick-btn.jpg) left;
	position: relative;
	display: block;
	width: 34px;
	height: 30px;
	border: 0;
	cursor: pointer;
	padding: 0 0 0 0;
}

/*#nav {
	width:980px;
	margin:0 auto;
	height:38px;
	margin-top:0px;
	background:#ab0e19;
}
#nav ul {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
	line-height:normal;
	}
#nav li {
	display:inline;
	text-align:center;
}
#nav a {
	float:left;
	padding:11px 16px 10px 16px;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-right:1px solid #cb3842;
}
#nav a:hover, #nav a.active {
	color: #ab0e19;
	background:#ffd800;
}*/

/*nav*/
#nav {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	height: 44px;
	background: #ab0e19;
	position: relative;
	z-index: 500;
	width: 980px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav li.top {
	display: block;
	float: left;
	height: 34px;
}

#nav li a.top_link {
	display: block;
	float: left;
	height: 44px;
	color: #fff;
	padding: 5px 18px 12px 13px;
	line-height: 34px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	border-right: 1px solid #cb3842;
}



#nav li a.active {
	background: #ffd800;
	color: #ab0e19;
}

#nav li a.top_link span {
	float: left;
	display: block;
	height: 34px;
}

#nav li a.top_link span.down {
	float: left;
	display: block;
	height: 34px;
	background: url(../images/down_arrow.png) no-repeat right;
	padding-right: 14px;
}

#nav li:hover a.top_link {
	color: #ab0e19;
	background: #ffd800;
}

#nav li:hover a.top_link span {
	background: #ffd800;
}

#nav li:hover a.top_link span.down {
	background: url(../images/down_arrow.png) no-repeat right;
	padding-right: 14px;
}


/* Default list styling */
#nav li:hover {
	position: relative;
	z-index: 200;
}

#nav li:hover ul.sub {
	left: 0px;
	top: 44px;
	background: #ffd800;
	white-space: normal;
	width: 152px;
	height: auto;
	z-index: 300;
	text-transform: none;
}

#nav li:hover ul.sub li {
	display: block;
	height: auto;
	position: relative;
	float: left;
	width: 166px;
	font-weight: normal;
}

#nav li:hover ul.sub li a {
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 150px;
	color: #ab0e19;
	border-bottom: 1px solid #ffe86a;
	text-decoration: none;
	padding: 8px;
	border-right: none;
	line-height: 13px;
	font-size: 11px;
}

#nav li ul.sub li a.fly {
	background: #ffd800 url(../images/right_arrow.png) 156px 14px no-repeat;
	color: #ab0e19;
}

#nav li:hover ul.sub li a:hover {
	background: #ab0e19;
	color: #fff;
	border-color: #ffe86a;
}

#nav li:hover ul.sub li a.fly:hover {
	background: #ab0e19 url(../images/right_arrow.png) 156px 14px no-repeat;
	color: #fff;
}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul {
	left: 166px;
	top: 0px;
	background: #ffd800;
	white-space: normal;
	width: 166px;
	z-index: 400;
	height: auto;
}

#nav ul,
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background: #ab0e19 url(../images/right_arrow.png) 156px 14px no-repeat;
	color: #fff;
	border-color: #ffe86a;
}

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly {
	background: #bbd37e url(arrow.gif) 150px no-repeat;
	color: #000;
	border-color: #ffe86a;
}

/* end nav*/

#contentouter {
	width: 980px;
	overflow: hidden;
	background: url(../images/paperold-content-bg.jpg) center repeat-y;
}

#content {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

#contentinner {
	width: 940px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

/*-----------------------------------Content Left-----------------------------------*/
#contentleft {
	width: 190px;
	float: left;
}


.leftlinks {
	list-style-type: none;
	margin: 0 0 0 0;
	margin-top: 10px;
	padding: 0 0 0 0;
}

.leftlinks li {
	padding-bottom: 1px;

}

.leftlinks li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #2b180a;
	border-bottom: 1px dotted #9a7f52;
}

.leftlinks a:hover {
	color: #ab0e19;
}

.leftlinks a.active {
	color: #ab0e19;
}

#news {
	width: 190px;
	margin-top: 9px;
}

#news h1 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 10px;
	background: #2b180a;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
}

#news a img {
	border: 2px solid #fff;
}

#news a:hover img {
	border: 2px solid #ffd800;
}

#news .tbl {
	width: 150px;
	border: 0;
}

#news .tdleft {
	width: 54px;
	padding-right: 6px;
}

#news .tdright {
	width: 100%;
	vertical-align: middle;
}

#news .newsinner {
	width: 170px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #9a7f52;
	overflow: hidden;
	font-size: 11px;
	color: #ab0e19;
}

#news .newsinnermore {
	width: 180px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: right;
	overflow: hidden;
}

#news .morediv {
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}

#news .morediv h4 a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 11px;
	background: #ab0e19;
	padding: 4px 8px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
}

#news .morediv h4 a:hover {
	background: #ffd800;
	color: #ab0e19;
}

#news a {
	font-size: 11px;
	color: #2b180a;
	text-decoration: none;
}

#news a:hover {
	color: #ab0e19;
}

.newsdetailsimg {
	padding-right: 8px;
	padding-top: 4px;
}

#buttonads {
	width: 190px;
	overflow: hidden;
}

#buttonads p {
	margin-top: 10px;
	padding: 0 0 0 0;
	margin-bottom: 0px;
}

#buttonads a img {
	background: #f3e4c7;
	margin: 0;
	border: 0;
	border: 3px solid #fff;
}

#buttonads a img:hover {
	border: 3px solid #ffd800;
}

#leftgoogleads {
	width: 168px;
	overflow: hidden;
	margin-top: 10px;
	border: 1px solid #E9E9E9;
	padding: 10px;
}

/*-----------------------------------Content Right-----------------------------------*/
#contentright {
	width: 740px;
	float: right;
}

#flash {
	width: 740px;
	height: 298px;
	margin-bottom: 10px;
}

#flashmovie {
	width: 740px;
	height: 298px;
	margin-bottom: 10px;
}

#updates {
	width: 740px;
	height: 35px;
	background: url(../images/paperold-update-bg.jpg) no-repeat top;
	margin-bottom: 10px;
}

#updatesinner {
	width: 716px;
	float: right;
	margin-top: 6px;
	padding-right: 11px;
}

#updatesinner a {
	color: #ab0e19;
	text-decoration: none;

}

#updatesinner a:hover {
	color: #2b180a;
}

#updatesinner span {
	padding-left: 6px;
	padding-right: 6px;
	color: #754b2c;
}

#updatespage {
	width: 100%;
	border-top: 1px solid #D5D5D5;
}

#contentarea {
	width: 740px;
	overflow: hidden;
	background: ;
}

#contentareainner {
	padding-left: 0px;
	padding-top: 10px;
}

#contentareainner .tbl {
	width: 740px;
	border: 0;
}

#contentareainner .mainimg {
	width: 107px;
	vertical-align: top;
}

#contentareainner .mainimg img {
	background: #ffefef;
	border: 2px solid #fff;
}

#contentareainner .middlecontent {
	vertical-align: top;
}

#middlecontenpart {
	width: 100%;
}

#middlecontenpart h1 {
	font-size: 22px;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	font-weight: normal;
	color: #2b180a;
}

#middlecontenpart h2 {
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0px 0 4px 0;
	font-weight: normal;
	color: #ab0e19;
}

#middlecontenpart p {
	margin: 6px 0 6px 0;
}

#middlecontenpart .morediv {
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}

#middlecontenpart .morediv h4 a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 11px;
	background: #ab0e19;
	padding: 4px 8px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#middlecontenpart .morediv h4 a:hover {
	background: #ffd800;
	color: #ab0e19;
}

#contentareainner .videotd {
	width: 179px;
	vertical-align: top;
	text-align: right;
}

#boxes {
	width: 740px;
	overflow: hidden;
}

.box {
	width: 740px;
	margin-top: 20px;
}

.box table {
	width: 740px;
	border: 0;

}

.box td {
	width: 246px;
	vertical-align: top;
	background: url(../images/paperold-box-bg.jpg) center repeat-y;
	margin-right: 1px;
	padding: 12px 0 0px 3px
}

#boxes .tablecntdiv {
	width: 202px;
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 10px;
}

#boxes h2 {
	font-size: 17px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#boxes .img {
	border: 3px solid #fff;
}

#boxes .imgdiv {
	margin-top: 10px;
}

#boxes p {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	color: #2b180a;
	font-size: 11px;
	border-bottom: 1px solid #fff;
}

#boxes .morediv {
	text-align: right;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	float: right;
}

#boxes .morediv h4 a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 11px;
	background: #ab0e19;
	padding: 4px 8px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}

#boxes .morediv h4 a:hover {
	background: #ffd800;
	color: #ab0e19;
}

/*-----------------------------------Footer-----------------------------------*/
#footer {
	width: 100%;
	overflow: hidden;
}

#footerinner {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	border-bottom: 1px solid #af9b76;
	background: #d6bf8c;
}

#footerinner ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: normal;
}

#footerinner li {
	display: inline;
	text-align: center;
}

#footerinner a {
	float: left;
	padding: 0 14px 0 14px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #2b180a;
	border-right: 1px solid #e9d5b0;
}

#footerinner a:hover {
	color: #ac0c16;
}

#footerinner .home a {
	color: #2b180a;
	padding: 0 10px 0 0;
}

#footerinner .home a:hover {
	color: #ac0c16;
	padding: 0 10px 0 0;
}

#footerinner .feedback a {
	color: #2b180a;
	padding: 0 0 0 10px;
	border: 0;
}

#footerinner .feedback a:hover {
	color: #ac0c16;
}

/*-----------------------------------Copyright-----------------------------------*/
#footergoogleads {
	width: 980px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
}

#copyright {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#copyright .table {
	width: 980px;
	border: 0;
}

#copyright .td1 {
	width: 145px;
	padding-right: 20px;
	vertical-align: middle;
}

#copyright .td2 {
	width: 100%;
}

#copyright p {
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
	color: #5f3e26;
}

#copyright .copy {
	font-size: 11px;
	line-height: 18px;
}

#copyright a {
	color: #854c2e;
	/* text-decoration: underline; */
}

#copyright a:hover {
	text-decoration: none;
}

/*-----------------------------------HTML Button-----------------------------------*/
.htmlbutton {
	background: url(../images/html_btn.jpg) repeat-x;
	border: 1px solid #2D2D2D;
	padding: 5px 8px 5px 8px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

/*-----------------------------------Subpages-----------------------------------*/
#subflash {
	width: 740px;
	height: 200px;
	margin-bottom: 10px;
}

#contentareasub {
	width: 740px;
	overflow: hidden;
}

#contentareainnersub {

	padding-top: 10px;
}

#middlecontenpartsub {
	width: 100%;
}

#middlecontenpartsub li {
	padding-left: 4px;
	margin-left: 40px;
	padding-bottom: 2px;
}

#middlecontenpartsub ul {
	padding-bottom: 8px;
}

#middlecontenpartsub h1 {
	font-size: 18px;
	margin: 0 0 0 0;
	padding: 8px 0 2px 0;
}

#middlecontenpartsub h2 {
	font-size: 15px;
	margin: 0 0 0 0;
	padding: 2px 0 8px 0;
	font-weight: normal;
	color: #ab0e19;
}

#middlecontenpartsub p {
	margin: 6px 0 14px 0;
}

#middlecontenpartsub .notp {
	margin: 6px 0 14px 0;
}

#middlecontenparthead {
	border-bottom: 1px dotted #9a7f52;
}

#middlecontenparthead .date {
	font-size: 11px;
	color: #ab0e19;
}

#leftlinkssubmain {
	margin-bottom: 10px;
}

#leftlinkssubmain h1 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 10px;
	background: #2b180a;
	color: #fff;
}

.leftlinkssub {
	list-style-type: none;
	margin: 0 0 0 0;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0 0 0 0;
}

.leftlinkssub li {
	padding-bottom: 1px;

}

.leftlinkssub li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #2b180a;
	border-bottom: 1px solid #9a7f52;
}

.leftlinkssub a:hover {
	color: #ab0e19;
}

.leftlinkssub a.active {
	color: #ab0e19;
	font-weight: bold;
}

#pathway {
	width: 100%;
	font-size: 13px;
	border-bottom: 1px dotted #9a7f52;
	padding-bottom: 2px;
}

#pathway a {
	padding-right: 8px;
	text-decoration: none;
}

#pathway a:hover {}

/*-----------------------------------Downloads-----------------------------------*/
#downloadsearch {
	width: 500px;
	margin-top: 10px;
}

#downloadsearch select {
	border: 1px solid #9a7f52;
	padding: 3px;
	width: 200px;
	font-size: 11px;
	color: #ab0e19;
	background: #f3e4c7;
}

#downloadsearch .tbl {
	width: 500px;
	border: 0;
}

#downloadsearch .td1 {
	width: 140px;
}

#downloadtbl {
	width: 100%;
	margin-top: 10px;
}

#downloadtbl .tbl {
	background: #9a7f52;
	width: 100%;
	border: 0;
	font-size: 11px;
}

#downloadtbl .td1 {
	background: #f3e4c7;
	padding: 3px;
	width: 10%;
}

#downloadtbl .td2 {
	background: #f3e4c7;
	padding: 3px;
	width: 40%;
}

#downloadtbl .td3 {
	background: #f3e4c7;
	padding: 3px;
	width: 40%;
}

#downloadtbl .td4 {
	background: #f3e4c7;
	padding: 3px;
	width: 10%;
}

#downloadtbl a {
	font-weight: bold;
	text-decoration: none;
}

#downloadtbl .notfound {
	color: #ab0e19;
	font-weight: bold;
	background: #f3e4c7;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 13px;
}

/*-----------------------------------Contact Us-----------------------------------*/
#contactusouter {
	width: 100%;
	margin-top: 10px;
}

#contactusouter table {
	width: 100%;
	border: 0;
}

#contactusouter .td1 {
	width: 60%;
	vertical-align: top;
	border-right: 1px solid #9a7f52;
}

#contactusouter .td2 {
	width: 40%;
	vertical-align: top;
}

#feedbackdiv {
	width: 100%;
}

#feedbackdiv h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #9a7f52;
	margin-right: 10px;
}

#feedbackdiv .div {
	margin-right: 10px;
}

#feedbackdiv .formtbl {
	width: 100%;
	border: 0;
	margin-top: 8px;
}

#feedbackdiv .contacttd {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: middle;
}

#feedbackdiv .star {
	color: #ab0e19;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

#feedbackdiv .input {
	/*width: 270px;*/
	width: 301px;
    border: 1px solid #9a7f52;
	background: #f3e4c7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #432200;
	padding: 4px;

}

#feedbackdiv .htmlbutton {
	background: url(../images/html_btn.jpg) repeat-x;
	border: 1px solid #2D2D2D;
	padding: 5px 8px 5px 8px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

#contactaddress {
	width: 100%;
}

#contactaddress h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #9a7f52;
	margin-left: 10px;
}

#contactaddress p {
	margin-left: 10px;
	font-size: 11px;
}

#contactgetdemob {
	width: 100%;
	clear: both;
}

#contactgetdemob h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #9a7f52;
	margin-left: 10px;
}

#contactgetdemob p {
	font-size: 11px;
	padding-left: 10px;
	margin: 6px 0 0 0;
}

#contactgetdemob .star {
	color: #ab0e19;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

#contactgetdemob .input {
	width: 150px;
	border: 1px solid #9a7f52;
	background: #f3e4c7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #432200;
	padding: 6px;
}

#googlelocationmap {
	width: 100%;
	margin-top: 10px;
}

#googlelocationmap h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #9a7f52;
	margin-bottom: 10px;
}

/*-----------------------------------Sitemap-----------------------------------*/
#sitemapouter {
	width: 100%;
	margin-top: 10px;
}

#sitemapouter table {
	width: 100%;
	border: 0;
}

#sitemapouter .td1 {
	width: 50%;
	vertical-align: top;
	padding-right: 40px;
}

#sitemapouter .td2 {
	width: 50%;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 40px;
}

.sitemaplinks {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.sitemaplinks ul {
	margin: 0;
	padding: 0;
}

.sitemaplinks li {
	padding-bottom: 1px;
}

.sitemaplinks li a {
	display: block;
	height: 19px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #2b180a;
	border-bottom: 1px dotted #9a7f52;
}

.sitemaplinks a:hover {
	color: #ab0e19;
}

.sitemaplinkssub {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
}

.sitemaplinkssub li {
	padding-bottom: 1px;
	padding-left: 10px;
}

.sitemaplinkssub li a {
	display: block;
	height: 14px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #432200;
	background: none;
	border: 0;
}

.sitemaplinkssub a:hover {
	color: #ab0e19;
	background: none;
}

.sitemaplinkssubsub {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
}

.sitemaplinkssubsub li {
	padding-bottom: 1px;
	padding-left: 0;
}

.sitemaplinkssubsub li a {
	display: block;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #432200;
	background: none;
	border: 0;
}

.sitemaplinkssubsub a:hover {
	color: #ab0e19;
	background: none;
}

/*-----------------------------------Gallery-----------------------------------*/
#galleryouter {
	width: 100%;
}

#galleryouter .gallery {
	width: 718px;
	margin-top: 10px;
	background: #f3e4c7;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	border: 1px solid #c1a770;
	font-size: 11px;
}

#galleryouter .count {
	color: #ab0e19;
	font-size: 11px;
}

#galleryouter .gallerymsg {
	width: 695px;
	margin-top: 10px;
	background: #f3e4c7;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #9a7f52;
	color: #ab0e19;
	text-align: center;
	font-weight: bold;
}

#galleryouter table {
	width: 695px;
	border: 0;
}

#galleryouter .td1 {
	width: 20%;
	vertical-align: top;
	text-align: center;
}

#galleryouter img {
	border: 1px solid #fff;
	padding: 3px;
	background: #fff;
}

#galleryouter img:hover {
	border: 1px solid #ffd800;
	background: #ffd800;
}

#galleryouter a {
	font-size: 11px;
	padding-top: 6px;
	color: #2b180a;
	text-decoration: none;
}

#galleryouter a:hover {
	color: #ab0e19;
}

#galleryouter h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 15px;
	margin: 12px 0;
}

#galleryouter h4 a.audiogallery {
	background: url(../images/webdesign_audiogallery.jpg) no-repeat center #fff;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 118px;
	height: 100px;
	outline: none;
	border: 1px solid #fff;
	padding: 3px;
	margin-left: 5px;
	margin-bottom: 4px;
}

#galleryouter h4 a.audiogallery:hover {
	background: url(../images/webdesign_audiogallery.jpg) no-repeat center #ffd800;
	border: 1px solid #ffd800;
}

#galleryouter h4 a.audiogallery span {
	display: none;
}

#galleryouter h4 a.audiogallery_gal {
	background: url(../images/webdesign_audion.jpg) no-repeat center #fff;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 118px;
	height: 100px;
	outline: none;
	border: 1px solid #9a7f52;
	padding: 3px;
	margin-left: 5px;
	margin-bottom: 4px;
}

#galleryouter h4 a.audiogallery_gal:hover {
	background: url(../images/webdesign_audion.jpg) no-repeat center #9a7f52;
	border: 1px solid #9a7f52;
}

#galleryouter h4 a.audiogallery_gal span {
	display: none;
}

#galleryouter h4 a.photogallery {
	background: url(../images/webdesign_photogallery.jpg) no-repeat center #fff;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 118px;
	height: 100px;
	outline: none;
	border: 1px solid #fff;
	padding: 3px;
	margin-left: 5px;
	margin-bottom: 4px;

}

#galleryouter h4 a.photogallery:hover {
	background: url(../images/webdesign_photogallery.jpg) no-repeat center #ffd800;
	border: 1px solid #ffd800;
}

#galleryouter h4 a.photogallery span {
	display: none;
}

#galleryouter h4 a.videogallery {
	background: url(../images/webdesign_video_icon.jpg) no-repeat center #fff;
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 118px;
	height: 100px;
	outline: none;
	border: 1px solid #fff;
	padding: 3px;
	margin-left: 5px;
	margin-bottom: 4px;
}

#galleryouter h4 a.videogallery:hover {
	background: url(../images/webdesign_video_icon.jpg) no-repeat center #ffd800;
	border: 1px solid #ffd800;
}

#galleryouter h4 a.videogallery span {
	display: none;
}

/*-----------------------------------News Archives-----------------------------------*/
#newsarchivesouter {
	width: 100%;
	margin-top: 10px;
}

#newsarchivesouter .tbl1 {
	width: 100%;
	border: 0;
}

#newsarchivesouter .tdleft1 {
	width: 50%;
	/* border-right: 1px solid #9a7f52; */
	padding-right: 10px;
	vertical-align: top;
}

#newsarchivesouter .tdright1 {
	width: 50%;
	padding-left: 10px;
	vertical-align: top;
}

#newsarchivesouter h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #9a7f52;
}

#newsarchives {
	width: 100%;
}

#newsarchives a img {
	border: 2px solid #fff;
	padding: 0px;
}

#newsarchives a:hover img {
	border: 2px solid #ffd800;
}

#newsarchives .tbl {
	width: 100%;
	border: 0;
}

#newsarchives .tdleft {
	width: 54px;
	padding-right: 6px;
}

#newsarchives .tdright {
	width: 100%;
	vertical-align: middle;
}

#newsarchives .newsinner {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #9a7f52;
	overflow: hidden;
}

#newsarchives a {
	font-size: 13px;
	color: #2b180a;
	text-decoration: none;
	line-height: 23px;
}

#newsarchives a:hover {
	color: #ab0e19;
}

#newsarchives .date {
	font-size: 11px;
	color: #ab0e19;
}

#newsarchivesflash {
	width: 100%;
}

#newsarchivesflash a img {
	border: 2px solid #fff;
	padding: 0px;
}

#newsarchivesflash a:hover img {
	border: 2px solid #ffd800;

}

#newsarchivesflash .tbl {
	width: 100%;
	border: 0;
}

#newsarchivesflash .tdleft {
	width: 54px;
	padding-right: 6px;
}

#newsarchivesflash .tdright {
	width: 100%;
	vertical-align: middle;
}

#newsarchivesflash .newsinner {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #9a7f52;
	overflow: hidden;
}

#newsarchivesflash a {
	font-size: 13px;
	color: #2b180a;
}

#newsarchivesflash a:hover {
	color: #ab0e19;
}

#newsarchivesflash .date {
	font-size: 11px;
	color: #ab0e19;
}

/*-----------------------------------Packages-----------------------------------*/
#packagesouter {
	width: 100%;
}

#packagesouter .tbl1 {
	width: 100%;
	border: 0;
}

#packagesouter h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #C99A6A;
}

#tourpackages {
	width: 100%;
}

#tourpackages a img {
	border: 2px solid #fff;
	padding: 0px;
	background: #f3e4c7;
}

#tourpackages a:hover img {
	border: 2px solid #ffd800;
}

#tourpackages .tbl {
	width: 100%;
	border: 0;
}

#tourpackages .tdleft {
	width: 200px;
	padding-right: 6px;
}

#tourpackages .tdright {
	width: 100%;
	vertical-align: middle;
}

#tourpackages .newsinner {
	width: 716px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c1a770;
	background: #f3e4c7;
	overflow: hidden;
	margin-top: 6px;
}

#tourpackages a {
	font-size: 11px;
	color: #2b180a;
}

#tourpackages a:hover {
	color: #ab0e19;
}

#tourpackages a.more {
	font-size: 11px;
	color: #ab0e19;
	display: block;
	border-top: 1px solid #c1a770;
	margin-top: 4px;
	padding-top: 2px;
	text-align: right;
}

#tourpackages a.more:hover {
	color: #2b180a;
}

#packenquirenow {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #9a7f52;
}

#packenquirenow a {
	background: #ab0e19;
	color: #fff;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
}

#packenquirenow a:hover {
	background: #2b180a;
}

#packenquirenow2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #9a7f52;
}

#packenquirenow2 a {
	background: #ab0e19;
	color: #fff;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
}

#packenquirenow2 a:hover {
	background: #2b180a;
}

/*------------------------------------Not Found-------------------------------------*/
.gallerymsg {
	width: 695px;
	margin-top: 10px;
	background: #f3e4c7;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #9a7f52;
	color: #ab0e19;
	text-align: center;
	font-weight: bold;
}

/*------------------------------------Blog-------------------------------------*/
#blogouter {
	width: 100%;
}

#blogouter .tbl1 {
	width: 100%;
	border: 0;
}

#blogouter .tdleftblog {
	width: 50%;
	vertical-align: top;
}

#blogcomments {
	width: 100%;
	clear: both;
	padding-top: 20px;
}

#blogcomments h2 {
	border-bottom: 1px solid #9a7f52;
	margin-bottom: 6px;
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
}

#blogcomments .input {
	width: 270px;
	border: 1px solid #9a7f52;
	background: #f3e4c7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #432200;
	padding: 4px;
}

#blogcomments .contacttd {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: middle;
}

.mandatory {
	font-size: 11px;
	color: #ab0e19;
}

.star {
	font-size: 11px;
	color: #ab0e19;
}

#blogcommentslist {
	width: 100%;
	clear: both;
	padding-top: 20px;
}

#blogcommentslist h2 {
	border-bottom: 1px solid #9a7f52;
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
}

#blogcommentslist .date {
	color: #ab0e19;
}

#blogcommentslist .name {
	color: #ab0e19;
}

#blogcommentslist .border {
	border-bottom: 1px dotted #9a7f52;
	padding-top: 10px;
}

#blogcommentslist p {
	color: #2b180a;
}

.tdright22 {
	font-size: 11px;
	width: 100%;
	vertical-align: middle;
}

.testimonialname {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	padding-top: 6px;
}

/*Big Slider*/
#bigflash {
	width: 980px;
	height: 500px;
}

#bigflashmovie {
	width: 980px;
	height: 500px;
}

.main_view {
	float: left;
	position: relative;
}

.window {
	height: 500px;
	width: 980px;
	overflow: hidden;
	/*--Hides anything outside of the set width/height--*/
	position: relative;
}

.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}

.image_reel img {
	float: left;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 100;
	/*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 30px;
	background: none;
	display: none;
	/*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #fff;
	background: #ab0e19;
	border: 1px solid #ab0e19;
	font-size: 11px;
}

.paging a.active {
	font-weight: bold;
	background: #ffd800;
	border: 1px solid #ffd800;
	color: #ab0e19;
}

.paging a:hover {
	font-weight: bold;
	background: #ffd800;
	border: 1px solid #ffd800;
	color: #ab0e19;
}



/* test */
.box {
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
	justify-content: space-between;
}

.box table {
	width: calc(100% / 3);
	/* Divides space equally without gaps */
	display: inline-block;
}


#copyright .table td,
.table th {
	border-top: none;
	padding: 0;
}


#slider a {
	text-decoration: none;
}

#newsarchives a::before {
	content: "•";
	/* Adds the dot */
	color: #2b180a;
	/* Match the text color */
	font-size: 14px;
	/* Adjust size if needed */
	margin-right: 6px;
	/* Creates gap between dot and text */
}



/* downloads */
#downloadtbl .tbl {
	border-collapse: collapse;
	width: 100%;
}

#downloadtbl .tbl td,
.tbl th {
	border: 1px solid #000;
	/* Adds a border to each cell */
	padding: 8px;
	/* text-align: left; */
}

#downloadtbl .tbl th {
	background-color: #f2f2f2;
	/* Optional: Adds background to header */
}




.gallery .photo-section {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-items: center;
	row-gap: 10px;

}

.gallery-section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;

}


.gallery-section2 img {
	width: 215px;
	object-fit: cover;
	height: 140px;
}

.gallery-section2 p {
	text-align: center;
}



#galleryouter .gallery td {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

#galleryouter .gallery tr {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}


.sliderImage span {
  width: 739px!important;
 
}