/*main styles*/
body{
	margin:0;
	padding:0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-image:url(/templates/images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
}
h1{
	font:16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#013775;
	margin:0 0 10px 0;
	padding:0;
}
input,select,textarea{
   font:12px Arial, Helvetica, sans-serif;
   color:#144D8B;
}
img{
	border:0;
}
td{
	vertical-align:top;
}
.fl{
	 float:left;
}
.fr{
	 float:right;
}
.cl{
	 clear:both;
	 font-size:1px;
}
p{
	margin:0 0 15px 0;
	text-align:justify;
}
/*default styles*/
a{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#003F77;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/*format styles*/
.right2_bg{
	background-image:url(/templates/images/right2_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.center .left{
	background-image:url(/templates/images/left_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.center .content{
	background-image:url(/templates/images/center_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:15px 15px 0 15px;
}
.center .content .welcome{
	margin:8px 0 15px 61px;
}
.center .content .blue{
	color:#003F77;
}
.center .content .tab_contact{
	color:#013775;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-left:30px;
}
.center .content input.field215{
	width:205px;
	border:1px solid #4F83C4;
	padding:2px 5px 2px 5px;
	margin-bottom:15px;
}

.center .content input.field216{
	width:205px;
	border:1px solid #4F83C4;
	padding:2px 5px 2px 5px;
	margin-bottom:10px;
	margin-top:10px;
}

.center .content textarea.field215{
	width:205px;
	border:1px solid #4F83C4;
	padding:2px 5px 2px 5px;
	margin-bottom:15px;
}
.center .content .block{
	border:1px solid #87B1DC;
	background-color:#ECF3FB;
	text-align:center;
	padding-bottom:9px;
}
.center .content .block .ttl2{
	background-color:#BED4EF;
	padding:10px 8px 10px 8px;
	color:#00254D;
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.center .content .block img{
	margin:7px 0 8px 0;
}
.center .content .block a{
	color:#5F90C7;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.center .right{
	background-image:url(/templates/images/right_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 56px 0 11px;
	color:#C26400;
}
.center .right a{
	color:#C26400;
	text-decoration:none;
}
.center .right a:hover{
	text-decoration:underline;
}
.center .right .news{
	margin:0 0 10px 2px;
}
.center .right .date{
	font-weight:bold;
	margin-bottom:5px;
	padding-top:5px;
}
.center .right .ttl{
	font-weight:bold;
	font-size:13px;
}

.center .ttl3{
        font-weight:bold;
        font-size:13px;
        margin:-13px 0 15px 0;
        text-align:right;
 }


.foot_r{
	background-image:url(/templates/images/foot_r.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.footer{
	background-image:url(/templates/images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:10px;
}
.footer .menu_footer{
	margin:16px 0 12px 355px;
	color:#003F77;
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.footer .menu_footer a{
	font-size:11px;
	margin:0 5px 0 6px;
	text-decoration:none;
}
.footer .menu_footer a:hover{
	color:#F39C34;
}
.footer .menu_footer a.act{
	font-weight:bold;
	color:#003F77;
}
.footer .alierra{
	padding:0 0 0 18px;
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#5F8CBE;
}
.footer .alierra a{
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#5F8CBE;
	text-decoration:none;
}
.footer .alierra img{
	vertical-align:middle;
	margin-right:15px;
}
.footer .copy{
	color:#003573;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
}

/*menu*/

.menu {
	z-index:1000;
	font-size:13px;
	margin:25px 0 50px 15px; /* this page only */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:183px;
}
/* hack for IE5.5 */
* html .menu ul {
	margin-left:-16px;
	ma\rgin-left:0;
}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	background: url(/templates/images/menu_b.gif) no-repeat 0 0;
	height:35px;
	
}

.menu li.active {
	background-position:-183px 0;
}

.menu li ul li {
	position:relative;	
	height:20px;
}


/* get rid of the table */
.menu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}
/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:35px;
	line-height:25px;
	width:150px;
	padding-left:33px;
	color:#FADF95;
	text-indent:5px;
	font-weight:bold;
	/*border:1px solid #fff;
	border-width:0 1px 1px 0;*/
}

.menu li ul a, .menu li ul a:visited {
	display:block;
	text-decoration:none;
	height:20px;
	line-height:20px;
	width:173px;
	padding-left:10px;
	background:#f3dfab;
	color:#744d08;
	font-size:11px;
	font-weight:normal;
	border:1px solid #d49d60;
}


/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	/*background: url(/templates/images/menu_b.gif) no-repeat 0 0;*/
	width:150px;
	w\idth:150px;
	padding-left:33px;
}

* html .menu li ul a, * html .menu li ul a:visited {
	background: url(/templates/images/menu_b.gif) no-repeat 0 0;
	width:173px;
	w\idth:173px;
	padding-left:10px;
	background:#f3dfab;
	color:#744d08;
	font-size:11px;
	font-weight:normal;
	border:1px solid #d49d60;
}


/* style the link hover */
* html .menu a:hover {
	color:#fff;
	background: url(/templates/images/menu_b.gif) no-repeat 0 0;
	background-position:-183px 0;
}

* html .menu li ul a:hover {
	background:#f3dfab;
	color:#c26400;
	font-weight:normal;
	font-size:11px;
}

.menu :hover > a {
	color:#fff;
	background: url(/templates/images/menu_b.gif) no-repeat -183px 0;
}

.menu li ul :hover > a {
	background:#f3dfab;
	color:#c26400;
	font-weight:normal;
	font-size:11px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:183px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
}

/*.menu ul li ul li {background:red;}*/


