/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Content Styles
	$4 - Header Nav Styles
*/

/*--- editor body ---*/
body.mceContentBody {
background-color: #969590 !important;
background-image: none;
}

.componentheading .attdir {font-size:24px;}

/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */
body.contentpane {background:#fff; margin: 20px;}
body.contentpane .contentheading {color:#900;
	font-size: 2.75em;
	line-height: 1.75em;
	font-weight: normal;
}
:link,:visited { text-decoration:none }
ul,ol { }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
.rightdes{text-indent:-5000px;text-decoration:none;}
a img,:link img,:visited img { border:none }
address { font-style:normal }
a:focus {outline:0;}
.designer {margin:14px 5px 0px 5px;color: #d6d6d6;text-align:right;}
.designer a:link,.designer a:visited{color:#fff ;font-size:0.8em;text-decoration:none;}
.designer a:hover {color:#666;}

/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/
/* @group Basic Styles */

html, body {
	font-family: "Georgia","Times New Roman";
}
/*
body {
	background:#6C5634 url(../images/wallpaperbg.gif) center repeat-y;
	margin: 0;
	padding:0;
} */

body {
        background:#969590;
        margin: 0;
        padding:0;
}

#wrapper {
	margin:0;
	padding:0;
	margin:auto;
}

#main {
	background:#798d7a;
	width:734px;
	height:1000;
	margin:auto;
	}
left {
	background-image:url(../images/vertshad.png);
	background-repeat:repeat-y;
	float:left;
}
right {
	background-image:url(../images/vertshad.png);
	background-repeat:repeat-y;
	float:right;
}

a:focus {
	outline: 0;
}

#mainbody ul {
	padding-left: 20px;
}

p {
	margin: 0px 0px 10px 0px;
	color:#000000;
	line-height: 145%;
}

td {
	color: #000000;
	line-height: 145%;
}


ul, li {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

#main_content h1 {
	font: bold 2.5em/1.5em "Georgia","Times New Roman";
	letter-spacing: -1px;
	color: #670001;
}

#main_content h2 {
	font: bold 2em/1.75em "Georgia","Times New Roman";
	letter-spacing: -1px;
	color: #000;
}

#main_content h3 {
	font: bold 1.3em/1.75em "Georgia","Times New Roman";
	letter-spacing: -1px;
	color: #2d3129;
}
#main_content h4 {
	font: 1.25em/1.5em "Georgia","Times New Roman";
	letter-spacing: -1px;
	/* color: #666; */
	/* color: #2d3129; */
}

ul#checklist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 18px;
	background: url(../images/tick.png) no-repeat left center;
}
blockquote {
	background: #fffee4;
	color: #333;
	border: 1px solid #d5d5d5;
	padding: 10px;
	margin: 10px 50px;
}

/* @end */

table.table-wrapper {
	margin:auto;
	margin-top:15px;
	/*width:760px; */
	height:90%;
	padding:0;
	/* background:#E8E3D4; */
	/* background: url(../images/whitetrans.gif); */
	}

#header {
	/*position:relative;
	height:113px; 
	background-color:#437db9; */
	}
	

#site-container {	
/*	background:#fff url(../images/site-bg.jpg) repeat-x; */
	}

#container {
	/*width:850px;*/
	margin: 0px 0px 0px 0px;
	/* margin:0 auto; */
	/* margin:0 0 0 50; */
	/*background-color:red;*/
	}

#content-container {
	/*width:850px;*/
	padding-bottom:0px;
	font:1em "Georgia","Times New Roman";
	/* color:#4A4537; */
}
	
#left_sidebar {
	width:21%;
	padding:0;
	text-align:right;
	}
	
#maincol {
	width:25%;
	padding:0 2%;
	background:url(../images/border-line.gif) 0px 40px no-repeat;
	}
	
#rightcol {
	width:42%;
	padding:0 2%;
	background:url(../images/border-line.gif) 0px 40px no-repeat;
	}
	
#left_sidebar { width:100px; padding:2px;line-height:1.5;
/*	background: #E8E3D4 url(../images/border-line_left.gif) repeat-y left;*/
}
#left_sidebar h3, #right_sidebar h3 {
	padding: 5px;
	margin: 0;
	background: url(../images/lower-content-bg.gif) repeat-x;
	margin: -5px -5px 5px -5px; 
	font-weight: bold;
	height: 27px;
	line-height: 18px;
	text-indent: 5px;
}

#main_content { padding:25px;} 
#main_body {}
#right_sidebar { width:180px; padding:5px;line-height:1.5;
    border-left:solid 1px black;
/*	background: #E8E3D4 url(../images/border-line_right.gif) repeat-y right;*/
	}
	
#lower-content {
	background: url(../images/lower-content-bg.gif) repeat-x;
	padding-bottom:20px;
	}

.lower-content-container {
	margin:0 auto;
	font:1em "Georgia","Times New Roman";
	line-height:1.5;
	background:url(../images/border-line.gif) 100% 40px no-repeat;
	}
.footer {
	margin:auto;
/*	width:850px;*/
	text-align:center;
/*	background: #ece9d8;*/ 
	padding:3px 0px 9px 0px;
    border-top: #969590 solid 3px;
	
	/* margin-top:-23px; */
}

.footer td {color:black;}
.footer td a {color:white;}

/* $2 - Header Styles */

.header-logo {
	height:87px;
	padding-top:24px;
	}
.header-logo2 {
    /*
	padding-top:7px;
	padding-left:120px;
    */
}
.header-logo h1 a {
	color: #FFF;
	padding:0;
	margin: 0;
	font: 38px/38px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.header-logo h2 {
	color: #8C0000;
	font: 20px/20px Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin: 0;
}

#header-functions {
	position:absolute;
	top:20px;
	right:0;
	width:250px;
	}

p.date {
	padding-left:5px;
	font:bold 1em  "Georgia","Times New Roman";
	color:white;
	letter-spacing:1px;
	margin:0 0 6px 0;
	}

.moduletable-search {
	padding-left:5px;
	}

.search-search input {
	float:left;
	border:none;
	}

.search-search input {
	height:19px;
	width:199px;
	padding:0 3px;
	margin-right:2px;
	background:url(../images/search-bg.gif) no-repeat;
	}

.search-search input.button-search {
	height:19px;
	width:30px;
	padding:0;
	background:url(../images/button-search-bg.gif) no-repeat;
	font:bold 1em "Georgia","Times New Roman";
	color:white;
	cursor:pointer;
	}


/* $3 - Content Styles */

a,
a:link,
a:visited {
	color:#e5f5e5;
	}

a:hover {
	text-decoration:underline;
	}


/*Content Links*/

#content-container td.contentheading, #content-container .contentheading {
	color:#780000;
	text-align: left;
	text-decoration:none;
	font: normal 1.5em/1.5em "Georgia","Times New Roman";
	padding: 0;
	border-bottom: 1px solid #ccc;
}
#content-container a.contentpagetitle:link,#content-container a.contentpagetitle:visited {
	color:#780000;
	text-align: left;
	text-decoration:none;
	font: normal 1.0em/1.5em "Georgia","Times New Roman";
}

#content-container a.contentpagetitle:hover {color:#000;text-decoration:none;}
#content-container .componentheading {color:#780000;font:bold 1.07em/1.5em "Georgia","Times New Roman"; border-bottom: 1px solid #ccc;}
#content-container div.sitemap h2.componentheading {
    color           :#780000;
	text-align      : left;
	text-decoration :none;
	font            : normal 1.5em/1.5em "Georgia","Times New Roman";
	padding         : 0;
	border-bottom   : 1px solid #ccc;
}	


h1,h2,h3,h4,h5,h6 {
	font-family:"Georgia","Times New Roman";
	}

h5 {font-size:14px;}

.lower-content-container h3 {
	height:35px;
	line-height:31px;
	font-size:13px;
	}

div#content-container ul, div#content-container ol, #lower-content ul, #lower-content ol {
	margin-left: 20px;
	}
	
div#content-container ul#mainlevel, #lower-content ul#mainlevel {
	margin-left:0px;
	list-style:none;
	}
	
img {
	border:none;
	}


.lower-content-container .moduletable {
	padding:0 0 15px 0;
	margin-bottom:15px;
	background:url(../images/border-hz.gif) 0% 100% no-repeat;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

}

.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* MainMenu Expandable Tables */

#left_sidebar a.mainlevel-sidenav, #left_sidebar a.mainlevel-sidenav2 {
	height: 20px;
	line-height: 20px;
	display: block;
	padding: 0px 0px 0px 12px;
	background: url(../images/mainlevel.gif) no-repeat 0% 50%;
	color: #666;
	margin: 1px 0px 1px 0px;
	border-top: 1px solid #fff;
	font-size: 13px;
	text-decoration: none;
}

#left_sidebar a.mainlevel-sidenav:hover, #left_sidebar a.mainlevel-sidenav2:hover {
	height: 20px;
	line-height: 20px;
	display: block;
	padding: 0px 0px 0px 12px;
	background: url(../images/mainlevel_over.gif) no-repeat 0% 50%;
	color: #333;
	margin: 1px 0px 1px 0px;
	border-top: 1px solid #fff;
	font-size: 13px;
	text-decoration: none;
}

#left_sidebar a.sublevel, #left_sidebar a.sublevel-sidenav, #left_sidebar a.sublevel-sidenav2 {
	line-height: 16px;
	display: block;
	padding: 0px 0px 2px 10px;
	color: #74AC00;
	margin-bottom: 1px;
	background: url(../images/mainlevel_sub.gif) no-repeat 0 50%;
	text-decoration: underline;
	font-size: 12px;
}

#left_sidebar a.sublevel:hover, #left_sidebar a.sublevel-sidenav:hover, #left_sidebar a.sublevel-sidenav2:hover {
	color: #333;
	text-decoration: underline;
}
/* MainMenu Flat List */



#left_sidebar ul#mainlevel, #left_sidebar ul#mainlevel-sidenav, #left_sidebar ul#mainlevel-sidnav2, #left_sidebar a.mainlevel-sidenav,#left_sidebar a.mainlevel-sidenav2, #left_sidebar a.mainlevel, #left_sidebar a.sublevel, #left_sidebar a.sublevel-sidenav, #left_sidebar a.sublevel-sidenav2 {
	font: normal normal 14px "Georgia","Times New Roman";
}

#left_sidebar ul#mainlevel li a, #left_sidebar ul#mainlevel-sidenav li a, #left_sidebar ul#mainlevel-sidenav2 li a {
	height: 16px;
	display: block;
	padding: 2px 0px 2px 5px;
	margin-bottom: 1px;
	color: #fff;
	text-decoration: none;
	border: none;
	background: url(../images/mainlevel.png) repeat-x 0 0;
}

#left_sidebar ul#mainlevel li a:hover, #left_sidebar ul#mainlevel-sidenav li a:hover, #left_sidebar ul#mainlevel-sidenav2 li a:hover {
	height: 16px;
	display: block;
	padding: 2px 0px 2px 5px;
	margin-bottom: 1px;
	background: url(../images/mainlevel.png) repeat-x 0 -20px;
	color: #FFF;
	text-decoration: none;
	border: none;
}
/* @end */


/* $4 Header Nav Styles */

#navcontainer {
	/*background-color:#ffdc39;
	width:100%;
	height:18px;*/
}

/*
ul#navbar {
        border:1px solid red;
	margin:0; padding:0;
	list-style:none;
	cursor:pointer;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 115%;
	font-variant: small-caps;
	letter-spacing: .1em;
}

ul#navbar ul {padding: .35em 0;} 

ul#navbar span {padding:0 .8em 0 1.3em; font-size:30%;}

ul#navbar ul li {margin:0; padding:0; display: inline;}

ul#navbar li a {margin:0; padding:0;
		text-decoration:none;
		color:#fff;}
		
ul#navbar li a:hover  {color: #ffc;}
*/


.navbar {margin-top:-1px;}

.navbar a, .navbar a:visited {
        margin:0; padding:0;
        cursor:pointer;
        color: #fff;
        font-family: "Times New Roman", Times, serif;
        font-size: 125%;
        font-variant: small-caps;
        letter-spacing: .1em;
	text-decoration:none;
}

.navbar span {padding:0 .8em 0em 1.3em; font-size:80%; font-weight:bold; color:#fff;}
.navbar a:hover {color:#9ebb9e;text-decoration:none;}
.navbar p {height:1.2em;}

.navcap {font-size:1.2em;}

	
/*--- forms styles ---*/
form {
	padding: 0;
	margin: 0;
}

input.button {
	color: #740000;
	padding: 4px;
	margin: 10px;
	font-size: 10px;
	background: url(../images/but_bg.png) repeat-x center center;
	border:1px solid #ccc;
}

div.message {
	color: #cd2800;
	font-size: 18px;
	font-weight: bold;
}

.inputbox {
	border: 1px solid #999;
}

.moduletable .inputbox {
	border: 1px solid #999;
	height: 14px;
	font: 11px "Georgia","Times New Roman";
	color: #333;
}

.componentheading-attdir { font-size:18px; }
/*-- default Joomla styles --*/
.article_seperator { }
.back_button { }
.blog { }
.blog_more { }
.blogsection { }
.button {background: #666 url(../images/mainlevel.png) repeat-x left center;border: 1px solid #000;color: #fff;font-size: 11px;line-height: 18px;}
.buttonheading { }
.category { }
.clr {clear:both;}
/* .componentheading { font-size:18px; } */
.contact_email { }
.content_rating { }
.content_vote { }
.contentdescription { }
.contentheading, .componentheading {font-size:1.5em;font-weight:normal;padding-left:2px; }
.contentpagetitle { }
.contentpane { }
.contentpaneopen {font-size:1em;}   
.contenttoc { }
.createdate {margin:5px;color: #bbb;font-size: 10px;}
.fase4rdf  { }
.frontpageheader  { }
.highlight {background-color:#FFFFCD;color:#000000;}
.latestnews  { font-size:16px; }
.message  { }
.modifydate {margin:5px;color: #bbb;font-size: 10px;}
.module  { }
div.moduletable {margin-bottom: 10px;} 
div.mosimage {border: 1px solid #eaeaea;margin: 7px;}
div.mosimage_caption {padding: 2px;background-color: #f7f7f7;border-top: 1px solid #eee;}
.mostread  { }
.newsfeed  { }
.newsfeeddate {margin:5px;color: #bbb;font-size: 10px;}
.newsfeedheading { }
.pagenav { }
.pagenav_next { }
.pagenav_prev { }
.pagenavbar { }
.pagenavcounter { }
.pathway { }
.polls { }
table.pollstableborder {text-align:left;}
table.pollstableborder tr {padding: 2px 0;}
table.pollstableborder td {padding: 0 2px;}
a.readon {color: #740000;display: block;float: right;line-height: 12px;background: url(../images/readon.gif) no-repeat left center;text-indent: 16px;text-decoration: underline;}
a.readon:hover {color: #600;display: block;float: right;line-height: 12px;background: url(../images/readon.gif) no-repeat left center;text-indent: 16px;text-decoration: none;}
#left_sidebar a.readon {color: #740000;display: block;float: right;line-height: 12px;background: url(../images/readon_side.gif) no-repeat left center;text-indent: 16px;text-decoration: underline;}
#left_sidebar a.readon:hover {color: #600;display: block;float: right;line-height: 12px;background: url(../images/readon_side.gif) no-repeat left center;text-indent: 16px;text-decoration: none;}
#right_sidebar a.readon {color: #740000;display: block;float: right;line-height: 12px;background: url(../images/readon_side.gif) no-repeat left center;text-indent: 16px;text-decoration: underline;}
#right_sidebar a.readon:hover {color: #600;display: block;float: right;line-height: 12px;background: url(../images/readon_side.gif) no-repeat left center;text-indent: 16px;text-decoration: none;}
.search { }
.searchintro { }
td.sectiontableentry1 {padding: 4px;}
td.sectiontableentry2 {background: #f2f2f2;padding: 4px;}
td.sectiontableheader {background: #d8d8d8;color: #333;font-weight: bold;padding: 4px;}
.sitetitle { }
.small {margin:5px;color: #bbb;font-size: 10px;}
.smalldark {margin:5px;color: #994;font-size: 10px;}
.syndicate { }
.syndicate_text { }
.toclink { }
.weblinks { }
.wrapper { }
.printonly {display:none;}
#mod_search_searchword {background-color:#92a393;border:none;height:17px;padding:2px;}

.biohead {overflow: auto; width: 437px; height: 170px; position: relative}
.biohead b,.biohead strong, {color:#000000; font-weight:bold;}
.biohead img {margin-left:20px;float:left; border:1px solid #596759;}
/* .bioboxrt b {color:#000000;} */
.bioboxrt b, .bioboxrt strong {color:#445544;}
.bioboxrt td {border-style: none none none dotted; border-color: #aab7ab; border-width:0px 0px 0px 2px; padding: 0px 15px 0px 20px;}
.bioboxrt div > img, .bioboxrt td > img {margin:3px 0px 10px 100px; border:1px solid #596759;}
.biotitle {width: 300px; position: absolute; bottom: 10px; left: 130px}
.biotitle b, .biotitle strong {color:#000000;font-size:1.5em;line-height:150%;}
.biocell {width:467px;padding-right:10px;}
.biotxt {text-align:left; line-height:165%;}
.pracbox {padding-right:10px;}
#bottomleft {vertical-align:top; width:80px; align:right;}
h3 {color:red;}
.scroll_container {margin-top:15px;}
.scroll_container td {color:black;}
.latestnews {font-size:1em;padding-bottom:15px;padding-right:10px;}
.latestnews a {color:black;}
.latestnewsdirectory {list-style: none;}

ul.newsfeed {list-style-type:none;  padding:5px;} 
.newsfeed>li {margin-bottom:5px;}
ul.newsfeed ul {list-style-type:none;}

/* superpages badge */
.sl_badge_120 {width:120px;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);line-height:1.5;}
.sl_badge_120 .profile {padding:2px;}
.sl_badge_120 a {color:rgb(131,7,30);text-decoration:none;}
.sl_badge_120 a:hover {text-decoration:underline;}
.sl_badge_120 .online {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color:rgb(148,0,37);}
.sl_badge_120 .visit { text-align:center; font-size:10px; }
