* { margin:0; padding:0;}
body { background:#000 url(images/bg.gif) repeat-x; font-size:100%; line-height:1em; font-family:tahoma; color:#393939; }


/*in_line*/
input, select, textarea { vertical-align:middle; font-weight:normal; font-family:tahoma; color:#393939; font-size:1em; font-weight:normal; padding-left:5px}
img {border:0; vertical-align:top; text-align:left;}
ul { list-style:none;}

/*==================list====================*/
ul{margin:0px; padding:0px; list-style:none}
ul li { line-height:1.5em}
ul li a{text-decoration:underline; color:#686565}
ul li a:hover{ text-decoration:none}
/*==========================================*/

a {text-decoration:underline; color:#686565}
a:hover {text-decoration:none}

a.link {text-decoration:none; color:#393939; background:url(images/marker_link.gif) no-repeat right 2px; padding-right:20px; font-weight:bold}
a.link:hover {text-decoration:none; color:#bd0000}

a.link2 {text-decoration:none; color:#393939; font-weight:bold}
a.link2:hover {text-decoration:underline}


.font_1 {color:#686565}
.font_2 {color:#d10000}

h1 {
background: url(images/header-img.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 10px 0 10px 0;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 17px;
}

.opener {
font-size: 17px;
color: #0a3f92;
font-weight: bold;
}

h5 {color:#393939; font-size:1em; margin:0 0 14px 0}
h5.font_2 {color:#d10000; font-size:1em; background:url(images/marker.gif) no-repeat 0 0; font-weight:normal; margin:0 0 10px 0; padding-left:30px}

.fright {float:right}
.clear { clear:both;}

p {margin:0 0 14px 0}
.p1 {margin:0 0 10px 0}

/*header*/
#header { background:#000; height:116px}

/*content*/
#content { background:#000; font-size:0.6875em; line-height:1.27em}
.title {margin-bottom:14px}
.img_left {float:left; margin:4px 27px 25px 0}
.img_left2 {float:left; margin:4px 27px 10px 0}
.img {margin-bottom:14px}

.line {background:url(images/line_bg.gif) repeat-x top; height:21px}

/*footer*/
#footer{ font-family:tahoma; font-size:0.6875em; line-height:1.3em; color:#4a4a4a; padding:28px 0 30px 0; text-align:center}
#footer a {color:#4a4a4a; text-decoration:none}
#footer a:hover {text-decoration:none; color:#fff}


/*================== index.html ==================*/
#page #content .indent_1 {padding:25px 0 0 26px;}
#page #content .col_1 .indent {padding:0 10px 25px 26px; height:240px; overflow: hidden;}
#page #content .col_1text .indent {padding:25px 10px 25px 26px;}
#page #content .col_1text .indent ul{list-style: disc; padding-left:40px;}

input {width:202px; height:15px}
textarea {width:203px; height:83px; overflow:auto; margin-bottom:10px; display:block}
.submit {width:75px; height:20px;}


/*==================block====================*/
.block_1 {background:url(images/top_1.jpg) no-repeat left top #fff}
.block_1 .bot {background:url(images/bot_2.jpg) no-repeat 0 bottom}

.block_2 { background:url(images/block2_border.gif) repeat-x top #fff}
.block_2 .left_top { background:url(images/left_top_2.gif) left top no-repeat; width:100%}
.block_2 .left_bot { background:url(images/left_bot_2.gif) left bottom no-repeat;}
.block_2 .left {background:url(images/block2_border.gif) repeat-y left}
.block_2 .bot {background:url(images/block2_border.gif) repeat-x bottom}
/*==========================================*/


/* ======== ACCORDIAN Menu ========== */
.menu_list {	
	width: 230px;
}
.menu_head a{
	cursor: pointer;
	position: relative;
	margin: 0px;
    font-weight:bold;
	color: #0a3f92;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}
.menu_head a:hover{
color: #0a3f92;
background-color: #F3F3F3;
}
.menu_body {
	display:none;
	padding-bottom: 10px;
}
.menu_body a{
  display:block;
  padding-left:20px;
  text-decoration:none;
}
.menu_body a:hover{
  color:#000000;
  font-weight: bold;
  }
