@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 10px;

}
#header {
	font-family: Arial, Helvetica, sans-serif;
	height: 240px;
}
#headright {
	position: absolute;
	left: 270px;
	top: 10px;
	height: 240px;

}
#headright2 {
	position: absolute;
	left: 270px;
	top: 80px;
}




#wrapper {
	width: 1000px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu {
	width: 240px; /* set width of menu */
	background: #eee;
	float: left;
	margin-top: 30px;
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	margin: 0;
	padding: 2px 3px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.center {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}


#menu h2 {
	color: #fff;
	text-transform: uppercase;
	background-color: #5F6C8B;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}
#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 



#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

#menu a.x, #menu a.x:visited{
	background:#eee url(/assets/axbg.png) no-repeat middle right;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
#menu li img {
	position: absolute;
	left: 229px;
	top: 7px;

}

#content {
	font-family: "Times New Roman", Times, serif;
	margin-top: 30px;
	width: 740px;
	margin-left: 20px;
	float: right;
}


h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	margin: 0;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #5F6C8B;
	padding-left: 10px;
	text-transform: uppercase;
}
.news {

}
.news ul {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 0 0 0 0;
}
.text {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #454F65;
	margin: 10px 0 0 0;
}

.news img {
	top: 10px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: text-top;
	border: 0;
}
#footer {
	clear: both;
	padding-top: 10px;
}
.sm_text {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}
.foot {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #5F6C8B;
	padding-left: 10px;
	text-transform: uppercase;
}


[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu h2 {
	color: #fff;
	text-transform: uppercase;
	background-color: #5F6C8B;
}
#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 
</style>
<![endif]

.title2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #454F65;
	margin: 10px 0 0 0;
}
.title2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #454F65;
	margin: 10px 0 0 0;
}
.textlg {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

