@charset "utf-8";
.main {
}
body {
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #767676;
	background: url(../images/main_back.jpg) top left repeat-x;
}

a {
font-family: Tahoma;
font-weight: normal;
font-size: 12px;
color: #767676;
text-decoration: none;
}

a:hover {
font-family: Tahoma;
font-weight:normal;
font-size: 12px;
color: #767676;
text-decoration: underline;
}

a:active {
font-family: Tahoma;
font-weight:normal;
font-size: 12px;
color: #767676;
text-decoration: none;
}
a.foot_link {
font-size: 11px;
}
#main_frame {
width: 980px;
text-align:left;
}

#top_left {
float: left;
width: 803px;
height: 209px;
text-align: left;
}
#right_top {
float: right;
width: 167px;
padding-left: 10px;
height: 139px;
text-align: left;
background: url(../images/right_top.jpg) top left no-repeat;
padding-top: 70px;
}
div.menu {
clear: both;
width: 978px;
height: 30px;
padding-left: 1px;
padding-right: 1px;
border-top: solid 1px #D6D6D6;
border-bottom: solid 1px #D6D6D6;
margin-bottom: 33px;
background: url(../images/menu_back.jpg) top left repeat-x;
}
a.pt {
font-size: 16px;
color: #034f8f;
text-decoration:none;
}
a.pt:hover {
font-size: 16px;
color: #034f8f;
text-decoration:underline;
}
a.menu_item {
display: inline-block;
height: 22px;
padding-top: 8px;
padding-left: 20px;
padding-right: 20px;
border-right: solid 1px #CCCCCC;
}
a.menu_item:hover {
display: inline-block;
height: 22px;
padding-top: 8px;
padding-left: 20px;
padding-right: 20px;
border-right: solid 1px #FFFFFF;
color: #FFFFFF;
background: url(../images/menu_off.jpg) top left repeat-x;
text-decoration: none;
}
div.page_title {
width: 100%;
font-size: 16px;
color: #034f8f;
margin-bottom: 5px;
}
#page_body {
width: 980px;
background: url(../images/back_back.jpg) top right repeat-y;
}
#page_content {
float: left;
width: 720px;
padding-right: 8px;
text-align:left
}
#right_menu {
float: right;
width: 251px;
}
a.right_menu_item {
display: block;
width: 220px;
margin-left: 4px;
min-height: 21px;
padding-top: 9px;
padding-bottom: 9px;
padding-left: 27px;
margin-bottom: 1px;
background: url(../images/rmi.jpg) top left no-repeat;
color: #FFFFFF;
font-size: 16px;
font-weight: bold;
}
a.right_menu_item:hover {
display: block;
width: 220px;
margin-left: 4px;
min-height: 21px;
padding-top: 9px;
padding-bottom: 9px;
padding-left: 27px;
margin-bottom: 1px;
background: url(../images/rmi.jpg) top left no-repeat;
color: #FFFFFF;
font-size: 16px;
font-weight: bold;

}



/* ja form */

.ja_form{
    padding-top: 8px;
}
.ja_form div {
	width: 100px; 
	float: left; 
	vertical-align:middle; 
	line-height: 15px;
	text-align: right;
	padding-right: 10px;
	color: #404040;
	font-size: 11px;
}
.ja_form_title {


font-size: 16px;
color: #404040;
font-weight: bold;
text-align:right;

}	

div.ja_box_form {

}

div.ja_box_form2 {
	line-height: 5px;
	padding-left: 17px;	   
}
input, select {
	font: 11px/Trebuchet MS;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	border: solid 2px #f3f3f3;
	padding: 1px 8px;
	background: #FF6600;
	color: #ffffff;
	font-size: 9px;
}

.button:hover, .button:focus {
	border-color: #E6E6E6;
}
.button2 {
	border: solid 2px #f3f3f3;
	padding: 1px 8px;
	background: #818586;
	color: #ffffff;
	font-size: 10px;
}

.button2:hover, .button2:focus {
	border-color: #E6E6E6;
	font-size: 10px;
}
.inputbox {
	border: 1px solid #E6E6E6;
	background: #FFFFFF;
	color: #6B6B6B;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #CCCCCC;
}

/* end ja form */
/* horizontal */
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;

}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;

position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;

}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 147px; /*width of sub menu levels*/
font-weight: normal;
padding: 5px 25px;
background: #82A6C6 url(../images/s1.jpg) top left no-repeat;
color:#FFFFFF;
font-size: 12px;

}


.horizontalcssmenu ul li ul li a:hover{
background: #92B5D3 url(../images/s2.jpg) top left no-repeat;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
margin-top: 20px;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
