@font-face {
font-family: "Cooper";
src: url("/inc/gothic13.ttf")
}
* {
	outline: none;
}
body {
	margin: 0;
	background-color: #dcdcdc;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
html{
  overflow-y:scroll;
} 

td, p, li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3c3c3c;
}
p {
	line-height: 16px;
}
h1, h2, h3, h4, h5, h6 {
	color: #003e74;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
a {
	color: #003e74;
	text-decoration: none;
	outline: none;
}
img {
	vertical-align: middle;
	border: none;
}
td{
	vertical-align:top;
}

/* bkgd1-table */

#bkgd1-table {
}
#bkgd1-table-cell {
	background-image: url(/images/interface/bkgd1.jpg);
	background-repeat: repeat-y;
}

/* bkgd2-table */

#bkgd2-table {
}
#bkgd2-table-cell {
	background: transparent url(/images/interface/bkgd2.jpg)  no-repeat;
}

/* Main Navigation */

#mainNav {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
#mainNav_text_inner{
	display: inline;
	font-family: Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
li.mainNav {
	display: inline;
}

/* content-navigation-table */

#content-navigation-table ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content-navigation-table ul ul {
	display: none;
}
#content-navigation-table li {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
#content-navigation-table li li {
	font-weight: normal;
}
#content-navigation {
	background-color: #ceddec;
}
#content-navigation a {
	/* display: block; */
	padding-left: 10px;
}
a.collapsed {
	background-image: url(/images/interface/arrow-collapsed.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
a.expanded {
	background-image: url(/images/interface/arrow-expanded.gif) !important;
	background-repeat: no-repeat;
	background-position: center left;
}
a.selected {
	color: #c86900;
}

#copyright {
	text-align: center;
	font-size: 10px;
	color: #666;
}

#sitemap{
	margin-left:100px;
}
#sitemap ul li a,#sitemap ul li ul lia,#sitemap ul li ul li ul li a{
	background-image:none !important;
	}


 .hidden, .hidden2{
display:none;
}

#Galleries{
	width:555px !important;
}
#Galleries div a{
	display:block;
	width:110px;
	height:110px;
	float:left;
}
#Galleries div a img{
	margin:auto;
}
a.aTitle {
	font-weight:bold;
	clear:both;
	display:inline;
}

.newsItem{
margin-top:30px;
}
.news_title{
	float:left;
	font-size:10pt;
	font-weight:bold;
}
.news_publication{
	clear:left;float:left;
	font-size:10pt;
	font-weight:normal;
}
.news_date{
	float:left;
	margin-left:10px;
	font-size:10pt;
	font-weight:normal;
	
}
.news_section{
color: #003e74;
font-size:18pt;
padding-top:15px;
width:100%;
border-bottom:1px solid #003e74;
font-weight:bold;

}
.news_content{
	font-size:10pt;
	float:left;
	margin-top:0px;
	font-style:italic;
}
.news_more{
	float:left;
	margin-top:10px;
	font-size:10pt;
	font-style: italic;
}
.news_link{
	float:left;
	margin-left:5px;
	font-size:10pt;
}

.moreLink{
	display:block;
	float:left;
	clear:both;
	margin-left:10px;
	font-weight:bold;
	margin-bottom:5px;
}
#SUB_HEAD_LEFT{
float:left;

}
#SUB_HEAD_RIGHT{
float:right;


}
#SUB_HEAD_RIGHT img{
float:right;
}
#form1 h3 b{
text-transform:none;

}


.productSectionNav{
border:1px solid #003e74;
padding:2px;
padding-left:5px;
padding-right:5px;
float:left;
margin:2px;
list-style-type:none;
text-transform:capitalize;
font-size:9pt;
font-weight:bold;
}

.productSectionNav_active{
border:1px solid #003e74;
background-color:#003e74;
padding:2px;
padding-left:5px;
padding-right:5px;
float:left;
margin:2px;
list-style-type:none;
text-transform:capitalize;
font-size:9pt;
font-weight:bold;
color:#fff;
}

.orange{
color:#FF910F;
}

#sitemap ul li, #sitemap ul li ul li, #sitemap ul li ul li ul li{
list-style-type:disc;
color:#003e74;
}

.newsTable{cell-spacing:5px;
border:1px solid silver;
}
.newsTable tr td, .newsTable tr th{
cell-spacing:5px;
border:1px solid silver;
}


.alphaImage{
filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }
  
.alphaImage:hover{
filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  }
  
  .left{float:left;}

