/*------------------------------------------------------------------------

# CD Jforjoomla 1.5 - August 2008

# ------------------------------------------------------------------------

# Copyright (C) 2005-2008. Jforjoomla Template Club. All Rights Reserved.

# @license - Copyrighted Commercial Software

# Author: Jforjoomla Template Club.

# Websites:  http://www.jforjoomla.com 

-------------------------------------------------------------------------*/





/* COMMON STYLE

--------------------------------------------------------- */

html, body, form, fieldset {

	margin: 0;

	padding: 0;

}



body {

	background: #FFFFFF;

	color: #000000;

	font-family: "Arial", Helvetica, sans-serif;

	line-height: 1.6;

}



body#bd {

	border-top: 1px solid #FFFFFF;

	color: #333333;

	background: #ffffff;

}



body.contentpane {

	color: #000000;

	font-size: 12px;

	line-height: 1.3em;

	margin: 0;

	margin: 1em 2em;

	width: auto; /* Printable Page */

}



body.fs1 {font-size: 10px;}

body.fs2 {font-size: 11px;}

body.fs3 {font-size: 12.2px;}

body.fs4 {font-size: 13px;}

body.fs5 {font-size: 14px;}

body.fs6 {font-size: 15px;}



/* Normal link */

a {

	color: #00B0DB;

	text-decoration: unerline;

}



a:hover, a:active, a:focus {

	color: #333333;

	text-decoration: underline;

}



a img {

	border: none;

}



/* Title text */

.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {

}



/* Small text */

small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,

p.site-slogan, a.readon, #cd-pathway, #cd-footer {

	font-size: 92%;

}



small, .small {

	color: #999999;

}



img {

	margin: 0px;

	padding: 0px;

}



img.caption {

	margin-top: 15px;

}



/* Heading */

h1 {font-size: 180%;}

h2 {font-size: 150%;}

h3 {font-size: 125%;}

h4 {font-size: 100%;text-transform: uppercase;}



p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {

	margin: 10px 0;

	padding: 0;

}



ul {

	list-style: none;

}



ul li {

	background: url(../images/bullet.gif) no-repeat 18px 7px;

	line-height: 160%;

	padding-left: 30px;

}



ol li {

	line-height: 180%;

	margin-left: 35px;

}



th {

	font-weight: bold;

	padding: 5px;

	text-align: left;

}



fieldset {

	border: none;

	padding: 10px 5px;

}



fieldset a {

	font-weight: bold;

}



fieldset.input {

	padding: 0;

}



hr {

	border-bottom: 0;

	border-left: 0;

	border-right: 0;

	border-top: 1px solid #CCCCCC;

	height: 1px;

}



td, div {

	font-size: 100%;

}



/* FORM

--------------------------------------------------------- */

form {

	margin: 0;

	padding: 0;

}



form label {

	cursor: pointer;

}



input, select, textarea, .inputbox {

	font-family: Arial, sans-serif;

	font-size: 100%;

}



.inputbox {

	border: 1px solid #CCCCCC;

	padding: 2px;

	background: #FFFFFF;

}



.button {

	padding: 2px 8px;

	border: 1px solid #666666;

	background: url(../images/but-bg.gif) repeat-x center #666666;

	font-size: 92%;

	text-decoration:none;

	color: #FFFFFF;

}



.button:hover {

	text-decoration: underline;

	color: #fffee6;

}





* html .button { /*IE 6*/

	padding: 1px 5px !important;

}



*+html .button { /*IE 7*/

	padding: 1px 5px !important;

}



/* JOOMLA STYLE

--------------------------------------------------------- */



table.blog {

}



.article_separator {

	clear: both;

	display: block;

	height: 30px;

	background: url(../images/sep.gif) repeat-x center;

}



.article_column {

}



.column_separator {

	padding: 0 25px;

}



/* content tables */

.sectiontableheader {

	background: #444444;

	border-right: 1px solid #EFEFEF;

	padding: 4px;

}



tr.sectiontableentry0 td,

tr.sectiontableentry1 td,

tr.sectiontableentry2 td  {

	padding: 4px;

	background: url(../images/dot.gif) repeat-x bottom;

}



table.contentpane .sectiontableheader a:hover{

	color:#FFFFFF;

}



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: 35%;

	font-size: 92%;

}



table.contenttoc a {

	text-decoration: none;

}



table.contenttoc td {

	background: url(../images/bullet.gif) no-repeat 10px 9px;

	padding: 1px 5px 1px 20px;

}



table.contenttoc th {

	border-bottom: 1px solid #EFEFEF;

	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;

}



div.pollstableborder td  {

	border-collapse: collapse;

	border-spacing: 0;

	padding: 4px !important;

	background: none;

}



table.pollstableborder tr.sectiontableentry1 td {

	background: #EFEFEF;

}



table.searchintro {

	padding: 10px 0;

	width: 100%;

}



table.searchintro {

	padding: 5px!important;

}



table.adminform {

}



.adminform .inputbox {

}



.blog_more {

}



.blog_more strong {

	display: block;

	font-size: 125%;

	margin: 0 0 5px;

}



.blog_more ul {

	margin: 0;

	padding: 0;

}



.blog_more ul li {

	background: url(../images/bullet.gif) no-repeat 6px 10px;

	margin: 0;

	padding: 0 0 0 17px;

}



.category {

	font-size: 125%;

	font-weight: bold;

}



h1.componentheading, .componentheading {

	margin: 0 0 8px;

	padding: 0 0 5px;

}



.componentheading {

	font-size: 160%;

	font-weight: bold;

	border-bottom: 1px solid #EFEFEF; 

	color:#1da7da;

}



.contentdescription {

	padding-bottom: 30px;

}



h2.contentheading, .contentheading {

	font-weight: bold;

	margin: 0;

	padding: 0;

	line-height: normal;

}



.contentheading {

	font-size: 150%;

	line-height: normal;

}



table.blog .contentheading {

	font-size: 140%;

	line-height: normal;

	font-weight: bold;

}



a.contentpagetitle,

a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus {

}



a.readon {

	display: block;

	float: left;

	text-align: center;

	clear: both;

	padding-left: 20px;

	text-transform: uppercase;

	background: url(../images/icon-arrow.gif) no-repeat left center;

	text-decoration: none;

}



table.contentpaneopen td, table.contentpane td {

}



table.contentpaneopen, table.contentpane, table.blog {

	width: 100%;

}



div.moduletable {

	padding: 0;

}



ul.pagination {

	margin: 15px auto 0;

	padding: 0;

}



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;

}



ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {

}



.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;

}



.sectiontableheader {

	color: #FFFFFF;

	font-weight: bold;

	padding: 8px 5px;

}



div.sectiontableheader a {

	color: #FFFFFF;

}



tr.sectiontableentry1 td {

	padding: 8px 5px;

}



tr.sectiontableentry2 td {

	padding: 8px 5px;

}



tr.sectiontableentry1:hover td,

tr.sectiontableentry2:hover td {

}



.smalldark {

	text-align: left;

}



div.syndicate div {

	text-align: center;

}



.pollstableborder tr.sectiontableentry1 td,

.pollstableborder tr.sectiontableentry2 td {

	background: none;

}



/* META

--------------------------------------------------------- */

.createdate {

	color: #999999;

}



.modifydate {

	float: left;

	width: 100%;

	color: #999999;

	margin-bottom: 10px;

	display: block;

}



div.buttonheading {

	float: right;

	width: 20%;

}



.buttonheading img {

	border: 0;

	float: right;

	margin: 7px 5px 0 0;

}



/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#cd-wrapper {

	background: url(../images/bd-bg.gif) repeat-x 0 0px #ffffff;

}



#cd-headerwrap,

#cd-mainnavwrap,

#cd-footerwrap {

	clear: both;

}



#cd-header,

#cd-mainnav,

#cd-container,

#cd-footer {

	width: 950px;

	margin: 0 auto;

	clear: both;

}





.broad #cd-header,

.broad #cd-mainnav,

.broad #cd-container,

.broad #cd-footer {

	width: 1200px;

}



#cd-container {

	margin-bottom: 5px;

	padding: 5px 0 0;

}



#cd-mainbody {

	width: 64.7%;

	float: left;

}





/* PRIMARY COLUMN

--------------------------------------------------------- */

#cd-content {

	clear: both;

	display: block;

	float: right;

	width:70.5%;

	padding-left:5px;

}



#cd-current-content {

	padding: 0 0 20px;

}



/* COLUMNS

--------------------------------------------------------- */

#cd-col1 {

	float: left;

	overflow: hidden;

	width: 28%;

	background: none;

}



#cd-col1 .cd-innerpad {

	padding: 0px 0px 30px 0px;

}



#cd-col2 {

	float: right;

	overflow: hidden;

	width: 35%;

}



#cd-col2 .cd-innerpad {

	padding: 0px 0px 0px 5px;

}



#cd-col2-top {

	background: none;

	padding: 0px 5px 30px 5px;

}



#cd-col2-bot {

	padding: 0 0 0 0px;

}



/*common style for column*/

#cd-colwrap a {

}



#cd-colwrap a:hover, #cd-colwrap a:active, #cd-colwrap a:focus {

}



#cd-colwrap table {

	border-collapse: collapse;

	border-spacing: 0;

}



#cd-colwrap .article_separator {

	display: none;

}



/* COLLAPSIBLE LAYOUT

--------------------------------------------------------- */

#cd-containerwrap,

#cd-containerwrap-f,

#cd-containerwrap-fr,

#cd-containerwrap-fl {

	padding: 0;

	margin: 0;

	clear: both;

}



/*full*/

#cd-containerwrap-f #cd-mainbody {

	width: 100%;

}



#cd-containerwrap-f #cd-content {

	width: 100%;

}



/*content + left*/

#cd-containerwrap-fr #cd-mainbody {

	width: 100%;

}



#cd-containerwrap-fr #cd-content {

	width: 73%;

}



#cd-containerwrap-fr #cd-col1 {

	width: 25%;

}



/*content + right*/

#cd-containerwrap-fl #cd-content {

	width: 100%;

}





/* MODULE

--------------------------------------------------------- */



/* Default Moduletable Style */

div.moduletable h3 {

	font-size: 130%;

	margin: 0px 0px 8px -5px;

	padding: 0 0 0 5px;

	background: url(../images/moduletable-left.gif) no-repeat center left;

	white-space: nowrap;

	color: #6d5731;

	height: 43px;

}



div.moduletable h3 span{

	margin: 0;

	padding: 0 0 0 5px;

	float: left;

	width: 100%;

	display: block;

	background: url(../images/moduletable-right.gif) no-repeat center right;

	height: 43px;

	line-height: 40px;

}



div.moduletable {

	margin: 0 0 15px;

	padding: 0 5px 10px;

}







/* Moduletable-text Style */

div.moduletable-text h3 {

	font-size: 130%;

	margin: 0 -5px 5px;

	padding: 0 0 0 5px;

	white-space: nowrap;

	color: #000000;

	height: 30px;

}



div.moduletable-text h3 span{

	margin: 0;

	padding: 0;

	float: left;

	width: 100%;

	display: block;

	height: 30px;

	line-height: 28px;

}



div.moduletable-text {

	margin: 0 0 15px;

	padding: 0 5px;

}







/* Moduletable-menu Style */



div.moduletable-menu h3 {

	font-size: 130%;

	margin: 0px 0px 5px;

	padding: 0 0 0 0px;

	background: url(../images/moduletable-menu-h3.gif) repeat-x top left #baedfc;

	white-space: nowrap;

	color: #6d5731;

	height: 40px;

}



div.moduletable-menu h3 span{

	margin-left: -5px;

	padding: 0px 5px;

	float: left;

	display: block;

	background: url(../images/moduletable-menu-h3.gif) repeat-x top right #baedfc;

	height: 40px;

	width:100%;

	line-height: 35px;

}



div.moduletable-menu {

	margin: 0 0 15px;

	padding: 0 5px 10px;

	background: #baedfc;

	border:1px solid #b9cbd1;

}





/* Moduletable-menu Style */



div.moduletable-orange h3 {

	font-size: 130%;

	margin: 0px 0px 5px;

	padding: 0 0 0 0px;

	background:  none;

	white-space: nowrap;

	color: #000000;

	height: 35px;

}



div.moduletable-orange h3 span{

	margin-left: 0;

	padding: 0px 0px 0px 5px;

	float: left;

	display: block;

	background: none;

	height: 35px;

	width:100%;

	line-height: 33px;

}



div.moduletable-orange {

	margin: 0 0 15px;

	padding: 0 5px 10px;

	background: url(../images/mod-orange-bg.gif) repeat-x top left #fdb110;

	border:1px solid #e8b005; /*#c07a08;*/

	vertical-align:top

}



div.moduletable-orange a {

	color:#000000;

	text-decoration:none;

	vertical-align:top

}



div.moduletable-orange a:hover {

	color:#d90f0d;

}



/* Default Module Style */

div.module h3 {

	margin: 0 -5px 10px;

	padding: 7px 5px 6px 10px;

	white-space: nowrap;

	font-size: 130%;

	color: #000000;

	background: url(../images/module-h3-bg.gif) repeat-x top left;

	border:1px solid #87ddfd;

}



div.module {

	margin: 0 0 20px;

	padding: 0;

	width: 100%; /*need for ie 6 */

	}



div.module div

	{

	padding: 0px 5px 10px;

	}



div.module div div, 

div.module div div div

	{	padding: 0;

		margin:0;

	}



/* Module_text Style */



div.module-text h3 {

	margin: 0 0 5px;

	padding: 5px 5px 5px 5px;

	white-space: nowrap;

	font-size: 130%;

	color: #000000;

}



div.module-text {

	margin: 0 0 12px;

	padding: 0;

	width: 100%; /*need for ie 6*/ 

}



div.module-text div {

	padding: 0;

}



div.module-text div div {

	padding: 0;

}



div.module-text div div div {

	padding: 0 5px 10px;

}





/* Module-menu Style */



div.module-menu h3 {

	margin: 0 0 5px;

	padding: 10px 5px 5px 0px;

	white-space: nowrap;

	font-size: 130%;

	color: #169acb;

}



div.module-menu

	{

	margin: 0 0 20px;

	padding: 0;

	width: 100%; /*need for ie 6 */

	background: url(../images/mod-menu-bottomright.gif) no-repeat bottom right;

}



div.module-menu div {

	padding: 0;

	background: url(../images/mod-menu-bottomleft.gif) no-repeat bottom left;

}



div.module-menu div div {

	padding: 0;

	background: url(../images/mod-menu-topright.gif) no-repeat top right;

}



div.module-menu div div div {

	padding: 0 15px 20px;

	background: url(../images/mod-menu-topleft.gif) no-repeat top left;

}





/* Module-menu Style */



div.module-orange h3 {

	margin: 0 0 5px;

	padding: 10px 5px 5px 0px;

	white-space: nowrap;

	font-size: 130%;

	color: #000000;

}



div.module-orange

	{

	margin: 0 0 20px;

	padding: 0;

	width: 100%; /*need for ie 6 */

	background: url(../images/mod-orange-bottomright.gif) no-repeat bottom right;

}



div.module-orange div {

	padding: 0;

	background: url(../images/mod-orange-bottomleft.gif) no-repeat bottom left;

}



div.module-orange div div {

	padding: 0;

	background: url(../images/mod-orange-topright.gif) no-repeat top right;

}



div.module-orange div div div {

	padding: 0 15px 20px;

	background: url(../images/mod-orange-topleft.gif) no-repeat top left;

}







/* Module-middle Style */



div.module-middle {

	margin: 0 0 15px;

	padding: 0;

	width: 100%; /*need for ie 6*/

	border:1px solid #d9dada;

	background: url(../images/mod-middle-bg.gif) repeat-x top left #fafafa;

}



div.module-middle h3 {

	background: url(../images/mod-middle-h3bg.gif) repeat-x top left;

	margin: 0;

	padding: 0 0 0 10px;

	height:35px;

	line-height:33px;	

	white-space: nowrap;

	font-size: 125%;

	color: #848484;

}



div.module-middle div, 

div.module-middle div div,

div.module-middle div div div {

	padding:0px;

	margin:0px;

}







/*common style for module*/

div.module div div div div,

div.module-menu div div div div,

div.module-text div div div div,

div.module-orange div div div div {

	margin: 0;

	padding: 0;

	background: none;

	overflow: hidden;

}





/* mis */

div.banneritem_text {

	padding: 5px 0 !important;

}



div.advs {

	clear: both;

	display: block;

	float: left;

	width: 100%;

}



div.moduletable ul,

div.moduletable-text ul,

div.moduletable-menu ul,

div.moduletable-orange ul,

div.module ul,

div.module-menu ul,

div.module-text ul,

div.module-orange ul, {

	margin: 0;

	padding: 0;

}



div.moduletable li,

div.moduletable-text li,

div.moduletable-menu li,

div.moduletable-hilite li,

div.moduletable-orange li,

div.module li,

div.module-menu li,

div.module-text li,

div.module-hilite li,

div.module-orange li {

	background: url(../images/bullet.gif) no-repeat 5px 8px;

	margin: 0;

	padding-left: 16px;

}



/* HEADER

--------------------------------------------------------- */

#cd-headerwrap {

	height: 160px;

}





#cd-header {

	height: 160px;

	line-height: normal;

	position: relative;

}



#cd-header a {

}



h1.logo, h1.logo-text {

	margin: 0;

	padding: 0;

	font-size: 300%;

	letter-spacing: 1px;

}



h1.logo a {

	width: 228px;

	display: block;

	background: url(../images/logo.png) no-repeat;

	position: absolute;

	height: 112px;

	top: 20px;

	left: 0;

}



h1.logo a span {

	position: absolute;

	top: -1000px;

}



h1.logo-text a {

	text-decoration: none;

	outline: none;

	position: absolute;

	top: 35px;

	left: 5px;

}



p.site-slogan {

	margin: 0;

	padding: 0;

	color: #999999;

	position: absolute;

	bottom: 10px;

	left: 5px;

	letter-spacing: 2px;

}



/* MAIN NAVIGATION

--------------------------------------------------------- */

#cd-mainnavwrap {

	background: url(../images/mainnavwrap-bg.gif) repeat-x top;

	color: #CCCCCC;

}



#cd-mainnav {

	z-index: 999;

	margin:0px auto;

	position:relative;

	height:50px;

}



#cd-mainnav a, #cd-subnav a {

	outline: none;

}





#cd-subnav  {

	margin-bottom: 20px;

}



#cd-subnav ul {

	margin: 0;

	padding: 0;

}



#cd-subnav li {

	background: none !important;

	display: block;

	margin: 0 !important;

	padding: 0 !important;

}



#cd-subnav a {

	display: block;

	outline: none;

	padding: 5px 2px;

	border-bottom: 1px solid #87ddfd;

	color: #333333;

	text-decoration: none;

}



#cd-subnav a:hover,

#cd-subnav a:active,

#cd-subnav a:focus {

	color: #00B0DB;

	background: url(../images/arrow.png) no-repeat 95% center;

}



#cd-subnav li.active a {

	color: #00B0DB;

	background: url(../images/arrow.png) no-repeat 95% center;

	font-weight: bold;

}



/* breadcrumbs */

#cd-pathwaywrap {

	padding: 0 0 0 25px;

	color: #FFFFFF;

	font-weight: bold;

	background: url(../images/pathway-bg.gif) no-repeat left center #00B0DB;

	margin: 0 5px 10px 0;

	white-space: nowrap;

	overflow: hidden;

	display: block;

	height: 30px;

}



#cd-pathway {

	padding: 0;

	display: block;

	float: left;

	width: 100%;

	background: url(../images/pathway-bg.gif) no-repeat right center;

	margin: 0;

	height: 30px;

}



#cd-pathway div.cd-innerpad {

	padding-top: 7px;

	line-height: normal;

}



#cd-pathway strong {

	margin-right: 5px;

}



#cd-pathway a {

	color: #FFFFFF;

	text-decoration: none;

}



#cd-pathway a:hover {

	text-decoration: underline;

}



#cd-pathway img {

	margin: 1px 5px;

}



/* Default Joomla! Menu */

ul.menu {

	list-style: none;

	margin: 0;

	padding: 0;

}



ul.menu li {

	background: none;

	margin: 0;

	padding: 0;

	border-bottom: 1px solid #dcf6ff;

}



ul.menu li a {

	display: block;

	outline: none;

	padding: 5px 2px;

	border-bottom: 1px solid #87ddfd;

	color: #333333;

	text-decoration: none;

}



ul.menu li a:hover,

ul.menu li a:active,

ul.menu li a:focus {

	color: #00B0DB;

	background: url(../images/arrow.png) no-repeat 95% center;

}



ul.menu li.active a {

	background: url(../images/arrow.png) no-repeat 95% center;

	font-weight: bold;

	color: #00B0DB;

}



ul.menu li ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



ul.menu li li {

	border: none;

}



ul.menu li li a {

	background: url(../images/bullet.gif) no-repeat 10px 13px !important;

	border: none;

	font-weight: normal !important;

	padding-left: 20px !important;

	width: 75%; /*need for ie6*/

}



ul.menu li li a:hover,

ul.menu li li a:active,

ul.menu li li a:focus {

	color:#666666;

	background: none;

}





/* Default Joomla! Vertical Menu */

a.mainlevel {

	margin:4px;

	border-top: none;

	border-right: none;

	border-bottom: 1px solid #D1D1C7;

	border-left: none;

	display: inline-block;

	color: #484848;

	text-decoration: none;

	vertical-align: top;

	}



a.mainlevel:hover,

a.mainlevel:active,

a.mainlevel:focus,

a.mainlevel#active_menu {

	text-decoration: none;

	color: #19a0d1;

	font-weight:normal;

	padding-left:0px;

}





a.sublevel {

	padding: 3px 4px 3px 20px;

	margin:0px 0px;

	color:#3aade5;

	width:85%;

	display: block;

	text-decoration: none;

	background: url(../images/subnav-arrow.gif) no-repeat 10px 9px;

}



a.sublevel:hover,

a.sublevel:active,

a.sublevel:focus {

	font-weight:bold;

	color:#3aade5;

	text-decoration:none;

	}

	

a.sublevel#active_menu

	{

	background: none;

	color:#4c4b4b;

	}





/* SPOTLIGHT

--------------------------------------------------------- */

/* Spotlight Box Style */

.cd-box-full, .cd-box-left, .cd-box-center, .cd-box-right {

	float: left;

	overflow: hidden;

}



.cd-box-left, .cd-box-center {

}



/* Top Position Style */

#cd-topsl {

	color: #666666;

	height: auto;

	margin-bottom: 15px;

	border-bottom: 1px solid #e1e0e0; 

}



#cd-topsl div.moduletable {

	padding: 0;

	margin: 0;

}



#cd-topsl div.moduletable h3 {

	background:none;

	padding: 0;

	margin: 0px;

	font-size: 125%;

	white-space: nowrap;

	color: #848484;

	height: 30px;

	line-height:25px;	

}







/* Module-middle Style */

#cd-middle {

	color: #666666;

	height: auto;

	margin-bottom: 20px;

}



#cd-middle div.moduletable {

	padding: 0;

	margin: 0;

}





/* Drawer Module Style */

#cd-drawer {

	position:absolute;

	top:2px;

	left:225px;

	z-index:1000;

	color: #666666;

	width:76%;

	display:inline;

}



#cd-drawer1 {

	width:30%;

	height: auto;

	float:left;

	margin-right:20px;

}



#cd-drawer-both {

	width:67%;

	display:inline;

	float:right;

}



#cd-drawer2 {

	width:47.5%;

	height: auto;

	float:left;

	margin-right:20px;

}



#cd-drawer3 {

	width:47.5%;

	height: auto;

	float: right;

}





#cd-drawer div.moduletable {

	margin: 0px;

	padding: 0 5px 10px;

	width: auto; /*need for ie 6 */

	background: #e6f9ff;

}



#cd-drawer div.moduletable h3 {

	background: url(../images/drawer-module-h3.png) no-repeat top right #e6f9ff;

	margin: 0 -5px 5px;

	padding: 0 0 0 10px;

	height:44px;

	line-height:40px;	

	white-space: nowrap;

	font-size: 120%;

	color: #2189ba;

}





/*

#cd-drawer div.module {

	margin: 0px;

	padding: 0 5px 10px;

	width: auto; /*need for ie 6 

	background: #e6f9ff;

}



#cd-drawer div.module h3 {

	background: url(../images/drawer-module-h3.png) no-repeat top right #e6f9ff;

	margin: 0 -5px 5px;

	padding: 0 0 0 10px;

	height:44px;

	line-height:40px;	

	white-space: nowrap;

	font-size: 120%;

	color: #2189ba;

}



#cd-drawer div.module div {

	background:none;

	padding:0px;

	margin:0px;

}



#cd-drawer div.module div div,

#cd-drawer div.module div div div,

#cd-drawer div.module div div div div {

	padding:0px;

	margin:0px;

}

*/







/* Topbanner Style */

#cd-topbanner {

	position: absolute;

	color: #000000;

	height: 125px;

	width:700px;

	margin: auto;

	bottom:15px;

	right:0px;

	background: none;

}



#cd-topbanner div.moduletable {

	padding: 0;

	margin: 0;

}





/* FOOTER

--------------------------------------------------------- */

#cd-footerwrap {

	padding: 10px 0 0;

	background: url(../images/footerwrap-bg.gif) repeat-x top left #1da6d9;

	height:185px;

}



#cd-footer {

	color: #ffffff;

	padding: 10px 0 15px;

	position: relative;

	background: #1da6d9;

}



#cd-footer small {

	position: absolute;

	top: 15px;

	left: 0;

	color: #ffffff;

	font-size: 110%;

}



#cd-footer small a {

	color: #000000;

}



#cd-footer small a:hover {

	color: #f0f3d0;

}



#cd-footer ul {

	position: absolute;

	top: 15px;

	right: 0;

	margin: 0;

	padding: 0;

	line-height: normal;

}



#cd-footer li {

	display: inline;

	margin: 0;

	padding: 0;

	background: url(../images/vline.gif) no-repeat center left;

}



#cd-footer li a {

	display: inline;

	line-height: normal;

	padding: 0px 10px 0px 15px;

	font-size: 110%;

	color: #efeded;

	border:none;

}



#cd-footer a:hover, #cd-footer a:active, #cd-footer a:focus  {

	color: #000000;

}



li.cd-firstitem {

	background: none !important;

}





#cd-bottom {

	position: relative;

	float:right;

	top: 15px;

	width:510px;

	right: 0;

	margin: 0;

	padding: 0;

	line-height: normal;

}



#cd-bottom div.moduletable h3{

padding:0 0 0 10px;

color:#FFFFFF;

background:none;

margin:0px;

height:20px;

}



#cd-bottom div.moduletable {

padding:0px;

color:#efefef;

background:none;

margin:0px;

}



#cd-bottom a{

color:#000000;

padding-left:5px;

font-size:110%;

}



#cd-bottom a:hover{

color:#FFFFFF;

}



.cd-footurl {

	float: none;

	clear: both;

}



/* MISCELLANOUS

----------------------------------------------------------- */

ul.accessibility {

	position: absolute;

	top: -100%;

}





/*others*/

.mostread, .latestnews {

	text-decoration: none;

}



div.back_button a,

div.back_button a:hover,

div.back_button a:active {

	background: none!important;

	display: block;

	margin: 10px 0;

	text-decoration: none!important;

}



.clr {

	clear: both;

}



.hasTip img {

	border: none;

	margin: 10px 5px 0 0;

}



div.cd-innerdiv {

	padding: 8px 0 5px;

	border-bottom: 1px solid #EFEFEF;

}



div.cd-innerdiv img {

	padding: 2px;

	margin: 0 5px 0 0;

}



/* Tooltips */

.tool-tip {

	background: #FFFFFF;

	border: 1px solid #CCCCCC;

	float: left;

	max-width: 200px;

	padding: 5px;

}



.tool-title {

	background: url(../../system/images/selector-arrow.png) no-repeat;

	font-size: 100%;

	font-weight: bold;

	margin: 0;

	margin-top: -15px;

	padding: 0;

	padding-bottom: 5px;

	padding-top: 15px;

}



.tool-text {

	font-size: 100%;

	margin: 0;

}



#system-message dd.message ul,

#system-message dd.error ul,

#system-message dd.notice ul {

	margin: 0;

	padding: 0;

}



#system-message dd.message ul li,

#system-message dd.error ul li,

#system-message dd.notice ul li {

	background: none;

	color: #FFFFFF;

	margin: 0;

	padding: 5px;

}



/* System Standard Messages */

#system-message dd.message ul {

	background: #666666;

	border: none;

}



/* System Error Messages */

#system-message dd.error ul {

	background: #666666;

	border: none;

}



/* System Notice Messages */

#system-message dd.notice ul {

	background: #666666;

	border: none;

}



/* Clearfix */

.clearfix:after {

	clear: both;

	content: ".";

	display: block;

	height: 0;

	visibility: hidden;

}



* html > body .clearfix {

	display: block;

	width: 100%;

}



* html .clearfix {

	height: 1%;

}
