﻿/* CSS Document */
.style1 {
	text-align: center;
}
.style2 {
	text-decoration: underline;
}
.style3 {
	font-size: medium;
}
.style4 {
	font-style: normal;
}
.style5 {
	text-align: center;
	font-size: xx-small;
}
.style6 {
	text-align: left;
	margin-left: 34px;
}
.style8 {
	text-align: left;
}
.style9 {
	text-align: left;
	text-decoration: underline;
}
.style10 {
	border-width: 0;
	background-color: #73614F;
}
.style11 {
	text-align: right;
}
.style12 {
	text-align: left;
	font-size: xx-small;
	margin-top: 12px;
}
.menu {
	color: #221C1A;
	background-color: #73614F;
}
.up {
	font-size: 11px;
	text-align: right;
}
.header {
	text-align: right;
	color: #FFFFFF;
	font-size: 80%;
}
.MsoNormal {
	font-style: normal;
	text-align: center;
}
.button {
	border-width: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #897765;
	margin: 0;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
}
p {
	font-size: 12px;
	color: #241E17;
}
h2 {
	margin-bottom: -10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #241E17;
	font-size: 75%;
}
strong {
	font-size: 12px;
	color: red;
}
b {
	font-size: 12px;
}

/*----table style----*/
.boxcentre {
	padding: 35px;
	vertical-align: top;
	background-color: #A99987;
}
/*----end of table style----*/
/*----global link----*/
a:link {
	color: #241E17;
	text-decoration: underline;
}
a:visited {
	color: #241E17;
}
a:visited:after {
	color: #241E17;
}
a:hover {
	color: #241E17;
}
a:active {
	color: #241E17;
}
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external:link {
	background: url('../images/icon.gif') no-repeat 100% 0;
	padding: 0 20px 0 0;
}
a.external:visited {
	color: #241E17;
	background: url('../images/icon.gif') no-repeat 100% -100px;
	padding: 0 20px 0 0;
}
/*----end of global link----*/
/*----footer----*/
#contentFooter {
	font-style: italic;
	font-size: 10px;
	color: #473C30;
	text-align: justify;
}
#contentFooter a:link {
	color: #473C30;
	text-decoration: none;
	padding: 2px;
	margin-left: -4px;
}
#contentFooter a:visited {
	color: #473C30;
	text-decoration: none;
	padding: 2px;
	margin-left: -4px;
}
#contentFooter a:hover {
	color: #BCA288;
	background-color: #816F5F;
	text-decoration: none;
	padding: 2px;
	margin-left: -4px;
}
#contentFooter a:active {
	color: #473C30;
	text-decoration: none;
	padding: 2px;
	margin-left: -4px;
}
/*----end of footer----*/
/*-------Menu----------*/
ul#primary-nav ul {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	width: 147px; /* Width of Menu Items */;
	background: #473c30;
/* IE6 Bug */	font-size: 11px;
}
ul#primary-nav {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	width: 147px; /* Width of Menu Items */;
	background: #473c30;
/* IE6 Bug */	font-size: 11px;
}
ul#primary-nav li {
	position: relative;
	list-style: none;
}
ul#primary-nav li a {
	display: block;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
	background: #A99987;
	padding: 2px 0 2px 5px;
	border-top: 0px solid #524538;
	border-bottom: 1px solid #524538;
}
/* End */
ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 80px; /* Set 1px less than menu width */;
	top: 0;
	padding: 2px 0 2px 5px;
}
ul#primary-nav li ul li a {
	width: 140px;
	background-color: #473c30;
	color: #a99987;
}
/* Sub Menu Styles */
ul#primary-nav li:hover ul ul ul {
	display: none;
}
ul#primary-nav li:hover ul ul {
	display: none;
}
/* Hide sub-menus initially */
ul#primary-nav li li:hover ul {
	display: block;
	z-index: 200;
}
ul#primary-nav li:hover ul {
	display: block;
	z-index: 200;
}
/* The magic */
ul#primary-nav li.menuparent {
	background: transparent right center no-repeat;
}
ul#primary-nav li.menuparent:hover {
	color: #a99987;
	background-color: #473c30;
}
/*ul#primary-nav li ul li a.over {color: #221c1a; background-color: #fff; }*/
ul#primary-nav li a:hover {
	color: #a99987;
	background-color: #473c30;
}
ul#primary-nav li ul li a:hover {
	color: #221c1a;
	background-color: #fff;
}
/*------SITEMAP--------*/
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main h2 {
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 3px;
	padding-top: 5px;
	color: #FFFFFF;
	margin-bottom: .5em;
}
/*------CONTACT US--------*/
#info {
	font-size: 12px;
}
#info h2 {
	border-top: 1px dotted #FFFFFF;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #FFFFFF;
	margin-top: .5em;
}
/*------Navigation Menu--------*/
#nav {
	background: url(images/nav.png) no-repeat scroll 0%;
	color:#444444;
	text-align:left !important;
	font-size:11px;
	font-weight:bold;
	height:36px;
	line-height:34px;
	overflow:hidden;
	text-shadow:#FFFFFF 2px 2px 1px;
}
