/*------------------------------------------------------------------------
# CD Business 1.5 - July, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2005-2008. Jforjoomla Template Club. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: # Author: jforjoomla
# Websites:  Websites http://www.jforjoomla.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: none;
	color: #000000;
	font-family: "Verdana", Lucida Grande, Tahoma, Arial, sans-serif;
	line-height: 1.5;
}

body#bd {
	background: #000000;
	color: #333333;
	text-align: center;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 1em 2em;
	width: auto; /* Printable Page */
	background:  none;
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	border-bottom: 1px dotted;
	color: #006DA3;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	border-bottom: 1px solid;
	color: #ffa800;
	text-decoration: none;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, h1, h2, h3, h4 {
	font-family: Cambria, "Times New Roman", Times, serif;
	line-height: 1.1;
}

/* Small text */
.small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #cd-pathway, #cd-footer {
	font-size: 90%;
	color: #999999;
}

small {
	color: #ffffff;
}

img {
	margin: 0;
	padding: 0;
}


img.caption {
	margin-top: 5px;
}

.img_caption {
	color: #999999;
}

/* Heading */
h1 {font-size: 225%; font-weight: normal;}
h2 {font-size: 200%; font-weight: normal;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

p {
	margin: 5px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet-list.gif) no-repeat 25px 9px;
	line-height: 110%;
	padding-left: 35px;
}

ol li {
	line-height: 110%;
	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 {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	border: 1px solid #999999;
	margin-bottom: 1px;
	padding: 3px 3px;
	color: #333333;
	background: #FFFFFF;
}

.button {
	padding: 2px 8px;
	background: #F7F7F7;
	font-size: 100%;
	font-weight: bold;
}

.inputbox:hover, .inputbox:focus {
	border-color: #333333;
}

* html .button { /*IE 6*/
	padding: 2px 3px !important;
}

*+html .button { /*IE 7*/
	padding: 2px 3px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	background: url(../images/sep.gif) repeat-x center;
	height: 20px;

}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
	background: #666666;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px 4px 6px;
	border-bottom: 1px solid #CCCCCC;
}

tr.sectiontableentry0:hover td,
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #EBF2F9;
}

tr.sectiontableentry2 td {
	background-color: #F7F7F7;
}

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 {
}

table.contenttoc td {
	padding: 1px 5px 1px 20px;
	background: url(../images/bullet-list.gif) no-repeat 10px 9px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	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;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F7F7F7;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	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-list.gif) no-repeat 6px 10px;
	margin: 0;
	padding: 0 0 0 17px;
}

.category {
	font-size: 110%;
	font-weight: bold;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.componentheading {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(../images/sep.gif) repeat-x bottom;
	color: #333333;
	font-size: 150%;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;

}

.contentdescription {
	display: block;
	padding: 10px;
	margin: 10px auto;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #F7F7F7;
	font-style: italic;
	width:96%;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0 8px 0 0;
}

.contentheading {
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
	color:#006da3;

}

table.blog .contentheading {
	font-size: 185%;
	font-weight: bold;
	line-height: normal;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	border-bottom: none;
}

a.readon {
	display: block;
	float: left;
	text-align: center;
	clear: both;
	padding: 0 5px;
	text-transform: lowercase;
	background: #666666;
	color: #FFFFFF;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: #006699;
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	border-collapse: collapse;
}

.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;
}

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;
	background: #333333;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #EFEFEF;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #E7F4FA;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	display: block;
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	color: #ABABAB;
	position: relative;
}

.article-meta {
	padding: 0;
	width: 70%;
	float: left;
	text-transform: uppercase;
}

.article-section, .article-category {
	color: #999999;
	font-size: 92%;
	text-transform: uppercase;
}

.createby {
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
}

.createdate {
	padding: 3px 5px 3px 0;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;

}

.modifydate {
	text-transform: uppercase;
	color: #999999;
}

div.buttonheading {
	position: absolute;
	top: -25px;
	right: 0;
	width: 62px;
	padding: 3px;
}

.buttonheading img {
	margin: 0 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#cd-wrapper {
	padding: 0;
	background:url(../images/wrapper-bg.gif) left repeat-y;
}



#cd-headerwrap,
#cd-subnavwrap,
#cd-footerwrap {
	clear: both;
	width: 100%;
}

#cd-mainnavwrap1 	{
	float:right;
	clear: both;
	width: 100%;
		}

#cd-hpwrap	{
	float:right;
	clear: both;
	width:100%;	
		}


.wide #cd-mainnavwrap1,
.wide #cd-hpwrap	{
	float:right;
	clear: both;
	width: 100%;
		}

#cd-footer	{
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#cd-header,
#cd-containerwrap,
#cd-containerwrap-cm,
#cd-containerwrap-c,
#cd-containerwrap-f,
#cd-containerwrap-m
	{
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background: url(../images/mainback-bg.gif) repeat-y 83.5% 0%;
}


.wide #cd-footer	{
	width: 970px;
}

.wide #cd-header,
.wide #cd-containerwrap,
.wide #cd-containerwrap-cm,
.wide #cd-containerwrap-c,
.wide #cd-containerwrap-f,
.wide #cd-containerwrap-m
	{
	width: 970px;
	background: url(../images/mainback-bg1.gif) repeat-y 96.94% 0%;
}

.auto #cd-footer	{
	width: 95%!important;
}

.auto #cd-header,
.auto #cd-containerwrap,
.auto #cd-containerwrap-cm,
.auto #cd-containerwrap-c,
.auto #cd-containerwrap-f,
.auto #cd-containerwrap-m
{
	width: 95%!important;
	background: url(../images/mainback-bg2.gif) repeat-y -1000px 0%;
/*	background: url(../images/mainback-bg2.gif) repeat-y 95.92% 0%;*/
}


#cd-mainnavwrap2,
#cd-hp {
	margin: 0 0;
	width: 100%;
	text-align: left;
	}


.wide #cd-mainnavwrap2,
.wide #cd-hp {
	width: 100%;
	}

.auto #cd-mainnavwrap2,
.auto #cd-hp {
	width: 95%!important;
	}


#cd-news	{
	border: none;
	position: relative;
	top:0px;
	left:10px;
	float:left;
	padding:3px;
	overflow: hidden;
	
	height:75px;
}


#cd-header #cd-news
	{
	width:340px;
	margin-left:83px;
	}

.wide #cd-header #cd-news
	{
	width:410px;
	margin-left:173px;
	}


.auto #cd-header #cd-news
	{
	width:400px;
	margin-left:167px;
	}





/* PRIMARY COLUMN
--------------------------------------------------------- */

#cd-content {
	float: right;
	width: 60%;
	min-height:400px;
}

#cd-content div.innerpad {
	clear: both;
	margin: 0;
	padding: 20px 6px 15px 6px;
	display: block;
	height: 400px;
}

html>body #cd-content div.innerpad {
	height: auto;
	min-height: 400px;
}


/* COLUMNS
--------------------------------------------------------- */
#cd-colwrap {
	float: left;
	overflow: hidden;
	width: 40%;
}

#cd-colmass, cd-cols {
	clear: both;
	width: 100%;
} 


/*columns*/
#cd-col1 {
	float: left;
	width: 51.9%;
	overflow: hidden;
	padding-bottom: 10px;
}

#cd-col1 div.cd-innerpad {
	padding: 0 0px 0 0px;
}

#cd-col2 div.cd-innerpad {
	padding: 0 0 0 0px;
}

#cd-col2 {
	float: right;
	width: 47.9%;
	overflow: hidden;
	padding-bottom: 10px;
}

#cd-col2 a {
	color:#40c0ff;
}

#cd-col1 table, #cd-col2 table {
	border-collapse: collapse;
}

#cd-col1 ul, #cd-col2 ul {
	margin: 0;
	padding: 0;
}

#cd-col1 ul li, #cd-col2 ul li {
	padding-left: 13px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}



/*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-c, #cd-containerwrap-cm, #cd-containerwrap-f, #cd-containerwrap-m {
/*	margin: 20px 0;
	clear: both;*/
}

/* full */
#cd-containerwrap-f #cd-container  {
	background: none;
}

#cd-containerwrap-f #cd-content {
	width: 100%;
}

/* content + col + mass */
#cd-containerwrap-cm #cd-container {
	background: none;
}

#cd-containerwrap-cm #cd-col1,
#cd-containerwrap-cm #cd-col2 {
	width: 100%;
}

/* content + col */
#cd-containerwrap-c #cd-container {
	background: none;
}


#cd-containerwrap-c #cd-content {
/*	width: 82%;*/
	width: 80%;
}

#cd-containerwrap-c #cd-colwrap {
/*	width: 17%;*/
	width: 20%;
}

#cd-containerwrap-c #cd-col1,
#cd-containerwrap-c #cd-col2 {
	width: 100%;
}

/* content + mass */
#cd-containerwrap-m #cd-container {
	background: none;
}

/* MODULE
--------------------------------------------------------- */

div.moduletable {
	margin: 0;
	padding: 0px 0px 0 5px;
	background: none;
}

div.moduletable h3 {
	margin: 0px;
	padding: 5px 0;
	font-size: 125%;
	letter-spacing: normal;
	text-transform: uppercase;
	text-align: left;

}

div.moduletable h3 span {
	padding: 1px 5px 1px 0;
}


div.module {
	margin: 0;
	padding: 0px 0px 0px 5px;
	background: none;
}

div.module h3 {
	margin: 0px;
	padding: 5px 0;
	font-size: 125%;
	letter-spacing: normal;
	text-transform: uppercase;
	text-align: left;
}


#cd-col1 div.module{
	margin: 2px 2px -3px 2px;
	padding-left: 5px;
	padding-bottom:5px;
}

#cd-col1 div.module {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

#cd-col1 div.module h3 {
	border-bottom: solid 1px #000000;
	color: #000000;
	margin:0 0px 5px -5px;
	padding-left:25px;
}


#cd-col1 div.module div{
	background: url(../images/left_h3_bullet.gif) 0px 5px no-repeat;
	padding-left:0px;
	margin-left:0px;
}




#cd-col2 div.moduletable {
	margin: 2px 3px -3px 2px;
	color: #CCCCCC;
	padding-bottom:5px;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	}

#cd-col2 div.moduletable h3 {
	color:#ffffff;
	margin:2px 2px 2px 2px;
	padding-left:20px;
	background: url(../images/right_h3_bullet.gif) 0px 5px no-repeat #ffaa00;
}

#cd-col2 div.moduletable h3 img {
	margin: 10px 10px;
}

#cd-col2 div.moduletable {
	padding-left:0px;
	margin-left:0px;
	background: url(../images/right_h3_bottom-border.gif) 0px 28px no-repeat;
}

#cd-colmass div.moduletable h3 span {
	background: #EFEFEF;
}



div.moduletable-user {
	margin: 0;
	padding: 0;
	border: solid 1px #000000;
}


div.moduletable-user h3{
	background: url(../images/user_h3_bg.gif) left repeat-x;
	border-bottom:solid 1px #000000;
	margin:0px;
	padding: 3px 0 3px 10px;
	font-size:130%;
	text-transform:uppercase;
	font-weight:bold;
}

div.moduletable-user ul li{
	padding-left: 20px;
	line-height: 170%;
	background: url(../images/bullet-list.gif) no-repeat 10px 8px;
}





/* HEADER
--------------------------------------------------------- */

#cd-headerwrap {
	padding:0 0px;
	margin:0;
}

#cd-header {
	padding: 5px 0;	
	line-height: normal;
	text-align: left;
	position: relative;
	height: 90px;

}

#cd-header h1 {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 2.5em;
}

#cd-header h1 a {
	border-bottom: none;
	color: #333333;
	text-transform: uppercase;
}

#cd-header h1 img {
	float: left;
	margin-top:-5px;	
	margin-bottom:-23px;
}


/*Head Tools*/
#cd-headtools {
	position: relative;
	margin:3px;
	width:10%;
	float:right;
	clear:right;
}

#cd-headtools:hover,
#cd-headtools.hover {
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
}

#cd-headtools .cd-innerpad {
	position: relative;
	padding: 2px;
	float: right;
}

#cd-headtools ul {
	margin: 0;
	padding: 3px 0 0;
	float: left;
	white-space: nowrap;
}

#cd-headtools li {
	margin: 0;
	padding: 0 8px;
	display: inline;
	line-height: normal;
}

#cd-headtools li a {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#cd-mainnavwrap1 {
	background: #000000;
	font-family: Tahoma, Arial, sans-serif;
	padding-bottom:5px;
}

#cd-mainnavwrap2 {
	padding: 0 0 0 0;
}


#cd-mainnav {
	float: left;
}

#cd-mainnavwrap1 a,
#cd-mainnavwrap1 a:hover,
#cd-mainnavwrap1 a:active,
#cd-mainnavwrap1 a:focus {
	border-bottom: none;
}


#cd-mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#cd-mainnav a, #cd-subnav a {
	outline: none;
}

#cd-subnavwrap {
	display: block;
	background: #454545;
	border-bottom: 1px solid #333333;
	margin-bottom:5px;
}

#cd-subnav {
	background: #666666;
	float:left;
	width:100%;
}

#cd-subnav ul {
	margin: 0;
	padding: 0;
}

#cd-subnav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#cd-subnav li a {
	display: block;
	float: left;
	padding: 5px 10px 3px;
	background: url(../images/vline.gif) no-repeat left center;
	color:#d8d7d7;
}

#cd-subnav li a:hover {
	color:#ffaa00;
	text-decoration:none;
}

#cd-subnav li.active a,
#cd-subnav li.active a:hover,
#cd-subnav li.active a:active,
#cd-subnav li.active a:focus {
	font-weight: bold;
	color: #fffff;
}

#cd-subnav li a.first-item {
	background: none;
}

a.sublevel {
	padding: 5px 5px 5px 15px;
	border-bottom: none;
	background: url(../images/sublevel-bg.gif) no-repeat 2px 9px;
	list-style:none;
}

a.sublevel li{
	list-style:none;
}


a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	border-bottom: none;
}

#active_menu {
	color: #CC0000;
	font-weight: bold;
}


/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 4px 0 6px;
	text-decoration:none;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
text-decoration:underline;
}

ul.menu li.active a {
	color: #333333;
	font-weight: bold;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li a {
	background: url(../images/arrow.png) no-repeat 7px 9px !important;
	border: none;
	font-weight: normal !important;
	padding: 2px 0 2px 15px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #333333;
}


/* Joomla Vertical Menu */

a.mainlevel {
	margin: 0;
	padding: 3px 5px 3px 14px;
	width: 90%;
	border: none;
	display: block;
	color: #006da3;
	background: url(../images/bullet-list-left.gif) no-repeat 3px 10px;
}

a.mainlevel:hover	{
	text-decoration:underline;

	}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	border: none;
	color: #ffa800;
}

a.mainlevel#active_menu {
	color: #006DA3;
}



/* For cd-bottom_menu */
a.mainlevel-bottom {
	margin: 0px;
	padding: 5px 2px 5px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;
	line-height:400%;
	text-transform:uppercase;
	width: 99.9%;
	border: none;
	color: #000000;
}

a.mainlevel-bottom:hover,
a.mainlevel-bottom:active,
a.mainlevel-bottom:focus {
	border: none;
	color: #006da3;
}



/* Search */

#cd-search {
	float: right;
	padding:0px;
	margin: 5px 10px 5px;
	list-style:none;
}

#cd-search div.search {
}

#cd-search div.search .inputbox {
	width: 150px;
	height:14px;
	border: 1px solid #000000;
	padding-left: 4px;
	padding-top:3px;
	background: url(../images/icon-search.gif) no-repeat 95% 50% #333333;
	margin-bottom: 0;
	color:#FFFFFF;
}

div.search .button	{
	background:url(../images/search_button.gif) no-repeat left;
	color:#FFFFFF;
	height:20px;
	width:21px;
	margin-left:1px;
	border:none;
	}

#mod_search_searchword .inputbox	{
	margin:0px;
	padding:0px;
	}
	


/* breadcrumbs */

#cd-pathway {
	margin: 10px 3px 10px 3px;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	display: block;
	background: #F7F7F7;
}

#cd-pathway strong {
	margin-right: 5px;
}

#cd-pathway a {
	font-weight: bold;
}

#cd-pathway img {
	margin: 0 5px 1px;

}

/* FOOTER
--------------------------------------------------------- */
#cd-footerwrap {
	clear: both;
	border-top: 4px solid #ffffff;
	background: #000000;
}

#cd-footer {
	height:35px;
	clear: both;
	padding: 15px 0 0 0;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#cd-footer a {
	color: #999999;
	font-weight: bold;
}

#cd-footer a:hover,
#cd-footer a:active,
#cd-footer a:focus {
	color: #CCCCCC;
	font-weight: bold;
}

#cd-footer small {
	color: #999999;
	font-size: 100%;
}

#cd-footer ul {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#cd-footer li {
	display: inline;
	margin: 0;
	padding: 0 10px;
}

#cd-footer li a {
	display: inline;
	line-height: normal;
}


#cd-footer li.cd-firstitem {
	background: none;
	padding-left: 0;
}

.cd-footurl {
	float: none;
	clear: both;
}

.cd-cert {
	position: absolute;
	right: 0px;
	top: 20px;
}

.cd-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.cd-cert a span {
	display: none;
}

.cd-cert a img {
	border: none;
}

#cd-bottom_menu
	{
	background-color: #ffffff;
	height:50px;
	width:100%;
	text-align:center;
	}

span.mainlevel-bottom
	{
	position:relative;
	height:20px;
	top:5px;
	}

span.mainlevel-bottom img
	{
	height:20px;
	}


/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}



/* Login Form */
#cd-login {
}

#cd-login form {
	float: left;
}

#cd-login form label {
	float: left;
}

label.cd-login-user span,
label.cd-login-password span {
	display: none;
}

#cd-login form input.button {
	float: left;
}

#cd-login form #mod_login_username,
#cd-login form #mod_login_password {
	width: 100px;
	margin: 1px 8px 0 0;
	font-weight: bold;
	padding-left: 20px;
}

#cd-login form #mod_login_username {
	background: url(../images/icon-user.gif) no-repeat 4px 5px #FFFFFF;
}

#cd-login form #mod_login_password{
	background: url(../images/icon-key.gif) no-repeat 4px 5px #FFFFFF;
}

#cd-login form a {
	padding: 0 5px;
	text-decoration: none;
}

#cd-login form a:hover,
#cd-login form a:active,
#cd-login form a:focus {
	text-decoration: underline;
}

.cd-login-links {
	padding: 10px 0 0 0;
	clear: both;
}

/* Register Form */
#id_highslide_signup_1 .inputbox {
	width: 200px;
}

/*usertool*/
#cd-usertools {
	padding: 7px 0 0;
	font-size: 11px;
	float: right;
}

#cd-usertools ul {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#cd-usertools li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#cd-usertools li img:hover {
	border: 1px solid #999999;
	margin: 0;
	background: #FFFFFF;
}

#cd-usertools img {
	padding: 0 3px 0 0;
}

div.innerpad {
	padding: 0 10px;
}


/*others*/


/* styles for banner */

.cd-banner {
	padding: 0;
	text-align: center;
	background: url(../images/sep.gif) repeat-x top;
}

#cd-containerwrap div.cd-banner
	{
		width:440px;
		height: auto;
		margin: 5px 0px 10px 5px;
		}

.auto #cd-containerwrap div.cd-banner
	{
		width:565px;
		height: auto;
		margin: 5px 0px 10px 5px;
		}
.wide #cd-containerwrap div.cd-banner
	{
		width:570px;
		height: auto;
		margin: 5px 6px 10px 5px;
		}

.cd-banner a, .cd-banner a:hover, .cd-banner a:active, .cd-banner a:focus {
	border-bottom: none;
}
/* End Banner Styles */

#user5	{
	float:left;
	padding:0;
	margin:5px auto 10px 5px;
	width: 98%;
	height:195px;
	}


#cd-current-content	{
	padding:1px 5px;
	width:98%;
	}

.cd-content-module1 {
	margin-top: 5px;
	margin-left:4px;
	padding: 10px 0;
	text-align: left;
	width:48.8%;
	float:left;
}

.cd-content-module2 {
	margin-top: 5px;
	margin-right:4px;
	padding: 10px 0;
	text-align: left;
	width:48.8%;
	float:right;
}


div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	border-bottom: none;
	float: left;
	margin: 10px 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.cd-innerdiv {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

div.cd-innerdiv img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 2px 8px 0 0;
}

/* cd Highslide */
a.highslide-credits em {
	font-style: normal;
	font-size: 11px !important;
	font-weight: bold;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #F7F7F7;
	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: #CC0000;
	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%;
}

