@charset "utf-8";
body {
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #1f1f1f;
}
#container {
	width:966px;
	margin-top: 86px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.left {
  float:left;
  width:275px;

}
#nav {
	float: right;
}
.top-head-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #7e7c7c;
	font-weight: bold;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#nav ul li {
	background-image: url(../images/left-nav-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	margin-bottom: 3px;
	line-height: 28px;
	width: 224px;
}
#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccb59b;
	text-decoration:none;
	padding-left:20px;
	line-height: 28px;
}
#nav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e25c36;
	text-decoration:none;
}
div.center {
	float:right;
	align:right;

	width:691px;
	background-color:#181615;
	background-image: url(../images/bg-cont.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
div.center h1 {
	color:#ccb59b;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
}
div.center p {
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 14px;
}
div.center p a {
color:#cf9c00;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
text-decoration:underline;

}
div.center p a:hover {
color:#646464;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
text-decoration:none;

}
div.center ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	width:630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
div.center ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #5e5e5e;
	display: block;
	margin: 0px;
	width:630px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sub-head {
	font-family: Calibri;
	font-size: 24px;
	font-weight: normal;
	color: #ccb59b;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 36px;
}

div.center ul li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #5e5e5e;
	display: block;
	margin: 0px;
	
}div.right {
	float:left;
	align:right;
	width:23px;
	background-color:#4d4643;
	height: 430px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.logo {
	margin-top: 47px;
	margin-bottom: 19px;
}
.top-line {
	background-color: #2a2929;
	margin: 4px;
	height: 5px;
	width:652px;
	display: block;
	line-height: none;
}
#footer {
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787676;
	margin: 0px;
	padding: 0px;
	text-align:right;
}
#footer p a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787676;
	text-decoration:none;
}
#footer p a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787676;
	text-decoration:underline;
}




#lightbox {
	width: 680px;
}
#lightbox img {
	border: 1px solid #adac85;
	float:left;
}
#lightbox a {
	color: #ccb59b;
	width:150px;
	display:inline-block;
	text-decoration:none;
	outline:none;
	margin-top: 0px;
	margin-right:2px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#lightbox a span{ display:block; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;text-align:center; font-weight:normal; line-height:24px; } 
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #4d4643;
	text-decoration: underline;
	color: #ccb59b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
div.pagination a:hover {
	border: 1px solid #2c2f3a;
	color: #b3b3b3;
	
}
div.pagination a:active {
	border: 1px solid #000099;
	color: #f00;
	
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #adac85;
	font-weight: bold;
	background-color: #3f3f3f;
	color: #df6341;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
	
}
#board-of_directors {
	width: 650px;
}
.directors-box {
	border: 1px solid #adac85;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#contact-us-box {
	width: 620px;
}
.contact-us-left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4D4643;
}
.contact-us-right {
	margin-left: 20px;
}
.input_cl {
	border: 1px solid #4D4643;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #adac85;
	background-color: #000000;
	width: 200px;
}
.orange-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #b75a3f;
}
.ceo-wall-left {
	
}
.ceo-wall-right {
	background-image: url(../images/right_left-textmonial.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 360px;
	width: 250px;
	margin-left: 10px;
}
.ceo-wall-test {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646464;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
}
.ceo-wall-test h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #646464;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight:normal;
}
.quate-t {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ccb59b;
	padding-right: 3px;

}
.bolg-box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646464;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-right: 50px;
}
.bolg-box h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCB59B;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.bolg-box h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
.bolg-box h3 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration:underline;
}
.bolg-box h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}
.comment-box {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-right: 50px;
	border: 1px solid #646464;
	padding-left:5px;
	padding-top:5px;
}
.testarea_cl {
	border: 1px solid #4D4643;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #adac85;
	background-color: #000000;
	width: 200px;
	height:80px;
}