/*------------------html elements-----------------------*/

a,body,caption,div,em,fieldset,h1,h2,h3,h4,h5,h6,input,label,legend,li,ol,p,select,span,strong,sup,td,textarea,th,ul {
  font-family:arial,helvetica;
}

a {
  color:#666666;
  text-decoration:underline;
}

a:hover {
  color:#000000;
  text-decoration:underline;
}

a.linkNoUnderline {
  text-decoration:none;
}

a.linkNoUnderline:hover {
  text-decoration:underline;
}

address {
  font-style:normal;
}

blockquote {
  font-weight:bold;
  margin:0px 0px 12px 0px;
}

body {
  background-color:#CFD2C7;
  background-position:0% 0%;
  background-repeat:no-repeat;
  color:#666666;
  font-size:70%;
  margin:15px 0px 15px 0px;
  padding:0px;
  text-align:center;
}

embed {
  float:left;
}

fieldset {
  border:none;
  clear:both;
  margin:0px;
  padding:0px;
}

form {
  border:none;
  float:left;
  margin:0px;
  padding:0px;
}

h1 {
  color:#666666;
  font-size:160%;
  font-style:normal;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

h2 {
  color:#333333;
  font-size:120%;
  font-style:normal;
  font-weight:bold;
  margin:0px 0px 12px 0px;
  padding:0px;
}

h3 {
  color:#333333;
  font-size:100%;
  font-style:normal;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

h4 {
  color:#666666;
  font-size:100%;
  font-style:normal;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

h5 {
  color:#666666;
  font-size:100%;
  font-style:normal;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

h6 {
  color:#666666;
  font-size:100%;
  font-style:normal;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  text-decoration:none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  text-decoration:underline;
}

img {
  border:none;
  margin:0px;
  padding:0px;
}

input {
  font-size:100%;
}

label {
}

legend {
  border:none;
  font-weight:normal;
  margin:0px 0px 0px -7px;
  padding:0px;
}

object {
  float:left;
}

ol {
  padding-left:25px;
  margin-left:0px;
  margin-bottom:12px;
  margin-top:0px;
}

ol ol {
  margin-bottom:0px;
}

ol li {
  margin-bottom:3px;
}

p {
  margin:0px 0px 12px 0px;
}

pre {
  font-size:100%;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size:100%;
}

html>body pre {
  font-size:120%;
}

select {
  font-size:90%;
}

sup {
}

table {
  border:none;
  clear:both;
  font-size:100%;
  margin:0px 0px 12px 0px;
  padding:0px;
}

textarea {
  font-size:90%;
}

ul {
  padding-left:16px;
  margin-left:0px;
  margin-bottom:12px;
  margin-top:0px;
}

ul ul {
  margin-bottom:0px;
}

ul li {
  margin-bottom:3px;
}

/*------------------generic classes-----------------------*/

.backToTop {
  clear:both;
  padding-top:5px;
  margin:0px 0px 0px 0px;
  text-align:left;
}

.bookmark {
  font-size:0px;
  line-height:0px;
}

/*\*/
 html>body*.bookmark { height:0px; }
 /**/

.bookmark a {
  text-decoration:none;
}

.bookmark a span {
  font-size:0px;
  height:0px;
  line-height:0px;
}

.clear {
  clear:both;
  font-size:0px;
  height:0px;
  line-height:0px;
}

.hide {
  position:absolute;
  left:-99px;
  top:-99px;
  width:1px;
  height:1px;
  overflow:hidden;
}

.hr {
  background-color:#666666;
  border:0px;
  clear:both;
  font-size:1px;
  height:1px;
  line-height:1px;
  margin:10px 0px 12px 0px;
  padding:0px;
}

.textError {
  color: #FF0000 ! important;
}

.textXLarge {
  font-size:380% ! important;
}

.textLarge {
  font-size:160% ! important;
}

#extreme .textLarge {
	color:#8d9250;
}

.textMedium {
  font-size:120% ! important;
}

.textSmall {
  font-size:90% ! important;
}

.textXSmall {
  font-size:80% ! important;
}

.textXXSmall {
  font-size:60% ! important;
}

.textBold {
  font-weight:bold ! important;
}

.textItalic {
  font-style:italic ! important;
}

.textNormal {
  font-weight:normal ! important;
}

.textHighlight {
  color:#333333;
}

img.float {
  margin-bottom:-3px;
  voice-family: "\"}\"";
  voice-family:inherit;
  float:left;
  margin-bottom:0px;
}

html>body img.float {
  float:left;
  margin-bottom:0px;
}

/*------------------vertically centered title-----------------------*/

.columnTitle {
  border:none;
  display:inline;
  float:left;
}

.columnTitle h1 {
  display:table;
  position:relative;
  overflow:hidden;
  voice-family: "\"}\"";
  voice-family:inherit;
  position:relative;
}

html>body .columnTitle h1 {
  position:static;
}

.columnTitle h1 span {
  display:table-cell;
  position:absolute;
  top:50%;
  vertical-align:middle;
  voice-family: "\"}\"";
  voice-family:inherit;
  position:absolute;
  top:50%;
}

html>body .columnTitle h1 span {
  position:static;
  top:auto;
}

.columnTitle h1 span img {
  position:relative;
  top:-50%;
  voice-family: "\"}\"";
  voice-family:inherit;
  position:relative;
  top:-50%;
}

html>body .columnTitle h1 span img {
  position:static;
  top:auto;
}

.columnTitle h1 span br {
  clear:both;
}

/*------------------positional classes-----------------------*/

.left { text-align:left ! important; }
.center { text-align:center ! important; }
.right { text-align:right ! important; }
.top { vertical-align:top ! important; }
.middle { vertical-align:middle ! important; }
.bottom { vertical-align:bottom ! important; }

/*------------------background classes-----------------------*/

.bg01 { background-color:#F2F2F2; }
.bg01 a { background-color:#F2F2F2; }
.bg02 { background-color:#FFFFFF; }
.bg02 a { background-color:#FFFFFF; }
.bg03 { background-color:#333333; }
.bg03 a { background-color:#333333; }

/*------------------foreground classes-----------------------*/

.fg01 { color:#FFFFFF ! important; }

/*------------------border classes-----------------------*/

.bb00 { border-bottom:none ! important; }
.bb01 { border-bottom:1px solid #666666 ! important; }
.bb02 { border-bottom:2px solid #666666 ! important; }
.bt00 { border-top:none ! important; }
.bt01 { border-top:1px solid #666666 ! important; }
.bt02 { border-top:2px solid #666666 ! important; }

/*------------------margin classes-----------------------*/

.mt00 { margin-top:0px ! important; }
.mt01 { margin-top:1px ! important; }
.mt02 { margin-top:2px ! important; }
.mt03 { margin-top:3px ! important; }
.mt04 { margin-top:4px ! important; }
.mt05 { margin-top:5px ! important; }
.mt06 { margin-top:6px ! important; }
.mt07 { margin-top:7px ! important; }
.mt08 { margin-top:8px ! important; }
.mt09 { margin-top:9px ! important; }
.mt10 { margin-top:10px ! important; }
.mt11 { margin-top:11px ! important; }
.mt12 { margin-top:12px ! important; }
.mt13 { margin-top:13px ! important; }
.mt14 { margin-top:14px ! important; }
.mt15 { margin-top:15px ! important; }
.mt20 { margin-top:20px ! important; }
.mt25 { margin-top:25px ! important; }
.mt30 { margin-top:30px ! important; }

.mr00 { margin-right:0px ! important; }
.mr01 { margin-right:1px ! important; }
.mr02 { margin-right:2px ! important; }
.mr03 { margin-right:3px ! important; }
.mr04 { margin-right:4px ! important; }
.mr05 { margin-right:5px ! important; }
.mr06 { margin-right:6px ! important; }
.mr07 { margin-right:7px ! important; }
.mr08 { margin-right:8px ! important; }
.mr09 { margin-right:9px ! important; }
.mr10 { margin-right:10px ! important; }
.mr11 { margin-right:11px ! important; }
.mr12 { margin-right:12px ! important; }
.mr13 { margin-right:13px ! important; }
.mr14 { margin-right:14px ! important; }
.mr15 { margin-right:15px ! important; }
.mr20 { margin-right:20px ! important; }
.mr25 { margin-right:25px ! important; }
.mr30 { margin-right:30px ! important; }

.mb00 { margin-bottom:0px ! important; }
.mb01 { margin-bottom:1px ! important; }
.mb02 { margin-bottom:2px ! important; }
.mb03 { margin-bottom:3px ! important; }
.mb04 { margin-bottom:4px ! important; }
.mb05 { margin-bottom:5px ! important; }
.mb06 { margin-bottom:6px ! important; }
.mb07 { margin-bottom:7px ! important; }
.mb08 { margin-bottom:8px ! important; }
.mb09 { margin-bottom:9px ! important; }
.mb10 { margin-bottom:10px ! important; }
.mb11 { margin-bottom:11px ! important; }
.mb12 { margin-bottom:12px ! important; }
.mb13 { margin-bottom:13px ! important; }
.mb14 { margin-bottom:14px ! important; }
.mb15 { margin-bottom:15px ! important; }
.mb20 { margin-bottom:20px ! important; }
.mb25 { margin-bottom:25px ! important; }
.mb30 { margin-bottom:30px ! important; }

.ml00 { margin-left:0px ! important; }
.ml01 { margin-left:1px ! important; }
.ml02 { margin-left:2px ! important; }
.ml03 { margin-left:3px ! important; }
.ml04 { margin-left:4px ! important; }
.ml05 { margin-left:5px ! important; }
.ml06 { margin-left:6px ! important; }
.ml07 { margin-left:7px ! important; }
.ml08 { margin-left:8px ! important; }
.ml09 { margin-left:9px ! important; }
.ml10 { margin-left:10px ! important; }
.ml11 { margin-left:11px ! important; }
.ml12 { margin-left:12px ! important; }
.ml13 { margin-left:13px ! important; }
.ml14 { margin-left:14px ! important; }
.ml15 { margin-left:15px ! important; }
.ml20 { margin-left:20px ! important; }
.ml25 { margin-left:25px ! important; }
.ml30 { margin-left:30px ! important; }

/*------------------padding classes-----------------------*/

.pt00 { padding-top:0px ! important; }
.pt01 { padding-top:1px ! important; }
.pt02 { padding-top:2px ! important; }
.pt03 { padding-top:3px ! important; }
.pt04 { padding-top:4px ! important; }
.pt05 { padding-top:5px ! important; }
.pt06 { padding-top:6px ! important; }
.pt07 { padding-top:7px ! important; }
.pt08 { padding-top:8px ! important; }
.pt09 { padding-top:9px ! important; }
.pt10 { padding-top:10px ! important; }
.pt11 { padding-top:11px ! important; }
.pt12 { padding-top:12px ! important; }
.pt13 { padding-top:13px ! important; }
.pt14 { padding-top:14px ! important; }
.pt15 { padding-top:15px ! important; }
.pt20 { padding-top:20px ! important; }
.pt25 { padding-top:25px ! important; }
.pt30 { padding-top:30px ! important; }

.pr00 { padding-right:0px ! important; }
.pr01 { padding-right:1px ! important; }
.pr02 { padding-right:2px ! important; }
.pr03 { padding-right:3px ! important; }
.pr04 { padding-right:4px ! important; }
.pr05 { padding-right:5px ! important; }
.pr06 { padding-right:6px ! important; }
.pr07 { padding-right:7px ! important; }
.pr08 { padding-right:8px ! important; }
.pr09 { padding-right:9px ! important; }
.pr10 { padding-right:10px ! important; }
.pr11 { padding-right:11px ! important; }
.pr12 { padding-right:12px ! important; }
.pr13 { padding-right:13px ! important; }
.pr14 { padding-right:14px ! important; }
.pr15 { padding-right:15px ! important; }
.pr20 { padding-right:20px ! important; }
.pr25 { padding-right:25px ! important; }
.pr30 { padding-right:30px ! important; }

.pb00 { padding-bottom:0px ! important; }
.pb01 { padding-bottom:1px ! important; }
.pb02 { padding-bottom:2px ! important; }
.pb03 { padding-bottom:3px ! important; }
.pb04 { padding-bottom:4px ! important; }
.pb05 { padding-bottom:5px ! important; }
.pb06 { padding-bottom:6px ! important; }
.pb07 { padding-bottom:7px ! important; }
.pb08 { padding-bottom:8px ! important; }
.pb09 { padding-bottom:9px ! important; }
.pb10 { padding-bottom:10px ! important; }
.pb11 { padding-bottom:11px ! important; }
.pb12 { padding-bottom:12px ! important; }
.pb13 { padding-bottom:13px ! important; }
.pb14 { padding-bottom:14px ! important; }
.pb15 { padding-bottom:15px ! important; }
.pb20 { padding-bottom:20px ! important; }
.pb25 { padding-bottom:25px ! important; }
.pb30 { padding-bottom:30px ! important; }

.pl00 { padding-left:0px ! important; }
.pl01 { padding-left:1px ! important; }
.pl02 { padding-left:2px ! important; }
.pl03 { padding-left:3px ! important; }
.pl04 { padding-left:4px ! important; }
.pl05 { padding-left:5px ! important; }
.pl06 { padding-left:6px ! important; }
.pl07 { padding-left:7px ! important; }
.pl08 { padding-left:8px ! important; }
.pl09 { padding-left:9px ! important; }
.pl10 { padding-left:10px ! important; }
.pl11 { padding-left:11px ! important; }
.pl12 { padding-left:12px ! important; }
.pl13 { padding-left:13px ! important; }
.pl14 { padding-left:14px ! important; }
.pl15 { padding-left:15px ! important; }
.pl20 { padding-left:20px ! important; }
.pl25 { padding-left:25px ! important; }
.pl30 { padding-left:30px ! important; }

/*------------------width classes-----------------------*/

.w100p { width:100% ! important; }
.w95p { width:95% ! important; }
.w90p { width:90% ! important; }
.w85p { width:85% ! important; }
.w80p { width:80% ! important; }
.w75p { width:75% ! important; }
.w70p { width:70% ! important; }
.w65p { width:65% ! important; }
.w60p { width:60% ! important; }
.w55p { width:55% ! important; }
.w50p { width:50% ! important; }
.w45p { width:45% ! important; }
.w40p { width:40% ! important; }
.w35p { width:35% ! important; }
.w30p { width:30% ! important; }
.w25p { width:25% ! important; }
.w20p { width:20% ! important; }
.w15p { width:15% ! important; }
.w10p { width:10% ! important; }

.w776 { width:776px ! important; }
.w679 { width:679px ! important; }
.w582 { width:582px ! important; }
.w388 { width:388px ! important; }
.w376 { width:376px ! important; }
.w364 { width:364px ! important; }
.w285 { width:285px ! important; }
.w252 { width:252px ! important; }
.w194 { width:194px ! important; }
.w191 { width:191px ! important; }
.w188 { width:188px ! important; }
.w97 { width:97px ! important; }

/*------------------list classes-----------------------*/

ul.listNoBullet {
  clear:both;
  list-style:none;
  margin:0px;
  padding:0px;
}

ul.listNoBullet li {
  background-image:none ! important;
  padding-left:0px ! important;
}

/*------------------form classes-----------------------*/

select.fieldSelect {
  background-color:#FFFFFF;
  border:1px solid #666666;
  color:#666666;
  float:left;
  margin:0px 0px 10px 0px;
  padding:0px;
  width:200px;
}

input.fieldCheck {
  border:none;
  clear:left;
  color:#666666;
  display:inline;
  float:left;
  margin:2px 5px 3px 0px;
  padding:0px;
}

label.labelCheck {
  clear:none;
  display:inline;
  float:left;
  margin:4px 0px 0px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin:4px 0px 0px 0px;
}

html>body label.labelCheck {
  margin:0px 0px 0px 0px;
}

input.fieldRadio {
  border:none;
  clear:left;
  color:#666666;
  display:inline;
  float:left;
  margin:2px 5px 3px 0px;
  padding:0px;
}

input.fieldText {
  background-color:#FFFFFF;
  border:none;
  border:1px solid #666666;
  color:#666666;
  float:left;
  margin:0px 0px 10px 0px;
  padding:0px 2px 1px 2px;
  width:200px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:194px;
}

html>body input.fieldText {
  width:194px;
}

input.fieldPassword {
  background-color:#FFFFFF;
  border:none;
  border:1px solid #666666;
  color:#666666;
  float:left;
  margin:0px 0px 10px 0px;
  padding:0px 2px 1px 2px;
  width:200px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:194px;
}

html>body input.fieldPassword {
  width:194px;
}

input.fieldImage {
  border:none;
  clear:both;
  float:none;
  margin:0px 0px 10px 276px;
  padding:0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  float:left;
}

html>body input.fieldImage {
  float:left;
}

img.fieldImage {
  border:none;
  clear:both;
  float:none;
  margin:0px 0px 10px 276px;
  padding:0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  float:left;
}

html>body img.fieldImage {
  float:left;
}

input.fieldSubmit {
  clear:both;
  background-color:#FFFFFF;
  border:none;
  border:1px solid #666666;
  color:#666666;
  cursor:pointer;
  cursor:hand;
  float:left;
  margin:0px 0px 10px 0px;
  padding:0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  overflow:visible;
  padding:0px 5px 0px 5px;
}

html>body input.fieldSubmit {
  overflow:visible;
  padding:0px 5px 0px 5px;
}

textarea.fieldArea {
  background-color:#FFFFFF;
  border:none;
  border:1px solid #666666;
  color:#666666;
  float:left;
  margin:0px 0px 10px 0px;
  padding:0px;
  width:200px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:198px;
}

html>body textarea.fieldArea {
  width:198px;
}

/*------------------column classes-----------------------*/

.columnSpan1 {
  border:none;
  display:inline;
  float:left;
  margin:0px;
  padding:0px;
  width:97px;
}

/*------------------page-----------------------*/

.containerPage01 {
  background-color:#FFFFFF;
  background-image:url("../images/page01_bg.gif");
  background-position:0% 100%;
  background-repeat:no-repeat;
  border:none;
  clear:both;
  margin:0px auto 0px auto;
  padding:0px 0px 10px 0px;
  text-align:left;
  width:775px;
}


.containerPage02 {
  background-image:url("../images/page02_bg.gif");
  background-position:100% 0%;
  background-repeat:no-repeat;
  border:none;
  clear:both;
  margin:0px;
  padding:12px 20px 0px 10px;
  text-align:left;
  width:775px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:745px;
}

html>body .containerPage02 {
  width:745px;
}

/*------------------header-----------------------*/

.containerHeader {
  border:none;
  clear:both;
  display:inline;
  float:left;
  margin:0px 0px 17px 0px;
  padding:0px;
  width:745px;
}

.containerExtremeBanner {
  border:none;
  clear:both;
  display:inline;
  float:left;
  margin:-7px 0px 10px 0px;
  padding:0px;
  width:745px;
}

.headerLeft {
  border:none;
  color:#000000;
  display:inline;
  font-weight:normal;
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px;
  width:595px;
}

.headerLeft ul {
  display:inline;
  float:left;
  list-style:none;
  margin:0px;
  padding:0px;
}

.headerLeft ul li {
  background-image:none;
  display:inline;
  float:left;
  margin:0px;
  padding:0px;
}

.headerLeft ul li a {
  background-image:none;
  background-position:100% 100%;
  background-repeat:no-repeat;
  color:#000000;
  display:block;
  float:left;
  margin:0px;
  padding:0px 0px 3px 0px;
  text-decoration:none;
}

* html .headerLeft ul li a {
  height: 1px;
}

.headerLeft ul li a:hover {
  background-image:url("../images/menu_underline.gif");
  color:#000000;
  text-decoration:none;
}

.headerLeft ul li a span {
  background-color:#FFFFFF;
  background-image:url("../images/menu_pipe.gif");
  background-position:0% 4px;
  background-repeat:no-repeat;
  display:block;
  line-height:20px;
  padding:0px 15px 1px 6px;
  voice-family: "\"}\"";
  voice-family:inherit;
  line-height:20px;
  padding:0px 15px 1px 6px;
}

html>body .headerLeft ul li a span {
  line-height:21px;
  padding:0px 15px 0px 6px;
}

.headerLeft ul li.first a span {
  background-image:none;
  padding:0px 6px 1px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  padding:0px 6px 1px 0px;
}

html>body .headerLeft ul li.first a span {
  padding:0px 6px 0px 0px;
}

.headerLeft ul li.on a {
  background-image:url("../images/menu_underline.gif");
  color:#000000;
}

.headerRight {
  border:none;
  display:inline;
  float:left;
  margin:4px 0px 0px 0px;
  padding:0px;
  width:150px;
}

.headerRight img {
  padding:0px 0px 0px 2px;
  voice-family: "\"}\"";
  voice-family:inherit;
  float:left;
}

html>body .headerRight img {
  float:left;
}

/*------------------menu main & search-----------------------*/

.containerMenuSearch {
  background-image:url("../images/menu_bg.gif");
  background-position:0% 0%;
  background-repeat:repeat-x;
  border:none;
  clear:both;
  display:inline;
  float:left;
  margin:0px 0px 9px 0px;
  padding:0px;
  width:745px;
}

.extremeMenu {
	background-image:url("../images/menu_extreme_bg.gif");
}

.menuSearchLeft {
  border:none;
  display:inline;
  float:left;
  margin:0px;
  padding:0px;
  width:745px;
}

.menuSearchRight {
  background-color:#4FB0D1;
  background-image:url("../images/menu_pipe.gif");
  background-position:0% 4px;
  background-repeat:no-repeat;
  border:none;
  display:inline;
  float:left;
  margin:0px;
  padding:0px;
  width:196px;
}

.extremeMenu .menuSearchRight {
  background-color:#939598;
  background-image:url("../images/menu_extreme_pipe.gif");
}

/*------------------menu main-----------------------*/

.menuSearchLeft ul {
  display:inline;
  float:left;
  list-style:none;
  margin:0px;
  padding:0px;
}

.menuSearchLeft ul li {
  background-image:none;
  display:inline;
  float:left;
  margin:0px;
  padding:0px;
}

.menuSearchLeft ul li a {
  background-image:none;
  background-position:100% 100%;
  background-repeat:no-repeat;
  color:#FFFFFF;
  display:block;
  float:left;
  margin:0px;
  padding:0px 0px 6px 0px;
  text-decoration:none;
}

* html .menuSearchLeft ul li a {
  height: 1px;
}

.menuSearchLeft ul li a:hover {
  background-image:url("../images/menu_underline.gif");
  color:#000000;
  text-decoration:none;
}

.menuSearchLeft ul li a span {
  background-color:#4FB0D1;
  background-image:url("../images/menu_pipe.gif");
  background-position:0% 4px;
  background-repeat:no-repeat;
  display:block;
  line-height:20px;
  padding:0px 15px 1px 6px;
  voice-family: "\"}\"";
  voice-family:inherit;
  line-height:20px;
  padding:0px 15px 1px 6px;
}

html>body .menuSearchLeft ul li a span {
  line-height:21px;
  padding:0px 15px 0px 6px;
}

.extremeMenu .menuSearchLeft ul li a span {
  background-color:#939598;
  background-image:url("../images/menu_extreme_pipe.gif");
}

.menuSearchLeft ul li.first a span {
  background-image:none;
}

.menuSearchLeft ul li.on a {
  background-image:url("../images/menu_underline.gif");
  color:#000000;
}

/*------------------search-----------------------*/

.menuSearchRight label {
  color:#FFFFFF;
  display:block;
  float:left;
  padding:3px 5px 2px 6px;
}

.menuSearchRight input.fieldText {
  background-color:#FFFFFF;
  border:none;
  color:#666666;
  float:left;
  margin:3px 0px 1px 0px;
  padding:0px 1px 1px 1px;
  width:125px;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin:3px 0px 2px 0px;
  width:123px;
}

html>body .menuSearchRight input.fieldText {
  margin:3px 0px 2px 0px;
  width:123px;
}

.menuSearchRight input.fieldImage {
  border:none;
  clear:none;
  float:none;
  margin:0px;
  padding:6px 0px 5px 5px;
  voice-family: "\"}\"";
  voice-family:inherit;
  float:left;
}

html>body .menuSearchRight input.fieldImage {
  float:left;
}
.menuSearchLeft form {
float:right;
}

/*------------------body-----------------------*/

.containerBody {
  border:none;
  clear:both;
  display:inline;
  float:left;
  margin:0px;
  padding:0px;
  position:relative;
  width:745px;
}

/*------------------content-----------------------*/

.containerContent {
  margin:0px 0px 0px 195px;
  padding:0px;
  width:550px;
}

/*------------------home-----------------------*/

#home .containerContent {
  margin:10px 0px 0px 0px;
  padding:0px;
  position:relative;
  width:745px;
}

#home .img-home-main {
  float:left;
  margin:0px 6px 0px -3px;
  padding:0px 5px 5px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  border-right:1px solid #D7D7D7;
  margin:0px;
}

html>body #home .img-home-main {
  border-right:1px solid #D7D7D7;
  margin:0px;
}

#home .img-home-right {
  border:none;
  float:left;
  margin:0px -3px 11px -3px;
  padding:0px 0px 5px 5px;
  voice-family: "\"}\"";
  voice-family:inherit;
  border-bottom:1px solid #D7D7D7;
  margin:0px 0px 5px 0px;
}

html>body #home .img-home-right {
  border-bottom:1px solid #D7D7D7;
  margin:0px 0px 5px 0px;
}

#home .img-home-left-first {
  border:none;
  float:left;
  margin:6px 11px 5px -3px;
  padding:5px 5px 5px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  border-top:1px solid #D7D7D7;
  border-right:1px solid #D7D7D7;
  clear:both;
  margin:0px;
}

html>body #home .img-home-left-first {
  border-top:1px solid #D7D7D7;
  border-right:1px solid #D7D7D7;
  clear:both;
  margin:0px;
}

#home .img-home-left {
  border:none;
  float:left;
  margin:6px 0px 5px 0px;
  padding:5px 5px 5px 5px;
  voice-family: "\"}\"";
  voice-family:inherit;
  border-top:1px solid #D7D7D7;
  border-right:1px solid #D7D7D7;
  margin:0px;
}

html>body #home .img-home-left {
  border-top:1px solid #D7D7D7;
  border-right:1px solid #D7D7D7;
  margin:0px;
}

#home h2 img {
  padding:3px 0px 13px 5px;
  margin:0px 0px 13px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  padding:3px 0px 13px 5px;
  margin:0px;
}

html>body #home h2 img {
  padding:3px 0px 10px 5px;
  margin:0px;
}

#home ul.listColoured {
  clear:none;
  margin:0px;
  padding:0px 0px 5px 0px;
  width:195px;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin:0px 0px 0px -1px;
  border-left:1px solid #D7D7D7;
  width:195px;
}

html>body #home ul.listColoured {
  margin:0px 0px 0px -1px;
  border-left:1px solid #D7D7D7;
  width:195px;
}

#home ul.listColoured li {
  background-image:url("../images/icon_next.gif");
  background-position:181px 7px;
  background-repeat:no-repeat;
  padding:3px 20px 3px 5px;
  width:195px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:170px;
}

html>body #home ul.listColoured li {
  width:170px;
}

#home ul.listColoured ul {
  width:170px;
}

#home ul.listColoured ul li {
  padding:0px 3px 3px 15px;
  width:170px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:152px;
}

html>body #home ul.listColoured ul li {
  width:152px;
}

#home .boxUpdates {
  border:none;
  clear:none;
  float:left;
  margin:0px;
  padding:0px;
  width:195px;
  voice-family: "\"}\"";
  voice-family:inherit;
  border-left:1px solid #D7D7D7;
  border-top:1px solid #D7D7D7;
  margin:0px 0px 0px -1px;
}

html>body #home .boxUpdates {
  border-left:1px solid #D7D7D7;
  border-top:1px solid #D7D7D7;
  margin:0px 0px 0px -1px;
}

#home .boxUpdates h2 {
  color:#000000;
  margin:0px;
  padding:5px 5px 8px 4px;
  width:195px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:186px;
}

html>body #home .boxUpdates h2 {
  width:186px;
}

#home .boxUpdates p {
  margin:0px;
  padding:0px 5px 14px 5px;
  width:195px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:185px;
}

html>body #home .boxUpdates p {
  width:185px;
}

#home .formUpdates {
  background-color:#F2F2F2;
  float:left;
  padding:0px 0px 0px 5px;
  width:195px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:190px;
}

html>body #home .formUpdates {
  width:190px;
}

#home .formUpdates label {
  color:#333333;
  display:block;
  float:left;
  padding:7px 5px 2px 0px;
}

#home .formUpdates input.fieldText {
  background-color:#FFFFFF;
  border:1px solid #D7D7D7;
  color:#666666;
  float:left;
  margin:6px 0px 6px 0px;
  padding:0px 1px 0px 1px;
  width:136px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:132px;
}

html>body #home .formUpdates input.fieldText {
  width:132px;
}

#home .formUpdates input.fieldImage {
  border:none;
  clear:none;
  float:none;
  margin:0px;
  padding:10px 0px 5px 5px;
  voice-family: "\"}\"";
  voice-family:inherit;
  float:left;
}

html>body #home .formUpdates input.fieldImage {
  float:left;
}

/*------------------content updates-----------------------*/

#case .boxUpdates,
#extreme .boxUpdates {
  border:none;
  clear:none;
  float:left;
  margin:0px;
  padding:0px;
  position:absolute;
  left:0px;
  bottom:0px;
  width:195px;
  border-top:1px solid #D7D7D7;
}

#extreme .boxUpdates {
  border-top:1px solid #FFFFFF;
}

#case .boxUpdates h2,
#extreme .boxUpdates h2 {
  color:#000000;
  margin:0px;
  padding:5px 5px 8px 5px;
  width:195px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:185px;
}

html>body #case .boxUpdates h2,
html>body #extreme .boxUpdates h2 {
  width:185px;
}

#case .boxUpdates p,
#extreme .boxUpdates p {
  margin:0px;
  padding:0px 5px 2px 5px;
  width:195px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:185px;
}

html>body #case .boxUpdates p,
html>body #extreme .boxUpdates p {
  width:185px;
}

#case .formUpdates,
#extreme .formUpdates {
  abackground-color:#F2F2F2;
  float:left;
  padding:0px 0px 4px 5px;
  width:195px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:190px;
}

html>body #case .formUpdates,
html>body #extreme .formUpdates {
  width:190px;
}

#case .formUpdates label,
#extreme .formUpdates label {
  color:#333333;
  display:block;
  float:left;
  padding:7px 5px 2px 0px;
}

#case .formUpdates input.fieldText,
#extreme .formUpdates input.fieldText {
  background-color:#FFFFFF;
  border:1px solid #D7D7D7;
  color:#666666;
  float:left;
  margin:6px 0px 6px 0px;
  padding:0px 1px 0px 1px;
  width:136px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:132px;
}

html>body #case .formUpdates input.fieldText,
html>body #extreme .formUpdates input.fieldText {
  width:132px;
}

#case .formUpdates input.fieldImage,
#extreme .formUpdates input.fieldImage {
  border:none;
  clear:none;
  float:none;
  margin:0px;
  padding:10px 0px 5px 5px;
  voice-family: "\"}\"";
  voice-family:inherit;
  float:left;
}

html>body #case .formUpdates input.fieldImage,
html>body #extreme .formUpdates input.fieldImage {
  float:left;
}

/*------------------content header-----------------------*/

.contentHeader {
  border-bottom:1px solid #D7D7D7;
  border-left:1px solid #D7D7D7;
  clear:both;
  display:inline;
  float:left;
  margin:0px;
  padding:0px 0px 5px 5px;
  position:relative;
  width:550px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:544px;
}

.contentHeader form {
}

.contentHeader form .fieldSubmit {
  clear: none;
}

html>body .contentHeader {
  width:544px;
}

#case .contentHeader {
  margin-top:10px;
}

#extreme .contentHeader {
  border-bottom:1px solid #FFFFFF;
  border-left:1px solid #FFFFFF;
  margin:0px;
  padding-bottom:0px;
}

#solutions .contentHeader {
  margin-top:30px;
}

.contentHeader h1 {
  margin:0px;
  padding:0px 255px 5px 0px;
  width:544px;
  voice-family: "\"}\"";
  voice-family:inherit;
  padding:0px 255px 5px 0px;
  width:289px;
}

html>body .contentHeader h1 {
  padding:0px 255px 0px 0px;
  width:289px;
}

#case .contentHeader h1 {
  margin:0px;
  padding:0px;
  width:544px;
}

#extreme .contentHeader h1 {
  margin:0px;
  padding:0px;
  width:544px;
}

#case .contentHeader p {
  color:#333333;
  float:left;
  font-size:110%;
  top:-80px;
  position:relative;
  margin:0px 0px -80px 0px;
  width:286px;
}

#extreme .contentHeader p {
  color:#333333;
  float:left;
  font-size:110%;
  top:-80px;
  position:relative;
  margin:0px 0px -80px 0px;
  width:286px;
}

#solutions .contentHeader h2 {
  bottom:2px;
  color:#000000;
  font-size:120%;
  left:5px;
  position:absolute;
  width:286px;
}

#solutions .contentHeader p {
  font-size:90%;
  padding:0px 258px 0px 0px;
  width:544px;
  margin:0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:286px;
}

html>body #solutions .contentHeader p {
  line-height:110%;
  width:286px;
}

.contentHeader .img-header {
  float:left;
  left:294px;
  margin:0px -294px 0px -3px;
  padding:0px;
  position:relative;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin:0px -294px 0px 0px;
}

html>body .contentHeader .img-header {
  margin:0px -294px 0px 0px;
}

#case .contentHeader .img-header {
  margin-bottom:-10px;
  top:-10px;
}

#extreme .contentHeader .img-header {
  margin-bottom:-10px;
  top:-10px;
}

#solutions .contentHeader .img-header {
  margin-bottom:-30px;
  top:-30px;
}

.backLink {
  bottom:2px;
  color:#000000;
  left:-196px;
  position:absolute;
  width:190px;
}

.backLink a {
  background-image:url("../images/icon_back.gif");
  background-position:11px 4px;
  background-repeat:no-repeat;
  color:#000000;
  font-weight:bold;
  padding:0px 3px 0px 21px;
  text-decoration:none;
  width:190px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:166px;
}

html>body .backLink a {
  width:166px;
}

.backLink a:hover {
  text-decoration:underline;
}

.documentLink a {
  text-decoration:none;
}

.documentLink a:hover {
  text-decoration:underline;
}

.documentLink img {
  margin:0px 10px 0px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  float:left;
}

html>body .documentLink img {
  float:left;
}

.documentLink a:hover img {
  text-decoration:none;
}

/*------------------menu sub-----------------------*/

#case ul.menuSub {
  border:none;
  left:-196px;
  margin:0px;
  padding:0px;
  position:absolute;
  width:190px;
}

#extreme ul.menuSub {
  border:none;
  left:-196px;
  margin:0px;
  padding:0px;
  position:absolute;
  width:190px;
}

#solutions ul.menuSub {
  border:none;
  left:-201px;
  margin:0px -190px 0px 0px;
  padding:0px 0px 25px 0px;
  position:relative;
  width:190px;
}

ul.menuSub {
  clear:both;
  float:left;
  list-style:none;
  margin:0px;
  padding:0px;
  width:190px;
}

ul.menuSub li {
  background-image:none;
  clear:both;
  float:left;
  list-style:none;
  padding:3px 3px 3px 3px;
  margin:0px;
  width:190px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:184px;
}

html>body ul.menuSub li {
  width:184px;
}

ul.menuSub ul {
  left:0px;
  clear:both;
  float:left;
  margin:0px 0px -3px 0px;
  padding:0px;
  position:relative;
  width:190px;
}

ul.menuSub ul li {
  background-image:none;
  clear:both;
  float:left;
  list-style:none;
  padding:0px 3px 3px 13px;
  margin:0px;
  width:190px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:174px;
}

html>body ul.menuSub ul li {
  width:174px;
}

ul.menuSub li a {
  clear:both;
  color:#333333;
  text-decoration:none;
}

ul.menuSub li a:hover {
  color:#000000;
  text-decoration:underline;
}

ul.menuSub li.on a {
  color:#000000;
  font-weight:bold;
}

ul.menuSub li.on ul li a {
  color:#333333;
  font-weight:normal;
}

ul.menuSub li.on ul li.on a {
  color:#000000;
  font-weight:bold;
}

/*------------------search page-----------------------*/

.searchPage {
	position:absolute;
	top:90px;
}

/*------------------content body-----------------------*/

.contentBody {
  border-left:1px solid #D7D7D7;
  border-right:1px solid #D7D7D7;
  clear:both;
  display:inline;
  float:left;
  margin:0px;
  padding:5px 5px 0px 5px;
  position:relative;
  width:320px;
  voice-family: "\"}\"";
  voice-family:inherit;
  height:446px;
  width:308px;
}

html>body .contentBody {
  height:auto;
  min-height:446px;
  width:308px;
}

#extreme .contentBody {
  border-left:none;
  border-right:none;
  width:540px;
  voice-family: "\"}\"";
  voice-family:inherit;
  height:500px;
}

html>body #extreme .contentBody {
  height:auto;
  min-height:500px;
}

#extreme .contentIcons {
	display:none;
}

.contentBody ul.listLinks {
  margin:0px 0px 12px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:308px;
}

html>body .contentBody ul.listLinks {
  width:308px;
}

.contentBody ul.listLinks li {
  voice-family: "\"}\"";
  voice-family:inherit;
  width:308px;
}

html>body .contentBody ul.listLinks li {
  width:308px;
}

.contentBody table {
  border-bottom:1px solid #999999;
  clear:none;
  float:left ! important;
  width:100%;
}

.contentBody table caption {
  color:#FFFFFF;
  font-size:100%;
  font-style:normal;
  font-weight:bold;
  margin:0px;
  padding:3px 3px 3px 3px;
  text-align:left;
}

.contentBody .flashFull {
	background-color:#FFFFFF;
	border-top:1px solid #D7D7D7;
	display:block;
	float:none;
	height:550px;
	margin:-6px -236px -10px -201px;
	padding:10px 0px 10px 0px;
	position:relative;
	width:745px;
}

.contentBody table th {
  color:#333333;
  font-weight:normal;
  padding:3px 3px 3px 3px;
  text-align:left;
  vertical-align:top;
}

.contentBody table td {
  color:#333333;
  padding:3px 3px 3px 3px;
  text-align:left;
  vertical-align:top;
}

.contentBody .contentIcons {
  padding-bottom: 10px;
  clear: both;
}

table td img {
  float:left;
  padding:2px 0px 0px 0px;
}

img.img-left-first {
  border:none;
  clear:both;
  float:left;
  margin:0px 3px 5px -204px;
  padding:5px 5px 0px 0px;
  width:195px;
  position:relative;
  voice-family: "\"}\"";
  voice-family:inherit;
  border-top:1px solid #D7D7D7;
  margin:-6px 0px 5px -201px;
  width:190px;
}

html>body img.img-left-first {
  border-top:1px solid #D7D7D7;
  margin:-6px 0px 5px -201px;
  width:190px;
}

img.img-left {
  border-top:none;
  clear:both;
  float:left;
  margin:0px -3px 5px -204px;
  padding:5px 5px 0px 0px;
  width:195px;
  position:relative;
  voice-family: "\"}\"";
  voice-family:inherit;
  border-top:1px solid #D7D7D7;
  margin:0px 0px 5px -201px;
  width:190px;
}

html>body img.img-left {
  border-top:1px solid #D7D7D7;
  margin:0px 0px 5px -201px;
  width:190px;
}

img.img-left-extreme {
  clear:both;
  float:left;
  margin:0px -3px 5px -204px;
  padding:0px 5px 0px 0px;
  width:195px;
  position:relative;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin:0px 0px 5px -201px;
  width:190px;
}

html>body img.img-left-extreme {
  margin:0px 0px 5px -201px;
  width:190px;
}

p.caption-left {
  border-top:none;
  clear:both;
  float:left;
  display:inline;
  left:-201px;
  margin:0px -190px 5px 0px;
  padding:0px;
  width:190px;
  position:relative;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:190px;
  margin:0px -190px 5px 0px;
}

html>body p.caption-left {
  width:190px;
  margin:0px -190px 5px 0px;
}

img.img-half-left {
  float:left;
  margin:0px 5px 0px 0px;
  padding:0px 5px 5px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin:0px;
}

html>body img.img-half-left {
  margin:0px;
}

img.img-half-right {
  float:right;
  margin:0px 0px 0px 5px;
  padding:0px 0px 5px 5px;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin:0px;
}

html>body img.img-half-right {
  margin:0px;
}

img.img-full {
  float:left;
  margin:0px -3px 0px -3px;
  padding:0px 0px 12px 0px;
  width:308px;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin:0px;
}

html>body img.img-full {
  margin:0px;
}

img.img-full-almost {
  float:left;
  margin:0px -3px 0px -3px;
  padding:0px 0px 12px 0px;
  width:305px;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin:0px;
}

html>body img.img-full-almost {
  margin:0px;
}

img.img-right {
  border:none;
  left:324px;
  margin:0px;
  padding:0px;
  position:absolute;
  top:5px;
  width:225px;
}

img.img-stack {
  voice-family: "\"}\"";
  voice-family:inherit;
  float:left;
}

html>body img.img-stack {
  float:left;
}

img.img-right-float {
  border:none;
  float:left;
  left:313px;
  margin:0px -234px 0px 3px;
  padding:5px 0px 5px 6px;
  position:relative;
  voice-family: "\"}\"";
  voice-family:inherit;
  border-top:1px solid #D7D7D7;
  margin:0px -231px 0px 0px;
}

html>body img.img-right-float {
  border-top:1px solid #D7D7D7;
  margin:0px -231px 0px 0px;
}

/*------------------content related-----------------------*/

.contentRelated {
  border:none;
  float:left;
  margin:-1px 0px 0px 0px;
  padding:0px;
  position:relative;
  width:230px;
}

.contentRelated form {
  padding: 5px;
}

.contentRelated form .fieldSelect {
  clear: both;
}

.contentRelated form .fieldSubmit {
  clear: both;
}

.boxRelated {
  border-top:1px solid #D7D7D7;
  clear:both;
  float:left;
  margin:0px 0px 5px 0px;
  padding:5px 0px 0px 5px;
  width:230px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:225px;
}

html>body .boxRelated {
  width:225px;
}

.boxRelated h3 {
  color:#A0A0A0;
  margin:0px 0px 2px 0px;
}

.boxRelated h4 {
  margin:0px 0px 10px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin:0px 0px 10px 0px;
}

html>body .boxRelated h4 {
  margin:0px 0px 7px 0px;
}

.boxRelated ul.listColoured {
  width:225px;
}

.boxRelated ul.listColoured li {
  padding:3px 3px 3px 3px;
  width:225px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:219px;
}

html>body .boxRelated ul.listColoured li {
  width:219px;
}

.boxRelated ul.listColoured ul {
  width:219px;
}

.boxRelated ul.listColoured ul li {
  padding:0px 3px 3px 13px;
  width:219px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:203px;
}

html>body .boxRelated ul.listColoured ul li {
  width:203px;
}

.boxRelated ul.listLinks {
  voice-family: "\"}\"";
  voice-family:inherit;
  width:225px;
}

html>body .boxRelated ul.listLinks {
  width:225px;
}

.boxRelated ul.listLinks li {
  voice-family: "\"}\"";
  voice-family:inherit;
  width:225px;
}

html>body .boxRelated ul.listLinks li {
  width:225px;
}

.relatedForm {
  background-color:#333333;
  color:#FFFFFF;
  clear:both;
  float:left;
  margin:0px 0px 0px 0px;
  padding:3px 6px 0px 6px;
  width:225px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:213px;
}

html>body .relatedForm {
  width:213px;
}

.relatedForm label {
  clear:both;
  display:block;
  margin:0px 0px 2px 0px;
  padding:0px;
}

.relatedForm textarea.fieldArea {
  background-color:#F2F2F2;
  border:none;
  border:1px solid #666666;
  clear:both;
  color:#666666;
  float:left;
  height:30px;
  margin:0px 0px 2px 0px;
  padding:0px;
  width:213px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:211px;
}

html>body .relatedForm textarea.fieldArea {
  width:211px;
}

.relatedForm input.fieldSubmit {
  clear:none;
  background-color:#333333;
  background-image:url("../images/icon_submit.gif");
  background-position:100% 3px;
  background-repeat:no-repeat;
  border:none;
  clear:both;
  float:left;
  margin:0px;
  padding:0px 15px 1px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  overflow:visible;
  padding:0px 15px 1px 0px;
}

html>body .relatedForm input.fieldSubmit {
  left:-3px;
  overflow:visible;
  padding:0px 12px 2px 0px;
  position:relative;
}

.relatedForm input.fieldSubmit:hover {
  color:#FFCC00;
}

/*------------------footer-----------------------*/

.containerFooter {
  border-top:1px solid #D7D7D7;
  clear:both;
  /*float:left;*/
  margin:0px 0px 0px 0px;
  padding:7px 0px 20px 0px;
  width:745px;
}

.footerLeft {
  border:none;
  display:inline;
  float:left;
  margin:0px;
  padding:0px;
  width:190px;
}

.footerLeft img {
  margin:0px 10px 0px 0px;
  voice-family: "\"}\"";
  voice-family:inherit;
  float:left;
}

html>body .footerLeft img {
  float:left;
}

.footerLeft p {
  margin:0px;
  padding:0px 0px 0px 0px;
}

.footerLeft a {
  text-decoration: none;
}

.footerLeft a:hover {
  text-decoration: underline;
}

.footerRight {
  border:none;
  display:inline;
  float:left;
  margin:0px;
  padding:0px;
  width:555px;
}

.footerRight ul {
  display:inline;
  float:left;
  list-style:none;
  margin:0px;
  padding:0px;
  float:right;
}

.footerRight ul li {
  background-image:url("../images/footer_pipe.gif");
  background-position:9px 3px;
  background-repeat:no-repeat;
  display:inline;
  float:left;
  margin:0px;
  padding:0px 0px 0px 17px;
}

.footerRight ul li a {
  text-decoration: none;
}

.footerRight ul li a:hover {
  text-decoration: underline;
}

.footerRight ul li.first {
  background-image:none;
  padding:0px;
}

/*------------------pagination-----------------------*/

ul.pagination {
  display:inline;
  float:right;
  list-style:none;
  margin:0px;
  padding:0px;
  margin-bottom: 10px;
}

ul.pagination li {
  background-image:url("../images/footer_pipe.gif");
  background-position:9px 3px;
  background-repeat:no-repeat;
  display:inline;
  float:left;
  margin:0px;
  padding:0px 0px 0px 17px;
}

ul.pagination li.first {
  background-image:none;
  padding:0px;
}

ul.pagination li a {
  text-decoration: none;
}

ul.pagination li a:hover {
  text-decoration: underline;
}

/*------------------list coloured-----------------------*/

ul.listColoured {
  clear:both;
  float:left;
  list-style:none;
  margin:0px;
  padding:0px;
}

ul.listColoured li {
  background-image:none;
  clear:both;
  float:left;
  margin:0px;
  padding:0px;
}

ul.listColoured ul {
  clear:both;
  float:left;
  list-style:none;
  margin:0px 0px -3px 0px;
  padding:0px;
  position:relative;
}

ul.listColoured ul li {
  background-image:none;
  clear:both;
  float:left;
  margin:0px;
}

ul.listColoured li a {
  clear:both;
  color:#333333;
  text-decoration:none;
}

ul.listColoured li a:hover {
  color:#000000;
  text-decoration:underline;
}

ul.listColoured li.on a {
  color:#000000;
  font-weight:bold;
}

ul.listColoured li.on ul li a {
  color:#333333;
  font-weight:normal;
}

ul.listColoured li.on ul li.on a {
  color:#000000;
  font-weight:bold;
}

/*------------------list links-----------------------*/

ul.listLinks {
  float:left;
  list-style:none;
  margin:0px;
  padding:0px;
}

ul.listLinks li {
  background-image:none;
  clear:both;
  list-style:none;
  padding:0px;
  margin:0px;
}

ul.listLinks a {
  background-image:url("../images/icon_next.gif");
  background-position:100% 4px;
  background-repeat:no-repeat;
  clear:both;
  color:#000000;
  display:block;
  float:left;
  font-weight:bold;
  margin:0px;
  padding:0px 10px 0px 0px;
  text-decoration:none;
  voice-family: "\"}\"";
  voice-family:inherit;
  padding:0px 10px 0px 0px;
}

html>body ul.listLinks a {
  padding:0px 10px 3px 0px;
}

* html ul.listLinks a {
  height: 1px;
}

ul.listLinks li a:hover {
  color:#000000;
  text-decoration:underline;
}

.magnify {
  cursor: url(/images/M_images/magnify.cur);
}

/*------------------seo template-----------------------*/

#seo .containerContent {
  margin:20px 0px 0px 0px;
  padding:0px;
  width:745px;
}

#seo .contentHeader {
  border-bottom:1px solid #D7D7D7;
  border-left:none;
  clear:both;
  display:inline;
  float:left;
  margin:0px;
  padding:0px 225px 0px 10px;
  position:relative;
  width:510px;
}

#seo .contentHeader h1 {
  font-size:180%;
  font-weight:normal;
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
  width:510px;
}

#seo .contentHeader h2 {
	margin:0px 0px 5px 0px;
}

#seo .boxUpdates {
  background-color:#F2F2F2;
  border:none;
  clear:none;
  float:left;
  margin:0px;
  padding:10px 10px 10px 10px;
  position:absolute;
  left:540px;
  top:0px;
  width:175px;
}

#seo .boxUpdates h2 {
  color:#666666;
  font-size:180%;
  font-weight:normal;
  margin:0px;
  padding:0px 0px 10px 0px;
}

#seo .boxUpdates p {
  line-height:140%;
  margin:0px;
  padding:0px 0px 10px 0px;
}

#seo .formUpdates {
  float:left;
  width:175px;
}

#seo .formUpdates label {
  color:#333333;
  display:block;
  float:left;
  padding:7px 5px 2px 0px;
}

#seo .formUpdates input.fieldText {
  background-color:#FFFFFF;
  border:1px solid #D7D7D7;
  color:#666666;
  float:left;
  margin:6px 0px 6px 0px;
  padding:0px 1px 0px 1px;
  width:120px;
}

#seo .formUpdates input.fieldImage {
  border:none;
  clear:none;
  float:none;
  margin:0px;
  padding:10px 0px 5px 5px;
  float:left;
}

#seo .contentBody {
  border-left:none;
  border-right:none;
  clear:both;
  display:inline;
  float:left;
  margin:0px;
  padding:10px 15px 15px 10px;
  position:relative;
  height:auto;
  min-height:0px;
  width:720px;
}

#seo .contentIcons {
	display:none;
}

#seo .contentBody table {
  border-bottom:none;
  clear:both;
  float:left ! important;
  width:100%;
}

#seo .contentBody table td,
#seo .contentBody table th {
  color:#666666;
  font-weight:normal;
  padding:0px;
  text-align:left;
  vertical-align:top;
}

#seo .contentBody table td img {
  float:left;
  padding:0px 0px 0px 0px;
}

#seo .relatedLink {
	display:inline;
	float:left;
	margin:10px 25px 0px 0px;
	padding:0px;
	width:335px;
}

#seo .relatedLink img {
	float:left;
	padding:0px 10px 0px 0px;
}

#seo .contentBody h2 {
  font-size:180%;
  font-weight:normal;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

#seo .contentBody p {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}


