* {margin: 0; padding: 0; border: 0;}

body {
	text-align: center; 
	color: #000;
	font-family: Calibri, Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 120%;
}

hr {
	width: 100%;
	margin: 15px 0 5px 0;
	border-top: 1px solid #118fae;
}

input#ck_captcha_code, textarea {
	border: 1px solid #999;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #118fae;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #000;
}

h1 { font-size: 200%; line-height: 180%; padding-top: 0.6em; padding-bottom: 0.3em; }
h2 { font-size: 180%; line-height: 160%; padding-top: 0.6em; padding-bottom: 0.3em; }
h3 { font-size: 160%; line-height: 140%; padding-top: 0.6em; padding-bottom: 0.3em; }
h4 { font-size: 140%; line-height: 120%; padding-top: 0.6em; padding-bottom: 0.3em; }
h5 { font-size: 120%; line-height: 100%; padding-top: 0.6em; padding-bottom: 0.3em; }
h6 { font-size: 100%; line-height: 100%; padding-top: 0.6em; padding-bottom: 0.3em; }

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	z-index: 1;
}

#inner-wrapper {
	z-index: 1;
}

#accessibility {
	position: absolute;
	right: 0;
	font-size: 80%;
	line-height: 100%;
	z-index: 999;
}

#accessibility ul.menu li {
	background-color: #fff;
	color: #666;
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #999;
}

#accessibility ul.menu li a,
#accessibility ul.menu li a:link,
#accessibility ul.menu li a:visited { color: #666; text-decoration: none; }

#accessibility ul.menu li a:hover,
#accessibility ul.menu li a:active { color: #000; text-decoration: underline; }

#header, #footer {
	clear: both; 
	width: 100%;
}

#header {
	height: 256px;
	background: url(print-images/header-centre.png) repeat-x 0 0;
	z-index: 0;
}

#header-tl {
	background: url(print-images/header-right-v2.png) no-repeat 100% 0;
	z-index: 1;
	height: 256px;
}

#header-tr {
	background: url(print-images/header-left.png) no-repeat 0 0;
	z-index: 1;
	height: 256px;
}

.logo {
	position: absolute;
	border: 0;
	top: 10px;
	left: 45px;
	z-index: 6;
}

#flash {
	position: absolute;
	border: 0;
	top: 20px;
	left: 250px;
	font-weight: bold;
}

#subnav {
	position: relative;
	top: 80px;
	left: 0;
	width: 100%;
	line-height: 100%;
	height: 26px;
	background: url(images/menu-background.gif) repeat-y center top #027F9F;
	z-index: 999;
}

#subnav-t {
	position: relative;
	top: 64px;
	height: 60px;
	width: 100%;
	background: url(images/menu-shadow.png) no-repeat center top;
	z-index: 998;
}


#subnav-tl {
}
#subnav-tr {
}

#subnav-b {
}
#subnav-bl {
}
#subnav-br {
	position: absolute;
	right: 0;
	top: 79px;
	color: #fff;
	text-align: right;
	font-size: 80%;
	z-index: 999;
}

.search {
	position: absolute;
	top: 1px;
	right: 20px;
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	z-index: 7;
}

#specialcontent {
	padding: 20px 0 20px 40px;
	width: 480px;
	/*min-height: 94px;*/
	line-height: 110%;
	overflow: hidden;
	text-transform: capitalize;
	background: url(print-images/left-column-white.png) repeat-y 0 0 #fff;
	/*display: none;*/
}
#specialcontent a, #specialcontent a:link, #specialcontent a:visited, #specialcontent a:active {
	text-decoration: none;
	color: #118fae;
}

#specialcontent a:hover, #specialcontent a:focus {
	text-decoration: none;
	color: #666;
}

#specialcontent h1, .headline {
	font-size: 260%;
	color: #118fae;
	line-height: 100%;
	font-weight: lighter;
	text-transform: none;
	padding: 0;
	letter-spacing: -1px;
}

#breadcrumbs .leadinggraphic img {
	float: left;
	border: 0;
	vertical-align: top;
}
#breadcrumbs, .small {
	font-size:80%;
}
.tiny { font-size: 70%; }

#social {
	display: block;
	text-align: center;
	background-color: #fff;
}
#social img {
	padding: 10px 30px;
}

#footer {
	height: 110px
}

#footer-bl {
	background: url(print-images/footer-bottom.png) repeat-x 0 bottom;
	height: 110px;
}

#footer-br {
	background: url(print-images/footer-left.png) no-repeat 0 0;
	height: 110px
}

#address {
	position: relative;
	top: 10px;
	border: 0;
	padding-left: 45px;
	color: #333;
	text-align: left;
	font-size: 90%;
	line-height: 130%;
}

#copyright {
	position: relative;
	border: 0;
	right: 45px;
	top: -19px;
	color: #333;
	text-align: right;
	font-size: 90%;
	line-height: 130%;
}

#copyright a,
#copyright a:link,
#copyright a:visited,
#copyright a:hover,
#copyright a:active { color: #333;color: #333; text-decoration: none; }

#contentfloatholder {/* right faux column tab */
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
	content: "."; 
	display: block; 
	height: 0px;
	clear: both; 
	visibility: hidden;
}

#cornerimage { float: left; }

#content {
	margin: 0 45px 0 280px;
	overflow: hidden;
}
#content h1 {
	padding: 0 0 0 0;
	font-size: 160%;
	color: #333;
	font-weight: lighter;
}
#content .moduletable { border: none; padding-bottom: 0; }


.emphasise {
	font-size: 140%;
	font-weight: normal;
	color: #333;
	line-height: 110%;
	margin-top: 20px;
}

#fisheyemenu {
	margin: 10px 0 40px 0;
}

#content #trailingcontent {
	padding-bottom: 10px;
}
#content #fisheyemenu .moduletable h3,
#content #trailingcontent .moduletable h3,
#content .article-content .moduletable h3 {
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: normal;
	color: #333;
	font-size: 120%;
	width: 100%;
	margin: -10px 0 0 0;
	padding: 0 0 10px 0;
	border-top: 1px solid #333;
}

#content #trailingcontent ul li {
	margin: 0 0 0 2em;
	list-style-image: url(images/trailingcontent-list-bullet.gif);
}
#content #trailingcontent ul li a { color: #000; }

#contentwrap {
	float:left;
	width: 100%; 
	margin: 0 -95% 0 0;
}

#contentfloatinner-1 {
	float:left;
	width: 100%;
	background: url(print-images/left-column-white.png) repeat-y 0 0;
}

#contentfloatinner-2 {
	padding: 0 0 20px 0;
	float:left;
	width: 100%; 
	background: url(print-images/left-column-blue.png) repeat-y 0 0;
}

#col1 {
	float:left;
	width: 235px;
	margin-left: -5%;
	padding-right: 10px;
	margin-bottom: 60px;
}

#col2 {
	float:right;
	width: 235px;
	padding-right: 10px;
	margin-bottom: 60px;
	margin-right: 45px;
	display: none

}

/************* IE Mac CSS Only  works for Win too **************/
* html div#contentwrap {margin: 0 -100% 0 0;}
* html div#col1 {margin: 0;}
*+html div#contentwrap {margin: 0 -100% 0 0;}
*+html div#col1 {margin: 0;}

div h3, div p {
	margin: 0.5em 0;
}

.article-tools {
	display: none;
	margin: 0 0 0 160px;
	padding: 0 0 0 0;
	height: 24px;
	/*border-bottom: 1px solid #999;*/
	font-size: 80%;
	font-style: italic;
}

.article-meta {
	height: 1px;
}

.createdate, .createby {
	padding: 0 1em;
}

.buttonheading {
	/*border-top: 1px solid #999;*/
	padding-right: 10px;
	text-align: right;
}

button, .button, #submit_bt, #reset_bt {
	margin: 3px 0;
	padding: 0 5px;
	background: url(images/grad1.gif) repeat-x top #118fae;
	border: 1px solid #003;
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
}

.button:hover, .button:focus, button:hover, button:focus {
	background: url(images/grad2.gif) repeat-x top #118fae;
	border: 1px solid #003;
	color: #fff;
}

* html .button, * html button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button, *+html button {
	padding: 2px 0 !important; /*IE 7*/
}

#col1 .moduletable,
#col1 .moduletable_menu,
#col2 .moduletable,
#col2 .moduletable_menu {
	text-align: left;
	font-size: 90%;
	line-height: 150%;
	margin: 0 0 20px 10px;
	padding: 0 10px 1em 6px;
	border: 0;
}
#col1 .moduletable .moduletable,
#col1 .moduletable .moduletable_menu,
#col2 .moduletable .moduletable,
#col2 .moduletable .moduletable_menu {
	font-size: 100%;
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
}

#col1 .moduletable h3,
#col1 .moduletable_menu h3,
#col2 .moduletable h3,
#col2 .moduletable_menu h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 140%;
	color: #000;
	width: 100%;
	margin: 0 0 10px -10px;
	padding: 10px 10px 0 10px;
	border-top: 1px dotted #fff;
}

#col1 .moduletable ul li {  margin: 0.2em 0 0.2em 10px; list-style: disc; }
#col2 .moduletable ul li { margin: 0.2em 0 0.2em 10px; list-style: disc; }
#col2 .moduletable ul li ul { margin-left: 5px; }
#col2 .moduletable ul li ul li {  margin: 0.2em 0 0.2em 10px; list-style-image: url(images/dash.gif); }

#col1 .menu li { margin: 1em 0 }

.moduletable_menu {
	padding: 0 1em;
	border: 1px solid #118fae;
	font-size: 80%;
}

ul.menu, li.menu {
	background-image: none;
	list-style: none;
}

.componentheading, .contentheading {
	margin: 0 0 1em 0;
	padding-top: 0;
	font-size: 180%;
	font-weight: lighter;
	/*color: #118fae;
	position: absolute;
	top: -60px;
	left: 95px;*/
}

td.contentheading {
	top: -95px;
	left: 110px;
}
h2.contentheading {
	position: relative;
	top: 0;
	font-size: 160%;
	padding-top: 0;
	margin: 0;
	color: #000;
}

.article-content h2 {
	color: #118fae;
	width: 100%;
	border-bottom: 1px dotted #118fae;
	padding-bottom: 0;
	font-size: 160%;
}


.inputbox, #token, #password1, #password2 {
	border: 1px solid #333;
}

.search .inputbox {
	width: 120px;
	padding: 3px 5px;
	color: #333;
	background: #fff;
	font-size: 90%;
	border-top: 1px solid #339;
	border-left: 1px solid #339;
	border-right: 1px solid #bbf;
	border-bottom: 1px solid #bbf;
}

.article-content {
	position: relative;
	/*border-top: 1px solid #999;*/
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
}
.article-content ul, .article-content ol { margin: 0 0 0 2em; }
.article-content ul li, .article-content ol li { margin: 10px 0; }
.article-content ul li { list-style: disc; }
.article-content p { padding: 0.2em 0; }

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 0.5em 0.5em;
	border-bottom: 1px dotted #118fae;
	border-right: 1px solid #118fae;
}

th.sectiontableheader { font-size: 90%; }

td.sectiontableheader {
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #118fae;
	border-right: 1px solid #118fae;
}

td a,
td a:visited {
	text-decoration: none;
	color: #27647B;
}

td a:hover,
td a:active,
td a:focus {
	text-decoration: underline;
	color: #000;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	margin: 1em 0;
	width: 100%;
	border: 1px solid #118fae;
	text-align: left;
	font-size: 95%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background-color: #cce6e8;
}

table.pollstableborder thead {
	background-color: #cce6e8;
	border-bottom: 1px solid #118fae;
	text-align: center;
	font-size: 150%;
}

.smalldark {
	font-size: 90%;
	color: #333;
}

table.contentpane {
	border: none;
	width: 100%;
}

form ul {
	padding: 1em 0;
}

form ul, form li {
	background-image: none;
	list-style: none;
}

table.blog {
	width: 100%;
}

table.blog td { padding: 0 1em; }

table.blogPress h2.contentheadingPress { font-size: 100%; line-height: 120% }

div.blog_more { margin: 2em 0; }
div.blog_more div strong { display: none; }

span.article_separator { font-size: 1px; height: 1px; }

form#form-login .button {
	margin: 1em 0 0 0;
}

.validate-email,
#form-login-username input.inputbox,
#form-login-password input.inputbox,
input#captchacode {
	border: 1px solid #118fae;
}

ul.newsfeed li {
	list-style: none;
	padding: 5px 0;
}

.highlight {
	background-color: #ff6;
	font-weight: bold;
}

#captchahelplink {
	display: none;
}

table.contentpaneopen {
	width: 100%;
}

table.contentpaneopen td.contentheading { padding: 1em 0; }

table.contentpaneopen ul { margin: 0 0 1em 1em; }
table.contentpaneopen ul li { margin: 0 0 0 1em; }

.clearboth { clear: both; }

.lines { border-collapse: collapse; }

table.lines {
	border: 1px solid black;
	padding: 2px;
	width: 100%;
	margin-left: 0;
}
table.lines td {
	border: 1px solid black;
	padding: 2px 3px;
}
.invert, .invert a { background-color: #118fae; color: #fff; }
.invert a, .invert a:link, .invert a:visited, .invert a:active { background-color: #118fae; color: #fff; text-decoration: underline; }
.invert a:hover, .invert a:focus { background-color: #fff; color: #118fae; }
.grey { background-color: #ccc; color: #000; }
.pale { background-color: #eee; color: #000; }
td.invert { text-align: center; }

td.tick { background: url(/images/tick.gif) no-repeat 50% 2px; }

ul.pagination {
	list-style: none;
	padding: 20px 0;
}
ul.pagination li {
	float: left;
}

.blogger-l {
	float: left;
	border: 0;
}

.blogger-r {
	float: right;
	border: 0;
}

/************************************************** M Y B L O G *************************************************/

#myBlog-wrap {
	position: relative;
	top: 0;
	left: 0;
	clear: left;
}

#myBlog-wrap #myBlog-head {
	float: left;
	font-size: 90%;
	padding: 0 0 20px 0;
}
#myBlog-wrap #myBlog-head h3 {
	display: none;
	/*position: relative;
	top: -200px;
	left: 0;*/
}

#myblogTabNav {
        /*position: relative;
        top: 10px;
	left: 30px;*/
}

/*#myBlog-head div.desc { display: none; }*/

#myBlog-toolbar {
	padding: 0 0;
}

#myBlog-wrap #myBlog-head {
        margin-bottom: 5px;
        margin-top: 5px;
        position: absolute;
        height:24px;
}

#myBlog-wrap #myBlog-head h3 {
        position: absolute;
        z-index: 999;
        top: -125px;
        left: 55px;
        color: #118fae;
        font-size: 230%;
        font-weight: lighter;
}

#myBlog-wrap #myBlog-head .desc {
        display: none;
}

/* MyBlog Toolbar Start*/
#myBlog-wrap #myBlog-toolbar ul, #myBlog-head ul {
	position: relative;
	top: -30px;
        padding: 25px 0 0 5px;
        margin: 0 0 0 0;
        list-style: none;
}
#myBlog-wrap #myBlog-toolbar li {
        list-style: none;
        display: block;
        float: left;
        padding-left:0px;
        padding-bottom:0;
        padding-top: 0;
        height: 17px;
        line-height: 16px;
}

#myblogEntryList {
}


.entryContent {
	position: relative;
	top: 20px;
	margin: 0 0;
	padding: 0 0;
}

#trackback_title,
#written_comments_title,
#write_comment_title { font-size: 130%; }

#myblogSearch label { display: block; margin-top: 5px; }

#myblogSearchSubmit { display: block; margin-top: 5px; }

#myblogSearchSubmit #submit {
	margin: 3px 0;
	padding: 0 5px;
	background: url(images/grad1.gif) repeat-x top #118fae;
	border: 1px solid #003;
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
}

#myblogSearchSubmit #submit:hover, #myblogSearchSubmit #submit:focus {
	background: url(images/grad2.gif) repeat-x top #118fae;
	border: 1px solid #003;
	color: #fff;
}

* html #myblogSearchSubmit #submit {
	padding: 2px 0 !important; /*IE 6*/
}

*+html #myblogSearchSubmit #submit {
	padding: 2px 0 !important; /*IE 7*/
}

#myBlog-wrap .entryContent a {
        color: #118fae;
        text-decoration: none;
}

#myBlog-wrap .entryContent a:hover {
        color: #000;
        text-decoration: underline;
}

#myBlog-wrap .contentheading {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.blog-categories ul, .blog-categories li {
	background-image: none;
	list-style: none;
	padding: 3px;
	text-decoration: none;
}

div.jcfav { display: none; }

.padimg { margin: 5px 10px; }
.widepad { margin: 10px 20px; }
.corner { margin: 0 0 10px 10px; display: none; }

.my-pagenav {
	padding-top: 20px;
}
.my-pagenav ul, .my-pagenav li {
	background-image: none;
	list-style: none;
	float: left;
	padding: 3px;
	color: #666;
	text-decoration: none;
}
.my-pagenav a,
.my-pagenav a:visited {
	text-decoration: none;
	padding: 3px;
	color: #118fae;
}

.my-pagenav li a:hover,
.my-pagenav a:focus {
	text-decoration: underline;
	padding: 3px;
	color: #000;
}

.xmap h2 { font-size: 100%; }

.blog-latest ul, .blog-latest li {
	background-image: none;
	list-style: none;
	padding: 3px 0 3px 0;
	margin-left: 12px;
	color: #666;
	text-decoration: none;
}

.blog-tags a {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color: #444;
}

.filterLabel, .filterData { display:none; }

/********************************************** S A L E S F O R C E ***********************************************/

.salesforce {
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 90%;
}
.salesforce label { margin: 0; padding: 0; }
.salesforce select, .salesforce input { font-size: 90%; border: 1px solid #118fae; margin: 0.5em 0 0.5em 0; }
.salesforce input { width: 90px; }
.salesforce { display: none; }

.salesforce-after {
	margin: 0 0 0 0;
	height: 4px;
	display: none;
}

.calltoaction {
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.calltoaction img { cursor: pointer; border: 0; width: 90px; }

.error { color: red; font-weight: bold; }


/********************************************** R E M O S I T O R Y ***********************************************/

#remository h2 { font-size: 120%; font-weight: normal; margin-left: -0.3em; }
#remository h3 { font-size: 110%; font-weight: normal; }
#remository h4 { font-size: 100%; font-weight: normal; }
#remositorycredits { display: none; }
#remositorysearch .button { font-size: 90% }

/************************************************ S I T E   M A P *************************************************/

.xmap { padding-bottom: 2em; }

.tooltip {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3000;
   display: none;
}

/************************************************** 2 J T A B S ***************************************************/

.twoj_tab_content .contentheading { position: relative; top: 0; font-size: 110%; }

h3.twoj_tab_header {
	clear: right;
}

/********************************************* F A N C Y   S T U F F **********************************************/

.open-quote {
	float: left;
	/* margin: 0 10px 5px 0;
	vertical-align: top;
	background: url(images/oquotes.gif) no-repeat 0 0;
	width: 64px;
	height: 56px; */
}
.close-quote {
	float: right;
	/* margin: 5px 0 0 10px;
	vertical-align: text-bottom;
	background: url(images/cquotes.gif) no-repeat 0 0;
	width: 64px;
	height: 56px; */
}

.extravote-container, #extravote_355_xx, .concealed { display: none; }


/********************************************** A T T A C H M E N T S *********************************************/


.attachmentsList {
	font-size: 80%;
	width: 100%;
	margin: 0 0 0 -10px;
	padding: 0 10px 0 10px;
}

.attachmentsList table tr {
	border: 0;
}

.attachmentsList .even {
	background-color: #d5e6ec;
}

.attachmentsList caption {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 120%;
	text-align: center;
	background: url(images/moduletableheader.gif) repeat-x 0 0;
	color: #fff;
	height: 2em;
	margin: 0 -2px 0 0;
	padding: 0;
}

/*************************************** I N - C O N T E N T  S T U F F *******************************************/

.callout, .callout-top, .callout-end {
	float: right;
	width: 200px;
	border: 0;
}
.callout-top {
	clear: right;
	margin-top: 10px;
	position: relative;
	left: 0;
}
.callout-end {
}
.callout {
	background-color: #CCE6E8;
	font-size: 90%;
	margin: 9px 0 12px 0;
}
.callout p, .callout ul, .callout ul li, .callout h5 { margin: 5px 0 5px 15px; padding: 0 10px 0 0; }
.callout h5 {
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: normal;
}

/***************************************************** L I N K S **************************************************/

.r-link, .r-pdf, .r-excel {
        font-size: 95%;
        line-height: 100%;
        margin: 3px 0 0 5px;
        padding: 0 10px 0 30px;
        min-height: 22px;
}
.r-link { background: url(images/link.gif) no-repeat 0 0; }
.r-pdf { background: url(images/pdf.gif) no-repeat 0 0; }
.r-excel { background: url(images/excel.gif) no-repeat 0 0; }


