/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


body {
	background: url(../images/body-bg.gif) repeat-x left top #E1E8C8;
}

#header {
	height: 94px;
}



.main {margin: 0 auto;}




/* Clearfix

-------------------------------------------------------------*/

* html .clearfix {

	height: 1%; /* IE5-6 */

}



html[xmlns] .clearfix { /* O */

	display: block;  

}



.clearfix:after { /* FF, O, etc. */

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}



/* Generic Styles

-------------------------------------------------------------*/

.clear, .divider {clear: both;}



.no-display {display: none !important;}



.nowrap,.nobr {white-space: nowrap !important;}



.no-border {

	border: 0 !important;

}



.no-padding {padding: 0 !important}

.no-margin 	{margin: 0 !important;}





/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

.wrap { width: 100%; clear: both; }

.main { margin: 0 auto; position: relative;}



.column { overflow: hidden; float: left; }



.mass { clear: both; }





.main .inner {



	padding-left: 8px;

	padding-right: 8px;

}



.column div.moduletable, .column div.moduletable, .column div.module, .column div.module { 



	margin-left: 8px;

	margin-right: 8px;

}



.inset2 div.moduletable, .inset2 .div.moduletable, .inset2 div.module, .inset2 div.module {

	margin-right: 0;

	margin-left: 16px;

}



.inset1 div.moduletable, .inset1 .div.moduletable, .inset1 div.module, .inset1 div.module {

	margin-right: 16px;

	margin-left: 0;

}



.article_column .contentpaneopen {



	padding-left: 0;

	padding-right: 0;

}



.leading { }



.article_row {



	margin-left: 0px;

	margin-right: 0px; 

}



#mainbody { float: left; }

#current-content, #main { float: right; }



.colswrap {}

.col {}





#left .l2 .left1, #left .l2 .left2 { width: 50%; }

#left .l1 .col { width: 100%; }





#right { float: right; }

#right .r2 .right1, #right .r2 .right2 { width: 50%; }

#right .r1 .col { width: 100%; }



#footer { clear: both; }




.article_column { float: left; position: relative; }



.cols1 .article_column { width: 100%; }

.cols2 .article_column { width: 50%; }

.cols3 .article_column { width: 33.33%; }

.cols4 .article_column { width: 25%; }

.cols5 .article_column { width: 20%; }






.box { float: left; overflow: hidden; }


a { color: #57212a; }



a:hover, a:active, a:focus { color: #333; text-decoration: underline; }





a.readon {

	border: 1px solid #ddd;

	display: block;

	float: right;

	font-weight: bold;

	padding: 2px 5px;

	text-decoration: none;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

}



a.readon:hover, a.readon:active, a.readon:focus { background-color: #fff; border: 1px solid #ccc; }





.column p, .column pre, .column blockquote,

.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,

.column ol, .column ul { margin: 10px 0; padding: 0; }





h1 { font-size: 180%; }

h2 { font-size: 150%; }

h3 { font-size: 125%; }

h4 { font-size: 100%; text-transform: UPPERCASE; }

h5 { font-size: 100%; }



.contentheading, .componentheading, fp-componentheading, h1, h2, h3, h4, h5 {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-weight: bold;

	line-height: 1.2;

}



h1.componentheading, h1.fp-componentheading, .componentheading { margin: 0; padding: 0 0 7px; }



h1.fp-componentheading {

	background: url(../images/h3-bg.gif) no-repeat top left;

	color: #757575;

	font-size: 100%;

	margin: 0 0 10px -16px !important;

	overflow: hidden;

	padding-left: 20px !important;

	text-transform: uppercase;

}



h1.fp-componentheading span {

	background: url(../images/h3-bg.gif) no-repeat top right;

	display: block;

	padding: 12px 0;

}



h1.fp-componentheading span strong.first-word {

	background: url(../images/title-brown.gif) no-repeat top left #57212a;

	color: #fff;

	display: inline;

	margin: 0 5px 0 0;

	padding: 3px 0 3px 10px;

}



h1.fp-componentheading span strong.first-word strong {

	background: url(../images/title-brown.gif) no-repeat top right #57212a;

	margin: 0;

	padding: 3px 10px 3px 0;

}



h1.componentheading {

	font-size: 150%;

}



.componentheading {}



h2.contentheading, .contentheading { margin: 0; padding: 0 07px 7px; }



.contentheading { font-size: 150%; }



.blog .contentheading { font-size: 125%; color: #57212a; }



a.contentpagetitle,

a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus { font-weight: bold;  	font-size: 110%;}



.category { font-size: 110%; font-weight: bold; }





small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,

p.site-slogan, a.readon, .navhelper, #footer { font-size: 92%; }



small, .small { color: #999; }



.smalldark { text-align: left; }





.column ul li {

	background: url(../images/bullet.gif) no-repeat 20px 7px;

	line-height: 160%;

	margin-bottom: 5px;

	overflow: hidden;

	padding-left: 30px;

}



.column ol li { line-height: 180%; margin-left: 30px; }





th { font-weight: bold; padding: 5px; text-align: left; }



td { font-size: 100%; padding: 5px; }



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 #ccc;

	height: 1px;

}









img.caption { margin-top: 5px; }



.img_caption { color: #999; margin-bottom: 10px; }



.article-content img { margin: 5px; }



.img_caption img { margin: 5px 0 0; }



.img_caption p {

	background: #333;

	border-top: 1px solid #fff;

	color: #ccc;

	margin: 0;

	padding: 1px 0;

	text-align: center;

}



.article-image {

	position: absolute;

	left: 0px;

	top: 3px;

}



.article-image span {

	display: block;

	float: left;

	padding: 2px;

	border: 1px solid #ddd;

}





.sectiontableheader {

	background: #333;

	border: 1px solid #ccc;

	color: #fff;

	padding: 5px;

}



.sectiontableheader a,

.sectiontableheader a:hover,

.sectiontableheader a:focus,

.sectiontableheader a:active { color: #fff; }



.sectiontableentry,

.sectiontableentry0,

.sectiontableentry1,

.sectiontableentry2 {

	background: url(../images/dot2.gif) repeat-x bottom;

	padding: 5px 5px 6px;

}



.sectiontableentry:hover,

.sectiontableentry0:hover,

.sectiontableentry1:hover,

.sectiontableentry2:hover { background-color: #fffff0; }



.sectiontableentry2 { background-color: #f6f6f6; }



table.contentpane, table.tablelist { width: 100%; }



table.contentpaneopen {

	border: none;

	border-collapse: collapse;

	border-spacing: 0;

}







.column .rs1-mid, .column .rs2-mid, .column .rs3-mid, .column .rs4-mid, .column .rs5-mid {

	margin-left: 8px;

	margin-right: 8px;

}



.column .rs1-top, .column .rs1-bot,

.column .rs2-top, .column .rs2-bot,

.column .rs3-top, .column .rs3-bot,

.column .rs4-top, .column .rs4-bot,

.column .rs5-top, .column .rs5-bot {

	margin-left: 16px;

	margin-right: 16px;

}



.inset2 .rs1-mid, .inset2 .rs2-mid, .inset2 .rs3-mid, .inset2 .rs4-mid, .inset2 .rs5-mid {

	margin-left: 8px;

	margin-right: 0;

}



.inset2 .rs1-top, .inset2 .rs1-bot,

.inset2 .rs2-top, .inset2 .rs2-bot,

.inset2 .rs3-top, .inset2 .rs3-bot,

.inset2 .rs4-top, .inset2 .rs4-bot,

.inset2 .rs5-top, .inset2 .rs5-bot {

	margin-left: 16px;

	margin-right: 8px;

}



.content-main .rs5-mr {

	padding-left: 8px;

	padding-right: 8px;

}



.rs1-top, .rs1-bot, .rs2-top, .rs2-bot, .rs3-top, .rs3-bot,

.rs4-top, .rs4-bot, .rs5-top, .rs5-bot {

	position: relative;

	margin: 0 8px;

	height: 8px;

}



.rs1-tl, .rs1-tr, .rs1-bl, .rs1-br,

.rs2-tl, .rs2-tr, .rs2-bl, .rs2-br,

.rs3-tl, .rs3-tr, .rs3-bl, .rs3-br,

.rs4-tl, .rs4-tr, .rs4-bl, .rs4-br,

.rs5-tl, .rs5-tr, .rs5-bl, .rs5-br {

	height: 8px;

	position: absolute;

	width: 8px;

}



.rs1-tl, .rs2-tl, .rs3-tl, .rs4-tl, .rs5-tl { top: 0; left: -8px; }

.rs1-tr, .rs2-tr, .rs3-tr, .rs4-tr, .rs5-tr { top: 0; right: -8px; }

.rs1-bl, .rs2-bl, .rs3-bl, .rs4-bl, .rs5-bl { left: -8px; bottom: 0; }

.rs1-br, .rs2-br, .rs3-br, .rs4-br, .rs5-br { bottom: 0; right: -8px; }



.rs1-mr, .rs2-mr, .rs3-mr, .rs4-mr, .rs5-mr {

	padding: 8px 0;

}



/* Rounded style 1 ---*/

.rs1-top { background: #101112; }

.rs1-tl { background: url(../images/corner-rs1.png) no-repeat left top; }

.rs1-tr { background: url(../images/corner-rs1.png) no-repeat right top; }



.rs1-mid { background: #101112; }

.rs1-ml {}



.rs1-bot { background: #101112; }

.rs1-bl { background: url(../images/corner-rs1.png) no-repeat left bottom; }

.rs1-br { background: url(../images/corner-rs1.png) no-repeat right bottom; }



/* Rounded style 2 ---*/

.rs2-top { background: url(../images/rs2-top.png) repeat-x left top; }

.rs2-tl { background: url(../images/corner-rs2.png) no-repeat left top; }

.rs2-tr { background: url(../images/corner-rs2.png) no-repeat right top; }



.rs2-mid { background: url(../images/rs2-mid-top.png) repeat-x left top #fff; }

.rs2-ml { background: url(../images/rs2-mid-bot.png) repeat-x left bottom; }

.rs2-mr { padding: 0;}



.rs2-bot { background: url(../images/rs2-bot.png) repeat-x left bottom; }

.rs2-bl { background: url(../images/corner-rs2.png) no-repeat left bottom; }

.rs2-br { background: url(../images/corner-rs2.png) no-repeat right bottom; }



/* Rounded style 3 ---*/

.rs3-top { background: url(../images/rs3-top.png) repeat-x left top; }

.rs3-tl { background: url(../images/corner-rs3.png) no-repeat left top; }

.rs3-tr { background: url(../images/corner-rs3.png) no-repeat right top; }



.rs3-mid { background: url(../images/rs3-mid-l.png) repeat-y left top #F5F5F5; }

.rs3-ml { background: url(../images/rs3-mid-r.png) repeat-y right top; padding: 0 1px; }

.rs3-mr { background: url(../images/rs3-mid-top.png ) repeat-x left top; } 



.rs3-bot { background: url(../images/rs3-bot.png) repeat-x left bottom; }

.rs3-bl { background: url(../images/corner-rs3.png) no-repeat left bottom; }

.rs3-br { background: url(../images/corner-rs3.png) no-repeat right bottom; }



/* Rounded style 4 ---*/

.rs4-top { background: url(../images/rs4-top.png) repeat-x left top; }

.rs4-tl { background: url(../images/corner-rs4.png) no-repeat left top; }

.rs4-tr { background: url(../images/corner-rs4.png) no-repeat right top; }



.rs4-mid { background: #151515; color: #C6C6C6; }

.rs4-ml { background: url(../images/rs4-ml.png) repeat-y left top; }

.rs4-mr { background: url(../images/rs4-mr.png) repeat-y right top; }



.rs4-bot { background: url(../images/rs4-bot.png) repeat-x left bottom; }

.rs4-bl { background: url(../images/corner-rs4.png) no-repeat left bottom; }

.rs4-br { background: url(../images/corner-rs4.png) no-repeat right bottom; }



.rs4-mid a,

.rs4-mid li a {

	color: #c5c5c5;

}



.rs4-mid a:hover, .rs4-mid a:focus, .rs4-mid a:active,

.rs4-mid li a:hover, .rs4-mid li a:focus, .rs4-mid li a:active {

	color: #fff;

	text-decoration: underline;

}



/* Rounded style 5 ---*/

.rs5-top { background: url(../images/rs5-top.png) repeat-x left top; }

.rs5-tl { background: url(../images/corner-rs5.png) no-repeat left top; }

.rs5-tr { background: url(../images/corner-rs5.png) no-repeat right top; }



.rs5-mid { background: url(../images/rs5-mid-l.png) repeat-y left top #fff; }

.rs5-ml { background: url(../images/rs5-mid-r.png) repeat-y right top; }

.rs5-mr { background: url(../images/rs5-mid-top.png ) repeat-x left top; margin: 0 1px; } 



.rs5-bot { background: url(../images/rs5-bot.png) repeat-x left bottom; }

.rs5-bl { background: url(../images/corner-rs5.png) no-repeat left bottom; }

.rs5-br { background: url(../images/corner-rs5.png) no-repeat right bottom; }



/* MODULE STYLES

--------------------------------------------------------- */

div.moduletable h3, div.moduletable h3 {

	background: url(../images/h3-bg.gif) no-repeat top left;

	color: #537244;

	font-size: 92%;

	margin: 0 0 10px 0;

	overflow: hidden;

	padding-left: 20px;

	text-transform: uppercase;

}



div.moduletable h3 span, div.moduletable h3 span {

	background: url(../images/h3-bg.gif) no-repeat top right;

	display: block;

	padding: 14px 0;

}



div.moduletable h3 span strong.first-word, div.moduletable h3 span strong.first-word {

	background: url(../images/title-brown.gif) no-repeat top left #57212a;

	color: #fff;

	display: inline;

	margin: 0 5px 0 0;

	padding: 3px 0 4px 10px;

}



div.moduletable h3 span strong.first-word strong, div.moduletable h3 span strong.first-word strong {

	background: url(../images/title-brown.gif) no-repeat top right;

	margin: 0;

	padding: 3px 10px 4px 0;

}



div.moduletable_menu h3 { }



div.moduletable, div.moduletable {

	margin: 0;

	padding: 0 0 15px;

	position: relative;

}







/* Rounded Module --- */

div.module h3, div.module h3,

div.module_menu h3, div.module_text h3 {

	background: url(../images/h3-bg2.gif) no-repeat top left;

	color: #757575;

	font-size: 100%;

	margin: 0 0 10px 0;

	overflow: hidden;

	padding-left: 20px;

	text-transform: uppercase;

}



div.module h3 span, div.module h3 span,

div.module_menu h3 span, div.module_text h3 span {

	background: url(../images/h3-bg2.gif) no-repeat top right;

	display: block;

	padding: 14px 0;

}



div.module h3 strong.first-word,

div.module h3 strong.first-word,

div.module_menu h3 strong.first-word,

div.module_text h3 strong.first-word {

	background: url(../images/title-brown.gif) no-repeat top left;

	color: #fff;

	display: inline;

	margin: 0 5px 0 0;

	padding: 3px 0 4px 10px;

}



div.module h3 strong.first-word strong,

div.module h3 strong.first-word strong,

div.module_menu h3 strong.first-word strong,

div.module_text h3 strong.first-word strong {

	background: url(../images/title-brown.gif) no-repeat top right;

	margin: 0;

	padding: 3px 8px 4px 0;

}



div.module, div.module { margin-bottom: 20px; position: relative; overflow: hidden; }



.box-br {

	background: url(../images/b-br.gif) no-repeat bottom right #fff;

}



.box-bl {

	background: url(../images/b-bl.gif) no-repeat bottom left;

}



.box-tr {

	background: url(../images/b-tr.gif) no-repeat top right;

}



.box-tl {

	background: url(../images/b-tl.gif) no-repeat top left;

	padding: 15px;

}



/* text */

div.module_text h3 {

	clear: both;

	display: block;

	margin: 0 0 10px;

	padding: 0;

	overflow: hidden;

	width: 100%;

	border-bottom: 0;

}



div.module_text span {

	clear: both;

	display: block;

	float: left;

	font-weight: bold;

	padding: 0 3px;

	background: #fff;

}



div.module_text {

	background: url(../images/bt-br.gif) no-repeat bottom right #f6f6f6;

}



div.module_text .box-bl {

	background: url(../images/bt-bl.gif) no-repeat bottom left;

}



div.module_text .box-tr {

	background: url(../images/bt-tr.gif) no-repeat top right;

}



div.module_text .box-tl {

	background: url(../images/bt-tl.gif) no-repeat top left;

}



/* Blank */

div.module_noborder,

div.module_noborder .box-bl,

div.module_noborder .box-tr,

div.module_noborder .box-tl {

	background: none;

	padding: 0;

}



/* All title style ---*/

.title-brown h3 span strong.first-word {

	background: url(../images/title-brown.gif) no-repeat top left #57212a !important;

}



.title-brown h3 span strong.first-word strong {

	background: url(../images/title-brown.gif) no-repeat top right #57212a !important;

}



.title-black h3 span strong.first-word {

	background: url(../images/title-black.gif) no-repeat top left #000000 !important;

}



.title-black h3 span strong.first-word strong {

	background: url(../images/title-black.gif) no-repeat top right #000000 !important;

}



.title-blue h3 span strong.first-word {

	background: url(../images/title-blue.gif) no-repeat top left !important;

}



.title-blue h3 span strong.first-word strong {

	background: url(../images/title-blue.gif) no-repeat top right !important;

}



.title-green h3 span strong.first-word {

	background: url(../images/title-green.gif) no-repeat top left #6C830E !important;

}



.title-green h3 span strong.first-word strong {

	background: url(../images/title-green.gif) no-repeat top right #6C830E !important;

}



.title-orange h3 span strong.first-word {

	background: url(../images/title-orange.gif) no-repeat top left #9E6202 !important;

}



.title-orange h3 span strong.first-word strong {

	background: url(../images/title-orange.gif) no-repeat top right !important;

}



/* Module list ---*/

div.moduletable ul, div.module ul {

	margin: 15px 0 0;

}



div.moduletable ul li, div.module ul li {

	padding-left: 12px;

	background-position: 2px 8px;

}



/* Collapsible h3 ---*/

h3.show {

	background: url(../images/icon-show.png) no-repeat 100% 60%;

	cursor: pointer;

}



h3.hide {

	background: url(../images/icon-hide.png) no-repeat 100% 60%;

	cursor: pointer;

}



/* Override inset 2 */

.inset2 div.moduletable h3, .inset2 div.moduletable h3 {

	margin-left: -14px;

}



.inset2 div.moduletable, .inset2 div.moduletable {

	margin: 0 8px;

}



/* Uncomment the following lines if you want collapsible modules with badges still show arrows */

/* 

.badge-hot h3.show,.badge-new h3.show,.badge-pick h3.show,.badge-top h3.show,

.badge-hot h3.hide,.badge-new h3.hide,.badge-pick h3.hide,.badge-top h3.hide {

	background-position: 15px 60%;

	text-indent: 15px;

}

*/



/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

.wrap { }

.main { }

.box { padding-bottom: 10px; padding-top: 10px; }



#wrapper { }



#container {

	background: url(../images/container-bg.gif) repeat-x left bottom;

	position: relative;

	z-index: 5;

}



#container .main { padding: 5px 0 30px; min-height: 300px; }



#container .main .rs2-mr { padding-top: 10px; padding-bottom: 10px; }



/* 3 Columns - Classic Layout ---*/

#container.l1r1  {}



/* Full */

#container {}



/* Full left */

#container.r1 {}



/* Full right */

#container.l1 {}



/* Mass ---*/

.mass-top {}

.mass-top .moduletable, .mass-top .module {}



.mass-top .rs1-mid, .mass-top .rs2-mid, .mass-top .rs3-mid,

.mass-top .rs4-mid, .mass-top .rs5 {

	margin-left: 8px;

	margin-right: 0px;

}



.mass-top .rs1-top, .mass-top .rs1-bot,

.mass-top .rs2-top, .mass-top .rs2-bot,

.mass-top .rs3-top, .mass-top .rs3-bot,

.mass-top .rs4-top, .mass-top .rs4-bot,

.mass-top .rs5-top, .mass-top .rs5-bot {

	margin-left: 16px !important;

	margin-right: 8px !important;

}



.mass-top .rs1-bot, .mass-top .rs2-bot, .mass-top .rs3-bot,

.mass-top .rs4-bot, .mass-top .rs5-bot {

	margin-bottom: 10px;

}



.mass-top .moduletable h3 {

	margin-left: -8px;

	margin-right: 8px;

}



.mass-top .moduletable { padding-bottom: 0; }



.mass-bottom {}

.mass-bottom .moduletable, .mass-bottom .module { margin-left: 0; margin-right: 0; }



/* MAIN COLUMN

--------------------------------------------------------- */

#mainbody {}



#main .inner {  }



#contentwrap { }



/* Content Top ---*/

.content-top { }

.content-top .moduletable, .content-top .module { margin-left: 0; margin-right: 0;  }



/* Content Main ---*/

.content-main { }



/* Content Bottom ---*/

.content-bottom { }

.content-bottom .moduletable, .content-bottom .module { margin-left: 0; margin-right: 0;  }



/* @end */



/* SIDE COLUMNS

--------------------------------------------------------- */

.colswrap { }



.col { }



/* Left Columns ---*/

#left .l2 { }



/* Right Columns ---*/

#right .r2 {}



#right .colswrap {

	padding-right: 8px;

}



/* HEADER

--------------------------------------------------------- */















#container ul.menu { margin: 0; padding: 0; }



#container ul.menu li {

	background: none;

	border-bottom: 1px dotted #ccc;

	margin: 0;

	overflow: hidden;

	padding: 0;

}



#container ul.menu li a {

	color: #333;

	display: block;

	outline: none;

	padding: 6px 0;

	text-decoration: none;

	text-indent: 5px;

}



#container ul.menu li a:hover,

#container ul.menu li a:active,

#container ul.menu li a:focus { color: #57212a; background: #f6f6f6; }



#container ul.menu li.active a { color: #57212a; font-weight: bold; }



#container ul.menu li ul { margin: 0 0 0 10px; }



#container ul.menu li li {

	background: url(../images/arrow.png) no-repeat left 11px;

	border-bottom: 0;

	border-top: 1px dotted #ccc;

}



#container ul.menu li li a {

	color: #333 !important;

	font-weight: normal !important;

	text-indent: 10px;

}



#container ul.menu li li a:hover,

#container ul.menu li li a:active,

#container ul.menu li li a:focus { color: #57212a !important; background: none; }



#container ul.menu li.active > a { color: #57212a !important; font-weight: bold !important; }



#container ul.menu span.separator { display: none; }










/* FOOTER

--------------------------------------------------------- */

#footer {

	clear: both;

	font-size: 92%;

	padding: 10px 0 20px;

}



#footer .main {

	color: #666666;

	padding: 0;

	position: relative;

}



#footer .inner { padding: 0 15px 5px 15px; }



#footer .inner a { color: #57212a; }



#footer .inner a:hover, #footer .inner a:focus, #footer .inner a:active {

	color: #fff;

}



#footer small { color: #666; font-size: 100%; }



/* Foot Links ---*/

#footer .footnav {

	font-size: 100%;

	margin: 0 0 10px;

	padding: 5px 15px 0;

	overflow: hidden;

	position: relative;

}



.footnav ul { float: left; line-height: normal; }



.footnav li {

	display: block;

	float: left;

	padding: 0 10px;

}



.footnav li a {

	display: block;

	font-weight: bold;

	line-height: 1;

	text-decoration: none;

}



.footnav li a:hover, .footnav li a:active, .footnav li a:focus { }



.footnav .firstitem { border-left: 0; padding-left: 0; }








div.innerdiv {

	border-bottom: 1px dotted #ccc;

	clear: both;

	margin-bottom: 10px;

	padding-bottom: 12px;

}



div.innerdiv h4 {

	font-family: Arial, sans-serif;

	font-size: 92%;

	font-weight: normal;

	margin: 5px 0;

	padding: 0;

	text-transform: uppercase;

}



div.innerdiv img {

	margin-right: 8px;

}




p.error 		span.icon { background-position: left -54px; }

p.message	span.icon { background-position: left -72px; }

p.tips 		span.icon {	background-position: left -90px; }

p.key 		span.icon { background-position: left -108px; }

p.tag 		span.icon { background-position: left -126px;; }

p.cart 		span.icon { background-position: right -54px; }

p.doc 		span.icon { background-position: right -72px; }

p.note 		span.icon { background-position: right -90px; }

p.photo 		span.icon { background-position: right -108px; }

p.mobi 		span.icon { background-position: right -126px; }



p.error { color: #CC0000; }

p.message {	color: #2C79B3; }

p.tips {	color: #E58C00; }



/* Special list style ---*/

ul.checklist li, ul.star li, ul.arrow li,

ul.address li, ul.phone li, ul.email li {

	background: none;

	margin-left: 8px;

	padding: 0 0 0 22px;

	position: relative;

	overflow: hidden;

}



ul.checklist span.icon, ul.star span.icon, ul.arrow span.icon,

ul.address span.icon, ul.phone span.icon, ul.email span.icon {

	background-image: url(../images/icons/icons-sprites-silk.png);

	/*background-image: url(../images/icons/icons-sprites-tango.png);*/

	background-repeat: no-repeat;

	width: 18px;

	height: 18px;

	display: block;

	position: absolute;

	top: 0;

	left: 0;

}



ul.arrow 		span.icon { background-position: left top; }

ul.star 			span.icon { background-position: left -18px; }

ul.checklist		span.icon {	background-position: left -36px; }

ul.phone 		span.icon { background-position: right top; }

ul.address 		span.icon { background-position: right -18px; }

ul.email 		span.icon { background-position: right -36px; }



ul.bookmark-links li {

	background: url(../images/arrow.png) no-repeat 0px 10px !important;

	border-bottom: 1px dotted #e6e6e6;

	padding: 5px 0 5px 10px !important;

}







/* Box style ---*/

.box-sticky, .box-download, .box-grey, .box-hilite {

	margin: 15px 0;

	padding: 10px !important;

	border: 3px solid #ddd;

}



.box-sticky {

	background: url(../images/icons/sticky-big.png) no-repeat 10px center #fff;

	padding-left: 50px !important;

	border-color: #d2d2b6;

}



.box-download {

	background: url(../images/icons/download-big.png) no-repeat 10px center #fff;

	padding-left: 50px !important;

	border-color: #d6e9f3;

}



.box-grey {

	background-color: #f7f7f7;

}



.box-hilite {

	border-color: #d2d2b6;

	background: #ffffdd;

}






a { color: #537244; }





.blog .contentheading { color: #3b6197; }



.article-section a:hover, .article-category a:hover { color: #3b6197; }



ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {

	background: #3b6197;

	border: 1px solid #3b6197;

}



.sectiontableheader { background: #3b6197; border: 1px solid #fff; }



.sectiontableentry, .sectiontableentry0, .sectiontableentry1, .sectiontableentry2 {

	background: none;

	border-bottom: 1px solid #CEE2F4;

}



.sectiontableentry2 { background: #f3f8fb; }



.links li.top a:hover { background-color: #3b6197; }



.links li.layout-switcher a { background: #3b6197; }



#container ul.menu li a:hover,

#container ul.menu li a:active,

#container ul.menu li a:focus { color: #3b6197; background: #f6f6f6; }



#container ul.menu li.active a { color: #3b6197; }



#container ul.menu li li a:hover,

#container ul.menu li li a:active,

#container ul.menu li li a:focus { color: #3b6197 !important; }



#container ul.menu li.active > a { color: #3b6197 !important; }





#container { background: url(../../images/green/container-bg.gif) repeat-x left bottom; }



#topsl a, #botsl a { color: #3b6197; }



#topsl a:hover, #topsl a:focus, #topsl a:active,

.small-links a:hover {

	color: #3b6197 !important;

	text-decoration: underline;

}



#topsl .moduletable, #topsl .moduletable { border: 1px solid #d9e1e7 !important; }



#topsl h3, #topsl h3 span { color: #3b6197; }



#topsl h3 strong.first-word { color: #3b6197; }



#bot #tabs .rs1-top { background: #f3f8fb; }

#bot #tabs .rs1-tl { background: url(../../images/green/corner-rs11.png) no-repeat left top; }

#bot #tabs .rs1-tr { background: url(../../images/green/corner-rs11.png) no-repeat right top; }



#bot #tabs .rs1-mid { background: #f3f8fb; }



#bot #tabs .rs1-bot { background: #f3f8fb; }

#bot #tabs .rs1-bl { background: url(../../images/green/corner-rs11.png) no-repeat left bottom; }

#bot #tabs .rs1-br { background: url(../../images/green/corner-rs11.png) no-repeat right bottom; }



#bot a { color: #3b6197; }

#bot a:hover, #bot a:focus, #bot a:active { color: #3b6197; text-decoration: underline; }



#botsl a, #botsl li a { color: #C5C5C5; }



#footer { background: #1A1A1A; }



#footer .inner a { color: #3b6197; }




/* Rounded style 1 ---*/

.rs1-top { background: #fff; }

.rs1-tl { background: url(../../images/green/corner-rs1.png) no-repeat left top; }

.rs1-tr { background: url(../../images/green/corner-rs1.png) no-repeat right top; }



.rs1-mid { background: #fff; }



.rs1-bot { background: #fff; }

.rs1-bl { background: url(../images/green/corner-rs1.png) no-repeat left bottom; }

.rs1-br { background: url(../images/green/corner-rs1.png) no-repeat right bottom; }



/* Rounded style 2 ---*/

.rs2-top { background: #fff }

.rs2-tl { background: url(../images/green/corner-rs1.png) no-repeat left top; }

.rs2-tr { background: url(../images/green/corner-rs1.png) no-repeat right top; }



.rs2-mid { background: #fff; }

.rs2-ml { background: #fff; }

.rs2-mr { padding: 0;}



.rs2-bot { background: #fff; }

.rs2-bl { background: url(../images/green/corner-rs1.png) no-repeat left bottom; }

.rs2-br { background: url(../images/green/corner-rs1.png) no-repeat right bottom; }



/* Rounded style 3 ---*/

.rs3-top { background: url(../images/rs3-top.png) repeat-x left top; }

.rs3-tl { background: url(../images/corner-rs3.png) no-repeat left top; }

.rs3-tr { background: url(../images/corner-rs3.png) no-repeat right top; }



.rs3-mid { background: url(../images/rs3-mid-l.png) repeat-y left top #f6f8f0; }

.rs3-ml { background: url(../images/rs3-mid-r.png) repeat-y right top; }

.rs3-mr { background: url(../images/rs3-mid-top.png ) repeat-x left top; } 



.rs3-bot { background: url(../images/rs3-bot.png) repeat-x left bottom; }

.rs3-bl { background: url(../images/corner-rs3.png) no-repeat left bottom; }

.rs3-br { background: url(../images/corner-rs3.png) no-repeat right bottom; }



/* Rounded style 4 ---*/

.rs4-top { }

.rs4-tl { }

.rs4-tr { }



.rs4-mid { }

.rs4-ml { }

.rs4-mr { }



.rs4-bot { }

.rs4-bl { }

.rs4-br { }



.rs4-mid a,

.rs4-mid li a { }



.rs4-mid a:hover, .rs4-mid a:focus, .rs4-mid a:active,

.rs4-mid li a:hover, .rs4-mid li a:focus, .rs4-mid li a:active { }



/* Rounded style 5 ---*/

.rs5-top { background: url(../images/rs5-top.png) repeat-x left top; }

.rs5-tl { background: url(../images/corner-rs5.png) no-repeat left top; }

.rs5-tr { background: url(../images/corner-rs5.png) no-repeat right top; }



.rs5-mid { background: url(../images/rs5-mid-l.png) repeat-y left top #fff; }

.rs5-ml { background: url(../images/rs5-mid-r.png) repeat-y right top; padding: 0 1px; }

.rs5-mr { background: url(../images/rs5-mid-top.png ) repeat-x left top; } 



.rs5-bot { background: url(../images/rs5-bot.png) repeat-x left bottom; }

.rs5-bl { background: url(../images/corner-rs5.png) no-repeat left bottom; }

.rs5-br { background: url(../images/corner-rs5.png) no-repeat right bottom; }

.image {
border:1px solid #DDDDDD;
margin:0;
overflow:hidden;
padding:4px;
border-radius:4px;
-khtml-border-radius:4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px; 
}
.red {
font-family: georgia,serif;
color:#C30;
font-size: 16px;
font-style:italic; 
}