/* begin logo shtes
--------------------------------------------------------- */
#logo1, img#logo1 {
	position: absolute;
	top: 40px;
	left: 10px;
	border: 0;
}
div.wrapper {
	text-align: left;
	margin: auto;
	position: relative;
}
/* end logo shtes
--------------------------------------------------------- */

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	background: #F1EFE6 url(../images/body_bg.png) repeat-x top;
	margin-top: 5px;
}
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	color: #000000;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}
body.fs1 {
	font-size: 9px;
}
body.fs2 {
	font-size: 10px;
}
body.fs3 {
	font-size: 11px;
}
body.fs4 {
	font-size: 12px;
}
body.fs5 {
	font-size: 13px;
}
body.fs6 {
	font-size: 13px;
}
/* Normal link */
a {
	color: #ff9201;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #3c3b3b;
	text-decoration: underline;
}
/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* Small text */
small, .small, .smalldark, .mosimage_caption {
	font-size: 90%;
	color: #999;
}
/* Heading */
h1 {
	font-size: 180%;
}
h2 {
	font-size: 155%;
}
h3 {
	color: #515146;
	font-size: 150%;
	font-weight: normal;
	line-height: 23px;
	text-transform: capitalize;
	height: 25px;
}
h4 {
	font-size: 100%;
	text-transform: uppercase;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}
ul {
	list-style: none;
}
ul li {
	padding-left: 30px;
	line-height: 180%;
	background: url(../images/bullet-list.gif) no-repeat 18px 8px;
}
ol li {
	margin-left: 35px;
	line-height: 180%;
}
th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
hr {
	border-top: 1px solid #D0D9DF;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
a img {
	border: none;
}
td, div {
	font-size: 100%;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
select, textarea, .inputbox {
	background: #ffffff;
	color: #3c3b3b;
}
.button {
	font-weight: bold;
	color: #515146;
	padding: 2px;
	background: url(../images/but-bg.gif) repeat-x 50% top;
	border: solid 1px;
}
.inputbox {
	color: #3c3b3b;
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	background: transparent;
	border: solid 1px #515146;
}
.inputbox:hover, .inputbox:focus {
}
/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #92A3AE;
	background: #FAFAF0;
}
blockquote {
	padding: 1em 40px 1em 15px;
}
blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}
blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}
/* Quote hilight */
.quote-hilite {
	padding : 10px 15px;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #D0D9DF;
}
/* Small quote */
.small-quote {
	background: none;
	margin: 0;
	padding: 0;
}
.small-quote span.open-quote {
	background: url(../images/so-q.gif) no-repeat center left;
	margin: 0;
	padding-left: 20px;
}
.small-quote span.close-quote {
	background: url(../images/sc-q.gif) no-repeat center right;
	margin: 0;
	padding-right: 20px;
}
.small-quote span.author {
	display: block;
	padding: 2px 5px 2px 20px;
	background: url(../images/author.gif) no-repeat 5px 4px #D0D9DF;
	border-top: 1px solid #D0D9DF;
	margin: 0.5em 0 0;
	text-transform: uppercase;
	font-size: 90%;
}
/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #92A3AE;
	font: 50px/40px Georgia, Times, serif;
}
/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}
.message {
	color: #DF8600;
}
.tips {
	padding-left: 25px;
	color: #0033cc;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}
.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}
/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #D0D9DF;
}
p.download {
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #D0D9DF;
}
.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}
/* Check list */
ul.checklist {
	list-style: none;
}
ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}
/* Check list */
ul.stars {
	list-style: none;
}
ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}
/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #ffffff;
	font: bold 20px Arial, sans-serif;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}
div.bubble1 span.author, div.bubble2 span.author, div.bubble3 span.author, div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	font-weight: bold;
	background: url(../images/author.gif) no-repeat center left;
}
div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}
div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}
div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}
div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}
div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}
div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}
div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}
div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}
div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}
div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}
div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}
div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}
div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}
div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}
div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}
div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}
div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}
div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}
div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}
div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}
.article_seperator {
	display: block;
	height: 20px;
}
#at-col1 .article_seperator, #at-col2 .article_seperator {
	display: none;
}
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%;
}
table.contenttoc a {
	text-decoration: none;
}
table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}
table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #D0D9DF;
	text-indent: 5px;
}
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}
table.pollstableborder tr.sectiontableentry1 td {
	border: none;
}
table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}
.adminform .inputbox {
}
.blog_more {
	margin: 10px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #515146;
	font-size: 100%;
}
.blog_more ul {
	margin: 0;
	padding: 0;
}
.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background:	url(../images/bullet-list.gif) no-repeat 6px 8px;
}
td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;/*url(../images/dot.gif) repeat-x bottom;*/
}
.category {
	font-weight: bold;
}
.clr {
	clear: both;
}
.componentheading {
	color: #515146;
	padding: 0 0 10px;
	margin-bottom: 20px;
	font-size: 150%;
	font-weight: normal;
	background-image: url('(EmptyReference!)');
	text-transform: capitalize;
	margin-left: 10px;
}
.contentdescription {
	padding-bottom: 30px;
}
.contentheading {
	color: #515146;
	font-size: 150%;
	font-weight: normal;
	background-image: url('(EmptyReference!)');
	padding-bottom: 10px;
	text-transform: capitalize;
}
a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus {
	text-decoration: none !important;
}
a.readon {
	float: left;
	display: block;
	text-decoration: none;
	text-transform: lowercase;
}
a.readon:hover, a.readon:active, a.readon:focus {
}
table.contentpaneopen td, table.contentpane td {
	padding-right: 10px;
	padding-left: 10px;
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
.createdate {
	padding: 3px;
	font-size: 90%;
	color: #999;
}
.modifydate {
	color: #999;
	font-size: 90%;
	height: 15px;
	padding-top: 15px;
}
.moduletable {
	padding: 0;
}
.mosimage {
	margin: 15px 5px 10px 0;
	padding: 0 5px 5px;
}
* html .mosimage { /*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 10px 0;
}
*+html .mosimage { /*IE 7*/
	padding: 5px 0 !important;
}
.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}
.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999;
}
.pagenav, .pagenav_prev, .pagenav_next, .pagenavbar {
	padding: 0 2px;
}
a.pagenav, .pagenav_prev a, .pagenav_next a, .pagenavbar a {
	text-decoration: none;
}
a.pagenav:hover, a.pagenav:active, a.pagenav:focus, .pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus, .pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus, .pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}
.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}
.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}
.sectiontableheader {
	padding: 30px 5px 8px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 125%;
}
tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}
tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom;
}
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td, .pollstableborder tr.sectiontableentry2 td {
	background: none;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#at-wrapper {
	color: #3c3b3b;
	width: 950px;
	margin: 0 auto;
	background: #fff;
	border: 5px solid #FFF;
}
.narrow #at-wrapper {
	width: 800px;
}
#at-containerwrap, #at-containerwrap-fr, #at-containerwrap-fl, #at-containerwrap-f {
	clear: both;
}
#at-containerwrap, #at-containerwrap-fr {
	background-image: url(../images/mainwrap-bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-top: 10px;
}
#at-containerwrap-repeat {
	background-image: url(../images/mainwrap-bg-repeat.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#at-containerwrap #at-container {
	background: url(../images/dot.gif) repeat-y 77% 0;
}
#at-containerwrap-fl {
	background: url(../images/dot.gif) repeat-y 75% 0;
}
#at-containerwrap-fl #at-container {
	background: none;
}
#at-containerwrap-fr #at-container {
	background: none;
}
#at-mainbody, #at-mainbody-fr {
	float: right;
	width: 77%;
}
#at-mainbody #at-contentwrap {
	float: left;
	width: 70%;
}
#at-mainbody-fl {
	float: left;
	width: 100%;
}
#at-mainbody-fl #at-contentwrap {
	float: left;
	width: 74.8%;
	background: none;
}
#at-mainbody-fl #at-col2 {
	float: right;
	width: 25%;
}
#at-mainbody-f {
	float: none;
	width: 100%;
}
#at-container {
}
#at-content {
	margin: 0;
	clear: both;
	padding: 20px 20px 0;
	display: block;
}
/* HEADER
--------------------------------------------------------- */
#at-headerwrap {
	position: relative;
	height: 401px;
	line-height: normal;
	background: #f8f4f3 url(../images/header1.jpg) no-repeat;
}
#at-header {
	background-repeat: no-repeat;
	height: 401px;
}
h1.logo {
	font-size: 300%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 217px;
	height: 80px;
}
.narrow h1.logo {
	width: 172px;
}
h1.logo a {
	width: 217px;
	height: 80px;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	outline: none medium;
	text-indent: -4000px;
	background: url(../images/logo.png) no-repeat;
}
.narrow h1.logo a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 172px;
}
#at-newsflash {
	color: #516069;
	font-weight: normal;
	line-height: normal;
	position: relative;
	float: left;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	bottom: 0;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
}
#at-scroll_1, #at-scroll_2 {
	background: #5D6B74;
}
#at-pathwaywrap {
	background: url(../images/path_bg.jpg) no-repeat;
	position: relative;
	bottom: 0;
	width: 950px;
	clear: both;
	height: 122px;
}
#at-pathway {
	display: block;
	color: #8e8c8c;
	font-size: 11px;
	text-transform: lowercase;
	float: right;
	text-indent: 20px;
	position: absolute;
	top: 5px;
	left: 20px;
}
#at-pathway strong {
	margin-right: 10px;
}
#at-pathway img {
	margin: 0 5px 0;
}
#at-pathway a {
	font-weight: normal;
	color: #515146;
	text-decoration: none;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#at-mainnavwrap {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: absolute;
	clear: both;
	width: 950px;
	height: 32px;
}
.narrow #at-mainnavwrap {
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 750px;
	height: 36px;
}
#at-mainnav {
	float: right;
	width: 100%;
	height: 30px;
	padding-top: 355px;
}
#at-mainnavwrap a, #at-mainnavwrap a:hover, #at-mainnavwrap a:active, #at-mainnavwrap a:focus {
	outline: none;
}
#at-subnavwrap {
}
#at-subnav {
}
/* Default Joomla! Menu */
/*
a.mainlevel {
	display: block;
	color: #ff9201;
	font-size: 100%;
	font-weight: normal;
	line-height: 23px;
	text-decoration: none;
	background: url(../images/a-mainlevel.gif) no-repeat left bottom;
	text-transform: uppercase;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 32px;
}
a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus {
	color: #3c3b3b;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/a-mainlevel-hover.gif) no-repeat left bottom;
}
a.mainlevel#active_menu {
	color: #ff9201;
	background: url(../images/a-mainlevel-hover.gif) no-repeat left bottom;
	font-weight: normal;
	text-decoration: none;
}
a.sublevel {
	padding: 2px 4px 2px 20px;
	display: block;
	color: #ff9201;
	text-decoration: none;
	background: url(../images/bullet-list.gif) no-repeat 10px 9px;
	margin-left: 15px;
}
a.sublevel:hover, a.sublevel:active, a.sublevel:focus {
	color: #3c3b3b;
	text-decoration: none;
}
#active_menu {
	color: #3c3b3b;
	font-weight: normal;
}
*/
/* MODULE
--------------------------------------------------------- */
div h3 {
	color: #515146;
	font-size: 150%;
	font-weight: normal;
	background-repeat: no-repeat;
	text-transform: capitalize;
}
div.moduletable h3 {
	color: #515146;
	font-size: 150%;
	font-weight: normal;
	background-image: url('(EmptyReference!)');
	text-transform: capitalize;
	padding-left: 5px;
}
div.moduletable {
	color: #3c3b3b;
	padding: 0 10px 10px;
}
#at-col1 div.moduletable {
	color: #3c3b3b;
	width: 210px;
}
#at-col1 div.moduletable h3 {
	color: #515146;
	font-size: 150%;
	font-weight: normal;
	background-repeat: no-repeat;
	text-transform: capitalize;
	margin-left: -5px;
}
#at-col2 div.moduletable {
	color: #3c3b3b;
	background-color: transparent;
	padding-right: 12px;
}
#at-col2 div.moduletable h3 {
	color: #515146;
	font-size: 150%;
	font-weight: normal;
	background-repeat: no-repeat;
	text-transform: capitalize;
}
div.moduletable-blank {
	color: #3c3b3b;
	background: transparent;
}
#at-user13 {
	font-weight: normal;
	line-height: normal;
	position: absolute;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	top: 120px;
	right: 20px;
	width: 190px;
	height: 180px;
}
#at-user13 div.moduletable {
	color: #fff;
}
#at-user13 div.moduletable h3 {
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	background-repeat: no-repeat;
	text-transform: capitalize;
}
#at-user14 {
	font-weight: normal;
	line-height: normal;
	position: absolute;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	top: 90px;
	right: 10px;
	width: 190px;
	height: 180px;
}
#at-user14 div.moduletable {
	color: #075156;
}
#at-user14 div.moduletable h3 {
	color: #407a22;
	font-size: 150%;
	font-weight: normal;
	text-transform: capitalize;
	padding-left: 25px;
}
#at-user10 div.moduletable h3 {
	color: #515146;
	font-size: 150%;
	font-weight: normal;
	background-repeat: no-repeat;
	text-transform: capitalize;
}
#at-user11 div.moduletable h3 {
	color: #515146;
	font-size: 150%;
	font-weight: normal;
	background-repeat: no-repeat;
	text-transform: capitalize;
}
/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.at-box-full, .at-box-left, .at-box-right, .at-box-rightcol {
	float: left;
	overflow: hidden;
	padding: 0;
}
.at-box-full div.moduletable, .at-box-left div.moduletable, .at-box-right div.moduletable, .at-box-rightcol div.moduletable {
	padding: 0 20px 20px;
}
.at-box-left div.moduletable h3, .at-box-full div.moduletable h3 {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}
.at-box-left, .at-box-full {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}
.at-box-right div.moduletable h3 {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}
.at-box-right {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}
.at-box-rightcol div.moduletable h3 {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}
.at-box-rightcol {
	background: #E3E8EB;
}
/* Bottom Spotlight */
#at-botslwrap {
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#at-botsl {
}
#at-botsl h3 {
	color: #C08E61;
	margin: 0 -20px 10px;
	padding: 6px 20px;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#at-botsl div.moduletable {
	margin: 0;
}
#at-botsl ul {
	padding: 0;
	margin: 0 !important;
}
#at-botsl li {
	padding: 0 0 0 13px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 2px 10px;
}
#at-botsl td {
	padding: 0;
}
#at-botsl .article_seperator {
	display: none;
}
#at-botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}
/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#at-col1 {
	float: left;
	width: 22.9%;
	overflow: hidden;
	padding-bottom: 10px;
}
#at-col1 div.at-innerpad {
	padding: 1px 15px 10px 12px;
}
#at-col2 {
	float: right;
	width: 30%;
	overflow: hidden;
	padding-bottom: 10px;
}
#at-col2 div.at-innerpad {
	padding: 1px 20px 10px 10px;
}
#at-col1 table, #at-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}
#at-col1 ul li, #at-col2 ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 3px 9px;
}
#at-col1 ul, #at-col2 ul {
	margin: 0;
}
/* USER TOOLS
--------------------------------------------------------- */
#at-usercolorswrap, #at-usertoolswrap {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	padding-right: 7px;
}
*+html #at-usertoolswrap {
	right: 0;
}
#at-usertools {
	margin: 0;
	padding: 10px 0 4px 0;
}
* html #at-usertools { /*IE 6*/
	float: left;
}
*+html #at-usertools { /*IE 7*/
	padding: 8px 0 4px 0;
}
#at-usercolors ul, #at-usertools ul {
	margin: 0;
	padding: 0;
	float: left;
}
#at-usercolors ul li, #at-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}
#at-usercolors img, #at-usertools img {
	padding: 0;
	margin: 0 0 0 2px;
}
#at-usercolors {
	float: left;
	padding: 10px 5px 4px;
}
/* FOOTER
--------------------------------------------------------- */
#at-footerwrap {
	background-color: transparent;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	width: 950px;
	height: 70px;
}
#at-footer {
	width: 77%;
	float: right;
	position: relative;
	color: #3c4a53;
	background-color: transparent;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0 0;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}
#at-footer small, #at-footer address {
	padding: 0 0 0 20px;
	font-style: normal;
	display: block;
	float: left;
	font-size: 100%;
	color: #3C4A53;
}
#at-footer ul {
	margin: 0 0 5px 20px;
	padding: 0;
}
#at-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
#at-footer li a {
	display: inline;
	padding: 0 20px 0 0;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}
#at-footer li a:hover, #at-footer li a:active, #at-footer li a:focus {
	text-decoration: none;
	color: #3c3b3b;
}
/* Search */
#at-searchwrap {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: relative;
	width: 22.99%;
	float: right;
	height: 20px;
	margin-right: 80px;
}
#at-search {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	position: absolute;
	right: 1px;
	width: 165px;
	float: right;
	margin-right: -10px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-left: 17px;
}
#at-search .inputbox {
	width: 144px;
	padding: 2px 5px 3px;
	color: #8e8c8c;
	background: transparent;
	border-width: 0;
}
 . #at-search .inputbox {
 width: 100px;
}
/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}
#at-banner {
	text-align: center;
	position: absolute;
	top: 40px;
	right: 2px;
}
div.back_button a, div.back_button a:hover, div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}
#mod_login_password, #mod_login_username {
	width: 80%;
}
#mod_login_remember {
	border: none;
	background: none;
}
/* aaaaaaaaaaaa newsflash */
div.nftitle, div.nfimages, div.nfcontent {
	padding: 0 20px 0 20px;
}
div.nftitle {
	font-size: 170%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
}
div.nftitle a {
	text-decoration: none;
	border: none;
	color: #FFFFFF;
}
div.nfimages {
	text-align: center;
}
div.nfcontent {
	color: #D0D9DF;
	margin: 0;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
#st-top-content {
	width: 950px;
	height: 4px;
	background:url(../images/top_content.png) no-repeat;
}
#st-banner {
	border-right:10px solid #FFF;
	padding-left: 210px;
	position: relative;
	height: 210px;
}
#st-header {
	clear: both;
	height: 70px;
	border-bottom: 5px solid #C0504D;
	margin-bottom: 5px;
}
#st-header h1 {
	margin: 0;
	text-indent: -5000px;
	overflow:hidden;
}
#st-header h1 a {
	width: 230px;
	height: 70px;
	display:block;
	background:url(../images/logo.png) no-repeat;
}
#st-header #st-top {
	float: right;
	width: 470px;
	padding-top: 4px;
	color: #FFF;
}
#st-menubar {
	height: 46px;
	background: url(../images/menu_bg.png) no-repeat top left;
	text-align: center;
	padding-top: 10px;
}
#at-cssmenu {
	margin-top: 5px;
}
#chronoforms fieldset {
	padding: 10px;
	border: 1px solid #EC6E00;
}
#chronoforms legend {
	padding: 5px;
}
#chronoforms label {
	display: block;
	width: 200px;
	float: left;
	text-align:right;
	padding: 3px 10px;
}
#chronoforms #button_form {
	text-align: center;
}
#chronoforms a {
	display: none;
}
#chronoforms input, #chronoforms textarea {
	border: 1px solid #EC6E00;
	background-color: #eee;
}
.ja-newstitle, .jazin-title a {
	text-decoration: none;
}
.readon {
	padding: 2px 4px;
	background-color: #E1E1E1;
	border: 1px outset #E1E1E1;
	color: #666;
	margin-bottom: 10px;
}
.readon:hover {
	border: 1px inset #E1E1E1;
}
.jazin-content {
	text-align: left;
}
.extcal_minical {
	width: 100%;
}
.contentpagetitle {
	font-size: 12px;
}
.article_column {
	text-align: left;
}
.bs_contentdiv {
	text-align: center;
}
#st-faixatopo {
	background:url(../images/faixatopo.png) no-repeat;
	height: 35px;
	position: relative;
}
#st-faixatopo a {
	color: #fff;
	text-decoration:none;
}
#st-faixatopo a:hover, #st-faixatopo #active_menu {
	color: #000;
	text-decoration: underline;
}
#st-language {
	width: 30px;
	right: 5px;
	height: 10px;
	position: absolute;
	top:-15px;
}
#st-menutopo {
	margin-right: 40px;
	width: 300px;
	text-align: right;
	float: right;
}
#pathway {
	padding-left: 38px;
	padding-top: 2px;
}
#st-ft-left {
	padding-top: 30px;
	width: 400px;
	float: left;
	padding-left:20px;
	color: #FFFFFF;
	position: absolute;
}
#st-ft-right {
	padding-top: 30px;
	width: 400px;
	float: right;
	padding-right:20px;
	color: #FFFFFF;
	text-align:right;
}
#st-ft-right a {
	color: #fff;
}
#st-menu {
	position: absolute;
	height: 210px;
	width: 170px;
	left: 0px;
	top: 10px;
	z-index: 999;
	padding-left: 30px;
}
#st-menu h3 {
	margin-left: 15px;
	color: #C0504D;
}
#st-menu ul {
	list-style: none;
	margin-left: -30px;
}
#st-menu ul li {
	background: none;
}
#st-menu a {
	text-decoration: none;
	color: #C0504D;
	display: block;
	border-bottom: 1px dotted #C0504D;
	padding: 5px;
	font-size: 12px;
}
#st-menu span {
	margin-left: 10px;
}
#st-menu a:hover, #st-menu .active a {
	color: #4BACC6;
	border-bottom: 1px dotted #4BACC6;
	text-align:right;
	background: url(../images/seta.png) no-repeat right;
	padding-right: 30px;
}

dt.message {
	display: none;
}

#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul {
	padding: 0;
	margin: 0;
		margin-left: -30px;
}
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;

}
/* System Standard Messages */
#system-message dd.message ul {
	background: #4BACC6;
	border: none;
}
/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}
/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}
