a.menu-ml, a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal,
a.menu-ml:link, a.mainlevel_active-son-of-suckerfish-horizontal:link, a.mainlevel_current-son-of-suckerfish-horizontal:link,
a.menu-ml:visited, a.mainlevel_active-son-of-suckerfish-horizontal:visited, a.mainlevel_current-son-of-suckerfish-horizontal:visited {
 
}

a.menu-ml:hover, a.mainlevel_active-son-of-suckerfish-horizontal:hover, a.mainlevel_current-son-of-suckerfish-horizontal:hover {

}

a.menu-sub, a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal,
a.menu-sub:link, a.sublevel_active-son-of-suckerfish-horizontal:link, a.sublevel_current-son-of-suckerfish-horizontal:link,
a.menu-sub:visited, a.sublevel_active-son-of-suckerfish-horizontal:visited, a.sublevel_current-son-of-suckerfish-horizontal:visited {
}

a.menu-sub:hover, a.sublevel_active-son-of-suckerfish-horizontal:hover, a.sublevel_current-son-of-suckerfish-horizontal:hover {

}

ul.menu-ml ul ul a.menu-sub, ul.menu-ml ul ul a.sublevel_active-son-of-suckerfish-horizontal, ul.menu-ml ul ul a.sublevel_current-son-of-suckerfish-horizontal,
ul.menu-ml ul ul a.menu-sub:link, ul.menu-ml ul ul a.sublevel_active-son-of-suckerfish-horizontal:link, ul.menu-ml ul ul a.sublevel_current-son-of-suckerfish-horizontal:link,
ul.menu-ml ul ul a.menu-sub:visited, ul.menu-ml ul ul a.sublevel_active-son-of-suckerfish-horizontal:visited, ul.menu-ml ul ul a.sublevel_current-son-of-suckerfish-horizontal:visited {
	background-color: blue;
	color: white;
}

ul.menu-ml ul ul a.menu-sub:hover, ul.menu-ml ul ul a.sublevel_active-son-of-suckerfish-horizontal:hover, ul.menu-ml ul ul a.sublevel_current-son-of-suckerfish-horizontal:hover {

}

ul.menu-ml .expanded {
	display: block;
	background-image: url("../img/arrow_down.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}

ul.menu-ml ul .expanded {
	background-image: url("../img/arrow_right.gif");
}


/** customize style / layout here */

a.menu-ml, a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal, span.menu-ml,
a.menu-ml:link, a.mainlevel_active-son-of-suckerfish-horizontal:link, a.mainlevel_current-son-of-suckerfish-horizontal:link,
a.menu-ml:visited, a.mainlevel_active-son-of-suckerfish-horizontal:visited, a.mainlevel_current-son-of-suckerfish-horizontal:visited,
a.menu-ml:hover, a.mainlevel_active-son-of-suckerfish-horizontal:hover, a.mainlevel_current-son-of-suckerfish-horizontal:hover,
a.menu-sub, a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal, span.menu-sub,
a.menu-sub:link, a.sublevel_active-son-of-suckerfish-horizontal:link, a.sublevel_current-son-of-suckerfish-horizontal:link,
a.menu-sub:visited, a.sublevel_active-son-of-suckerfish-horizontal:visited, a.sublevel_current-son-of-suckerfish-horizontal:visited,
a.menu-sub:hover, a.sublevel_active-son-of-suckerfish-horizontal:hover, a.sublevel_current-son-of-suckerfish-horizontal:hover {
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 0 0.5em 0.3em 0.5em;	/* top, right, bottom, left */
}

a.menu-ml, a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal, span.menu-ml {
}

a.menu-sub, a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal, span.menu-sub {
	font-size: 90%;
	border-top: none;
	height: 1%;	/* this is required for the IE to cause the "hasLayout" property and make the whole anchor clickable - "Holly Hack" */
}

#active_menu-son-of-suckerfish-horizontal,
a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal,
a.mainlevel_active-son-of-suckerfish-horizontal:link, a.mainlevel_current-son-of-suckerfish-horizontal:link,
a.mainlevel_active-son-of-suckerfish-horizontal:visited, a.mainlevel_current-son-of-suckerfish-horizontal:visited,
a.mainlevel_active-son-of-suckerfish-horizontal:hover, a.mainlevel_current-son-of-suckerfish-horizontal:hover,
a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal,
a.sublevel_active-son-of-suckerfish-horizontal:link, a.sublevel_current-son-of-suckerfish-horizontal:link,
a.sublevel_active-son-of-suckerfish-horizontal:visited, a.sublevel_current-son-of-suckerfish-horizontal:visited,
a.sublevel_active-son-of-suckerfish-horizontal:hover, a.sublevel_current-son-of-suckerfish-horizontal:hover {
	font-weight: bold;
}

ul.menu-ml, .menu-ml ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;

}

ul.menu-ml li {
	padding: 0;
	margin: 0;
	background: none;
	float: left;
}

ul.menu-ml li li {
	position: relative;
	display: block;
	width: 10em;
}

ul.menu-ml li li a {color: #333;}


ul.menu-ml ul {
	display: block;
	position: absolute;
	left: -999em;
	margin: 0.3em 0 0 0em;
	width: auto;
	height: auto;
	z-index: 101;
		background: #fff;
		border: 1px solid #eee;border-width: 0px 1px 1px 1px;
}

ul.menu-ml li li ul {
	margin: -1.8em 0 0 10em;
	z-index: 102;
}


/** IE7.0 workaround */
ul.menu-ml li:hover, ul.menu-ml li.hover {
	position: static;
}


/** general on-mouse-over display */

ul.menu-ml li:hover ul,
ul.menu-ml li.hover ul {
	left: auto;
}

ul.menu-ml li:hover ul ul,
ul.menu-ml li.hover ul ul {
	left: -999em;
}

ul.menu-ml li:hover ul li:hover ul,
ul.menu-ml li.hover ul li.hover ul {
	left: auto;
}


ul.menu-ml, ul.menu-ml li li {
	clear: left;
}

/** separator */
span.menu-ml, span.menu-sub {
	display: block;
	width: 1em;
	border-width: 0px;
	margin-left: 1em;
	padding: 0;
	padding-top: 1px;
}

/** IE5.0/win workaround: the ">" is handled like a "," */
ul.menu-ml > ul.menu-ml {
	position: absolute;
	top: 5em;	/* change the absolute position for IE5.0 here */
}
ul.menu-ml > ul.menu-ml li.hover ul {
	margin: 0.1em 0 0 0em;	/* top, right, bottom, left */
}
ul.menu-ml > ul.menu-ml li.hover ul ul {
	margin: -1.6em 0 0 10em;	/* top, right, bottom, left */
}


html {margin:0;padding:0;height: 100%;}
body {margin:0px 0;padding:0;font: 82.5% Arial, Sans-Serif;color:#333;line-height: 1.4em;text-align: justify;}

/* Values here control the body background images and colours. */
body {
background-color:#fff;
background-image:url(../img/bg.jpg);
background-repeat:  repeat-x;
}
/* @group Layout */


/* @group wrappers */

.wrapper,.main_wrapper,.top_menu {width:930px;margin: 0 auto;clear:right;}
.container,.footer_wrapper {width: 100%;float: left;}
.clear {clear: right;}
.bottom_wrapper,.middle_wrapper {background: url(../img/bamboo2.jpg) no-repeat right bottom;width: 100%;clear: both;float: left;margin: 0!important;margin:-10px 0 0 0 ;padding: 50px 0 30px 0;}

.hidden_wrapper {display:none;margin: 0 auto;width:100%;height: 0;}
.bottom_wrapper {background: none;}
/* @end */


/* @group Top */
#top_left{float: left;}
#top_right{float: right;}
#top_wrapper {margin-top: 50px;width: 100%;background: url(../img/bamboo.jpg) no-repeat;height: 272px;}
/* @end */

/* @group Header */
#header_l {float: left;width: 420px!important;width:400px;height: 65px;margin: 50px 0 0 100px!important;margin: 50px 0 0 20px}
#header_r {float: right;width:370px!important;width:200px;;height: 90px;margin: 50px 0 30px 0px;text-align: right}
/* @end */


/* @group V_top_menu */
#v_top_menu_r {float: right;width: 18px;height: 45px;margin-top: 7px}
#v_top_menu_l {float: right;width: 18px;height: 45px;margin-top: 7px;}
#v_top_menu {float:right;color: #fff;height: 35px;margin-top: 7px;padding: 5px 0px 0 0px;font-size: 100%;}
/* @end */


/* @group top_menu */
.top_menu {}
#top_menu_l {float: left;width: 16px;height: 36px;margin-top: 7px;padding-bottom: 7px}
#top_menu_r {float: left;width: 13px;height: 36px;margin-top: 7px;padding-bottom: 7px}
#top_menu {float:left;color: #fff;height: 36px;margin-top: 7px;padding: 5px 0px 0 0px;font-size: 100%;}
/* @end */


/* @group Top User Modules */

#top_user1 {float: left;margin: 0 0 0 0px;width: 100%;}
#top_user4 {float: left;margin: 0px 0px 0px 0px;}
#top_user5 {float: right;margin: 0px 90px 0px 0px!important;margin: 0px 0px 0px 0px;}
.top {width: 40%!important;width:38%}
/* @end */


/* @group Main */

#right {float: right;margin: 25px 3% 0 0!important;margin: 25px 3% 0 15px!important;margin:25px 0 0 0 ;width: 25%!important;width:23%}
#content {width:65%;float: left;padding-top: 0px;background: url(../img/div2.jpg) right top repeat-y;padding-right: 35px;!important;padding-right:30px;}

/* @end */


/* @group Bottom User */
#bot_user1 {float: left;margin: 0 2% 10px 2%;!important;margin: 0 1% 10px 1%;background: url(../img/div.jpg) no-repeat right 25px;padding-right: 60px!important;padding-right: 40px;}
#bot_user2 {float: left;margin: 0 2% 10px 2%!important;margin: 0 1% 10px 1%;background: url(../img/div.jpg) no-repeat right 25px;padding-right: 60px!important;padding-right: 40px;}
#bot_user3 {float: left;margin: 0 2% 10px 1%!important;margin: 0 1% 10px 1%;}
#bot_banner {float: left;width: 100%;margin-top: 20px;clear: left;}

.bottom {width: 26%!important;width: 24%}
/* @end */


/* @group Footer */

#footer_left{float: left;}
#footer_right{float: right;}
.bamboo_right {width: 100%;background: url(../img/bamboo2.jpg) no-repeat right bottom;clear: left;margin: 0 auto;float: left;}
#copyright {font-size:80%;clear: left;color: #fff}

/* @end */

/* @end */



/* @group Images*/
img {margin: 0 8px;}
.folio_image {clear: both;display: block;border-bottom: 1px dashed #ccc;padding-bottom: 4px;}
#left .moduletable {margin: 10px 0 10px 0; border-bottom: 1px dashed #ccc;padding-bottom: 20px;}
/* @end */

/* @group Menus */

.moduletable-top_menu ul
{
	text-align: left;
	padding-bottom: 8px;
	padding-top: 0;
	padding-left: 0px;
	margin-top: 4px;;
	float: left;
	margin-left: 0px;
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;

}

.moduletable-top_menu ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;

padding-top: 8px;
}

.moduletable-top_menu ul li a
{
margin: 0 16px 0 16px;
padding-bottom: 5px;
padding-top: 8px;

color: #fff;
text-decoration: none;
line-height:18px;
border-bottom: 0px;
font-size: 110%;

	
}

.moduletable-top_menu ul li a:hover
{
border-bottom: 0px;
color: #ccc;
}


.moduletable-vtop_menu ul
{
	text-align: left;
	padding-bottom: 5px;

	padding-left: 0px;
	margin-top: 5px;
	float: left;
margin-left: 0px;
	color: white;

	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;

}

.moduletable-vtop_menu ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;

padding-top: 8px;
}

.moduletable-vtop_menu ul li a
{
margin: 0 10px 0 10px;
padding-bottom: 5px;
padding-top: 0px;

color: #fff;
text-decoration: none;
line-height:18px;
border-bottom: 0px;
font-size: 100%;

	
}

.moduletable-vtop_menu ul li a:hover
{
border-bottom: 0px;
color: #ccc;
}

.moduletable-bot_menu ul
{
	text-align: left;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 0;
	margin-top: 20px;
	float: left;
	margin-left: 0;
	color: white;
	width: 100%;
	font-size: 90%;
	
	
	

}

.moduletable-bot_menu ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
padding-top: 5px;
}

.moduletable-bot_menu ul li a
{
padding-left: 10px;
padding-right: 10px;
color: #fff;
text-decoration: none;
border-bottom: 0px;
}

.moduletable-bot_menu ul li a:hover
{
border-bottom: 0px;
color: #ccc;
}
.moduletable-menu { 

text-align: left; 

color: #808080; 

padding: 0px 0 0 0px; 


margin: 10px 0 30px 0;


}

.moduletable-menu li { 

margin: 5px 0 5px 0px; 

padding: 0px 0 0 0px; 

border-bottom: 1px solid #888; 

list-style: none;

}

.moduletable-menu li a { 

color:#999999;

font-weight:bold;

text-decoration: none;  

padding: 5px 0 1px 5px; 



display: block; 

margin-bottom: 2px;

}

.moduletable-menu li a:hover { 

color: #333; 

text-decoration: none; 

background:#eeeeee;

display: block; 

margin-bottom: 2px;

}

/* @end */

/* @group Joomla Stuff */
#right .moduletable {margin-bottom: 30px;}
.contentpaneopen {width: 98%;margin: 0 5px 0 5px;;}
.hr {border-bottom: 1px dashed #ccc;}
.moduletable-padding70 {padding: 70px 0 0 0}
.moduletable-padding50 {padding: 50px 0 0 0}
.moduletable-padding30 {padding: 30px 0 0 0}
.moduletable-padding20 {padding: 20px 0 0 0}
.moduletable-padding10 {padding: 10px 0 0 0}
.moduletable-clear100 {margin: 0 0 100px 0}
.sectiontableentry1 {background: #eee;padding: 5px 0;}

/* @end */

.pathway {text-align: right;}

.menuTitle {font-size: 12px;font-weight:bold;display: block;text-decoration: none;outline-style:none;height: 18px;padding-top: 6px;padding-bottom: 3px;padding-left: 6px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #ddd;margin-bottom: 1px;}</p><p>.content {font-size: 10px;color: #5E6257;display: block;background-color: #FFFFFF;}


body {background-image:url(../img/bg.jpg);background-repeat: repeat-x;background-color: #fff;}


/* Colour for very top menu. */
#v_top_menu {background: url(../img/v_top_menu_bg.png) repeat;}
#v_top_menu_r {background: url(../img/v_top_menu_l.png) no-repeat;}
#v_top_menu_l {background: url(../img/v_top_menu_r.png) no-repeat;}


/* Top menu Colours. */
#top_menu_l {background: url(../img/top_menu_l.png) no-repeat;}
#top_menu_r {background: url(../img/top_menu_r.png) no-repeat;}
#top_menu {background: url(../img/top_menu_bg.png) repeat;}


/* Colour for for gradient in the main body and footer. */
.middle_wrapper,.bottom_wrapper {background: url(../img/blue_gradient.jpg) repeat-x top;clear: left;}

.footer_wrapper {background: #333;}

/* @group Typography*/
p { 

margin: 8px 0 8px 0; 

padding: 0; 

color: #333; 

background: inherit; 

}



a { 
color:#758F3E;
margin: 0 5px;
text-decoration:none; 

}
a:hover { 

color:#ADEE4B ;  


text-decoration:underline; 

}
h1,.componentheading { 



color: #304584; 

text-decoration: none;
	
	line-height: 1.2em;
	letter-spacing: 0;
	

	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.8em;
	padding-bottom: 3px;
	margin-bottom: 3px;


}
h1 a { 

color:#738a0a;  

background: inherit; }
h2,.contentheading,a.contentheading:link,a.contentheading:visited,.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited,h3,table.moduletable th,.moduletable h3, .moduletable th { 

color: #304584;

font-size:160%; 

font-weight:bold; 

margin: 0px 0 5px 0px; 

padding:0 0 5px 0px; 
border-bottom: 1px solid #ccc;

}
h2 a { 

background:inherit; 

color:#73880A; 

}
h2 a:hover { 

background:inherit; 

color: #86a02d; 

text-decoration:none; 

 }
 
h3,.moduletable h3 {
	font-size: 130%;
	background: url(../img/h3_leaf.jpg) no-repeat;
	padding-left: 30px;
	width: 96%;
	
}
	
	
.createdate,.small { 

	color:#86a02d;

	background:inherit;

	text-align: right; 

	margin: 4px 0 5px 0; 

	padding: 0.4em 2px 0 0; 

	

}

h4 {
font-size: 1.4em;
margin:10px 5px;
}

h5 {
font-size: 1.3em;
margin:10px 5px;
}

h6 {
font-size: 1.2em;
margin:10px 5px;}


.sidequote_right {
	float:right;
	width:200px;
	margin:0.25em 0.75em 0.25em 2em;
	padding:0.5em;
	border:3px solid #eee;
	border-width:3px 0;
	color:#333;
	font:italic 1.2em/1.3 Georgia;
}

.sidequote_left {
	float:left;
	width:200px;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border:3px solid #eee;
	border-width:3px 0;
	color:#333;
	font:italic 1.2em/1.3 Georgia;
}

.block_thick {
	
	width:90%;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border-left:12px solid #333;
	color:#333;
	font:normal 1.2em/1.3 Georgia;
	display: block;
}


.block_thick_green {
	
	width:90%;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border-left:12px solid #738a0a;
	color:#333;
	font:normal 1.2em/1.3 Georgia;
	display: block;
}

.block_thick_orange {
	
	width:90%;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border-left:12px solid #D26218;
	color:#333;
	font:normal 1.2em/1.3 Georgia;
	display: block;
	
	
}

.copyright {color: #ccc;}



.orange_box {
	width: 90%;
	margin: 10px 5%;
	clear: left;
	display: block;
	border: 3px solid #ccc;
	background-color: #005b92;
	color: #fefefe;
	padding: 10px;
}

.green_box {
	width: 90%;
	margin: 10px 5%;
	clear: left;
	display: block;
	border: 3px solid #ccc;
	background-color: #00adef;
	color: #fefefe;
	padding: 10px;
}



.dark_box {
	width: 90%;
	margin: 10px 5%;
	clear: left;
	display: block;
	border: 3px solid #ccc;
	background-color: #0096cf;
	color: #fefefe;
	padding: 10px;
}

.hilite {
background-color: #6bd2ff;
padding:0px 3px;
display:inline;
color:#333333;
}
.blockquote {
	font-family: Georgia, serif;
	font-size: 2em;
	line-height: 2em;
	color:#ADEE4B; 
	font-style:italic;
	padding:0 30px;
	
	}
	
	.blockquotesmall {
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color:#ADEE4B;
	font-style:italic;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	text-indent:15px;
	float:left;
	padding-right:20px;
	}

.blockquotesmall_on_white {
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color:#738a0a; 
	font-style:italic;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	text-indent:15px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	}

/* @end */

li {list-style-image: url(../img/bullet.jpg);list-style-position: inside;margin: 3px 0;}
ul,ul li  {margin: 5px 0}


body {background-image:url(../img/bg.jpg);background-repeat: repeat-x;background-color: #fff;}


/* Colour for very top menu. */
#v_top_menu {background: url(../img/v_top_menu_bg.png) repeat;}
#v_top_menu_r {background: url(../img/v_top_menu_l.png) no-repeat;}
#v_top_menu_l {background: url(../img/v_top_menu_r.png) no-repeat;}


/* Top menu Colours. */
#top_menu_l {background: url(../img/top_menu_l.png) no-repeat;}
#top_menu_r {background: url(../img/top_menu_r.png) no-repeat;}
#top_menu {background: url(../img/top_menu_bg.png) repeat;}


/* Colour for for gradient in the main body and footer. */
.middle_wrapper,.bottom_wrapper {background: url(../img/blue_gradient.jpg) repeat-x top;clear: left;}

.footer_wrapper {background: #333;}

/* @group Typography*/
p { 

margin: 8px 0 8px 0; 

padding: 0; 

color: #333; 

background: inherit; 

}



a { 
color:#758F3E;
margin: 0 5px;
text-decoration:none; 

}
a:hover { 

color:#ADEE4B ;  


text-decoration:underline; 

}
h1,.componentheading { 



color: #304584; 

text-decoration: none;
	
	line-height: 1.2em;
	letter-spacing: 0;
	

	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.8em;
	padding-bottom: 3px;
	margin-bottom: 3px;


}
h1 a { 

color:#738a0a;  

background: inherit; }
h2,.contentheading,a.contentheading:link,a.contentheading:visited,.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited,h3,table.moduletable th,.moduletable h3, .moduletable th { 

color: #304584;

font-size:160%; 

font-weight:bold; 

margin: 0px 0 5px 0px; 

padding:0 0 5px 0px; 
border-bottom: 1px solid #ccc;

}
h2 a { 

background:inherit; 

color:#73880A; 

}
h2 a:hover { 

background:inherit; 

color: #86a02d; 

text-decoration:none; 

 }
 
h3,.moduletable h3 {
	font-size: 130%;
	background: url(../img/h3_leaf.jpg) no-repeat;
	padding-left: 30px;
	width: 96%;
	
}
	
	
.createdate,.small { 

	color:#86a02d;

	background:inherit;

	text-align: right; 

	margin: 4px 0 5px 0; 

	padding: 0.4em 2px 0 0; 

	

}

h4 {
font-size: 1.4em;
margin:10px 5px;
}

h5 {
font-size: 1.3em;
margin:10px 5px;
}

h6 {
font-size: 1.2em;
margin:10px 5px;}


.sidequote_right {
	float:right;
	width:200px;
	margin:0.25em 0.75em 0.25em 2em;
	padding:0.5em;
	border:3px solid #eee;
	border-width:3px 0;
	color:#333;
	font:italic 1.2em/1.3 Georgia;
}

.sidequote_left {
	float:left;
	width:200px;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border:3px solid #eee;
	border-width:3px 0;
	color:#333;
	font:italic 1.2em/1.3 Georgia;
}

.block_thick {
	
	width:90%;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border-left:12px solid #333;
	color:#333;
	font:normal 1.2em/1.3 Georgia;
	display: block;
}


.block_thick_green {
	
	width:90%;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border-left:12px solid #738a0a;
	color:#333;
	font:normal 1.2em/1.3 Georgia;
	display: block;
}

.block_thick_orange {
	
	width:90%;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border-left:12px solid #D26218;
	color:#333;
	font:normal 1.2em/1.3 Georgia;
	display: block;
	
	
}

.copyright {color: #ccc;}



.orange_box {
	width: 90%;
	margin: 10px 5%;
	clear: left;
	display: block;
	border: 3px solid #ccc;
	background-color: #005b92;
	color: #fefefe;
	padding: 10px;
}

.green_box {
	width: 90%;
	margin: 10px 5%;
	clear: left;
	display: block;
	border: 3px solid #ccc;
	background-color: #00adef;
	color: #fefefe;
	padding: 10px;
}



.dark_box {
	width: 90%;
	margin: 10px 5%;
	clear: left;
	display: block;
	border: 3px solid #ccc;
	background-color: #0096cf;
	color: #fefefe;
	padding: 10px;
}

.hilite {
background-color: #6bd2ff;
padding:0px 3px;
display:inline;
color:#333333;
}
.blockquote {
	font-family: Georgia, serif;
	font-size: 2em;
	line-height: 2em;
	color:#ADEE4B; 
	font-style:italic;
	padding:0 30px;
	
	}
	
	.blockquotesmall {
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color:#ADEE4B;
	font-style:italic;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	text-indent:15px;
	float:left;
	padding-right:20px;
	}

.blockquotesmall_on_white {
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color:#738a0a; 
	font-style:italic;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	text-indent:15px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	}

/* @end */

li {list-style-image: url(../img/bullet.jpg);list-style-position: inside;margin: 3px 0;}
ul,ul li  {margin: 5px }

.bottom_wrapper {
	display:none
}
#bot_user1, #bot_user2, #bot_user3 {
	width:0;
	padding:0;
}
#header_l, #header_r, #top_wrapper {
	display:none;
}
#top_menu_r, #top_menu_l, #top_menu {
	margin-top:0px
}
.hidden_wrapper {
	display:inline;
	width:90%;
	margin-bottom:10px
}
#top_user4 {
	margin-right:90px
}
.bottom {
	width:98%!important;
}
.bottom {
	width:40%!important;
	float:left;
}

