/* begin Page */
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #B8B8B8;
}
#sbMain
{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#sbPage-background-gradient
{
	position: absolute;
	background-image: url('../images/Page-BgGradient.jpg');
	background-repeat: no-repeat;
	top:0;
	width:100%;
	height: 900px;
}
#sbPage-background-gradient
{
	background-position: top right;
}
#sbPage-background-simple-gradient
{
	position: absolute;
	background-image: url('../images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 900px;
}
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
form
{
	padding:0 !important;
	margin:0 !important;
}
table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
.sbSheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1002px;
	min-width:33px;
	min-height:33px;
	float:left;
}
.sbSheet-body
{
	position: relative;
	z-index:1;
	padding: 1px;
}
.sbSheet-tr, .sbSheet-tl, .sbSheet-br, .sbSheet-bl, .sbSheet-tc, .sbSheet-bc,.sbSheet-cr, .sbSheet-cl
{
	position:absolute;
	z-index:-1;
}
.sbSheet-tr, .sbSheet-tl, .sbSheet-br, .sbSheet-bl
{
	width: 32px;
	height: 32px;
	background-image: url('../images/Sheet-s.png');
}
.sbSheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 16px, 16px, auto);
}
.sbSheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 16px, 16px);
}
.sbSheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(16px, 16px, auto, auto);
}
.sbSheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(16px, auto, auto, 16px);
}
.sbSheet-tc, .sbSheet-bc
{
	left: 16px;
	right: 16px;
	height: 32px;
	background-image: url('../images/Sheet-h.png');
}
.sbSheet-tc
{
	top: 0;
	clip: rect(auto, auto, 16px, auto);
}
.sbSheet-bc
{
	bottom: 0;
	clip: rect(16px, auto, auto, auto);
}
.sbSheet-cr, .sbSheet-cl
{
	top: 16px;
	bottom: 16px;
	width: 32px;
	background-image: url('../images/Sheet-v.png');
}
.sbSheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 16px);
}
.sbSheet-cl
{
	left:0;
	clip: rect(auto, 16px, auto, auto);
}
.sbSheet-cc
{
	position:absolute;
	z-index:-1;
	top: 16px;
	left: 16px;
	right: 16px;
	bottom: 16px;
	background-color: #FFFFFF;
}
.sbSheet
{
	margin-top: -1px !important;
}
#sbPage-background-simple-gradient, #sbPage-background-gradient, #sbPage-background-glare
{
	min-width:1002px;
}
div.sbHeader
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 1000px;
	height: 65px;
}
div.sbHeader-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 1000px;
	height: 65px;
	/*background-image: url('../images/Header.png');
	background-repeat: no-repeat;
	background-position: left left;*/
	background-color:#9C1100;
	font-size: 24px;
}
/* begin Menu */
/* menu structure */
div.sbHeader ul
{
	float: right;
}

.sbMenu a, .sbMenu a:link, .sbMenu a:visited, .sbMenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.sbMenu, .sbMenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.sbMenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.sbMenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.sbMenu li li
{
	float: none;
}

.sbMenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.sbMenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.sbMenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.sbMenu:after, .sbMenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.sbMenu, .sbMenu ul
{
	min-height: 0;
}

.sbMenu ul
{
	background-image: url(../images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.sbMenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* menu structure */

.sbMenu
{
	padding: 0px 0px 0px 0px;
}

.sbNav
{
	float: left;
	height: 25px;
	z-index: 100;
}

.sbNav .l, .sbNav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('../images/nav.png');
}
.sbNav .l
{
	left: 0;
	right:0px;
}

.sbNav .r
{
	right: 0;
	width: 1000px;
	clip: rect(auto, auto, auto, 1000px);
}
/* end Menu */

/* begin MenuItem */
.sbMenu ul li
{
	clear: both;
}
.sbMenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.sbMenu a .r, .sbMenu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	/*background-image: url('../images/MenuItem.png');*/
}

.sbNav_top .sbMenu a .r, .sbNav_top .sbMenu a .l
{
	background: none;
}
.sbMenu a .l
{
	left:0;
	right:0px;
}
.sbMenu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}
.sbMenu a .t 
{
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 12px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}
.sbMenu a:hover .l, .sbMenu a:hover .r
{
	top:-25px;
}
.sbMenu li:hover>a .l, .sbMenu li:hover>a .r
{
	top:-25px;
}
.sbMenu li:hover a .l, .sbMenu li:hover a .r
{
	top:-25px;
}
.sbMenu a:hover .t
{
	color: #FFFFFF;
}
.sbNav_top .sbMenu a:hover .t
{
	text-decoration: underline;
}
.sbMenu li:hover a .t
{
	color: #FFFFFF;
}
.sbMenu li:hover>a .t
{
	color: #FFFFFF;
}
.sbMenu a.active .l, .sbMenu a.active .r
{
	top: -50px;
}
.sbMenu a.active .t
{
	color: #FFFFFF;
}
.sbNav .sbMenu-separator, .sbNav_top .sbMenu-separator
{
	display: block;
	width: 1px;
	height: 25px;
	background-image: url('../images/MenuSeparator.png');
}
.sbMenu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 300px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;
	background-image: url('../images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}
.sbNav ul.sbMenu ul span, .sbNav ul.sbMenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.sbMenu ul a, .sbMenu ul a:link, .sbMenu ul a:visited, .sbMenu ul a:hover, .sbMenu ul a:active, .sbNav ul.sbMenu ul span, .sbNav ul.sbMenu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #454545;
	font-size: 12px;
}
.sbMenu ul ul a
{
	margin-left: auto;
}
.sbMenu ul li a:hover
{
	color: #000000;
	background-position: 0 -20px;
}
.sbMenu ul li:hover>a
{
	color: #000000;
	background-position: 0 -20px;
}
.sbNav .sbMenu ul li a:hover span, .sbNav .sbMenu ul li a:hover span span
{
	color: #000000;
}
.sbNav .sbMenu ul li:hover>a span, .sbNav .sbMenu ul li:hover>a span span
{
	color: #000000;
}
.sbContentLayout
{
	position: relative;
	margin-bottom: 6px;
	margin-top: 6px;
	width: 1000px;
}
.sbBlock
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:9px;
	min-height:9px;
}
.sbBlock-body
{
	position: relative;
	z-index:1;
	padding: 3px;
}
.sbBlock-tr, .sbBlock-tl, .sbBlock-br, .sbBlock-bl, .sbBlock-tc, .sbBlock-bc,.sbBlock-cr, .sbBlock-cl
{
	position:absolute;
	z-index:-1;
}
.sbBlock-tr, .sbBlock-tl, .sbBlock-br, .sbBlock-bl
{
	width: 8px;
	height: 8px;
	background-image: url('../images/Block-s.png');
}
.sbBlock-tl
{
	top:0;
	left:0;
	clip: rect(auto, 4px, 4px, auto);
}
.sbBlock-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 4px, 4px);
}
.sbBlock-bl
{
	bottom: 0;
	left: 0;
	clip: rect(4px, 4px, auto, auto);
}
.sbBlock-br
{
	bottom: 0;
	right: 0;
	clip: rect(4px, auto, auto, 4px);
}
.sbBlock-tc, .sbBlock-bc
{
	left: 4px;
	right: 4px;
	height: 8px;
	background-image: url('../images/Block-h.png');
}
.sbBlock-tc
{
	top: 0;
	clip: rect(auto, auto, 4px, auto);
}
.sbBlock-bc
{
	bottom: 0;
	clip: rect(4px, auto, auto, auto);
}
.sbBlock-cr, .sbBlock-cl
{
	top: 4px;
	bottom: 4px;
	width: 8px;
	background-image: url('../images/Block-v.png');
}
.sbBlock-cr
{
	right:0;
	clip: rect(auto, auto, auto, 4px);
}
.sbBlock-cl
{
	left:0;
	clip: rect(auto, 4px, auto, auto);
}
.sbBlock-cc
{
	position:absolute;
	z-index:-1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #F3F3F3;
}
.sbBlock
{
	margin: 3px;
}
.sbBlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 5px;
	margin-bottom: 0px;
}
.sbBlockHeader .t
{
	height: 30px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}
.sbBlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.sbBlockContent-body
{
	position: relative;
	z-index:1;
	padding: 5px;
}
.sbBlockContent-body
{
	color:#262626;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-align: justify;
}
.sbBlockContent-body a:link
{
	color: #545454;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}
.sbBlockContent-body a:visited, .sbBlockContent-body a.visited
{
	color: #8C8C8C;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.sbBlockContent-body a:hover, .sbBlockContent-body a.hover
{
	color: #707070;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.sbBlockContent-body ul
{
	list-style-type: none;
	color: #4D4D4D;
	margin:0;
	padding:0;
}
.sbBlockContent-body li
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}
.sbBlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('../images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
.sbPost
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:11px;
	min-height:11px;
}
.sbPost-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}
.sbPost-tr, .sbPost-tl, .sbPost-br, .sbPost-bl, .sbPost-tc, .sbPost-bc,.sbPost-cr, .sbPost-cl
{
	position:absolute;
	z-index:-1;
}
.sbPost-tr, .sbPost-tl, .sbPost-br, .sbPost-bl
{
	width: 10px;
	height: 10px;
	background-image: url('../images/Post-s.png');
}
.sbPost-tl
{
	top:0;
	left:0;
	clip: rect(auto, 5px, 5px, auto);
}
.sbPost-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 5px, 5px);
}
.sbPost-bl
{
	bottom: 0;
	left: 0;
	clip: rect(5px, 5px, auto, auto);
}
.sbPost-br
{
	bottom: 0;
	right: 0;
	clip: rect(5px, auto, auto, 5px);
}
.sbPost-tc, .sbPost-bc
{
	left: 5px;
	right: 5px;
	height: 10px;
	background-image: url('../images/Post-h.png');
}
.sbPost-tc
{
	top: 0;
	clip: rect(auto, auto, 5px, auto);
}
.sbPost-bc
{
	bottom: 0;
	clip: rect(5px, auto, auto, auto);
}
.sbPost-cr, .sbPost-cl
{
	top: 5px;
	bottom: 5px;
	width: 10px;
	background-image: url('../images/Post-v.png');
}
.sbPost-cr
{
	right:0;
	clip: rect(auto, auto, auto, 5px);
}
.sbPost-cl
{
	left:0;
	clip: rect(auto, 5px, auto, auto);
}
.sbPost-cc
{
	position:absolute;
	z-index:-1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #FFFFFF;
}
.sbPost
{
	margin: 5px;
}
a img
{
	border: 0;
}
.sbArticle img, img.sbArticle
{
	margin: 1em;
}
.sbMetadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
.sbArticle table, table.sbArticle
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}
.sbArticle table, table.sbArticle .sbArticle tr, .sbArticle th, .sbArticle td
{
	background-color:Transparent;
}
.sbArticle th, .sbArticle td
{
	padding: 2px;
	/*border: solid 1px #A6A6A6;*/
	/*vertical-align: top;
	text-align:left;*/
}
.sbArticle th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}
.sbPostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:bold;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
    font-size: 16px;
	color: #9D1100;
}
.sbPostHeaderIcon-wrapper, .sbPostHeaderIcon-wrapper a, .sbPostHeaderIcon-wrapper a:link, .sbPostHeaderIcon-wrapper a:visited, .sbPostHeaderIcon-wrapper a:hover
{
	color: #A74902;
}
.sbPostHeader a:link, .sbPostHeader a:visited, .sbPostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #9D1100;
  font-size: 14px;
}
.sbPostHeader a:hover, .sbPostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #B14E02;
}
.sbPostHeaderIcons
{
	padding:1px;
	float: left;
}
.addthis_default_style
{
	padding-top: 3px;
}
.sbPostHeaderIcons, .sbPostHeaderIcons a, .sbPostHeaderIcons a:link, .sbPostHeaderIcons a:visited, .sbPostHeaderIcons a:hover
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #545454;
}
.sbPostHeaderIcons a, .sbPostHeaderIcons a:link, .sbPostHeaderIcons a:visited, .sbPostHeaderIcons a:hover
{
	margin:0;
}
.sbPostHeaderIcons a:link
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #595959;
}
.sbPostHeaderIcons a:visited, .sbPostHeaderIcons a.visited
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #595959;
}
.sbPostHeaderIcons a:hover, .sbPostHeaderIcons a.hover
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #B14E02;
}
body
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  color: #292929;
}
.sbPostContent
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-align: justify;
  color: #292929;
}
a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #9C1100;
}
a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #9C1100;
}
a:visited, a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #9E1200;
}
a:hover, a.hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #E93F3F;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  color: #595959;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  color: #757575;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  color: #757575;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #292929;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #292929;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #292929;
}
ol, ul
{
	color: #404040;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}
ul
{
	list-style-type: none;
}
ol
{
	list-style-position:inside;
	
}
.sbPost li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}
.sbPost ol li, .sbPost ul ol li
{
	background: none;
	padding-left:0;
}
.sbPost ul li, .sbPost ol ul li 
{
	background-image: url('../images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}
blockquote p
{
	color:#1E0D00;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}
blockquote
{
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 28px;
	background-color:#DBDBDB;
	background-image:url('../images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
.sbButton-wrapper .sbButton
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:23px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}
.sbButton-wrapper
{
	display:inline-block;
	position:relative;
	height: 23px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}
.sbButton-wrapper .sbButton
{
	display:block;
	height: 23px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	white-space: nowrap;
	text-align: left;
	padding: 0 5px !important;
	line-height: 23px;
	text-decoration: none !important;
	color: #696969 !important;
}
input, select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}
.sbButton-wrapper.hover .sbButton, .sbButton:hover
{
	color: #EDEDED !important;
	text-decoration: none !important;
}
.sbButton-wrapper.active .sbButton
{
	color: #EDEDED !important;
}
.sbButton-wrapper .l, .sbButton-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 69px;
	background-image: url('../images/Button.png');
}

.sbButton-wrapper .l
{
	left:0;
	right:0px;
}

.sbButton-wrapper .r
{
	width:401px;
	right:0;
	clip: rect(auto, auto, auto, 401px);
}
.sbButton-wrapper.hover .l, .sbButton-wrapper.hover .r
{
	top: -23px;
}
.sbButton-wrapper.active .l, .sbButton-wrapper.active .r
{
	top: -46px;
}
.sbFooter
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 1000px;
	margin: 5px auto 0px auto;
}
.sbFooter .sbFooter-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}
.sbFooter .sbFooter-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/Footer.png');
	width: 1000px;
	height: 150px;
	bottom:0;
	left:0;
}
.sbRss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('../images/livemarks.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 32px;
}
.sbFooter .sbFooter-text p
{
    margin: 0;
}

.sbFooter .sbFooter-text
{
    display:inline-block;
    color:#B8B8B8;
}

.sbFooter .sbFooter-text a:link, .sbFooter .sbFooter-text a:visited, .sbFooter .sbFooter-text a:hover
{
    text-decoration: none;
    color: #B8B8B8;
    text-decoration: none;
}

.sbFooter .sbFooter-text .sbFooter-HN
{
    float: left;
    margin-right: 560px;
    color: #FFFFFF;
}

.sbFooter .sbFooter-text .sbFooter-HN a:link, .sbFooter .sbFooter-text .sbFooter-HN a:visited
{
	color: #FFFFFF;
}
.sbFooter .sbFooter-text .sbFooter-HN a:hover
{
	text-decoration: underline;
}
.sbFooter .sbFooter-text .sbFooter-TPHCM a:link, .sbFooter .sbFooter-text .sbFooter-TPHCM a:visited
{
	color: #FFFFFF;
}
.sbFooter .sbFooter-text .sbFooter-TPHCM a:hover
{
	text-decoration: underline;
}

.sbFooter .sbFooter-text .sbFooter-TPHCM
{
    float: right;
    width: 250px;
    color: #FFFFFF;
}
.sbPage-footer, .sbPage-footer a, .sbPage-footer a:link, .sbPage-footer a:visited, .sbPage-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#666666;
}
.sbPage-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#666666;
}
.sbContentLayout .sbSidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 266px;
}
.sbContentLayout .sbContent
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 468px;
}
.sbContentLayout .sbContent-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 734px;
}
.sbContentLayout .sbContent-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 734px;
}
.sbContentLayout .sbContent-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 999px;
}
.sbContentLayout .sbSidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 266px;
}
.sbContentLayout li
{
	float: none;
}
table.moduletable th
{
	font-size: 140%;
	padding: .5em 0em;
}
#footer
{
	text-align: center;
}
.breadcrumbs
{
	display: block;
	padding: .7em 0em;
}
.contentpaneopen span.small, .contentpaneopen td.createdate, .contentpaneopen td.modifydate
{
	font-size: 75%;
	padding-bottom: 1em;
}
.column_separator 
{
	padding-left: .4em;
}
.pagination span
{
	padding: 2px;
}
.pagination a
{
	padding: 2px;
}
div.offline
{
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}
span.pathway
{
	display: block;
	margin: 0 20px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
table.moduletable th, legend
{
	margin: 0;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
.invalid
{
	border-color: #ff0000;
}
label.invalid
{
	color: #ff0000;
}
.ol-foreground
{
	background-color: #f6f6f6;
}

.ol-background
{
	background-color: #666;
}

.ol-textfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}

.ol-captionfont a
{
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}
span.article_separator
{
	display: none;
}

.column_separator
{
	padding-left: 10px;
}
td.buttonheading img
{
	border: none;
}
.clr
{
	clear: both;
}
div#maindivider
{
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1px;
}
table.blog span.article_separator
{
	display: none;
}
.contentpaneopen_edit
{
	float: left;
}
table.contenttoc
{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	float: right;
}
table.contenttoc td
{
	padding: 0 5px;
}
td.sectiontableheader
{
	background: #efefef;
	color: #333;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #fff;
}
tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td
{
	padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2
{
	padding: 3px;
}
table.contentpaneopen, table.contentpane
{
	margin: 0;
	padding: 0;
	width: auto;
}
table.contentpaneopen li
{
	margin-bottom: 5px;
}
table.contentpaneopen fieldset
{
	border: 0;
	border-top: 1px solid #ddd;
}
table.contentpaneopen h3
{
	margin-top: 25px;
}
table.contentpaneopen h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.highlight
{
	background-color: #fffebb;
}
table.user1user2 div.moduletable
{
	margin-bottom: 0px;
}
div.moduletable, div.module
{
	margin-bottom: 25px;
}

div.module_menu h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}
div.module_menu
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
div.module_menu div div div
{
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}
div.module_menu div div div div
{
	background: none;
	padding: 0;
}
div.module_menu ul
{
	margin: 10px 0;
	padding-left: 20px;
}
div.module_menu ul li a:link, div.module_menu ul li a:visited
{
	font-weight: bold;
}
#leftcolumn div.module
{
	padding: 0 10px;
}
#leftcolumn div.module table
{
	width: auto;
}
table.adminform textarea
{
	width: 540px;
	height: 400px;
	font-size: 1em;
	color: #000099;
}
div.top_menu
{
	position: relative;
	z-index: 1000;
	width: 100%;
	float: left;
}
div.search_top
{
	position: absolute;
	right: 0;
	z-index: 102;
}
div.search_top input.button_top
{
	position: relative;
	right: 10px;
	top:5px;
	font-size: 12px;
}
div.search_top input.inputbox_top
{
	height: 12px;
	font-size: 11px;
	position: relative;
	right: 12px;
	bottom:3px;
	
}

form#form-login
{
	text-align: left;
}
form#form-login fieldset
{
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}
form#form-login ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form#form-login ul li
{
	background-image: none;
	padding: 0;
}
#modlgn_username, #modlgn_passwd
{
	width: 90%;
}
#form-login-username, #form-login-password, #form-login-remember
{
	display: block;
	margin: 0;
}
form#com-form-login
{
	text-align: left;
}
form#com-form-login fieldset
{
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}
form#com-form-login ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form#com-form-login ul li
{
	background-image: none;
	padding: 0;
}
div.mosimage
{
	margin: 5px;
}

div.mosimage_caption {
	font-size: .90em;
	color: #666;
}
div.caption
{
	padding: 0 10px 0 10px;
}
div.caption img
{
	border: 1px solid #CCC;
}
div.caption p
{
	font-size: .90em;
	color: #666;
	text-align: center;
}
table.paramlist
{
	margin-top: 5px;
}
table.paramlist td.paramlist_key
{
	width: 128px;
	text-align: left;
	height: 30px;
}
div.message
{
	font-weight: bold;
	font-size: 14px;
	color: #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}
.banneritem img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.banneritem_text
{
	padding: 4px;
	font-size: 11px;
}
.bannerfooter_text
{
	padding: 4px;
	font-size: 11px;
	background-color: #f7f7f7;
	text-align: right;
}
.pagination span
{
	padding: 2px;
}
.pagination a
{
	padding: 2px;
}

/* Polls */
.pollstableborder
{
	margin-top: 8px;
}
.pollstableborder td
{
	text-align: left;
	
}
span.description
{
	display: block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset
{
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend
{
	margin: 0;
	padding: 0 10px;
}

td.key
{
	border-bottom: 1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip
{
	float: left;
	background: #ffc;
	border: 1px solid #d4d5aa;
	padding: 5px;
	max-width: 200px;
}

.tool-title
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text
{
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message
{
	margin-bottom: 20px;
}

#system-message dd.message ul
{
	background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
	margin:0px;
	padding-left: 40px;
	text-indent:0px;
}

/* System Error Messages */
#system-message dd.error ul
{
	color: #c00;
	background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}

/* System Notice Messages */
#system-message dd.notice ul
{
	color: #c00;
	background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
 }

#syndicate
{
	float: left;
	padding-left: 25px;
}

/* Component Specific Fixes */

#component-contact table td
{
	padding: 2px 0;
}

.breadcrumbs img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.mceToolbarTop {
	white-space: normal;
}

.mceEditor
{
	background: none;
}

#archive-list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#archive-list li
{
	list-style-type: none;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}

#navigation
{
	text-align: center;
}

.article h3 img
{
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.sbFooter-text .moduletable
{
	border: none;
	margin: 0;
	padding: 0;
}

.pollstableborder td {
	vertical-align: middle;
}

.img_caption.left
{
	float: left;
	margin-right: 1em;
}

.img_caption.right
{
	float: right;
	margin-left: 1em;
}

.img_caption.left p
{
	clear: left;
	text-align: center;
}

.img_caption.right p
{
	clear: right;
	text-align: center;
}

.img_caption img
{
	margin: 0em;
}

.contentheading
{
font-family: Arial, Helvetica, Sans-Serif;
  font-size: 19px;
  color: #757575;
}
/***********/
.rowContainer {clear: left;}
.c12-i1,.c12-i2,.c12-i3,.c12-i4,.c12-i5,.c12-i6,
.c12-i7,.c12-i8,.c12-i9,.c12-i10,.c12-i11,.c12-i12 {
font-size:0.8em;
margin: 0px 5px 0 5px;
float: left;
color:#B8B8B8;
}
.last {margin-right: 0;}
.c12-i1 {width: 70px;}
.c12-i2 {width: 120px;}
.c12-i3 {width: 230px;}
.c12-i4 {width: 310px; }
.c12-i5 {width: 390px;}
.c12-i6 {width: 470px;}
.c12-i7 {width: 550px;}
.c12-i8 {width: 630px;}
.c12-i9 {width: 710px;}
.c12-i10 {width: 790px;}
.c12-i11 {width: 870px;}
.c12-i12 {width: 120px;}

.c12-i1 ul li,.c12-i2 ul li,.c12-i3 ul li,.c12-i4 ul li,.c12-i5 ul li,.c12-i6 ul li,
.c12-i7 ul li,.c12-i8 ul li,.c12-i9 ul li,.c12-i10 ul li,.c12-i11 ul li 
{
    padding:0px 0 0px 13px;
    font-size:0.85em;
    background-image: url('../images/BlockContentBullets.png');
    background-repeat:no-repeat;
    margin:0 0 0.5em 0;
    line-height:1.2em;
}
.c12-i12 ul li
{
	background-image: none;	
}
a.rss:link, a.rss:visited
{
	background: url("../images/connect-icons.png") no-repeat scroll 0 -140px transparent;
	padding: 2px 2px 2px 25px;
}
a.rss:hover
{
	background: url("../images/connect-icons.png") no-repeat scroll 0 -120px transparent;
}
a.twitter:link, a.twitter:visited
{
	background: url("../images/connect-icons.png") no-repeat scroll 0 -100px transparent;
	padding: 2px 2px 2px 25px;
}
a.twitter:hover
{
	background: url("../images/connect-icons.png") no-repeat scroll 0 -80px transparent;
}
a.facebook:link, a.facebook:visited
{
	background: url("../images/connect-icons.png") no-repeat scroll 0 -20px transparent;
	padding: 2px 2px 2px 25px;
}
a.facebook:hover
{
	background: url("../images/connect-icons.png") no-repeat scroll 0 0px transparent;
}
a.youtube:link, a.youtube:visited
{
	background: url("../images/connect-icons.png") no-repeat scroll 0 -60px transparent;
	padding: 2px 2px 2px 25px;
}
a.youtube:hover
{
	background: url("../images/connect-icons.png") no-repeat scroll 0 -40px transparent;
}

menuhome-sbBlock{
    padding:0px;
}
#footerlinks a:active, #footerlinks a:visited, #footerlinks a:link{
    color: #675C53;
}
#footerlinks a:hover{
    color: #996600;
    border-bottom: 1px dashed;
}

.latestnews a:active, .latestnews a:visited, .latestnews a:link {
    color: #785534;    line-height: 12px;
    font-size: 11px;
    
}
.latestnews a:hover{
    color: #E86602;
    text-decoration: underline;
}
.latestnews p{
    margin: 5px 0 5px 0;
    color: #785534;
    line-height: 12px;
    font-size: 11px;

}

.allnews a {
    color: #785534;
    font-weight: normal;
    font-size: 10px;
}
.allnews a:hover{
    color: #E86602;
    text-decoration: underline;
}

.sbPost ul.gk_tab_ul-style4 li, .sbPost ul.gk_tab_ul-style3 li, .sbPost ul.gk_tab_ul-style2 li, .sbPost ul.gk_tab_ul-style1 li{
    background-image: none;
    padding-left: 0px;
}

div.modns
{
	color: #FFFFFF;
	background: #675c53;
	padding: 6px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 6px 2px 10px 0px;
	height: 158px;
	line-height: 28px;
}
