

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Oswald:400,300);
* {-moz-box-sizing:border-box !important;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;}
div, table, tr, td {-moz-box-sizing:border-box !important;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;}

body, p, table, td, th, ul, ol, textarea, input {
	font-family: 'Droid Serif', serif;
}
body {
	background: #000 url(images/container_bg.jpg) fixed top center;
	margin: 12px 0;
	color: #333;
	scrollbar-base-color: #d8c9a8;
  font-size: 90%;
}
h1, h2, h3, h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
#homePg p:first-child:first-letter {
	float: left;
	color: #000E67;
	font-size: 42px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 2px;
}
div#listmenu {
	font-family: 'Oswald', sans-serif;
	padding-left: 0;
}
div#listmenu ul {
	display: inline-block;
}
div#listmenu {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
  color: #fff;
	background-color: transparent;
	margin-top: 0;
  border:0;
}
div#listmenu li {
	background-color: transparent;
  border:0;
}
div#listmenu li:first-child {
	border:0;
}
div#listmenu li:hover {
	background-color: transparent;
}
span.spacer:hover {
	background-color: #369b9d;
}
div#listmenu a, div#listmenu .text-menu-item {
	padding: 8px 12px;
	color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}
div#listmenu a:hover {
	color: #d8caa8;
}
div#listmenu ul li ul {
	width: 12em;
}
* html div#listmenu ul li ul {
	width: 12em;
}
div#listmenu ul li ul li {
	background: url(images/menu_bg.jpg);
  border: 0;
}
div#listmenu ul li ul li a {
font-size: 14px;
}
div#listmenu ul li ul li:hover {
	background: #791600;
}
div#listmenu ul li ul li:first-child {
	border-left: 0;
}
body div#listmenu ul li ul li ul {
	left: 10.85em;
}
* html div#listmenu ul {
}
* html div#listmenu ul li ul li ul {
	left: 10.85em;
}
html>body div#listmenu ul li ul li ul {
	left: 10.85em;
}.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height: 330px;
	width: 266px;
	overflow: hidden;
	position: relative;
}
* html .window {
	width: 273px;
}
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 1px;
	right: 18px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 2px;
	text-decoration: none;
	color: #e7dfc5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.paging a.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #e7dfc5;
!important  font-weight: bold;
	background: #341507;
	border: 1px solid #341507;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding-right: 4px;
	padding-left: 4px;
}
.paging a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #8c5f4d;
!important
}
.style4 {
	font-size: 9pt
}
.style6 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#companyHome {
background: #B5E4F4;
padding: 12px;
border-radius: 12px;
box-shadow: -2px 6px 4px rgba(0,0,0,0.4);
}
#companyHome h2, #companyHome h3, #companyHome h4 {margin: 6px;}
#companyHome img {border-radius: 9px;}
.ahn-widget {margin: -8px !important;}
table#homeForm td {font-size: 12px;}
table#homeForm input {width: 180px;}