/* @group Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, hr,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {background: none;border: 0;clear: both;display: block;float: none;font-size: 0;list-style: none;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clearfix:after {clear: both;content: '.';display: block;visibility: hidden;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
body.contentpane {background: #fff;}
/* @end Reset */

/* @group Typography Helper Styles */

body {
	line-height: 145%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Headings */

strong,
em,b,
i,
abbr,
.contentheading,
.componentheading,
.contentpagetitle,
h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica, sans-serif;

}
.componentheading {
	margin: 0px 0px 10px 4px;
}

table.blog table.contentpaneopen td.contentheading,td.contentheading {
	width: 99%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 1.2em 0;
}
ul.latestnews,ul.latestnewsdark,ul.latestnewslight,ul.latestnewsmid,ul.latestnewsbdr,
ul.mostread,ul.mostreaddark,ul.mostreadlight,ul.mostreadmid,ul.mostreadbdr {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
a.readon {
	padding: 0px 0px 0px 4px;
}

/*Side Column Navigation*/

ul#mainlevel-sidenav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#mainlevel-sidenav a,a.mainlevel-sidenav {
	text-decoration: none;
	line-height: 135%;
	font-weight: bold;
}

ul#mainlevel-sidenav a:hover {
	text-decoration: underline;
}

/*If you want to use table based menus in vertical menu style*/

#sidebar a.mainlevel, #sidebar-2 a.mainlevel {
	text-decoration: none;
	line-height: 135%;
	font-weight: bold;
}

#sidebar a.mainlevel:hover, #sidebar-2 a.mainlevel:hover {
	text-decoration: underline;
}

/*Sublevel Support*/

#sidebar a.sublevel,
#sidebar-2 a.sublevel
 {
	text-decoration: underline;
	padding-left: 4px;
	font-size: .9em;
}

#sidebar a.sublevel:hover, #sidebar-2 a.sublevel:hover {
	text-decoration: none;
}

/* Lists */
#content ol, #content ul {margin-left:40px;margin-bottom: 5px;}
#content li ul {margin-left:0px;margin-bottom: 0px;}
#content ul li {list-style-type: disc;}
#content ul li li {list-style-type: circle;}
/* Ordered Lists */
#content ol {list-style-type: decimal;}
#content ol ol {list-style-type: lower-alpha;}

p {
	margin: 10px 0px;
}

pre {
	display: block;
	font: 10px "Courier New", Courier, monospace;
	padding: 5px;
	white-space: normal;
}


/* Lists */
#content ol,#content ul {margin-left:40px;margin-bottom: 5px;}
#sidebar ol,#sidebar ul {margin-left:10px;margin-bottom: 5px;}
#sidebar-2 ol,#sidebar-2 ul {margin-left:10px;margin-bottom: 5px;}

#content  li ul {margin-left:20px;margin-bottom: 0px;}
#sidebar  li ul {margin-left:0px;margin-bottom: 0px;}
#sidebar-2  li ul {margin-left:0px;margin-bottom: 0px;}

#content  ul li, 
#sidebar  ul li,
#sidebar-2  ul li
{list-style-type: disc;}

#content  ul li li,
#sidebar  ul li li,
#sidebar-2  ul li li 
{list-style-type: circle;}

/* Ordered Lists */
#content  ol {list-style-type: decimal;}
#content  ol ol {list-style-type: lower-alpha;}

#content  ol {list-style-type: decimal;}
#content  ol ol {list-style-type: lower-alpha;}

#sidebar ul.menu li,
#sidebar-2 ul.menu li
{list-style-type: disc;}

#sidebar ul.menu,
#sidebar-2 ul.menu
{list-style-type: disc;margin: 0;padding: 0;}


/* @end */

/* @group Structure */

.topbar h1 {
	position: relative;
	background: url(../images/logo.png) no-repeat 20px 0;
	padding: 0px;
	margin: 0px;
}

.topbar {
	position: relative;
	width: 100%;
}

#wrap {
	margin-top: 8px;
}

#main-body {
	clear: both;
	float: left;
	padding-bottom: 10px;
	position: relative;
	width: 75%;
	z-index: 100;
}

#content {
	float: right;
	width: 67%;
}

#sidebar {
	float: left;
	margin-right: -3px;
	width: 32.5%;
}

#sidebar-2 {
	float: right;
	margin-left: -3px;
	overflow: hidden;
	position: relative;
	width: 24.25%;
}

#sidebar .inside {
	padding: 10px 4px 10px 10px;
}

#sidebar-2 .inside {
	padding: 10px 10px 10px 4px;
}

#content .inside {
	padding: 10px 7px;
}


/* @end */

/* @group Navbar */

#nav {
	position: absolute;
	right: 1em;
	z-index: 500;
}

#nav ul {
	margin-top: 12px;
	list-style: none;
}

#nav a {
	float: none;
}

#nav li {
	float: left;
	height: 20px;
	margin: 0px 4px;
	padding-left: 5px;
	background: url(../images/tmenu_up_l.png) no-repeat bottom left;
}

#nav li a {
	display: block;
	float: left;
	height: 20px;
	padding-right: 5px;
	text-decoration: none;
	background: url(../images/tmenu_up_r.png) no-repeat bottom right;
}

div#nav li:hover, div#nav li.sfhover {
	background: url(../images/tmenu_over_l.png) no-repeat bottom left;
}

div#nav li:hover a, div#nav li.sfhover a {
	background: url(../images/tmenu_over_r.png) no-repeat bottom right;
}

div#nav li.active a {
	background: url(../images/tmenu_active_r.png) no-repeat bottom right;
}

div#nav li.active {
	background: url(../images/tmenu_active_l.png) no-repeat bottom left;
}
/* @end Navbar */

/* @group Pathway */

#path {
	height: 33px;
	position: relative;
	width: 100%;
}

span.pathway {
	display: block;
	margin: 0 10px;
	line-height: 32px;
	font-size: 11px;
}

span.pathway a, span.pathway a:hover {
	line-height: 32px;
	font-size: 11px;
}



#path .pathleft .inside {
	margin-left: 10px;
}

.pathright {
	background: url(../images/pathway_right.png) no-repeat left top;
	float: right;
	height: 33px;
	padding-right: 0px;
	width: 11px;
}

/* Accessibility Buttons */


.access {
	height: 21px;
	position: absolute;
	right: 1.7em;
	top: .54em;
	width: auto;
}

#access_buttons {
	height: 21px;
	margin-left: 7px;
	white-space: nowrap;
	width: 103px;
}

#access_buttons a {
	height: 21px;
	text-decoration: none;
	white-space: nowrap;
	width: 21px;
}

/* @end */

/* @group Modules */


/* user3 Background Color */

#headerleader .module-gradient {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#headerleader .module,
#headerleader .modulelight,
#headerleader .moduledark,
#headerleader .modulemid,
#headerleader .modulebdr {
	margin: 8px;
}


.user4split2,.user6split2 {
	float: left;
	overflow: hidden;
	width: 49%;
}

.user5split2,.user7split2 {
	float: right;
	overflow: hidden;
	width: 49%;
}


.user6,.user7,.user6split2,.user7split2 {
	overflow: hidden;
	padding-top: 10px;
}


#headerleader .module,#headerleader .module div {
	margin: 0;
	padding: 0;
}


/* LIGHT */

div.modulelight
{
	margin-bottom: 10px;
	background: url(../images/topright_light.png) 100% 0 no-repeat;
	height: 1%;
}

div.modulelight div
 {
	background: url(../images/topleft_light.png) 0 0 no-repeat;
}
div.modulelight div div  {
	background: url(../images/botright_light.png) 100% 100% no-repeat;
}
div.modulelight div div div  {
	background: url(../images/botleft_light.png) 0 100% no-repeat;
	padding: 12px 15px 15px 15px;
}
div.modulelight div div div div {
	background: transparent none;
	padding: 0;
}
div.modulelight h3 {
	margin: 0px 0px 10px 0px;
	text-indent: 0px;
	border: none;
}




/* MID */

div.modulemid
{
	margin-bottom: 10px;
	background: url(../images/topright_mid.png) 100% 0 no-repeat;
	height: 1%;
}

div.modulemid div
 {
	background: url(../images/topleft_mid.png) 0 0 no-repeat;
}
div.modulemid div div  {
	background: url(../images/botright_mid.png) 100% 100% no-repeat;
}
div.modulemid div div div  {
	background: url(../images/botleft_mid.png) 0 100% no-repeat;
	padding: 12px 15px 15px 15px;
}
div.modulemid div div div div {
	background: transparent none;
	padding: 0;
}
div.modulemid h3 {
	margin: 0px 0px 10px 0px;
	text-indent: 0px;
	border: none;
}

/* DARK */

div.moduledark
{
	margin-bottom: 10px;
	background: url(../images/topright_dark.png) 100% 0 no-repeat;
	height: 1%;
}

div.moduledark div
 {
	background: url(../images/topleft_dark.png) 0 0 no-repeat;
}
div.moduledark div div  {
	background: url(../images/botright_dark.png) 100% 100% no-repeat;
}
div.moduledark div div div  {
	background: url(../images/botleft_dark.png) 0 100% no-repeat;
	padding: 12px 15px 15px 15px;
}
div.moduledark div div div div {
	background: transparent none;
	padding: 0;
}
div.moduledark h3 {
	margin: 0px 0px 10px 0px;
	text-indent: 0px;
	border: none;
}

/* BDR */

div.module,div.modulebdr
{
	margin-bottom: 10px;
	background: url(../images/topright_bdr.png) 100% 0 no-repeat;
	height: 1%;
}

div.module div, div.modulebdr div
 {
	background: url(../images/topleft_bdr.png) 0 0 no-repeat;
}
div.module div div, div.modulebdr div div  {
	background: url(../images/botright_bdr.png) 100% 100% no-repeat;
}
div.module div div div, div.modulebdr div div div  {
	background: url(../images/botleft_bdr.png) 0 100% no-repeat;
	padding: 12px 15px 15px 15px;
}
div.module div div div div, div.modulebdr div div div div {
	background: transparent none;
	padding: 0;
}
div.module h3, div.modulebdr h3 {
	margin: 0px 0px 10px 0px;
	text-indent: 0px;
	border: none;
}

/* @end Modules */

/* @group Footer */

#footereflect {
	height: 43px;
	text-align: center;
	color: #666;
}
#footereflect a,#footereflect a:hover {
	color: #666;
	font-size: 0.8em;
	text-decoration: none;
}


#footer #mainlevel ul {
	cursor: default;
	display: inline;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

#footer #mainlevel li {
	cursor: default;
	display: inline;
	line-height: 12px;
	list-style-type: disc;
	margin: 0;
	padding: 0 5px;
}


#footer td {
	padding-top: 10px;
}

/* @end */

/* @group Joomla Specific Styles */

table.contentpaneopen td.buttonheading,
table.blog table.contentpaneopen td.buttonheading {
	padding: 0px;
	margin: 0;
}

div.mosimage {
	margin: 5px;
}

.pagenav {
	padding: 3px 5px 3px 3px;
}

table.contenttoc {
	margin: 5px;
	padding: 1px;
	float: right;
}
table.contenttoc th {
	padding: 2px 10px;
}
table.contenttoc td {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	padding: 2px 0px 2px 4px;
}
table.contenttoc a {
	text-decoration: none;
	line-height: 1em;
}
table.contentpaneopen {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.blog table.contentpaneopen td {
	padding: 0px 4px;
}

/*Header for table content*/

td.sectiontableheader {
	font-weight: bold;
	padding: 4px;
}

/*Alternating table rows*/

tr.sectiontableentry1 td,td.sectiontableentry1 {
	padding: 6px;
}

tr.sectiontableentry2 td ,td.sectiontableentry2 {
	padding: 6px;
}
/* Article Overflow */

div.blog_more {
	border-top: 1px solid #e6e6d4;
}
div.blog_more strong {
	position: relative;
}
div.blog_more ul li {
	list-style: none;
	background-image: none;
	padding: 0px;
}
div.blog_more ul li a {
	text-decoration: none;
	display: block;
	padding: 4px;
}
div.blog_more ul li a:hover {
	text-decoration: none;
}

/* @end */