/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

table.bedProfileRes  {
	/*border-collapse: collapse;*/
	border: none;
}
table.bedProfileRes tr td, table.bedProfileRes tr th {
	/*border-collapse: collapse;*/
	border: 1px solid #fff;
}
table.bedProfileRes tr th {
	background: #81BCE4;
	color: #fff;
	font-size: 1.2em;
}
table.bedProfileRes tr td {
	background: #E4F0F8 url( ../images/bedProfile/bedProfile_resTbl_shading2.gif ) repeat-x bottom;
	color: #003;
	font-family: arial, helvetica, sans-serif;
}
table.bedProfileRes tr td.rowHeader {
	background: #CBE2F1 url( ../images/bedProfile/bedProfile_resTbl_shading1.gif ) repeat-x bottom;
}
table.bedProfileRes tr th.blank, table.bedProfileRes tr td.blank {
	background: transparent;
}
table.bedProfileRes tr th.right, table.bedProfileRes tr td.right {
	/*background-image: url( ../images/bg_lineVert_2px_white.gif );
	background-repeat: repeat-y;
	background-position: left;*/
	border-left-width: 3px;
}
table.bedProfileRes tr.divider td {
	/*background-image: url( ../images/bg_lineHor_2px_white.gif );
	background-repeat: repeat-x;
	background-position: top;*/
	border-top-width: 3px;
}
table.bedProfileRes tr td, table.bedProfileRes tr th {
	padding: 7px;
}
table.bedProfileRes tr td p.userNotes {
	color: #4682B4;
	font-family: 'trebuchet ms';
}

div.bedProfile .question {
	display: block;
	padding-left: 12px;
	background: url( ../images/bullet_ico_q.gif ) no-repeat 0 0.2em;
	font-weight: normal;
	color: #666;
}
div.bedProfile .answer {
	display: block;
	padding-left: 12px;
	background: url( ../images/bullet_ico_a.gif ) no-repeat 0 0.2em;
	color: #FF4500;
	font-weight: normal;
}
ul.confirm {
	margin-left: 2px;
	padding-left: 0;
	list-style-type: none;
}
div.bedProfile ul.confirm li {
	margin-bottom: 1em;
}
div.caption{
	font-size: 0.8em;
	background: #fff;
	padding: 0.2em;
	margin-bottom: 10px;
}

/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
	color: #60a6db;
	font-family: "century gothic", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
}
h2.campaign{
	text-transform: none;
	margin: 0 0 0 10px;
	font-size: 1.4em;
	color: #60a6db;
	font-family: "century gothic", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3.flashy{
	margin: 0 0 0 10px;
	font-size: 1.9em;
	color: #2d297a;
	font-family: "century gothic", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h5.noticeBoard {
	border: 1px solid #465096;
	background: #98c8e9 url(../images/bg_h6_noticeboard.gif) repeat-x bottom;
	color: #fff;
	padding: 6px 10px;
}
h5.consumer {
	border-top: 1px solid #6c71a7;
	border-bottom: 1px solid #6c71a7;
	background: #bcd9ed url(../images/bullet_consumer_h5.gif) no-repeat right;
	color: #fff;
	padding: 5px 14px 6px 14px;
	margin: 0;
}
h6 {
	font-size: 1.0em;
}

p {
	font-size: 1.0em;
}
/*ol, ul, li {
	font-size: 0.9em
}*/
h1,h3,h4,h5,h6 {
	font-family: 'trebuchet ms', sans-serif;
	color: #60a6db;
}
/* ------------ line heights ---------------------- */
/*p, .newsbody, li{
	line-height: 1.7em;
}
ul.box li {
	line-height: 1.4em;
}*/
/* ------------ margins --------------------------- */
/*h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}*/

h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
div#img-strip {
	margin-left: 15px;
}
div#img-strip img {
	display: inline;
	margin: 0 15px 0 0;
	border: 1px solid #97cef3;
	padding: 3px;
}

a:link {
	color: #0033FF;
}
a:visited {
	color: #506CD7;
}
a:hover {
	color: #33CC00;
}
a:active {
	color: #FABD00;
}

/* ============  FORMS ============================ */
label {	
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
.bedProfile label {
	font-weight: normal;
}
.bedProfile span.label {
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #ccc;
	font-size: .9em;
}
.buttonBar {
	clear: both;
	background: #FFEDA4;
	border: 1px solid Orange;
	margin-top: 1em;
	padding: 4px;
}

table#request-form {
	width: 100%;
	padding: 20px 20px 10px 20px;
}
table#request-form label {
	color: #1B006A;
}
table#request-form input {
	margin-top: 2px;
}
span.required, label.required {
	color: red;
}
form.horizontal {
	margin-top: 10px;
}
form.horizontal label, form.horizontal span.label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 285px; 
	padding: 0; 
	margin: 0px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
form.horizontal input, form.horizontal textarea, form.horizontal select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	color: #888659;
}
form.horizontal input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea { overflow: auto; }
form.horizontal small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form.horizontal .required{font-weight:bold;} /* uses class instead of div, more efficient */

div.formRow1, div.formRow2 {
	background: transparent; 
	clear: both;
	padding: 0.3em 0 0.3em 1em;
	margin: 0 10px;
	border-width: 0;
	border-style: solid;
	border-color: #DAEAF5;
}
/*div.formRow2 {
	background: #EBF4FA;
}*/

/* ============  BED PROFILE ================= */

div.bedPofileAnsPic1, div.bedPofileAnsPic2, div.bedPofileAnsPic3 {
	float: left;
	margin-bottom: 16px;
}
div.bedPofileAnsPic1 div, div.bedPofileAnsPic2 div, div.bedPofileAnsPic3 div {
	background: #E4F0F8;
}
div.bedPofileAnsPic1 div img, div.bedPofileAnsPic2 div img, div.bedPofileAnsPic3 div img {
	display: block;
	margin-top: 5px;
}
div.bedPofileAnsPic1 div {
	margin: 0 8px 0 0
}
div.bedPofileAnsPic2 div {
	margin: 0 8px 0 8px
}
 div.bedPofileAnsPic3 div {
 	margin: 0 0 0 8px
}
 
div.bedPofileAnsPic1 {
	width: 247px;
	/*border-right: 1px solid #000;*/
}
div.bedPofileAnsPic2 {
	width: 255px;
	/*border-right: 1px solid #000;*/
}
div.bedPofileAnsPic3 {
	width: 247px;
}
/* ============  MAIN PAGE BLOCKS ================= */
#mainblockfull {
	width: 100%;
	background-color: #fff;
}
#mainblockcentre {
	float: left;
   background: #fff;
   width: 49.9%;
}
#mainblockside {
	float: left;
   background: #fff;
   width: 74.9%;
}
#sidebarright, #sidebarlLeft {
   float: left;
   width: 24.9%;
}
#sidebarleft {
	background: lime;
}
#sidebarright {
	background: #fff;
}
#pagebodycontent {
	background: #fff;
	margin: 1px 0;
	padding-bottom: 2em;
}
#banner {
	padding: 0 0 0 54px;
	/*background: url(../images/bg_header.gif) no-repeat;*/
	height: 157px;
}
#banner img {
	display: block;
}

/* ============  MAIN PAGE LAYOUTS ================= */

/*div#content-container {
	width: 749px;
	width: 990px;
	margin: 0;
} */

div#content-container {
	width: 1000px;
	margin: 0;
}
div#content-container h2 {
	background: url(../images/bg_h2_blue.gif) no-repeat top left;
	margin: 0;
	padding: 10px 5px 0 10px;
	color: #fff;
	font-size: 1.6em;
}
div#heading-blue {
	margin-bottom: 12px;
}
div#heading-blue img {
	display: block;
}

/* ============  NEWS RELEASES ETC ================= */
div.release-box {
	/*background: url(../images/bg_releasebox_top1.gif) no-repeat top;*/
	background-color:#eef5fa;
	width: 1000px;
	margin-bottom: 15px;
	border-left: solid #000 1px;
	border-right: solid #000 1px; 
}
div.release-box img {
	display: block;
}
/* div.release-box-light {
	background: url(../images/bg_releasebox_light.gif) no-repeat top;
	width: 100%;
	margin-bottom: 15px;
} */

/* background-color:#fafcfd; 
FOR BORDER SET - display:block;
	margin:0px;
	padding:0px; */

div.release-box-light { 
	background-color:#fafcfd;
	width: 100%;
	margin-bottom: 15px;
}

div.border-set {
	border-left-style:solid; 
	border-left-color:#8fc3e7; 
	border-left-width:1px;
	border-right-style:solid; 
	border-right-color:#8fc3e7; 
	border-right-width:1px;
	border-bottom: 1px solid transparent; /* put transparent border to avoid parent element inheriting the bottom margin of the paragraph pusing the bottom graphic of the box away from the rest of the box */
	border-top: 1px solid transparent; /* put transparent border to avoid parent element inheriting the top margin of the paragraph pusing the bottom graphic of the box away from the rest of the box */
}

div.release-box img, div.release-box-light img, div.border-set {
	display:block;
}
div.release-box p, div.release-box-light p {
	font-size: 1.0em;
	color: #000;
}
div.release-box p, div.release-box h3, div.release-box h4, div.release-box-light p, div.release-box-light h3, div.release-box-light h4 {
	margin-left: 15px;
	margin-right: 15px;
}
div.release-box h3, div.release-box-light h3 {
	padding: 10px 0 5px 0;
	margin-top: 0;
	border-bottom: 1px solid #b5c9d7;
	text-transform: none;
	color: #29465d;
}
div.release-box h4, div.release-box-light h4 {
	background: url(../images/bullet_document.gif) no-repeat 0 0.3em;
	padding-left: 15px;
	margin-top: 10px;
}
div.release-box-light h5 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 1.3em;
}
div.release-box h4 a:link, div.release-box h4 a:visited {
	color: #1171b5;
	text-decoration: none;
}
div.release-box h4 a:active, div.release-box h4 a:hover {
	color: #CC3300;
	text-decoration: underline;
}
div.release-box-light h4 a:link, div.release-box-light h4 a:visited {
	color: #1171b5;
	text-decoration: none;
}
div.release-box-light h4 a:active, div.release-box-light h4 a:hover {
	color: #CC3300;
	text-decoration: underline;
}
table#faq-table {
	background: lime;
	margin-left: 15px;
}
table#faq-table th {
	background: #97CEF3;
	padding: 2px 4px;
	border-right: 2px solid #FAFCFD;
}
table#faq-table tr td {
	border-top: 2px solid #FAFCFD;
	border-right: 2px solid #FAFCFD;
	background: #DFF7FF;
	padding: 2px 4px;
}
p.imgDownload-link {
	background: url(../images/bullet_download.gif) no-repeat 0 0.2em;
	padding-left: 16px;
	padding-bottom: 4px;
	font-weight: bold;
}
p.download-link {
	background: url(../images/bullet_download.gif) no-repeat 0 0.2em;
	padding-left: 16px;
	padding-bottom: 4px;
	font-weight: bold;
}
div.release-box p.news-release-date, div.release-box-light p.news-release-date {
	text-transform: uppercase;
	color: #CC3300;
	font-size: 0.75em;
	letter-spacing: 1px;
}
div.release-box ul, div.release-box-light ul {
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}
div.release-box ul li, div.release-box-light ul li {
	color: #000;
	background: url(../images/bullet_arrow.gif) no-repeat 0 0.3em;
	margin: 0;
	padding: 0 15px 10px 10px;
}
div.hr-blue {
	border-top: 1px solid #97cef3;
	margin: 0 15px;
}
div.hr-blue hr {
	display: none;
}

div#quick-nav {
	background: #ECF4FA;
	float: right;
	width: 175px;
	margin-bottom: 10px;
	border: 1px solid #FFA500;
}
div#quick-nav h4 {
	margin: 0;
	border-bottom: 1px solid #FFA500;
	background: #d3e2ec;
	padding: 0 0 1px 10px;
	color: #29465D;
}
div#quick-nav ul {
	margin: 0 0 0 10px;
	padding: 5px 0;
	list-style: none;
}
div#quick-nav ul li {
	margin: 0;
	padding: 0 0 3px 10px;
	background: url(../images/bullet_arrow.gif) no-repeat 0 0.3em;
}
ul.home {
	margin: 0 0 0 10px;
	padding: 0px 0;
	list-style: none;
}

li.home {
	margin: 0;
	padding: 0 0 3px 10px;
	background: url(../images/bullet_arrow.gif) no-repeat 0 0.3em;
}	
	


table#picture-library {
	/*width: 100%;*/
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}
table#picture-library tr td {
	border-right: 6px solid #FAFCFD;
	border-bottom: 10px solid #FAFCFD;
	/*padding-bottom: 10px;*/
	vertical-align: top;
	width: 115px;
	text-align: center;
} 
table#picture-library tr td img {
	display: block;
	margin: 0 auto;
	border-width: 1px;
	border-style: solid;
	border-color: #97CEF3;
	padding: 9px;
	background: #fff;
}
table#picture-library tr td p {
	margin: 0;
	text-align: center;
	font-size: 0.75em;
}

#footerbar {
	padding: 0.6em;
	margin-top: 0em;
	background: #eee;
	border-width: 0 0 1px 0;
	border-color: #000 #000 #bbb #000;
	border-style: solid;
}
#footerbarunder {
	font-size: 0.9em;
	color: #999;
	padding: 1em;
}
div.newsBox {
	border-left: 1px solid #6f679f;
	border-right: 1px solid #6f679f;
	border-bottom: 1px solid #6f679f;
	padding: 1px;
	margin: 0;
}
h4.newsBoxCat {
	margin: 0 0 0.6em 0;
	background: #ecf4fa;
	padding: 5px 10px;
	font-size: 1em;
}
h4.newsBoxCat a:link, h4.newsBoxCat a:visited {
	color: #60a6db;
	text-decoration: none;
}
h4.newsBoxCat a:hover {
	color: #495398;
}
h4.newsBoxCat a:active {
	color: #495398;
}
a.newsItem:link, div.newsBox a.newsItem:visited {
	color: #0033ff;
}
h4.newsBoxCat a.newsItem:active {
	color: #fabd00;
}
h4.newsBoxCat a.newsItem:hover {
	color: #382d7a;
}
/* -- Consumer Room Navigation-- */
#consumerRoom ul {
	background: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
#consumerRoom ul li {
	border-bottom: 1px solid #7870a4;
	padding: 5px 0 5px 10px;
	background: url(../images/bullet_blue_arrow.gif) no-repeat 1.5em 0.975em;
}
#consumerRoom ul li.sel {
	border-bottom: 1px solid #7870a4;
	padding: 5px 0 5px 10px;
	background: url(../images/bullet_orange_square.gif) no-repeat 1.3em 1.1em;
}
#consumerRoom a {
	padding: 0 0 0 14px;
	font-weight: normal;
	text-decoration: none;
}
#consumerRoom a:link, #consumerRoom a:visited {
	color: #1b006a;
}
#consumerRoom a:hover, #consumerRoom a:active {
	color: #ff7f00;
}

#consumerRoom a.sel:link, #consumerRoom a.sel:visited {
	color: #ff7f00;
}
#consumerRoom a.sel:hover, #consumerRoom a.sel:active {
	color: #1b006a;
}
/* -- Bread Crumb Navigation -- */
div#breadCrumb {
	background: none;
	margin-bottom: 15px;
}
div#breadCrumb ul {
	background: url(../images/bg_breadCrumb_dots.gif) repeat-x bottom;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 18px 0;
}
div#breadCrumb ul li {
	display: inline;
	font-size: 1.1em;
	padding: 0 3px 0 13px;
	margin: 0;
	text-transform: lowercase;
	background: url( ../images/breadcrumb_arrow.gif ) no-repeat 0 0.4em;
}
div#breadCrumb ul li.first {
	background-image: none;
	padding-left: 10px;
}

/* -- NBF box on homepage -- */
div#visitNBF {
	background: #001559;
	padding: 2px;
	margin: 0;
	text-align: right;
}
#visitNBF p {
	padding: 7px;
	margin: 0;
	background: #fefdfa url(../images/bg_nbfBox.gif) repeat-x bottom;
	text-align: left;
}
#visitNBF a:link, #visitNBF a:visited {
	color: #d57e02;
	text-decoration: none;
}
#visitNBF a:active, #visitNBF a:hover {
	color: #0287d5;
}

/* ------------ other main page block settings ---- */
/*#sidebarright > div > h4:first-child {
	margin-top: 0;
} 
#mainblockside > div > h2, #mainblockfull > div > h2 {
	margin-top: 0;
}*/


ul.newsbox {
	padding: 0;
	margin: 0 0 1em 8px;
	list-style: none;
	font-size: 0.9em;
}
ul.newsbox li {
	background: url(../images/bullet_purple_arrow.gif) no-repeat 0 0.25em;
	padding: 0 0 0 12px; 
	margin: 0;
}
ul.bullet-list {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}
ul.bullet-list li {
	background: url(../images/bullet_arrow.gif) no-repeat 0 0.7em;
	font-size: 1em;
	padding: 5px 0 10px 10px;
}


/* ============ Top Naviation =================== */
#navbarh {
	padding: 0.2em;
	background: url(../images/bg_navbarh.gif) repeat-x bottom;
	border-top: 1px solid #6a629b;
	border-bottom: 1px solid #716b9b;
}
#navbarh ul {
	padding: 5px 0 5px 20px;
	margin: 0;
	list-style: none;
	font-size: 0.8em;
}
#navbarh ul li {
	display: inline;
	padding: 0 10px 0 8px;
	background: url(../images/bullet_blue_arrow.gif) no-repeat 0 0.2em;
}
#navbarh ul li.sel {
	display: inline;
	padding: 0 15px 0 10px;
	background: url(../images/bullet_orange_square.gif) no-repeat 0 0.3em;
}
#navbarh ul li a {
	font-weight: bold;
	text-decoration: none;
}
#navbarh a:link, #navbarh a:visited, #navbarh a:active {
	color: #382d7a;
}
#navbarh a:hover {
	color: #fabd00;
}

#navbarh a.sel:link, #navbarh a.sel:visited {
	color: #fabd00;
}
#navbarh a.sel:hover, #navbarh a.sel:active {
	color: #382d7a;
}

/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 1px;
	border-style: solid;
	border-color: #006;
	padding: 0.3em;
	margin: 1em 0 0 0;
	background: #EEF5FA;
	font-size: 1.5em;
	font-weight: normal;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #acacac;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #ccc;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #ccc;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}

/* ============  HOMEPAGE LAYOUT ================= */
table#home-container {
	width: 900px;
	margin-left: 15px;
}
table#home-container td {
	vertical-align: top;
}
 table#home-container tr td#home-container-left {
	width: 500px;
}
table#home-container tr td#home-container-right {
	width: 400px;
	border-left: 15px solid #fff;
}
table#home-container tr td#home-container-right img {
	display: block;
}
table#home-box-container tr td.home-box, table#home-box-container tr td.home-box-right {
	width: 176px;
	background:  url(../images/bg_homebox.gif) no-repeat bottom;
	border-bottom: 15px solid #fff;
}
table#home-box-container tr td.home-box h3, table#home-box-container tr td.home-box-right h3 {
	margin: 0;
	font-size: 1.3em;
	background: #98c8e9 url(../images/bg_h3_homebox.gif) repeat-x bottom;
	color: #fff;
	padding: 0 5px 1px 5px;
}
td.home-box h3 a:link, td.home-box h3 a:visited, td.home-box-right h3 a:link, td.home-box-right h3 a:visited {
	color: #fff;
	text-decoration: none;
}
td.home-box h3 a:active, td.home-box h3 a:hover, td.home-box-right h3 a:active, td.home-box-right h3 a:hover {
	color: #000066;
	text-decoration: none;
}
table#home-box-container tr td.home-box p, table#home-box-container tr td.home-box-right p {
	margin: 5px 5px 10px 5px;
}
table#home-box-container tr td.home-box-right {
	border-left: 15px solid #fff;
}
table#home-box-container tr td#home-cont-top {
	background: #fff url(../images/bg_homebox_left_top.gif) no-repeat bottom;
	border-bottom: 15px solid #fff;
	padding-bottom: 10px;
}
table#home-box-container tr td#home-cont-bottom h2, table#home-box-container tr td#home-cont-bottom p, table#home-box-container tr td#home-cont-bottom h3 {
	margin-left: 10px;
}
table#home-box-container tr td#home-cont-top h2, table#home-box-container tr td#home-cont-top p {
	margin-left: 10px;
	padding-right: 170px;
}
table#home-box-container tr td#home-cont-bottom h3 {
	font-size: 1.2em;
	font-family: verdana, helvetica, sans-serif;
	color: #000;
}
div#highlight {
	background: #ffc299 url(../images/bg_orange_highlight.gif) repeat-x bottom;
	border-top: 1px solid #ffa561;
	border-bottom: 1px solid #ff8b3a;
	margin: 0 10px;
}
div#highlight p {
	margin: 2px 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #0100b3;
}
div#highlight a {
	text-decoration: none;
}
div#highlight a:link, div#highlight a:visited {
	color: #CC3300;
}
div#highlight a:active, div#highlight a:hover {
	color: #0003ea;
}

/*snippet box*/
table#home-box-container tr td#home-cont-snippet {
	background: #fff url(../images/bg_homebox_left_bottom.gif) no-repeat bottom;
	border-bottom: 15px solid #fff;
}
table#home-box-container tr td#home-cont-snippet h2, table#home-box-container tr td#home-cont-snippet p, table#home-box-container tr td#home-cont-snippet h3 {
	margin-left: 10px;
}
table#home-box-container tr td#home-cont-snippet h3 {
	margin: 0;
	font-size: 1.3em;
	background: #98c8e9 url(../images/bg_h3_homebox.gif) repeat-x bottom;
	color: #fff;
	padding: 0 5px 1px 5px;
}
p.docReference {
	font-style: italic;
}
/*table#home-box-container tr td#home-cont-snippet div.padding {
	padding: 0 10px;
}*/

/*  width: 525px; background: #0f0; background: #00f; background: #f00;
.linkformat {
	padding: 5px 0px;
	color: #FFFF33;
}

 */

div.campaignboxformat { 
	background: repeat url(../images/campaignbox_bg.jpg);
	width: 498px;
	border-left: solid #69aedf 1px;
	border-right: solid #69aedf 1px; 
	margin: 0px; 
	padding: 0; 
}

div#campaigntext { 
	position: relative;
	float: left;
	width: 313px;
}

div#campaigntext .contentPadding {
	margin: 0 0px 0 10px;
}
p.campaign {
	margin-left:10px;
}	
div#imgcampaign { 
	float: left;
	/*margin: 3px 7px 2px 0px; */
}
div#imgcampaign .campaignact img {
	display: block;
}
div#campaignboximg { 
	float: left; 
	position: relative;
	width: 185px;
	text-align: center; 
	font-style: italic;
	padding: 5px 0 0 0;
}

div#imgboxformat {
	margin: 2px 10px 5px 10px;
}

p.campaignact {
	padding-bottom: 10px;
}


divs#campaignactpdf {
	text-align: center;
}

div.vidstyle {
	text-align:center;
}
p.highlightLarge {
	font-size:1.3em;
	color:red;
	font-weight:bold;		
}


