/*------------------------------------------------------------------------
* JV Template 1.5 - Feb, 2009
* ------------------------------------------------------------------------
* Copyright (C) 2004-2008 APL Solutions And Vision Co., LTD. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: APL Solutions And Vision Co., LTD
* Websites:  http://www.joomgroup.com -  http://www.joomvision.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #514e4e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

body#bd {
	color: #514e4e;
	background: #FFFFFF;
}

body.contentpane {
	color: #514e4e;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}
body.fs1 {font-size: 9px;}
body.fs2 {font-size: 10px;}
body.fs3 {font-size: 11px;}
body.fs4 {font-size: 12px;}
body.fs5 {font-size: 13px;}
body.fs6 {font-size: 14px;}
/* Normal link */
a {
	color: #ff7c06;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #00acfe;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff7c06;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon {
	font-size: 92%;
}

/*article image*/
img {
	margin: 0;
	padding: 0;
}

.img_caption p {
	text-align: center;
	color: #514e4e;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

.img_caption img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.img_caption p {
	background: url(../images/shadow-bg.gif) no-repeat right top;
	padding-top: 5px;
	margin-top: 0px;
}

.shadow img {
	padding: 1px;
	border: 1px solid #CCCCCC;	
}

.shadow {
	float: left;
	margin-right: 10px;
	padding-bottom: 3px;
	background: url(../images/shadow-bg.gif) no-repeat 99% 100%;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 7px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;

}


fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

legend {
	font-weight: bold;
	background: #FFFFFF;
}

hr {
	border: none !important;
	height: 1px !important;
	background-color: none !important;
	background: url(../images/hr.gif) repeat-x top left;
}

br {}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	font-size: 100%;
	background: none;
	border: 1px solid #7F6962;
	color: #514e4e;
}

.button {
	}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 10px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	clear: both;
	margin: 0;
}
.article_column {
	padding: 0 10px;
}
.column_separator {

	background: url(../images/dot-vert.gif) repeat-y top left;
}

/* content tables */
.sectiontableheader {
	padding: 4px 8px;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
}
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
}
table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #EEEEEE;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	font-size: 1.6em;
	margin: 0 0 15px;
	padding: 5px 0;
}

.contentdescription {
	/*padding-bottom: 30px;*/
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

table.blog .contentheading {
	font-size: 1.4em;
}
td.contentheading {
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
}

a.readon:hover, a.readon:focus, a.readon:active {
	color: #000;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
	color: #514e4e;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	color: #514e4e;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #d8d235;
	color: #FFFFFF;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {
	color: #666666;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	color: #514e4e;
}

.createby {
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
}

.modifydate {
	width: 100%;
	display: block;
	color: #ff7c06;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
}

.article-section a {
	color: #514e4e;
}

.article-category a {
	color: #514e4e;
}

div.buttonheading {
	position: absolute;
	top: 4px;
	right: 10px;
}


.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
	background: none !important;
}




/*common style for column*/

/* MODULE
--------------------------------------------------------- */


/* MAIN NAVIGATION
--------------------------------------------------------- */

#jv-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	height: 100%;
}
#jv-headerwrap,
#jv-containerwrap,
#jv-footerwrap {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

#jv-header,
#jv-container,
#jv-footer {
	width: 999px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

/* BEGIN HEADER
-------------------------------------------------------------*/
#jv-header {
	background: url(../images/header-bg.gif) no-repeat top right #FFFFFF;
	height: 122px;
	position: relative;
	}
#jv-header a img {
	padding: 10px 0 0 15px;
}
#jv-tools {
	position: absolute;
	top: 4px;
	right: 0;
}
/* Style for mainmenu */
#jv-mainmenu {
	float: left;
	width: 100%;
	height: 50px;
}
		
/* END HEADER
-------------------------------------------------------------*/

/* BEGIN CONTAINER
-------------------------------------------------------------*/
#jv-container {
	}
#jv-colwrap {
	float: left;
	width: 45.8%;
	margin: 0;
	padding: 0;
}
#jv-contentwrap {
	float: right;
	width: 53.8%;
	margin: 0;
	padding: 0;
}
/* Style for jv-slideshow && jv-col-left && jv-col-right */
#jv-col-inner {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;

}
#jv-slideshow {
	float: left;
	position: absolute;
	z-index: 1;
	background: url(../images/image3.jpg) no-repeat top left;
}
#jv-slidebg {
	float: left;
	position: absolute;
	z-index: 2;
	height: 449px;
	width: 459px;
}
#jv-slidebg img {
	float: left;
}
#jv-col-left {
	float: left;
	width: 53%;
	margin: 0;
	padding: 320px 0 0;
	position: relative;
	z-index: 3;
}
#jv-col-right {
	float: right;
	width: 46.9%;
	margin: 0;
	padding: 255px 0 0;
	position: relative;
	z-index: 4;
}
div.module,
div.module_menu,
div.module_text {
	margin: 0 0 15px 10px;
}
*html div.module_menu-mnu h3 {
	position: absolute;
}	
div.module-mnu h3,
div.module_menu-mnu h3,
div.module_text-mnu h3 {
	margin: 0;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	padding-left: 40px;
	line-height: 40px;
}
div.module-mnu ul,
div.module_menu-mnu ul,
div.module_text-mnu ul {
	margin: 0;
}
div.module-mnu ul li,
div.module_menu-mnu ul li,
div.module_text-mnu ul li {
	margin: 0;
	padding: 0;
	background: none;
}
div.module-mnu li a,
div.module_menu-mnu li a,
div.module_text-mnu li a {
	display: block;
	padding: 7px 0px 7px 20px;
	margin-right: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}
div.module-mnu li#current.active a,
div.module-mnu li a:hover,
div.module-mnu li a:active,
div.module-mnu li a:focus,
div.module_menu-mnu li#current.active a,
div.module_menu-mnu li a:hover,
div.module_menu-mnu li a:active,
div.module_menu-mnu li a:focus {
	text-decoration: underline;
}
div.module-mnu li ul,
div.module_menu-mnu li ul,
div.module_text-mnu li ul {
	margin: 0;
}
div.module-mnu li li,
div.module_menu-mnu li li,
div.module_text-mnu li li {
	padding-left: 13px;
	margin: 0;
}
div.module-mnu li li a,
div.module_menu-mnu li li a,
div.module_text-mnu li li a {
	margin-right: 11px;
	font-size: 10px;
	line-height: 14px;
	padding: 6px 0 6px 15px;
} 
div.module-mnu li#current.active li a,
div.module_menu-mnu li#current.active li a {
	text-decoration: none;
}
div.module-mnu li#current.active li a:hover,
div.module-mnu li#current.active li a:active,
div.module-mnu li#current.active li a:focus,
div.module_menu-mnu li#current.active li a:hover,
div.module_menu-mnu li#current.active li a:active,
div.module_menu-mnu li#current.active li a:focus {
	text-decoration: underline;
}
div.module-banner {
	margin: 0 0 15px 15px;
}
img.jv-star {
	border: none !important;
	float: left;
}
/* Style for content */
#jv-content {
	padding: 10px 10px 15px 15px;

}
#jv-content img {
	margin: 0 10px 10px 0;
	float: left;
}
#jv-banner {
	width: 100%;
	clear: both;
}
#jv-banner .bannergroup {
	padding: 15px 10px 15px 15px;
	overflow: hidden;
}
/* END CONTAINER
-------------------------------------------------------------*/

/* BEGIN FOOTER 
----------------------------------------------*/
#jv-footerwrap {
	clear: both;
}

/* END FOOTER 
----------------------------------------------*/

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
