html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

body#bd {
	color: #333333;
	background: #E6E6E6;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 150%;
}

body.fs1 {
	font-size: 13px;
}

body.fs2{
	font-size: 13px;
}

body.fs3{
	font-size: 13px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 13px;
}

/* Normal link */
a {
	color: #1760ab;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #265687;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:130%;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	color: #999999;
	font-size: 100%;
}

/* Heading */
h1 {
	font-size: 160%;
}

h2 {
	font-size: 135%;
	color: #ffffff;
	background: #254A8C;
}

h3 {
	font-size: 105%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 33px;
	background: url(../images/dot.png) no-repeat 18px 5px;
	line-height: 140%;
}

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 #DDDDDD;
	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: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #666666;
}

.button {
	padding: 2px 5px;
	border: 1px solid #6E9DCD;
	color: #FFFFFF;
	background: url(../images/but-bg.gif) repeat-x center #6E9DCD;
}

* html .button, *+html .button {
	padding: 2px 3px !important;
	border: 1px solid #FFFFFF;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 2px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #F0F5FB;
}

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;
}

/* 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 #DDDDDD;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #DDDDDD;
	font-size: 90%;
	text-transform: uppercase;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #3172B4;
	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 {
	padding-left: 25px;
	color: #FF7705;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #3172B4;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #F0F5FB;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(../images/sticky-bg.gif) no-repeat 5px 10px #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(../images/download-bg.gif) no-repeat 5px 10px #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;
}

/* 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;
}

/* Smallnumber */
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.smallnumber li {
	margin: 10px 0 10px 30px;
	padding: 3px 0 5px 30px;
	line-height: 150%;
}

ol.smallnumber li.number-1 {
	background: url(../images/n-1.gif) no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url(../images/n-2.gif) no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url(../images/n-3.gif) no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url(../images/n-4.gif) no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url(../images/n-5.gif) no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url(../images/n-6.gif) no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url(../images/n-7.gif) no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url(../images/n-8.gif) no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url(../images/n-9.gif) no-repeat left top;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* 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;
}

/* Rating */
.rating {
	width: 66px;
	float: left;
	margin: 10px 10px 0 0;
	background: url(../images/rating-bg.gif) no-repeat top left;
	height: 65px;
}

div.rate-1 {
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	height: 20px;
}

div.rate-2 {
	color: #CC0000;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

div.rate-3 {
	font-size: 11px;
	text-align: center;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	height: 30px;
}


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%;
	border: 1px solid #EFEFEF;
}

table.contenttoc a {
}

table.contenttoc td {
	padding: 3px 5px 3px 25px;
	background: url(../images/arrow.png) no-repeat 10px 7px;
}

table.contenttoc th {
	padding: 5px;
	background: url(../images/grad2.gif) repeat-x center #EFEFEF;
	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 .sectiontableheader {
	padding: 8px 5px !important;
}

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;
	background: #F7F7F7;
}

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;
	background: url(../images/h3-bg.gif) no-repeat center left;
	font-size: 150%;
	line-height: 30px;
	text-indent: 10px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 24px;
	background: url(../images/arrow.png) no-repeat 10px 6px;
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 250%;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 170%;
}

.contentheading {
	padding-bottom: 0px;
	font-size: 255%;
	color: #2c5087;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	float: left;
	width: 120px;
	display: block;
	background: url(../images/readon.gif) no-repeat top left;
	font-size: 11px;
	line-height: 20px;
	text-indent: 27px;
	height: 20px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/readon.gif) no-repeat bottom left;
	color: #666666;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px;
	color: #999999;
}

.modifydate {
	padding-top: 15px;
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 10px 10px 0;
	padding: 0 0 5px;
}

* html .mosimage {
	padding: 5px 0 !important; /*IE 6*/
	margin: 15px 10px 10px 0;
}

*+html .mosimage {
	padding: 5px 0 !important; /*IE 7*/
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
}

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 {
}

.pagenavbar {
	padding-left: 14px;
	text-align:center;
}

.pagenavcounter {
	padding: 13px 14px 0 14px;
	background: url(../images/pages_white.gif) no-repeat 0 15px;
	float: right;
        color:#ffffff;
}

.sectiontableheader {
	padding: 7px 5px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	background: url(../images/grad2.gif) repeat-x center #F7F7F7;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 7px 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 #F0F5FB;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#wit1_blue-wrapper {
}

#wit1_blue-header, wit1_blue-topslwrap, #wit1_blue-container, #wit1_blue-footer {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

.narrow #wit1_blue-header, .narrow wit1_blue-topslwrap, .narrow #wit1_blue-container, .narrow #wit1_blue-footer {
	width: 770px;
	margin: 0 auto;
	clear: both;
}

#wit1_blue-containerwrap {
}

#wit1_blue-container {
	background: url(../images/grad1.gif) repeat-x top #FFFFFF;
}

div.shadow1 {
	padding-right: 20px;
	background: url(../images/shadow-right.gif) repeat-y top right;
	overflow: hidden;
}

div.shadow2 {
	padding-left: 20px;
	background: url(../images/shadow-left.gif) repeat-y top left;
	overflow: hidden;
}

#wit1_blue-mainbody, #wit1_blue-mainbody-fl {
	float: left;
	width: 78%;
}

#wit1_blue-mainbody #wit1_blue-contentwrap {
	float: right;
	width: 69.9%;
}

#wit1_blue-mainbody-fr {
	float: left;
	width: 100%;
}

#wit1_blue-mainbody-fr #wit1_blue-contentwrap {
	float: left;
	width: 75%;
	background: none;
}

#wit1_blue-mainbody-fr #wit1_blue-col1 {
	float: right;
	width: 24%;
}

#wit1_blue-mainbody-f {
	float: none;
	width: 100%;
}

#wit1_blue-content {
padding-bottom:10px;
padding-left:15px;
padding-right:10px;
padding-top:15px;
	margin: 0;
	clear: both;
	display: block;
}

#wit1_blue-mainbody-f #wit1_blue-content, #wit1_blue-mainbody-fl #wit1_blue-content {
	padding: 25px 20px 10px;
}

/* HEADER
--------------------------------------------------------- */
#wit1_blue-headerwrap {
	background: #e6e6e6;
	line-height: normal;
	height: 110px;
}

#wit1_blue-header {
	background: url(../images/header-bg.jpg) no-repeat #3172B4;
	height: 110px;
	position: relative;
	z-index: 10;
}

.narrow #wit1_blue-header {
	background: url(../images/header-narrow-bg.jpg) no-repeat #3172B4;
}

h1.logo {
	margin: 0;
	padding: 0;
	width: 581px;
	font-size: 300%;
	position: absolute;
	top: 0;
	left: 20px;
	height: 60px;
}

h1.logo a {
	width: 581px;
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 80px;
	outline: none;
}

#wit1_blue-pathway {
	padding: 0 3px 5px;
	display: block;
	color: #999999;
}

#wit1_blue-pathway img {
	margin: 1px 5px 0;
}

#wit1_blue-pathway a {
	font-weight: bold;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#wit1_blue-mainnav {
	position: absolute;
	bottom: 0;
	left: 30px;
}

#wit1_blue-mainnav a,
#wit1_blue-mainnav a:hover,
#wit1_blue-mainnav a:active,
#wit1_blue-mainnav a:focus,
#wit1_blue-subnav a,
#wit1_blue-subnav a:hover,
#wit1_blue-subnav a:active,
#wit1_blue-subnav a:focus {
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	outline: none;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px 0 5px 18px;
	width: 90%;
	border-top: 1px solid #EFEFEF;
	display: block;
	color: #254A8C;
	background: url(../images/arrow2.png) no-repeat 3px 9px;
}


a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #ffffff;
	background: url(../images/arrow.png) #6f89a9 no-repeat 3px 9px;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #666666;
	background: url(../images/arrow.png) no-repeat 3px 9px #EFEFEF;
	font-weight: bold;
}

a.sublevel {
	padding: 5px 4px 5px 15px;
	display: block;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}

#active_menu {
	color: #3172B4;
	font-weight: bold;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	padding: 0 2px 10px;
	margin: 0 -2px 10px;
	font-size: 100%;
	font-weight: bold;
}

div.moduletable {
	padding: 0 10px 10px;
	margin-bottom: 30px;
}

.wit1_blue-wrap3 div.moduletable{

        padding: 0px;
	margin-bottom: 0px;
}

#wit1_blue-col1 div.moduletable {
	padding: 0 25px;
	margin-bottom: 10px;
}

#wit1_blue-col1 div.moduletable h3 {
	margin: 0 -12px 10px;
	padding: 7px 15px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	background: url(../images/grad2.gif) repeat-x center #F7F7F7;
	font-size: 110%;
}

.narrow #wit1_blue-col1 div.moduletable h3 {
	margin: 0 -14px 10px;
}

#wit1_blue-col2 div.moduletable {
	padding-right: 0;
	margin-bottom: 15px;
}

#wit1_blue-col2 div.moduletable h3 {
	margin: 0 -10px 10px;
	padding: 0 10px;
	background: url(../images/h3-bg.gif) repeat-y center left;
	font-size: 110%;
	line-height: 30px;
}

div.module-blue h3 {
	margin: 0 -12px 10px;
	padding: 7px 15px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	background: url(../images/grad2.gif) repeat-x center #F7F7F7;
	font-size: 110%;
}
div.moduletable-blue {
	background: #254A8C;
	color:#FFFFFF;
	margin:0px 13px;
	padding:1px 10px;
}
a.mainlevel-blue {
	padding: 5px 0 5px 18px;
	width: 90%;
	border-top: 1px solid #EFEFEF;
	display: block;
	color: #ffffff;
	background: url(../images/arrow2.png) no-repeat 3px 9px;
}

a.mainlevel-blue:hover,
a.mainlevel-blue:active,
a.mainlevel-blue:focus {
	color: #ffffff;
	background: url(../images/arrow.png) #6f89a9 no-repeat 3px 9px;
	text-decoration: none;
}

a.mainlevel-blue#active_menu {
	color: #666666;
	background: url(../images/arrow.png) no-repeat 3px 9px #EFEFEF;
	font-weight: bold;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.wit1_blue-box-left, .wit1_blue-box-center, .wit1_blue-box-right {
	float: left;
	overflow: hidden;
}

.wit1_blue-box-full {
	float: none;
	overflow: hidden;
}

.wit1_blue-box-left div.moduletable {
	padding: 0 15px 0 0;
}

.wit1_blue-box-right div.moduletable {
	padding: 0 0 0 15px;
}

.wit1_blue-box-center div.moduletable {
	padding: 0 15px;
}

/* Bottom Spotlight */
#wit1_blue-botsl {
	width: 100%;
	clear: both;
	margin-top: 15px;
	border-top: 2px solid #EFEFEF;
	background: url(../images/grad5.gif) repeat-x top;
}

#wit1_blue-botsl div.moduletable {
	padding: 10px 15px;
	margin: 0;
	background: none;
}

#wit1_blue-botsl div.wit1_blue-box-left,
#wit1_blue-botsl div.wit1_blue-box-center {
	background: url(../images/vdot2.gif) repeat-y right;
}

#wit1_blue-botsl h3 {
	margin: 0 0 5px;
	padding: 3px 0;
	font-size: 125%;
}

#wit1_blue-botsl ul {
	margin: 0;
	padding: 0;
}

#wit1_blue-botsl li {
	padding-left: 17px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 2px 6px;
}

#wit1_blue-botsl td {
	padding: 0;
}


#wit1_blue-botsl table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#wit1_blue-col1 {
	float: left;
	width: 30%;
	padding: 0;
	background: url(../images/col1-center-bg.gif) repeat-y center bottom;
	overflow: hidden;
}

.narrow #wit1_blue-col1 {
	background: url(../images/col1-center-narrow-bg.gif) repeat-y center bottom;
}

#wit1_blue-col1 div.shadow1 {
	padding: 0;
	background: url(../images/col1-bot-bg.gif) no-repeat center bottom;
}

.narrow #wit1_blue-col1 div.shadow1 {
	background: url(../images/col1-bot-narrow-bg.gif) no-repeat center bottom;
}


#wit1_blue-col1 div.shadow2 {
	padding: 0;
	background: url(../images/col1-top-bg.gif) no-repeat center top;
}

.narrow #wit1_blue-col1 div.shadow2 {
	background: url(../images/col1-top-narrow-bg.gif) no-repeat center top;
}

#wit1_blue-col1 div.wit1_blue-innerpad {
	padding: 25px 0 10px;
}

#wit1_blue-mainbody-fr #wit1_blue-col1 div.wit1_blue-innerpad {
	padding: 25px 3px 10px;
}

#wit1_blue-col2 {
	float: right;
	width: 21%;
	overflow: hidden;
	border-left: 1px solid  #6f89a9;
}

#wit1_blue-col2 div.wit1_blue-innerpad {
	padding: 25px 20px 10px 0;
}

#wit1_blue-col1 table,
#wit1_blue-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wit1_blue-col1 ul li,
#wit1_blue-col2 ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 3px 9px;
}

#wit1_blue-col1 ul,
#wit1_blue-col2 ul {
	margin: 0;
}

/* USER TOOLS
--------------------------------------------------------- */
#wit1_blue-usercolorswrap {
	font-size: 11px;
	position: absolute;
	top: 20px;
	right: 15px;
}

#wit1_blue-usertoolswrap {
	font-size: 11px;
	position: absolute;
	top: 28px;
	right: 230px;
}

#wit1_blue-usertools {
	margin: 0;
	padding: 10px 0 4px 0;
	float: left;
}

#wit1_blue-usercolors ul,
#wit1_blue-usertools ul {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}

#wit1_blue-usercolors ul li,
#wit1_blue-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: none;
}

#wit1_blue-usercolors img,
#wit1_blue-usertools img {
	padding: 0;
	margin: 0;
}

#wit1_blue-usercolors {
	float: left;
	padding: 10px 5px 4px;
}

/* FOOTER
--------------------------------------------------------- */
#wit1_blue-footerwrap {
	clear: both;
}

#wit1_blue-footer {
	color: #FFFFFF;
	background: url(../images/footer-bg.gif) repeat-x top #666666;
	position: relative;
	height: 69px;
}

#wit1_blue-footer div.shadow2 {
	padding: 30px 0 25px 20px;
	height: 14px;
}

#wit1_blue-footer h1.logo {
	margin: 0;
	padding: 0;
	width: 68px;
	font-size: 200%;
	position: absolute;
	top: 0;
	left: 20px;
	height: 69px;
}

#wit1_blue-footer h1.logo a {
	width: 68px;
	float: left;
	display: block;
	background: url(../images/logo-footer.gif) no-repeat;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 69px;
	outline: none;
}

#wit1_blue-footer small, #wit1_blue-footer address {
	padding: 2px 0 0 70px;
	float: left;
        font-size: 11px;
	display: block;
	color: #FFFFFF;
	font-style: normal;
        position: relative;
        top: -26px
}

#wit1_blue-footer a {
	color: #FFFFFF;
}

#wit1_blue-footer a:hover, #wit1_blue-footer a:active, #wit1_blue-footer a:focus {
	color: #FFFFFF;
}

#wit1_blue-footer ul {
	margin: 0 0 5px 200px;
	padding: 0;
}

#wit1_blue-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#wit1_blue-footer li a {
	padding: 0 20px 0 0;
	display: inline;
	font-weight: bold;
	line-height: normal;
}

/* Search */
#wit1_blue-search {
	width: 162px;
	background: url(../images/search-bg.gif) no-repeat;
	position: absolute;
	bottom: 45px;
	right: 50px;
	height: 29px;
}

#wit1_blue-search .inputbox {
	width: 130px;
	padding: 3px 5px 0;
	border: none;
	margin-left: 2px;
	color: #3172B4;
	background: #FFFFFF;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#wit1_blue-banner {
	text-align: center;
        position:relative;
        top:-30px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
}

#mod_login_password, #mod_login_username {
	width: 80%;
}

#mod_login_remember {
	border: none;
	background: 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;
}

#homepage{
	position:relative;
	height:403px;
	margin-top:-56px;
	margin-left:-21px;
	background-color:#254a8c;
	margin-right:-21px;
	top:30px;
	font-size:85%
}

#homepage table a{
	text-decoration:none;
}