* {margin:0;padding:0}

/* mac hide\*/
html, body {
	height:100%;
}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	background-image: url(/img/main_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	background-color: #406896;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
}

a {
	color: #B9BA00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.image {
	float: right;
	border: 3px solid #B2B2B2;
	margin: 10px 0 20px 20px;
}

.imagelist {
	float: right;
	border: 1px solid #ddd;
	width: 135px;
	padding: 10px 10px 10px 10px;
	margin: 10px 0 20px 20px;
	font-size: 10px;
}

.imagelist img {
	display: block;
	border: 3px solid #B2B2B2;
	margin-bottom: 10px;
}

table {
	border: 1px solid #ddd;
}

td {
	padding: 2px;
}

#outer{
	height:100%;
	min-height:100%;
	width:818px;
	color: #000000;
	text-align:left;
	margin:auto;
	background-color: transparent;
}
#inner{
	width:800px;
	padding:0 9px;
}
html>body #outer{height:auto; position:relative;} /*for mozilla as IE treats height as min-height anyway*/
html>body #outer {background:url(/img/sides_bg2.png) repeat left top;}
* html #outer { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sides_bg2.png',sizingMethod='scale');}
* html #inner{height:100%;position:relative}

#innerwrap {/* enables content first */
	float:left;
	width:560px;
}

#border_sides {
	width:818px;
	min-height:100%;
	height:auto;
	margin:auto;
}
* html #border_sides{height:100%}

html>body #border_sides {background:url(/img/sides_bg.png) repeat left top}
* html #border_sides {	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sides_bg.png',sizingMethod='scale');
}


#header{
	position:absolute;
	top:0;
	left:9px;
	width:800px;
	height:81px;
	background:#fff url(/img/header_top_bg.gif) repeat-x left top;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#header_image {
	position:absolute;
	top:81px;
	left:9px;
	width:800px;
	height:198px;
	background: url(/img/header_top_bgs.gif) repeat-x left top;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

a.lang {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #9D9D9D;
	padding: 2px 6px;
}

a:hover.lang {
	text-decoration: none;
}

#left {
	position:relative;
	width:140px;
	float:left;
	padding-top:363px;
	padding-bottom:92px;
	background-image: url(/img/sub_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#left ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	list-style-type: none;
}

#left li {
	padding-bottom: 10px;
}

#left a { 
	text-decoration: none; 
	color: #0D2D77;
	}

#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:218px;
	float:right;
	padding-top:330px;/*needed to make room for header*/
	padding-bottom:92px;/* needed to make room for footer */
}

#footer {
	width:800px;
	clear:both;
	height:91px;
	background-color: #295290;
	color: #fff;
	font: 10px Verdana, Arial, Tahoma, sans-serif;
	left:9px;
	bottom:0;
	position: absolute;
	background-image: url(/img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
* html #footer {/*only ie gets this style*/
	\height:91px;/* for ie5 */
	he\ight:91px;/* for ie6 */
}
#footer a {color: #fff; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

#footer_left {
	float: left;
	padding: 27px 0 0 25px;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:405px;
	float:right;
	padding-top:335px;
	padding-bottom:92px;/* needed to make room for footer */
}
#centrecontent p {padding-left:3px}

#centrecontent ul {
	margin: 10px 0 10px 25px;
}

#centrecontent li {
	margin: 4px 0;
}

h3 {
	font: 18px Arial, Verdana, sans-serif;
	margin: 0 0 6px 0;
	padding: 0;
	color: #2C579A;
}

#clearfooter {width:100%;height:91px;clear:both} /* to clear footer */

/* menu */

#menu {
	margin: 0;
	padding: 0;
	position:absolute;
	top:279px;
	left:9px;
	width:800px;
	height:36px;
	border-top: 2px solid white;
	background:url(/img/menu_bg.gif) repeat-x left top;
	overflow:hidden;
	color: #000000;
	z-index:100;
	list-style-type: none;
}

#navlist li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}

#navlist li a, #navlist li a:link {
	color: #fff;
	text-decoration: none;
	padding: 10px 13px 9px 13px;
	display: block;
	border-right: 1px solid #fff;
}
/* mac hide \*/
#navlist li a{float:left;height:1%}
/* end hide*/

#navlist li a:hover {
	border-bottom: 3px solid #A62420;
	cursor: pointer;
}

blockquote {
	background: #F1F1F1;
	padding: 10px;
	margin: 5px 0 5px 20px;
}

/* hacks */

.clearer{
height:1px;
overflow:hidden;
margin-top:-1px;
clear:both
}


.newsImg{
	display: inline;
	float: left;
	width: 125px;
}

.newsImg .img{
	display: inline;
	float: left;
	width: 125px;
	height: 80px;
}

.newsImg .img p{
	line-height: 1px;
}

.newsImg .img p img{
	width: 104px;
	height: 70px;	
	border: 3px solid #B2B2B2;
	margin: 3px 0 0 -2px;
}

.newsImg .pics{
	display: inline;
	float: left;
	width: 125px;
	font-weight: bold;
}

.newsImg .pics .photo{
	display: inline;
	float: left;
	margin: 4px 10px 0 0;
}

.newsImg .pics .photo p{
	padding: 3px 0 3px 0;
}

.newsImg .pics .video{
	display: inline;
	float: left;
	margin: 4px 0px 0 0;
}

.newsImg .pics .video p{
	padding: 3px 0 3px 0;
}

.newsImg .pics .photo p a{
	padding: 0 0 0 18px;
	background: url(images/news/photo.jpg) 0 2px no-repeat;
}

.newsImg .pics .video p a{
	padding: 0 0 3px 18px;
	background: url(images/news/video.jpg) 0 0 no-repeat;
}


.emVideo{
	display: inline;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

.gallery{
	display: inline;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

.gallery p{
	padding: 0;
	margin: 0;
	text-align: left;
	width: 100%;
	float: left;
}

.gallery p img{
	padding: 0;
	margin: 10px 10px 0 0;
	float: left;
	border: 3px solid #B9BA00;
}
