/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

#header,#container {
	width: 825px;
	margin: 0 auto;
}

body {
	width: 100%;
	height: 100%;
	background: #ffffff url(../images/background.gif) repeat-x left top;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

body#bd {
	color: #333333;
	background: #F2F2F2;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

/* Normal link */
a {
	color: #53688C;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #4E6371;
	text-decoration: underline;
}

/* More link */
a.more:link, a.more:visited {
	padding: 2px 15px 0 0;
	float: right;
	color: #A1A5AA;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

a.more:hover {
	text-decoration: underline;
}

.task a.more:link, .task a.more:visited {
	background: transparent url("../images/list.gif") right 3px no-repeat;
}


.services a.more:link, .services a.more:visited {
	background: transparent url("../images/list2.gif") right 3px no-repeat;
	margin: 197px 15px 0 0;
}

.listing a.more:link, .listing a.more:visited {
	background: transparent url("../images/list1.gif") right 3px no-repeat;
	margin: 10px 38px 0 0;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {

}


/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	color: #6A6C6D;
	font-weight: 600;
	font-size: 18px;
	margin: 15px 0 10px 13px;
}

h1 span {
	color: #2B306D;
}

h1 i {
	font-size: 20px;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

h5 {
	color: #C3CAD6;
	font-size: 25px;
	font-weight: 100;
}

h6 {
	color: #52687C;
	font-size: 19px;
	font-weight: 400;
	line-height: 19px;
	text-transform: uppercase;
}

p, pre, blockquote, h1, h2, h3, h4, h5 {
	margin: 15px 0 10px 0;
	padding: 0;
}

h6 {
	margin: 0;
	padding: 0;
}


ul {
	list-style: none;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ol {
	list-style: decimal;
	margin: 20px;
	padding: 0;
}

#content ul {
	list-style: disc;
	margin: 20px;
	padding: 0;
}

#content ol li {
	padding: 5px 0;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 0 5px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-size: 100%;
}

.button {
	color: #222222;
	font-size: 10px;
	padding: 0 12px 0 12px;
}

.button:hover, .button:focus {
	color: #3F537A;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #f9f7f7;
}


.right {
	float: right;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

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;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.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;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.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;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #7BA566;
	font: bold 20px/normal Arial, sans-serif;
}

/* 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;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

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;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 0;
}

#content .article_separator {
	clear: both;
	display: block;
	height: 25px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  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.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%;
	float: right;
}

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 #CCCCCC;
	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: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
}

.componentheading {
	background:transparent url(../images/title.gif) no-repeat scroll right bottom;
	color:#4B6177;
	display:block;
	font-size:27px;
	font-weight:normal;
	height:55px;
	margin:0 -70px 0 -28px;
	padding:0;
	text-align:center;
	width:565px;
}



#component-contact {
	padding-top: 20px;
}

.contentdescription {
	padding-bottom: 30px;
}

.contentpaneopen h2.contentheading, .contentpaneopen .contentheading {
	width:auto;
	margin: 0;
}

h2.contentheading, .contentheading {
	display: block;
	font-weight: normal;
	color: #4B6177;
	font-size: 27px;
	text-align: center;
	height: 55px;
	background: url(../images/title.gif) no-repeat bottom right;
	margin: 0 -70px 0 -28px;
	padding: 0;
	width: 565px;
}

.contentpane .contentheading {
	background: none;
}

table.blog .contentheading {
	font-size: 150%;
	background: none;
	text-align: left;
	height: auto;
}

.contentheading {
	color:#6A6C6D;
	font-size:18px;
	font-weight:600;
	margin:15px 0 10px 13px;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 15px 1px 14px;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #4B6177;
	font-weight: bold;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #3F537A;
}

table.contentpaneopen td, table.contentpane td {
}

#content table.contentpaneopen, #content table.contentpane, #content table.blog {
	width: 100%;
	margin: 20px 0 0 0;
}

#content table.blog {
	padding: 20px 0 0 0;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;

}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #3F537A;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #4F5394;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #d3dded;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #fbfbfb;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border: 2px solid #ffffff;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #DCE4F1;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#wrapper {
	width: 790px;
	margin: 0 auto;
}

#left-column {
	float: left;
	height: auto;
	width: 225px;
}

#right-column {
	float: left;
	height: auto;
	width: 560px;
}

.leftmenu-top {
	background: url(../images/navigation-top.gif);
	height: 20px;
}

.leftmenu-bottom {
	background: url(../images/navigation-bottom.gif) no-repeat;
	height: 41px;
}



#background-bottom {
	background: url(../images/sub-body.gif) no-repeat;
	height: 29px;
}

#container2 {

}

#mainbody-fr #col1, #mainbody-ff #col1 {
	width: 20%;
}

#mainbody-fr #contentwrap, #mainbody-ff #contentwrap {
	width: 80%;
}

#mainbody, #mainbody-fl {
	float: left;

}

#mainbody #contentwrap {

}

#mainbody-fl #contentwrap {
	float: left;
	width: 100%;
}

#mainbody-f, #mainbody-fr, #mainbody-ff {
	float: none;
	width: 100%;
}

#mainbody-fr #contentwrap, #mainbody-ff #contentwrap {
	width: 74.8%;
	float: right;
}

#mainbody-fr #col1, #mainbody-ff #col1 {
	width: 283px;
	float: left;
	padding-bottom: 14px;
	padding-left: 17px;
}

#mainbody-fr #contentwrap, #mainbody-ff #contentwrap {
	width: 515px;
	padding: 0 5px;
}

#mainbody-ff #contentwrap #content .article-content h1 {
	margin-left: 13px;
}

#mainbody-ff #contentwrap #content .article-content p{
	color: #7E8081;
	font-size: 12px;
	margin: 0 0 15px 30px;
	text-align: justify;
	line-height: 14px;
	font-weight:600;
	width: 220px;
}

#mainbody-ff #contentwrap #content .article-content img{
	margin: -15px 0 15px 30px;
}


#mainbody-ff #contentwrap #content .article-content p span {
	color:#505482;
}

#content {
	background: url("../images/body.gif") 0 53px no-repeat;
	padding: 0 70px 0 40px;
	margin: 0 0 0 -12px;
	min-height: 480px;
	position: relative;
}

#content p {
	line-height: 17px;
	padding: 0 0 20px;
}


#content .article-content {
	padding-top: 20px;
}

#contentindex {
	background: url(../images/contentindexbg.gif) right bottom no-repeat;
	width: 561px;
}

.content-bottom {
	width: 577px;
	height: 38px;
	background: transparent url(../images/body-bottom.gif) top left no-repeat;
	margin: 0 0 0 -12px;
	clear: both;
}

#contentwrap {
	min-height: 300px;
	height: auto;
	background: transparent url(../images/body-middle.gif) repeat-y scroll right top;
}
* html #contentwrap {
	height: 300px;
}
#mainbody-fl #content {
	padding-left: 0;
}

#mainbody-f #content {
	padding: 0;
}

/* Full */
#containerwrap-f {
	background: url(../images/cwf-bg.gif) repeat-x top left #F6F6F6;
}

#containerwrap-f #containerwrap2 {
	background: none;
}

#containerwrap-f #container,
#containerwrap-f #container2 {
	background: none;
}

/* Full left */
#containerwrap-fl {
	background: url(../images/cwf-bg.gif) repeat-x top left #F6F6F6;
}

#containerwrap-fl #containerwrap2,
#containerwrap-fl #container,
#containerwrap-fl #container2 {
	background: none;
}

/* Full right */
#containerwrap-fr {

}

#containerwrap-fr #containerwrap2 .article-content p {
	font-weight:600;
	line-height:19px;
	margin:0 0 24px 30px;
}




/* HEADER
--------------------------------------------------------- */
#headerwrap {
	width: 850px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 850px;
	height: 82px;
	background: transparent url("../images/slogan.gif") top right no-repeat;
}

.headermask {
	width: 602px;
	display: block;
	background: url(../images/header-mask.png) no-repeat top right;
	height: 80px;
	position: absolute;
	top: 0;
	right: -1px;
}

#header a {
	color: #CCCCCC;
}

h1.logo, h1.logo-text {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo a {
	width: 208px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	height: 80px;
	position: relative;
	z-index: 100;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* Search */
#search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	position: absolute;
	bottom: 15px;
	right: 0;
}

#search .inputbox {
	width: 120px;
	border: 1px solid #333333;
	padding: 3px 5px;
	color: #999999;
	background: #444444;
	font-size: 92%;
}

.search {
	background: #DEDDDD;
	font-size: 12px;
	height: 42px;
	padding: 9px 12px 7px;
	width: 190px;
}

#col1 .search {
	float: right;
	margin: 0 20px 17px 0;
}

.search a {
	font-size: 10px;
	text-decoration: none;
	line-height: 18px;
	float: right;
}



.search .inputbox {
	background:#EAEAEA none repeat scroll 0 0;
	border:1px solid #C5C6C6;
	color:#8C8D8E;
	font-size:12px;
	height:15px;
	padding:1px 0 0 5px;
	margin-bottom: 5px;
	width:190px;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnavwrap {
	width: 850px;
	margin: 0 auto;
}

#mainnav {
	float: left;
}

#pathway {
	font-size: 92%;
}

#pathway strong {
	margin-right: 5px;
	font-weight: normal;
}

#pathway a {
	text-decoration: none;
}

#pathway img {
	margin: 1px 5px;
}

/* HELP ICONS
--------------------------------------------------------- */
#helpicons {
	float: left;
}

ul.help-icon {
	width: 150px;
	height: 26px;
	padding: 7px 0 0 80px;
}

ul.help-icon li {
	float: left;
	margin: 0 14px 0 14px;
}

ul.help-icon li a:link, ul.help-icon li  a:visited {
	display: block;
	width: 15px;
	height: 12px;
}

ul.help-icon li a.homepage:link, ul.help-icon li  a.homepage:visited {
	background: transparent url("../images/homepage.gif") top left no-repeat;
}

ul.help-icon li a.mailing:link, ul.help-icon li  a.mailing:visited {
	background: transparent url("../images/mailing.gif") top left no-repeat;
}

ul.help-icon li a.sitemap:link, ul.help-icon li  a.sitemap:visited {
	background: transparent url("../images/sitemap.gif") top left no-repeat;
}




/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	margin-bottom: 15px;
}



div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	font-size:20px;
	font-weight:400;
	line-height:24px;
	margin:7px 0 7px 0;
	padding:0;	
	color: #52687C;
}

#left-column div.moduletable {
	color:#737373;
	font-size:16px;
	line-height:25px;
	margin:7px 0 15px 45px;
}

#left-column div.moduletable_menu {
	margin:7px 0 15px 45px;
}

#col2 div.moduletable h3 {
	font-size: 18px;
	font-weight: 600;
}



.moduletable_topmenu {
	color: #8589C4;
	font-size: 14px;
	font-weight: 600;
}

.moduletable_leftmenu {
	margin-left: 7px;
	background: #F2EED9;
}

.task {
	width: 232px;
	height: 194px;
	background: transparent url("../images/task.jpg") top left no-repeat;
	margin: -20px 0 0 0;
	padding: 183px 26px 0 9px;
	overflow: hidden;
	position:relative;
	float: left;
}

.taskshadow {
	background: url("../images/taskshadow.png") top left no-repeat;
	width: 15px;
	height: 350px;
	float: left;
	margin: -22px 0 0 -15px;
	overflow: hidden;
	position:relative;
}

.task p {
	text-align: justify;
	margin: 0 0 5px 0;
	font-size: 12px;
}

.task a {
	position: relative;
	z-index: 1;
}

.services {
	width: 275px;
	height: 213px;
	background: transparent url("../images/services.jpg") top left no-repeat;
	margin: -20px 0 0 0;
	float: left;
	position: relative;
}

.listing {
	width: 285px;
	height: 290px;
	background: transparent url("../images/listing.jpg") top left no-repeat;
	margin: 0 0 0 -13px;
	overflow: hidden;
	float: right;
}

.latest {
	width: 327px;
	height: 126px;
	background: url("../images/latest.jpg") top left no-repeat;
	position: absolute;
	top: 417px;
	margin: 0 0 0 -51px;
	z-index: 1;
}

.latest img {
	float:left;
	margin:3px 14px 0 11px;
}

.latest p {
	padding: 0;
}

.latest strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 10px;
}


.margin-33-44 {
	margin: 33px 0 0 44px;
}

.margin-20-45 {
	margin: 20px 0 0 45px;
}


/* Testimonials
--------------------------------------------------------- */

.testimonials {
	width: 217px;
	height: auto;
	margin: 0 0 20px 0;
}

.testimonials-top {
	width: 217px;
	height: 12px;
	background: transparent url("../images/testimonials-top.gif") top left no-repeat;
}

.testimonials-middle {
	width: 199px;
	height: auto;
	padding: 0 10px 0 8px;
	background: transparent url("../images/testimonials-middle.jpg") top left repeat-y;
	color: #272C6B;
	font-weight: 600;
	font-style: italic;
	margin: -4px 0 0 0;
}

.testimonials-middle a:link, .testimonials-middle a:visited {
	color: #0B9AF4;
	font-size: 13px;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	float: right;
	margin: 0 10px 0 0;
}

.testimonials-bottom {
	width: 217px;
	height: 23px;
	background: transparent url("../images/testimonials-bottom.gif") top left no-repeat;
}


/* LEFT
--------------------------------------------------------- */

#col1 h6.title {
	font-size: 20px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 7px 0;
	padding: 0;
}

#col1 .title span {
	color: #4C529A;
}

#col1 div.moduletable p  {
	margin: 2px 0 2px 20px;
	padding-top: 17px;
	font-size: 14px;
	color: #9E9C9C;
	line-height: 19px;
	font-weight: 600;
}



/* LEFT PURPLE
--------------------------------------------------------- */
#leftpurple div.moduletable {
	padding:7px 10px 0 18px;
	height:139px;
	background: url(../images/left-column.gif);
}

#leftpurple div.moduletable h3 {
	color: #FCF9F9;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}



/* LEFT GREY
--------------------------------------------------------- */
#leftgrey div.moduletable {
	width: 267px;
	font-size: 18px;
	margin-bottom: 22px;
}

#leftgrey h6.title {
	font-size: 20px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 7px 0;
	padding: 0;
}

#leftgrey .title span {
	color: #4C529A;
}

#leftgrey div.moduletable p  {
	color: #6A6C6D;
	line-height: 18px;
	font-weight: 400;
	margin: 2px 0 2px 5px;
	padding: 0 0 0 10px;
	font-size: 18px;
}

#leftgrey div.moduletable span.left {
	width: 110px;
	display: block;
	float: left;
}

#leftgrey div.moduletable span.small {
	font-size: 14px;
	font-weight: 600;
	width: 115px;
	display: block;
	float: left;
}

#leftgrey div.moduletable span.right {
	font-size: 14px;
	font-weight: 600;
	float: left;
}

#leftgrey div.moduletable span.blue {
	color: #4C529A;
	float: left;
	display: block;	
}

#leftgrey div.moduletable a:link, #leftgrey div.moduletable a:visited {
	text-decoration: none;
	color: #0B9AF4;
	font-size: 13px;
}

#leftgrey div.moduletable a:hover {
	text-decoration: underline;
}






/* Module rounded */
div.module h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 2px solid #F6F6F6;
	color: #7BA566;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 0 15px 10px;
	background: url(../images/b-tl.gif) no-repeat top left;
}

div.module_black div div div div,
div.module_green div div div div,
div.module_blue div div div div,
div.module_red div div div div,
div.module_text div div div div,
div.module div div div div {
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}

div.module_text h3 {
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

div.module_text span {
	padding: 0 3px 0 0;
	float: left;
	clear: both;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
}

div.module_text {
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/bt-br.gif) no-repeat bottom right #F6F6F6;
}

div.module_text div {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text div div {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text div div div {
	padding: 0 15px 10px;
	display: block;
	background: url(../images/bt-tl.gif) no-repeat top left;
}

div.banneritem_text {
	padding: 5px 0 !important;
}

/* red */
div.module_black h3,
div.module_green h3,
div.module_blue h3,
div.module_red h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 1px solid #F6F6F6;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_red {
	background: url(../images/br-br.gif) no-repeat bottom right #BF0000;
	color: #FFFFFF;
}

div.module_red div {
	background: url(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red div div {
	background: url(../images/br-tr.gif) no-repeat top right;
}

div.module_red div div div {
	padding: 0 15px 10px;
	background: url(../images/br-tl.gif) no-repeat top left;
}

/* blue */
div.module_blue {
	background: url(../images/bb-br.gif) no-repeat bottom right #006699;
	color: #FFFFFF;
}

div.module_blue div {
	background: url(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue div div {
	background: url(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue div div div {
	padding: 0 15px 10px;
	background: url(../images/bb-tl.gif) no-repeat top left;
}

/* green */
div.module_green {
	background: url(../images/bg-br.gif) no-repeat bottom right #7BA566;
	color: #FFFFFF;
}

div.module_green div {
	background: url(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green div div {
	background: url(../images/bg-tr.gif) no-repeat top right;
}

div.module_green div div div {
	padding: 0 15px 10px;
	background: url(../images/bg-tl.gif) no-repeat top left;
}

/* black */
div.module_black {
	background: url(../images/bl-br.gif) no-repeat bottom right #333333;
	color: #FFFFFF;
}

div.module_black div {
	background: url(../images/bl-bl.gif) no-repeat bottom left;
}

div.module_black div div {
	background: url(../images/bl-tr.gif) no-repeat top right;
}

div.module_black div div div {
	padding: 0 15px 10px;
	background: url(../images/bl-tl.gif) no-repeat top left;
}

div.module_blue ul,
div.module_blue ol,
div.module_red ul,
div.module_red ol,
div.module_black ul,
div.module_black ol,
div.module_green ul,
div.module_green ol {
	margin: 0;
	padding: 0;
}

div.module_blue li,
div.module_red li,
div.module_black li,
div.module_green li {
	margin-left: 20px;
	padding: 0;
	line-height: 150%;
}

div.module_blue a,
div.module_red a,
div.module_black a,
div.module_green a {
	color: #FFFFFF;
}

div.advs {
	float: left;
	width: 100%;
	clear: both;
	display: block;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#col1 {
	float: left;
	width: 300px;
	overflow: hidden;
}

#col2 {
	float: right;
	width: 230px;
	overflow: hidden;
}

#col1 table,
#col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#col1 ul li,
#col2 ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/bullet.gif) no-repeat 5px 50%;
}

#col1 ul, #col2 ul {
	margin: 0;
}

#col1 ol, #col2 ol {
	margin-left: 5px;
}

#col1 .article_separator,
#col2 .article_separator {
	display: none;
}


/* BACKGROUNDS
--------------------------------------------------------- */
#bg_purple {
	background: url(../images/back1.gif) repeat-x;
}

#bg_grey {
	background: url(../images/back2.gif) left 150px repeat-x;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.box-full, .box-left, .box-center, .box-right {
	float: left;
	overflow: hidden;
}

.box-left div.moduletable,
.box-full div.moduletable {
	padding-right: 30px;
	background: none;
}

.box-right div.moduletable {
	padding-left: 30px;
	background: url(../images/vdot2.gif) repeat-y left;
}

.box-center div.moduletable {
	padding: 0 30px;
	background: url(../images/vdot2.gif) repeat-y left;
}

#botsl h3 {
	background: none;
}

#botslwrap {
	border-top: 5px solid #CCCCCC;
	background: #444444;
	color: #CCCCCC;
}

#botsl {
	padding: 15px 0;
}

#botsl div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#botsl h3 {
	margin: 0 0 12px;
	padding: 0;
	color: #FFFFFF;
}

#botsl a {
	color: #CCCCCC;
}

#botsl a:hover, #botsl a:active, #botsl a:focus {
	color: #FFFFFF;
}

#botsl ul, #botsl p, #botsl ol {
	padding: 0;
	margin: 0 !important;
}

#botsl ul li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/bullet2.gif) no-repeat 3px 8px;
}

#botsl ol li {
	margin-left: 25px;
	padding: 0 !important;
}

#botsl td {
	padding: 0;
}

#botsl .article_separator {
	display: none;
}

#botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* FOOTER
--------------------------------------------------------- */

#footer {
	height: 197px;
	background: url("../images/footer.gif") top left no-repeat;
	color: #F9F9FC;
	font-size: 10px;
	padding:13px 0 0 32px;
}

.footer {
	margin: 0 auto;
}

#footnav {
	padding-left: 25%;
}




#footer-left {
	float: left;
	width: 485px;
}

#footer-left-top {
	height: 100px;
}

#footer-right {
	float: left;
	margin-top: -7px;
}

#footer-right .moduletable {
	background: url(../images/registration.png) no-repeat;
	width: 193px;
	height: 185px;
	padding: 10px 0 0 63px;
}

#footer-right .moduletable h3 {
	color: #332620;
	width: 145px;
}

#footer-left a.mainlevel:link, #footer-left a.mainlevel:visited, #footer-right a.mainlevel:link, #footer-right a.mainlevel:visited {
	color: #F9F9FC;
	text-decoration: none;
	margin: 0 8px 0 8px;
	line-height: 26px;
	font-size: 9px;
}
#footer-left a.mainlevel:link, #footer-left a.mainlevel:visited {
	font-size: 10px;
}

#footer-right a.mainlevel:link, #footer-right a.mainlevel:visited {
	text-transform: uppercase;
}

#footer-left a.mainlevel:hover, #footer-right a.mainlevel:hover {
	text-decoration: underline;
}


.cert {
	font-size: 92%;
	position: absolute;
	right: 0;
	top: 18px;
}

.cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.cert a span {
	display: none;
}

.cert a img {
	border: none;
}

.banneritem {
	display: block;
	margin-top: 15px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/*usertool*/
ul.usertools-font {
	font-size: 11px;
	position: absolute;
	top: 8px;
	right: 70px;
}

ul.usertools-font li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

/*collapsible h3*/
h3.show {
	background: url(../images/arrow2.png) no-repeat 90% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/arrow3.png) no-repeat 90% 60%;
	cursor: pointer;
}

/*others*/
#banner {
	margin: 15px 0;
	text-align: center;
}

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;
}

#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 10px 0 0;
}

#form-login .inputbox {
	border: 1px solid #C5CFD8;
	color: #222222;
	font-size: 10px;
	height: 14px;
	margin: 0 0 1px 0;
	padding: 0 0 0 15px;
	width: 148px;
}

.clr {
	clear: both;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#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: #006699;
	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;
}

/* 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;
}



#system-message {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


.chronoform {
  display:none;
}

.validation-advice {
  color: #FF0000;
}
