

body {
	line-height: 145%;
	font-family: Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
}

/* Headings */

strong,
em,b,
i,
abbr,
.contentheading,
.componentheading,
.contentpagetitle,
h1,h2,h3,h4,h5,h6 {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, 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:20px;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;
}

/* @end */

/* @group Structure */

.topbar h1 {
	position: relative;
	background: url("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("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("tmenu_up_r.png") no-repeat bottom right;
}

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

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

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

div#nav li.active {
	background: url("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("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("topright_light.png") 100% 0 no-repeat;
	height: 1%;
}

div.modulelight div
 {
	background: url("topleft_light.png") 0 0 no-repeat;
}
div.modulelight div div  {
	background: url("botright_light.png") 100% 100% no-repeat;
}
div.modulelight div div div  {
	background: url("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("topright_mid.png") 100% 0 no-repeat;
	height: 1%;
}

div.modulemid div
 {
	background: url("topleft_mid.png") 0 0 no-repeat;
}
div.modulemid div div  {
	background: url("botright_mid.png") 100% 100% no-repeat;
}
div.modulemid div div div  {
	background: url("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("topright_dark.png") 100% 0 no-repeat;
	height: 1%;
}

div.moduledark div
 {
	background: url("topleft_dark.png") 0 0 no-repeat;
}
div.moduledark div div  {
	background: url("botright_dark.png") 100% 100% no-repeat;
}
div.moduledark div div div  {
	background: url("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("topright_bdr.png") 100% 0 no-repeat;
	height: 1%;
}

div.module div, div.modulebdr div
 {
	background: url("topleft_bdr.png") 0 0 no-repeat;
}
div.module div div, div.modulebdr div div  {
	background: url("botright_bdr.png") 100% 100% no-repeat;
}
div.module div div div, div.modulebdr div div div  {
	background: url("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: none;
	margin: 0;
	padding: 0;
}

#footer #mainlevel li {
	cursor: default;
	display: inline;
	line-height: 12px;
	list-style-type: none;
	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;
}
.top {
background-image:url(top.gif);
background-position:center top;
background-repeat:repeat-x;
}
.left {
background-image:url(left.gif);
background-position:left top;
background-repeat:repeat-y;
}
.right {
background-image:url(right.gif);
background-position:right top;
background-repeat:repeat-y;
}
.bot_br {
background-image:url(bot.gif);
background-position:center bottom;
background-repeat:repeat-x;
}
#headerleader{
	margin-top:7px;
}
#headerleader1{
	margin-bottom:7px;
}
#results 
{
     margin-top: 20px;
     font-size: 1.2em;
    
}

div.infopane 
{
     margin-bottom: 15px;
     font-size: 1.1em;
    
}

textarea, input.txt{background:#f1f1f1;border:1px solid #999;padding:2px;width:350px; font-size: 1.3em;}
input.btn { font-size: 1.2em;}

div.infopane span 
{
    margin-left: 10px;
     font-weight: bold;
    
}

a 
{
    color : #EC2C8B;
    text-decoration: none;
    
}

span.moreinfo {
font-size:0.5em;
}

/* @end */