@charset "UTF-8";
/* CSS Document */


body {
	margin:8px;
	padding:0;
	background-color:#e0e0e0;
	color:#000;
}

body, th, tr {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
h1{
	font-size:16px;
	font-weight:bold;
	color:#ff7603;
	background-image:url(../images/mod_header2.jpg);
 	background-repeat:no-repeat;
	background-position:0px 0;
	padding:4px 0 4px 30px;
	display:block;
}


.componentheading {
	font-size:0px;
	font-weight:bold;
}

.contentheading {
	font-size:16px;
	font-weight:bold;
	color:#ff7603;
	background-image:url(../images/mod_header2.jpg);
 	background-repeat:no-repeat;
	background-position:0px 0;
	padding:4px 0 4px 30px;
	display:block;

}

span.small, td.createdate {
	font-size:11px;
	color:#444;
}

.pagenav {
	color:#444;
}

a {
	text-decoration:none;
	font-size:12px;
	color:#084BfA;
	font-weight:bold;

}

a:hover {
	text-decoration:underline;
	color:#084BfA;
}

.clear {
	clear:both;
}

form, fieldset, img {
	border:none;
}

input {
	margin:4px;
}
p.contentfont { 
     color:#4b4b4b;
     font-size: 16px; 
     font-family: vernada;
     text-align: justify;
}
p.contentfontright { 
     color:#4b4b4b;
     font-size: 16px; 
     font-family: vernada;
     text-align: right;
}

div#main_div {
}
div#shadow_r {
	width:1107px;
	border:0px solid #000;
	background-image:url(../images/shadow_r.bmp);
	background-repeat:repeat-y;
	background-position:right top;
}
div#shadow_rt {
	border:0px solid #000;
	background-image:url(../images/shadow_rt.bmp);
	background-repeat:no-repeat;
	background-position:right top;
}
div#shadow_b {
	border:0px solid #000;
	width:1000px;
	height:7px;
	background-image:url(../images/shadow_b.bmp);
	background-repeat:repeat-x;
	background-position:left top;
}
div#shadow_lb {
	border:0px solid #000;
	width:7px;
	height:7px;
	position:relative;
	left:-993px;
	top:0px;
	background-image:url(../images/shadow_lb.bmp);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#shadow_rb {
	border:0px solid #000;
	width:7px;
	height:7px;
	position:relative;
	left:1000px;
	top:0px;
	background-image:url(../images/shadow_rb.bmp);
	background-repeat:no-repeat;
	background-position:right bottom;
}

div#left_apendix {
	width:1100px;
	border:0px solid #000;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
div#body_container {
	width:1000px;
	background-color:#FFF;
	border:0px solid #000;
	text-align:left;
	overflow:hidden;
	background-image:url(../images/content_background.bmp);
	background-repeat:repeat-y;
	background-position:right top;


	
}
div#prop {
    height:800px;
    float:right;
    width:1px;
  }

div#clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

div#tpl_header {
	width:1000px;
	height:190px;
	background-color:#000000;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	position:relative;
}

span.site_name {
	padding:140px 0 0 400px;
	display:block;
	font-size:32px;
       font-weight:bold;
       color:#ffffff;
}

div.spc_header {
	height:1px;
	border-bottom:1px solid #fff;
	background-color:#ffffff;
}

div#bc_container {
	font-size:11px;
	color:#444;
	padding:6px 4px 3px 4px;
	margin:0 10px 8px 10px;
	border-bottom:1px dotted #ccc;
	background: #000000;

}

div#site_container_n {
}

div#site_container_l {
	border:0px solid #000;
}

div#site_container_r {
	background-repeat:repeat-y;
	background-position:left top;
	background-image:none;
}

div#site_container_lr {
	border:0px solid #000;
	background-repeat:repeat-y;
	background-position:left top;
}

div#left_container {
	width:160px;
	float:left;
	overflow:hidden;
	position: relative; 
	top: 10px; 
	left: 5px; 
	border:0px solid #000;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(../images/left_bacground.jpg);
}

div#right_container {
	border:0px solid #000;
	width:160px;
	float:right;
	overflow:hidden;
}

div#content_container {
	overflow:hidden;
	padding:0 22px 6px 22px;
	border:0px solid #000000;
	min-height:700px;
	height:auto;
}

div.moduletable_menu, div.moduletable {
	margin-bottom:16px;
	background-repeat:repeat-y;
	background-position:right top;
	border:0px solid #000000;

}

div.moduletable_menu h3, div.moduletable h3 {
	text-align:center;
	height:30px;
	font-weight:bold;
	font-size:16px;
        color:#000000;
	background-repeat:no-repeat;
	background-position:0px 0;
	padding:6px 0 0px 0px;
	display:block;
	border-bottom:1px solid #666;
	margin:0;
}

div.moduletable_menu ul, div.moduletable_menu li {
	margin:0;
	padding:0;
	list-style:none;
}

div.moduletable_menu ul li {
	border-bottom:1px solid #ccc;
}

div.moduletable_menu ul li a {
	padding:4px 0 4px 22px;
	display:block;
}

div.moduletable_menu a {
	text-decoration:none;
	color:#000000;
	font-size:12px;
}

div.moduletable_menu ul li a:hover {
	text-decoration:underline;
	color:#ff7603;
}

div.moduletable_menu ul li ul li{
	border:none;
	border-top:1px dashed #e9e9e9;
}

div.moduletable_menu ul li ul li a {
	padding:4px 0 4px 28px;
	display:block;
}

div.moduletable_menu ul li ul li ul li a {
	padding:4px 0 4px 34px;
	display:block;
}
#current a:link, #current a:visited {

    color: #ff7603;
}

div.site_bf_footer {
	width:1000px;
	height:36px;
	background-color:#000000;
	background-image:url(../images/bf_footer.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	overflow:hidden;
	border:0px solid #000000;
}

div.site_footer {
	width:992px;
	font-size:10px;
	color:#ffffff;
	display:block;
	padding:4px;
	background-color:#000000;

}

div.site_footer a {
	color:#BDBDBD;
}

div.site_footer a:hover {
	color:#111;
}

div.site_footer span.ft_joomla {
	text-align:left;
	display:inline-block;
	width:680px;
}

div.site_footer span.ft_link {
	text-align:right;
	display:inline-block;
	width:159px;
}
#form-login {
padding-left:15px;
}
.inputbox {
}
.button {
background:#084B8A;
border:2px solid gray;
width:80px;
color:#fff;
}

div#bottombox_container {
	margin:8px 0 0 0;
	border-top:1px dotted #ccc;
	padding:6px 0 0 0;
}

div.bottom_box {
	float:left;
	overflow:hidden;
	width:499px;
}

div#topmneu_container {
	position:absolute;
	bottom:0px;
	right:0px;
	display:inline-block;
	overflow:hidden;
}

div#topmneu_container ul, div#topmneu_container li {
	list-style:none;
}

div#topmneu_container ul {
	margin:0;
	padding:0;
}

div#topmneu_container li {
	float:left;
	background-image:url(../images/li_bullet.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding:4px 8px 4px 14px;
}

div#topmneu_container ul li ul {
	display:none;
}