/***** Global css for Human Enterprise *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff url(../images/interface/body-bg.gif) repeat-x 0 0;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial;
	color: #333;
	font-size: 80%;
	padding-bottom: 20px;
}
img {
	border: none;
}


/***** Classes for WYSIWYG *****/
.post-hero-image {
	float: left;
	margin: 5px 10px 0 0;
}
.introParagraph {
	font-size: 1.2em;
}
.imageFloatLeft {
	float: left;
	margin: 20px 15px 10px 0;
}
.imageFloatLeft2 {
	float: left;
	margin: 4px 15px 10px 0;
}
.dividerLine {
	clear: both;
	background: url(../images/interface/divider-line.gif) no-repeat center bottom;
	height: 36px;
	margin-bottom: 0.6em;
}







.clear {
	clear: both;
}




/***** Type *****/
h1 {
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	line-height: normal;
}
h1 span {
	font-size: 50%;
	font-style: italic;
	font-weight: normal;
}
h2,
.pressReleaseWrapper h3 {
	font-size: 1.5em;
	padding-top: 0.5em;
}
h3 {
	font-size: 1.1em;
	padding-top: 0.5em;
}
h3 em {
	font-weight: normal;
	font-size: 85%;
	color: #666;
}
h4 {
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 0.5em;
}
p {
	line-height: 1.6;
	padding-bottom: 1em;
}
a:link {
	color: #0088FF;
	text-decoration: none;
}
a:visited {
	color: #0088FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #cc0000;
}
#content ul,
#content ol {
	margin: 0 0 1em 2em;
}
.tickList li {
	list-style-type: none;
	background: url(../images/interface/bullet-tick.gif) no-repeat 0 0;
	padding: 3px 0 10px 25px;
}





/***** Container *****/
#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #fff;
	position: relative;
}






/***** Header *****/
#header {
	background: url(../images/interface/header-bg.jpg) no-repeat 0 0;
	height: 149px;
	position: relative;
}
#logo {
	position: absolute;
	left: 40px;
	top: 23px;
	width: 167px;
}
#search {
	position: absolute;
	left:40px;
	bottom: 13px; /* ie6.css */
	height: 21px;
	background: url(../images/interface/search-bg.gif) no-repeat 0 0;
}
#search input {
	border: 0;
	background: none;
}
#search #searchSubmit {
	width: 21px;
	cursor: pointer;
	font-size: 1px;
	padding: 10px;
}
#search #CAT_Search {
	width: 144px;
	padding: 3px 0 0 5px; /* mac.css */
	cursor: default;
	float: left;	
}
#clientSignIn {
	position: absolute;
	top: 0;
	right: 50px;
	width: 477px;
	height: 49px;
	padding: 6px 0 0 20px;
	background: url(../images/interface/client-form-bg.gif) no-repeat 0 0;
	color: #fff;
}
#clientSignIn ol {
	list-style-type: none;
	padding-top: 3px;
}
#clientSignIn li {
	float: left;
	margin-right: 9px;
}
#clientSignIn label {
	float: left;
	margin-top: 3px; /* mac.css */
	margin-right: 3px;	
}
#clientSignIn .textField {
	border: none;
	background:url(../images/interface/client-login-field-bg.gif) no-repeat 0 0;
	width: 142px;
	padding: 3px 0 5px 5px;
}
#clientSignIn #submitButton {
	margin-top: -1px; /* ie6 & ie7.css */
}
#mainNav {
	position: absolute;
	right: 36px;
	bottom: 0;
	width: 574px;
	z-index: 9999;
}
#mainNav li {
	float: left;
	height: 1%;
	margin-right: 13px;
	list-style-type: none;
	position: relative;
	background: url(../images/interface/main-nav.gif) no-repeat 0 0;
}
#mainNav a {
	display: block;
	height: 37px;
	font-size: 1px;
	text-decoration: none;
	color: #6c3593;
	padding-left: 3px;
}
#mainNav .selected a,
#mainNav a:hover {
	color: #fff;
}
#mainNav em {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}
#mainNav #a1 {width: 66px;}
#mainNav #a2 {width: 84px;}
#mainNav #a3 {width: 85px;}
#mainNav #a4 {width: 95px;}
#mainNav #a5 {width: 87px;}
#mainNav #a6 {width: 79px;}

#mainNav #a2 {background-position: -79px 0;}
#mainNav #a3 {background-position: -176px 0;}
#mainNav #a4 {background-position: -274px 0;}
#mainNav #a5 {background-position: -382px 0;}
#mainNav #a6 {background-position: -483px 0;}

#mainNav #a1:hover, #mainNav #a1.selected {background-position: 0 -38px;}
#mainNav #a2:hover, #mainNav #a2.selected {background-position: -79px -38px;}
#mainNav #a3:hover, #mainNav #a3.selected {background-position: -176px -38px;}
#mainNav #a4:hover, #mainNav #a4.selected {background-position: -274px -38px;}
#mainNav #a5:hover, #mainNav #a5.selected {background-position: -382px -38px;}
#mainNav #a6:hover, #mainNav #a6.selected {background-position: -483px -38px ;}

#mainNav li ul {
	position: absolute;
	top: 33px;
	left: -2px;
	width: 200px;
	border: 2px solid #6b3a8d;
	border-top: none;
	padding: 5px 0 2px 0;
	background: #fff;
	z-index: 1000;
	display: none;
}
/* turns the sub menu on */
#mainNav li:hover ul,
#mainNav li.over ul {
	display: block;
}
/* turns the parent rollover on*/
#mainNav :hover > a {
	color: #fff;
} 
#mainNav li li {
	float: none;
	margin: 0 16px;
}
#mainNav li li a {
	background: #fff;
	padding: 8px 2px;
	height: auto;
	color: #6b3a8d;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1em;
}
#mainNav li li a:hover {
	text-decoration: underline;
	color: #6b3a8d;
}
#mainNav .selected li a {
	color: #6b3a8d;
}
#mainNav li li:last-child a,
#mainNav .last {
	border: none;
}





/***** Content *****/
#content {
	padding: 40px;
	width: 910px;
	background: url(../images/interface/content-bottom.gif) no-repeat left bottom;
	/*position: relative;*/
	line-height: 1.6;
	z-index: 1;
}
#extraLinks {
	position: absolute;
	top: 38px;
	right: 50px;
	width: 300px;
	text-align: right;
	display: none;
}
#extraLinks a {
	float: right;
	padding: 8px 0 5px 30px;
	margin-left: 20px;
}
#extraLinks a.printButton {
	background: url(../images/interface/icon-print.gif) no-repeat left center;
}
#extraLinks a.emailButton {
	background: url(../images/interface/icon-email-to-friend.gif) no-repeat left center;
	display: none;
}
#contentColOne {
	float: left;
	width: 600px;
}
#contentColTwo {
	float: right;
	width: 250px;
	margin-top: -20px;
}
#contentColFull {
	float: left;
	width: 900px;
}





/***** Col Two Boxes *****/
.box {
	background: url(../images/interface/coltwo-bg-top.gif) no-repeat 0 0;
	margin-top: 20px;
}
.box .innerWrapper {
	background: url(../images/interface/coltwo-bg-bottom.gif) no-repeat left bottom;
	padding: 1em 1em 0 1em;
	font-size: 95%;
}
.box h2 {
	padding: 10px 10px;
	border-bottom: 1px solid #b2b2b2;
	font-size: 1.1em;
}
.iconInfo h2 {
	background: url(../images/boxes/icon-info.gif) no-repeat 215px 8px;
}
.iconIdentity h2 {
	background: url(../images/boxes/icons-identity.gif) no-repeat 215px 8px;
}
.iconSpeech h2 {
	background: url(../images/boxes/icon-speech.gif) no-repeat 213px 11px;
}
.iconPage h2 {
	background: url(../images/boxes/icon-page.gif) no-repeat 213px 11px;
}
.iconCalendar h2 {
	background: url(../images/boxes/icon-calendar.gif) no-repeat 213px 11px;
}
.iconAlert h2 {
	background: url(../images/boxes/icons-alert.gif) no-repeat 213px 9px;
}
.contentBox {
	border: 1px solid #b2b2b2;
	padding: 10px 20px;
	margin: 10px 0;
}
.shadeBox {
background-color: #FFF5EE;
border: 1px solid #b2b2b2;
padding: 10px 20px;
	margin: 10px 0;
}








/***** Our People *****/
#ourPeopleList ul {
	list-style-type: none;
	float: left;
	margin: 0;
	width: 48%;
}
.profile {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.profile h2,
.profile h3,
.profile p {
	margin-left: 150px;
}








/***** Media Room *****/
#content .BlogRecentPost ul,
#content .BlogPostArchive ul {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.6;
}
#content .BlogRecentPost li,
#content .BlogPostArchive li {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#content .post-details {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#content .post-body {
	margin: 0;
}
h2 span {
	font-weight: normal;
	font-size: 70%;
}
p.backLink {
	position: absolute;
	left: 40px;
	top: 75px;
	width: 400px;
}
.blog-post {
	background: url(../images/boxes/icon-page.gif) no-repeat 0 12px;
	padding: 0 0 0 30px;
}
.pressReleaseWrapper .blog-post {
	background: none;
	padding: 0;
}
#logosImages {
	padding: 15px 0 0 30px;
}
.rssFeedLink {
	font-weight: bold;
	padding:  20px 0 10px 0;
}
.rssFeedLink a {
	display: block;
	padding: 2px 0 3px 20px;
	background: url(/CatalystImages/RSS.png) no-repeat left center;
}







/***** Our Clients *****/
.quoteText {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.clientQuote div {
	margin: 10px 0 23px 180px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #ccc;
}
.clientQuote .imageFloatLeft {
	margin-top: 10px;
}
.clientLogos {
	text-align: center;
}
.logoBoxImg {
	float: left;
	margin: 3px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	height: 80px;
	width: 80px;
}







/***** Contact Us *****/
#contactText {
	float: left;
	width: 310px;
}
#contactForm {
	margin-left: 350px;
	border: 1px solid #ccc;
padding:10
}
#contactForm ol {
	list-style-type: none;
	padding: 20px;
	margin: 0;
}
#contactForm label {
	display: block;
}
#contactForm em {
	font-weight: bold;
	color: #cc0000;
}
#contactForm li {
	padding-bottom: 15px;
}
#contactForm h2 {
	padding: 6px 20px;
	border-bottom: 1px solid #ccc;
}
#contactForm li.submitButton {
	padding: 0;
}






/***** Resources *****/
#resourcesHeader {
	background: url(../images/resources/banner.jpg) no-repeat 0 0;
	height: 162px;
	padding: 10px 15px;
	margin-bottom: 20px;
}
#resourcesHeader h1 {
	margin-bottom: 0.7em;
}
#resourcesHeader p {
	width: 520px;
}
.resource {
	float: left; 
	width: 260px;
	margin-right: 20px;
	border-left: 2px dotted #ccc;
	padding-left: 20px;
}
.newsletter {
	border: none;
}







/***** Articles *****/
.announcementList {
	background: url(../images/aboutus/page.gif) no-repeat 0 15px;
	padding: 10px 0 10px 60px;
	border-bottom: 2px dotted #ccc;
}
.announcementList h3 span {
	display: block;
	font-weight: normal;
	font-size: 0.85em;
}
.announcementDetails {
	padding: 0 0 10px 0;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 10px;
}







/***** Links *****/
.linksTable {
	width: 100%;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
.linksTable td {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	padding: 3px 10px;
}
.linksTable th {
	background: #666;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
}






/***** Services *****/
.innerWrapper .client {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
}
#contentColLeft {
	float: left;
	width: 410px;
}
#contentColRight {
	float: right;
	width: 410px;
	margin-top: 0px;
}





/***** Newsletter *****/
#content .box form ol {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
}
.box form ol label {
	display: block;
}
.box form ol li {
	padding-bottom: 10px;
}
.box form ol li .textField {
	padding: 2px 3px;
	width: 210px;
	font-size: 1.1em;
}
.box form ol #newsSubmit {
	padding: 10px 0 0 0;
}





/***** FAQ *****/
#faqTable {
	width: 100%;
	border: 1px solid #a7a9ac;
	border-collapse: collapse;
	margin-bottom: 15px;
}
#faqTable th {
	background: #a7a9ac;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
#faqTable td,
#faqTable th {
	padding: 5px 10px;
	line-height: 1.3;
}
#faqTable td {
	text-align: center;
}
#faqTable .odd td {
	background: #f0f0f5;
}
#faqTable .left {
	text-align: left;
}
.ravingFans {
	margin-left: 60px;
}





/***** Home *****/
.homeColumn {
	float: left;
	padding: 0 15px;
	width: 196px;
	border-right: 1px solid #ccc;
	min-height: 300px;
	margin-top: 15px;
}
.col4 {
	border: none;
}
.homeColumn h2 {
	font-size: 1.2em;
	line-height: 1.4;
	padding-bottom :1em;
}
#homeMessageBackground {
	position: absolute;
	left: 40px;
	top: 286px;
	width: 526px;
	height: 229px;
	z-index: 100;
	background: #000;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
}
#homeMessage {
	position: absolute;
	left: 60px;
	top: 306px;
	width: 486px;
	height: 249px;
	z-index: 101;
}
#homeMessage h1 {
	color: #fff;
	border: none;
	margin-bottom: 0.5em;
}
#homeMessage p {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.4;
}






/***** Products *****/
#productsCatNav {
	float: left;
	width: 200px;
	background: url(../images/products/menu-bg-top.gif) no-repeat left top;
}
#productsCatNav .wrapper {
	background: url(../images/products/menu-bg-bottom.gif) no-repeat left bottom;
	padding: 0 0 10px 0;
}
#productsCatNav h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #b2b2b2;
	padding: 3px 0 0 10px;
}
#productsCatNav ul {
	margin: 10px;
}
#productsCatNav li {
	list-style-type: none;
	margin-bottom: 0;
}
#productsCatNav a {
	display: block;
	padding: 5px 5px 5px 8px;
	background: url(../images/products/button-sidenav-bg.gif) no-repeat 0 0;
}
.prodMain {
	margin-left: 230px;
}
.prodCart-summary {
	position: absolute;
	right: 40px;
	top: 200px;
	width: 300px;
}
.shop-catalogue {
	text-align: center;
	width: 214px;
}
.shop-catalogue .image {
	padding: 15px 5px 0 5px;
	height: 110px;
}
.shop-catalogue h4 {
	padding-top: 0;
}
.shop-product-small {
	color: #333;
	padding: 0 20px;
	width: 168px;
	margin-right: 10px;
}
.shop-product-small p.price {
	float: left;
	width: 53%;
}
.shop-product-small .image {
	margin: 10px auto 5px auto; 
}
.nameBlurb {
	padding-bottom: 0.5em;
	line-height: 1.2;
}
table.catalogueTable {
	margin: 21px 0 0 0;
}
table.productTable td {
	vertical-align: top;
}
.shop-product-large {
	border: none;
}
.shop-product-large .details {
	float: right;
	background: #fff;
	padding: 0;
	width: 450px;
}
.shop-product-large .image {
	float: left;
	width: 180px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.shop-product-large .description {
	padding-bottom: 15px;
}
.shop-product-large .price {
	line-height: 1.2;
	float: left;
	width: 200px;
}
.shop-product-large .price strong {
	display: block;
	font-size: 180%;
	font-weight: normal;
}
.shop-product-large .quantity {
	text-align: right;
}
.shop-product-large .quantity input {
	width: 40px;
}
.shop-product-large .addToCart {
	text-align: right;
}
table.cart {
	border: none;
}
table.cart th {
	font-weight: bold;
	font-size: 120%;
}
.sub-total td,
.total td {
	background: #e9e9e9;
}
#shippingSpan {
	white-space: nowrap;
}
table.cart td.quantity {
	width: auto;
}
.shop-checkout h2 {
	background: #e5e5e5;
	font-size: 1.2em;
	padding: 3px 10px;
	margin-bottom: 10px;
}
.shop-checkout h3 {
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .shop-checkout .formList {
	margin-left: 10px;
	margin-bottom: 20px;
}







/***** Form *****/
#content .formList {
	list-style-type: none;
	margin-left: 0;
}
.formList li {
	padding: 0 0 10px 0px;
}
.formList label {
	font-weight: bold;
	float: left;
	width: 75px;
	margin-top: 6px;
	color: #4c4c4b;
}
.textField,
.cat_textbox,
.comment-list .cat_textbox_small,
.comment-list textarea {
	border: 1px solid #999;
	background: #fff url(../images/interface/textfield-bg.gif) no-repeat 0 0;
	font-size: 1em;
	padding: 5px;
	margin-top: 0;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font-family: "Times Regular", Times, serif;
	width: 175px;
}
.textField:focus,
.cat_textbox:focus {
	border: 1px solid #333;
}
.xlong {
	width: 500px;
}
.long {
	width: 350px;
}
.medium {
	width: 175px;
}
.short {
	width: 80px;
}
.formList .submitButton {
	padding-top: 5px;
}
input.cat_textbox, 
textarea.cat_listbox, 
select.cat_dropdown, 
select.cat_listbox {
	width: 200px;
}
.shop-checkout td {
	padding-right: 40px;
	vertical-align: top;
}
.cat_dropdown_smaller {
	width: 70px;
}
button {
	border: none;
	background: none;
}
textarea.cat_listbox_long {
 width: 450px;
}











/***** Footer *****/
#footer {
	border-bottom: 1px solid #999;
	padding: 20px;
}
#col1,
#col2,
#col3 {
	float: left;
	padding: 0 60px;
	border-right: 1px dashed #ccc;
	min-height: 200px;
}
#col1 {
	width: 220px;
	padding-left: 20px;
	padding-right: 50px;
}
#col2 {
	width: 320px;
	position: relative;
	background: url(../images/interface/icon-newsetter-form.gif) no-repeat 15px 10px;
	padding-left: 70px;
}
#col3 {
	border: none;
	padding-right: 0;
	text-align: right;
	width: 130px;
}
#col2 ol {
	list-style-type: none;
	position: relative;
	margin-top: 1em;
}
#col2 li {
	margin-bottom: 3px; /* ie6 & ie7.css */
}
#col2 label {
	float: left;
	width: 70px;
	margin-top: 3px;
	font-weight: bold;
}
#col2 .textField {
	background: url(../images/interface/newsletter-input-1.jpg) no-repeat 0 0;
	border: none;
	width: 192px;
	padding: 4px 0 5px 3px;
}
#col2 #newsSubmit {
	position: absolute;
	right: 0px; /* ie6.css */
	top: 0;
	width: 50px;
	height: 50px;
}
#col3 li {
	list-style-type: none;
	margin: 0 0 8px 0;
}
#col3 a {
	display: block;
	padding: 5px 30px 5px 0;
}
#col3 .contactUsIcon {
	background: url(../images/interface/icon-contact-us.gif) no-repeat right center;
}
#col3 .TeamAreaIcon {
	background: url(../images/interface/icon-team-area.gif) no-repeat right center;
}
#col3 .siteMapIcon {
	background: url(../images/interface/icon-sitemap.gif) no-repeat right center;
}
#col3 p {
	color: #999;
	line-height: 1.2;
	font-size :90%;
	padding-top: 35px;
}
#footer h2 {
	font-size: 1.2em;
	padding-bottom: 5px;
}



/***** Blog *****/
#catblogoutput .blog-post {
	padding: 0;
	background: none;
	margin-bottom: 30px;
}
/*#catblogoutput .blog-post:first-child {
	background: #f3e5fd;
	padding: 10px;
	
}*/
#catblogoutput .blog-post:first-child .post-body {
	padding: 0;
}
#catblogoutput .blog-post:first-child h3 a {
	padding: 0 0 0 4px;
}
#catblogoutput .blog-post:first-child h3:before {
	content: "Latest Post:";
}
#catblogoutput .blog-post:last-child {
	background: #fff;
	padding: 0;
	margin-bottom: 0px;
}
#catblogoutput .blog-post:last-child .post-body {
	padding: 0;
}
#catblogoutput .blog-post:last-child h3 a {
	padding: 0;
}
#catblogoutput .blog-post:last-child h3:before {
	content: "";
}
#catblogoutput .post-title {
	font-family: Georgia;
	font-size: 1.4em;
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
	color: #333;
	font-size: 0.9em;
}
#catblogoutput .post-title a {
	color: #663488;
	text-decoration: none;
	text-transform: none;
	font-size: 1.8em;
	font-weight: bold;
}
#catblogoutput .post-title a:hover {
	text-decoration: underline;
}
.post-metaDetails {
	font-size: 0.9em;
	line-height: 1.2;
	color: #666;
	padding: 10px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #e5e5e5;
}
#catblogoutput .post-body {
	padding: 0;
	overflow: hidden;
	min-height: 50px;
}
#catblogoutput .links {
	padding: 0 0 10px 0;
	overflow: hidden;
}
.pageNav {
	background: #fff;
	padding: 5px 10px 5px 5px;
	border-top: 1px solid #ccc;
	text-align: center;
	margin-top: 20px;
}
.post-metaComments {
	display: block;
	background: url(../Images/interface/icon-comment.png) no-repeat 0 3px;
	padding: 3px 0 3px 22px;
}
.blogColOne {
	background: url(../Images/interface/blog-col-bg.png) repeat-y right top;
}
#contentColOneBlog {
	float: left;
	width: 600px;
	padding: 0 50px 0 0;
}
#content .blogColTwo {
	margin-top: -10px;
}
#content .blogColTwo div {
	padding-left: 10px;
}
#content #CAT_Search {
	background: #faf4fe;
	padding: 6px 4px;
	border: 1px solid #ccc;
	width: 190px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font-family: Arial;
}
.blogColTwo h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 4px -10px;
}
#content .blogColTwo ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content .blogColTwo ol li {
	padding: 0 0 5px 0;
}
#content .blogColTwo ol label {
	display: block;
	font-weight: normal;
}
#content .blogColTwo ol .textField {
	background: #faf4fe;
	padding: 6px 4px;
	border: 1px solid #ccc;
	width: 200px;
	font-family: Arial;
}
#shareThisBox {
	padding: 20px 0 0 0;
}
h2.updatesEmail,
.blogCategories h2 {
	margin-top: 13px;
}
#content .blogCategories ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}
.BlogTagCloud a,
.blogCategories a {
	text-decoration: none;
}
.BlogTagCloud a:hover,
.blogCategories a:hover {
	text-decoration: underline;
}
.BlogTagCloud a {
	padding: 0 4px 0 0;
}
.BlogTagCloud-XX-Small {
	font-size: 0.8em;
}
.BlogTagCloud-X-Small {
	font-size: 1em;
}
.BlogTagCloud-Small {
	font-size: 1.2em;
}
.BlogTagCloud-Medium {
	font-size: 1.4em;
}
.BlogTagCloud-Large {
	font-size: 1.6em;
}
.BlogTagCloud-X-Large {
	font-size: 1.8em;
}
.BlogTagCloud-XX-Large {
	font-size: 2em;
}
.comment-list .buttonAddComment {
	width: 167px;
	height: 36px;
	background: url(../Images/interface/button-add-comment.png) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
}
.comment-list form {
	background: #fff;
}
.comment-list .form {
	background: #f5f5f5;
}
#content .blogColTwo .blogSearch div {
	padding: 0;
}







