* {margin:0px; padding:0px;}
html, body{height:100%;}
body {background-color:#87AAE2; background-image:url(/siteWideGraphics/bodyBackground.jpg); background-repeat:repeat-x; background-position:top left;}
#outer{height:100%; min-height:100%; margin:0px 0px -40px 140px; background-color:#fff; border-left:0px; border-right:0px; color: #000; z-index:0;}
#totalis{padding-bottom:0px; position:relative; width:1024px; min-height:100%; margin-left:auto; margin-right:auto; background-color:#FFF; /*border-left:1px solid #000000; border-right:1px solid #000000;*/}
#header{width:1024px; background-image:url(/siteWideGraphics/header.jpg); background-repeat:no-repeat; background-position:top;}
#bannerDetails {cursor:pointer; text-align:right; margin:52px 0px 146px 30px; padding:0px;}
#bannerDetails a {cursor:pointer; margin:0px; padding:0px;}
#contactBar{float:right; width:900px; height:25px; margin:-133px 0px 0px 2px;}
.detailBlock {clear:both; cursor:default; float:right; padding:0px 0px 0px 0px; margin:68px 32px 0px 0px;font-family:Arial, Helvetica, sans-serif; font-size: 23px; color:#ffffff; font-style: normal; font-weight: bold; text-decoration:none; text-shadow:0px 0px 3px #000000;}
.detailBlock a,.detailBlockSmall a,.detailBlock a:active,.detailBlockSmall a:active,.detailBlock A:visited,.detailBlockSmall A:visited{color:#ffffff; text-decoration:none; cursor:pointer;}
.detailBlockSmall{clear:both; cursor:default; float:right; padding:0px 0px 0px 0px; margin:48px 32px 0px 0px;font-family:Arial, Helvetica, sans-serif; font-size: 18px; color:#ffffff; font-style: normal; font-weight: bold; text-decoration:none; text-shadow:0px 0px 2px #000000;}
#bannerDetails a:hover, .detailBlock a:hover, .detailBlockSmall a:hover {color:#d5eaff;}
/*.brandBar{width:980px; height:85px; margin: 0px 0px 0px 21px; border:1px solid #555555; overflow:hidden;background:url(/siteWideGraphics/brandsBar.jpg);}*/
/*					       */
/* NAV DROPDOWN CSS BEGINS */
/*	                       */


/* primary nav */


.nav_menu {
    font-family: Arial;
    width: 1020px;
    position: relative;
    background:url(/includes/nav/images/buttonBackground.gif) top center repeat-x;
    z-index: 100;
    height: 29px;
	top:-36px;
	left:2px;
	margin-bottom:-30px;
}

#nav {
    list-style-type: none;
    width: 100%;
    height: 24px;
    display: inline;
}

li.primary {
    float: left;
    position: relative;
    margin:0px;
    padding:4px 8px 6px 8px;/*width of nav items can be altered using left and right padding*/
    border-right:1px solid #000000;
}

li.primary:hover, li.primary.over  {
    background:url(/includes/nav/images/buttonDown.gif) top center repeat-x;
}

a.primary_link {
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 11pt;
    font-weight:bold;
}


li.primary:hover a.primary_link, li.primary.over a.primary_link {
    color: #ffffff;
}

.on  {
    background-color: #00C2B6;
}

.mainwrap_1, .mainwrap_2, .mainwrap_3, .mainwrap_4, .mainwrap_5 {
    display: none;
}

li.primary:hover #showme {
    display: block;
    position: absolute;
    top:24px;
    padding-top:6px;
    height:6px;
}

.mainwrap_1 {
    width: 182px;        
}

.mainwrap_2 {
    width: 363px;
}

.mainwrap_3 {
    width: 544px;
}

.mainwrap_4 {
    width: 725px;
}

.mainwrap_5 {
    width: 905px;
}

#innerwrap {
	padding-top:12px;
	margin:-1px 0px 0px 0px;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    width: 100%;
    float: left;
    z-index: 101;
    overflow: hidden;
    background:#1C407A url(/includes/nav/images/backdropGradient.jpg) bottom right repeat;
	border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
}

.holdleft {
    left: 0px;
    background:url(/siteimages/nav_rollover_top_left.gif) top left repeat-x;
}

.holdright {
    right: 0px;
    background:url(/siteimages/nav_rollover_top_right.gif) top right repeat-x;
}

#column {
    width: 170px;
    padding:0px 5px 0px 5px;
	margin-bottom:7px;
    display: inline;
    text-align: left;
    float: left;
    height: auto;
	border-left:1px solid #709ab0;
}

#column ul {
    list-style-type: none;
    text-align: left;
    margin: 0px;
    padding: 0px 5px 5px 2px;
}

#column ul li.regular {
    text-align: left;
    margin-left: 0px;
	color: #ffffff;
    padding: 2px 2px 6px 10px;
}

#column ul li.regular a {
    font-size: 9pt;
    color: #ffffff;
    margin: 0px;
}   

#column ul li.regular a:hover {
    color: #ffffff;
	text-shadow: 1px 1px 2px #B7E1F7;
	text-decoration:none;

} 

#column ul li.listH3 {
	font-weight:bold;
	font-size:13px;
    text-align: left;
    margin-left: 0px;
	margin:0px 0px -3px 0px;
	color: #ffffff;
    padding: 2px 2px 6px 10px;
}

#column ul li.listH3 a {
	font-weight:bold;
	font-size:13px;
    color: #ffffff;
   margin:0px 0px -3px 0px;
}   

#column ul li.listH3 a:hover {
	font-weight:bold;
	font-size:13px;
    color: #B7E1F7;
	margin:0px 0px -3px 0px;
} 

/* primary nav */



/*					     */
/* NAV DROPDOWN CSS ENDS */
/*					     */
#centreLeftColumn ul ul.indentMe{list-style-type:none; margin:8px 0px 0px 24px;}
#centreLeftColumn ul ul.indentMe li{margin:3px 0px 3px 0px;}
h2{color: #ffffff; margin:8px 0px 8px 0px; padding:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: normal; text-decoration:none; margin: 1px 8px 1px 0px;}
h2 A, h2 A.current, h2 A:active, h2 A:visited, h2 A:hover{border-top:1px hidden #eeeeee; border-right:1px solid #444444; border-bottom:1px solid #444444; border-left:1px solid #444444; display:block; color: #C05010; font-family:Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration:none; padding:3px 5px 4px 8px; background-color:#B0B0B0;}
h2 A:hover {color: #bbbbbb; border-top:1px solid #444444; border-right:1px solid #444444; border-bottom:1px solid #eeeeee; border-left:1px solid #444444; background-color:#CACACA; padding:3px 5px 3px 8px;}
h2 A.current {color:#600000; border-top:1px solid #444444; border-right:1px solid #444444; border-bottom:1px solid #eeeeee; border-left:1px solid #444444; background-repeat:repeat; background-color:#CACACA; padding:3px 5px 4px 8px;}
#centreColumn{position:relative; min-height:100%; padding:0px 0px 12px 0px; margin:8px 0px 0px 0px;}
#centreLeftColumn{margin:12px 2px 100px 21px; padding:0px; width:250px; float:left;}
#centreLeftAndCentre{width:717px;margin:-105px 2px 100px 21px; padding:0px; float:left;}
#centreCentreColumn{margin:12px 0px 100px 20px; padding:0px; width:440px; float:left;}
#centreRightColumn{margin:14px 0px 100px 20px; padding:0px; width:250px; float:left;}
.rightColumnModuleTop{width:200px; height:24px; margin:0px 0px 0px 0px; background-image:url(/siteWideGraphics/moduleTop.gif); background-position:bottom left; background-repeat:no-repeat;}
.rightColumnModuleMiddle h4, .panelWide h4 {margin:0px 0px 4px 0px; font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#ffffff; font-style: normal; font-weight: bold; text-decoration:none;}
.rightColumnModuleMiddle p, .rightColumnModuleMiddle p a, .rightColumnModuleMiddle p a:active, .rightColumnModuleMiddle p a:visited, .panelWide p, .panelWide p a, .panelWide p a:active, .panelWide p a:visited {margin:0px; padding:0px 0px 6px 1px; font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#ffffff; font-style: normal; font-weight: normal; text-decoration:none;}
.rightColumnModuleMiddle p a, .rightColumnModuleMiddle p a:active, .rightColumnModuleMiddle p a:visited, .panelWide p a, .panelWide p a:active, .panelWide p a:visited {color:#ffffff; font-weight:bold;}
.rightColumnModuleMiddle p a:hover, .panelWide p a:hover{color:#666666;}
.rightColumnModuleMiddle{width:184px; margin:0px 0px 0px 0px; padding:0px 8px 0px 8px; font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#000000; font-style: normal; font-weight: normal; text-decoration:none; background-image:url(/siteWideGraphics/moduleMiddle.gif);}
.rightColumnModuleMiddle h4{color:#000000;}
.rightBarTextWrapper{margin:-4px 0px 0px 7px; width:190px;}
.rightColumnModuleBottom{width:250px; height:4px; margin:0px 0px 0px 0px; background-image:url(/siteWideGraphics/headerBottomGrey.jpg); background-position:top left; background-repeat:no-repeat;}
.videoModuleBottom{width:250px; height:4px; margin:0px 0px 0px 0px; background-image:url(/siteWideGraphics/headerBottomGrey.jpg); background-position:top left; background-repeat:no-repeat;}
.imageBottom{width:250px; height:4px; margin:-20px 0px 0px 0px; background-image:url(/siteWideGraphics/headerBottomGrey.jpg); background-position:top left; background-repeat:no-repeat; float:left;}
.rightColumnTextModule{margin:4px 24px 20px -4px; padding:0px; width:200px; float:left;}
.rightColumnLargeImage,.rightColumnSmallImage,.rightColumnSmallImagePointer,.rightColumnLargeImagePointer{margin:0px 0px 20px 0px; padding:0px; width:250px; height:250px; float:left;}
.rightColumnLargeImage,.rightColumnLargeImagePointer{width:250px; height:250px;}
.rightColumnSmallImagePointer,.rightColumnLargeImagePointer{cursor:pointer;}
.centreRightColumn p, .centreRightColumn p, .centreRightColumn a p, .centreRightColumn a p, .centreRightColumn a:active p, .centreRightColumn a:active p, .centreRightColumn a:visited p, .centreRightColumn a:visited p {text-align:center; padding:6px 0px 6px 0px;  color:#FFFFFF;}
.centreRightColumn a:hover p, .centreRightColumn a:hover p {color:#bbbbbb;}
#fourOhFourText{margin:20px 20px 0px 3px; width:800px; padding-left:0px;}
.panel, .panelWide, .panelFLASH, .panelIMAGE {margin:0px -6px 8px 0px; padding:24px 16px 12px 16px;}
#displayFlash {border:1px solid #444444; margin:0px auto 8px auto; width:192px; height:172px; padding:-8px 0px 0px 0px; text-align:center; overflow:hidden;}
#displayFlash embed, #displayFlash noscript {padding:0px; margin:0px 0px 0px -5px;}
.cssBoxMiddle h4 {margin:0px 0px 4px 0px; font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#ffffff; font-style: normal; font-weight: bold; text-decoration:none;}
#centreRightColumn h4 {margin:0px 0px 4px 0px; font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#000000; font-style: normal; font-weight: bold; text-decoration:none;}
.newsBoxMiddle p, .newsBoxMiddle p a, .newsBoxMiddle p a:active, .newsBoxMiddle p a:visited {margin:0px; padding:0px 0px 6px 1px; font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#ffffff; font-style: normal; font-weight: normal; text-decoration:none;}
#centreRightColumn p, #centreRightColumn p a, #centreRightColumn p a:active, #centreRightColumn p a:visited{margin:0px; padding:0px 0px 6px 1px; font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#000000; font-style: normal; font-weight: normal; text-decoration:none;}
#centreRightColumn a{text-decoration:none;}
#flashContainer{margin:0px 0px 20px 0px;}
.newsBoxMiddle p a, .newsBoxMiddle p a:active, .newsBoxMiddle p a:visited {color:#ffffff; font-weight:bold;}
#centreRightColumn p a:hover, .newsBoxMiddle p a:hover{color:#bbbbbb;}
.underBottom{margin-bottom:26px;}
.underBottomSuper{margin-bottom:16px; clear:both;}
.stopper {display:block; clear:both; height:163px;}
#footerContent{position:absolute; bottom:0px;}
#footer {overflow:hidden; padding:17px 4px 6px 4px; width:1024px; clear:both; height:132px; background-image:url(/siteWideGraphics/footer.jpg); background-repeat:no-repeat; white-space:nowrap; position:absolute; bottom:0px;}
#footer a,#footer A:active,#footer A:visited{color:#eaf0ff; text-decoration:none;}
#footer a:hover{color:#d5e8ff; text-decoration:none;white-space:nowrap;}
#footer p, #footer p a {text-align:center;  font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#ffffff; font-style: normal; font-weight: normal; text-decoration:none;}
p, .description {margin:0px 0px 8px 0px; padding:0px 0px 6px 1px; font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#000000; font-style: normal; font-weight: normal; text-decoration:none;}
p a, p a:active, p a:visited, .description a, .description a:active, .description a:visited {margin:0px; padding:0px 0px 6px 1px; font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#1C407A; font-style: normal; font-weight: bold; text-decoration:none;}
p a:hover, .description a:hover {color:#87AAE2;}
p.intro, .description.intro{font-weight:bold;}
p.note{font-size:9px; color:#800000}
h1{visibility:hidden;}
h3 {margin:0px 0px 07px 0px; font-family:Arial, Helvetica, sans-serif; font-size: 21px; color:#000000; font-style: normal; font-weight: normal; text-decoration:none;}
#centreLeftAndCentre ul{margin-left:08px; padding:0px;}
#centreLeftAndCentre li{font-size:13px; font-family:Arial, Helvetica, sans-serif; padding:4px; color:#000000;}
#centreLeftAndCentre h3{width:680px; margin-left:0px;}
#centreLeftAndCentre h4, #centreLeftColumn h4, #centreLeftColumn h4 a, #centreLeftColumn h4 A:visited, #centreLeftColumn h4 A:active,#centreCentreColumn h4, #centreCentreColumn h4 A, #centreCentreColumn h4 A:visited, #centreCentreColumn h4 A:active,.likeH4{margin:0px 0px 6px 0px; font-family:Arial, Helvetica, sans-serif; font-size: 17px; color:#001230; font-style: normal; font-weight: normal; text-decoration:none;}
#centreLeftAndCentre h4,#centreLeftAndCentre h5{width:98%; background-color:#376177; padding:3px 4px 4px 10px; color:#ffffff;}
.likeH4{line-height:24px;}
#centreLeftAndCentre p, #centreLeftAndCentre p a, #centreLeftAndCentre p a:active, #centreLeftAndCentre p a:visited {color:#003870; font-style: normal; font-weight: normal; text-decoration:none;}
.likeH4{line-height:24px;}
#centreLeftAndCentre p a:hover, #centreLeftColumn h4 A:hover,#centreCentreColumn h4 A:hover{color: #0c3460;}
#centreLeftColumn h5, #centreLeftColumn h5 A, #centreLeftColumn h5 A:visited, #centreLeftColumn h5 A:active,#centreCentreColumn h5, #centreCentreColumn h5 A, #centreCentreColumn h5 A:visited, #centreCentreColumn h5 A:active{margin:2px 0px 5px 0px; font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#001230; font-style: normal; font-weight: bold; text-decoration:none;}
#centreLeftColumn h5 A:hover,#centreCentreColumn h5 A:hover{color: #101060;}
#flashBanner, #displayImage{margin:0px 0px 17px 0px; padding:0px;}
#displayImage {background-color:#CCCCCC;}
#imageWindow{margin:-15px 0px 17px 0px;}
#theImage{width:800px; height:125px; position:relative; z-index:500; background-image:url(../siteWideGraphics/imageWindow.gif); background-repeat:no-repeat;}
.imageFader{border:0px solid #888888;}
.imageFaderSpace,.imageFaderTemplate{width:924px; height:154px;}
.imageFaderTemplate{position:absolute; top:-208px; left:-458px;}
#centreLeftColumn ul, #centreLeftColumn ul ul,#centreCentreColumn ul, #centreCentreColumn ul ul{margin:10px 0px 14px 32px; list-style-type:disc; list-style-image:none; list-style-position:outside; color:#200505;}
#centreLeftColumn ul ul,#centreCentreColumn ul ul{margin:0px; list-style-type:circle; list-style-position:inside;}
#centreLeftColumn ol, #centreLeftColumn ol ol,#centreCentreColumn ol, #centreCentreColumn ol ol{margin:10px 0px 14px 32px; list-style-type:decimal; list-style-position:outside; color:#200505;}
#centreLeftColumn ol ol,#centreCentreColumn ol ol{margin:0px; list-style-type:lower-alpha; list-style-position:inside;}
#centreLeftColumn li, #centreLeftColumn li a,#centreCentreColumn li, #centreCentreColumn li a{color:#200505; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-decoration:none; line-height:18px; margin-bottom:10px;}
#centreLeftColumn li a,#centreCentreColumn li a,#centreLeftColumn li a:active,#centreCentreColumn li a:active,#centreLeftColumn li a:visited,#centreCentreColumn li a:visited{color:#200505;}
#centreLeftColumn li a:hover,#centreCentreColumn li a:hover{color:#101060;}
#reviewsWrapper,#linksWrapper,#newsWrapper{}
.hreview{margin:12px 0px 14px 16px;}
.hreview h5{font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#0a1a7a; font-style:normal; font-weight: bold; text-decoration:underline;}
.hreview p{font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:#000a25; font-style:normal; font-weight: normal; text-decoration:none; margin:0px 0px 0px 0px;}
.hreview .fn{font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#3860A6; font-style:normal; font-weight: bold; text-decoration:none; margin:0px 0px 0px 0px;}
.hidden, .dtreviewed{display:none;}
#aform {width:430px; margin:18px 0px 8px 0px; color:#555555;}
#aform p.title {width:438px; font-size:12px; font-family:Arial, Helvetica, sans-serif; text-align:center; line-height:18px; margin:0px 0px 0px -5px; display:block; text-transform:uppercase; font-weight:bold;}
#aform p.intro {width:434px; background-image:url(../siteWideGraphics/headerMiddleContactForm.jpg); background-repeat:repeat-y; font-size:10px; font-family:Arial, Helvetica, sans-serif; line-height:12px; padding:2px 6px 14px 10px; margin:-6px 0px 0px -4px; display:block;}
#aform form {font: 12px Arial, Helvetica, sans-serif; line-height:22px; margin:0px;	display:block; color:#000000;}
#aform div.row, #aform div.finalrow {width:438px; background-image:url(../siteWideGraphics/headerMiddleContactForm.jpg); background-repeat:repeat-y; line-height:20px; margin:0px 0px 0px -4px; display:block; padding:2px 6px 2px 6px;}
#aform div.rowFull {width:400px; float:left; margin:0px 18px 0px 0px;}
#aform div.rowHalf {width:204px; float:left; margin:0px 3px 0px 0px;}
#aform label {width:400px; text-align:left; margin:4px 0px 4px 3px;}
#aform select, #aform input, #aform textarea {line-height:20px; margin:0px; padding-left:2px; font:12px Arial, Helvetica, Verdana, sans-serif;}
#aform div.finalrow {padding:6px 6px 6px 6px;}
#aform div.finalrow label {width:270px;}
#aform div.finalrow select, #aform div.finalrow input, #aform div.finalrow textarea {width:150px;}
#aform input, #aform textarea {border:1px outset #602010; margin:4px 0px 4px 3px;}
#aform div.finalrow input.button, #aform div.finalrow input.buttonSub {width:90px; cursor:pointer; vertical-align:middle; font:12px Arial, Helvetica, Verdana, sans-serif; font-weight:bold; background-color:#F0F0F0; text-transform:uppercase; line-height:18px; height:18px; border:0px solid #206070; padding:0px 0px 2px 0px; text-align:center; margin-left:3px;}
#aform div.finalrow input.buttonSub {width:412px; margin:4px 0px 4px 3px; border:1px inset #302010; height:23px; background-color:#3860A6; color:#ffffff;}
#aform div.finalrow input.button:hover {background-color:#F0F0F0; border: 0px solid #bbbbbb;}
#aform div.finalrow input.button:active {background-color:#FFFFFF; border: 0px solid #606060;}
#aform textarea{width:409px;}
#aform div.row2 {text-align:left; line-height:18px; margin:0px; display:block; padding:2px; padding-left:6px; border-top: 1px solid #EFEFEF; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid #EFEFEF;}
#aform div.row3{text-align:left; margin:0px; display:block; padding-left:6px;}
#aform div.row3 input{margin-left:0px;}
#aform input.radio {width:30px; display:inline; border:0px solid #ffffff; background:transparent;}
#aform div.left {display:block; width:160px; float:left; clear:none;}
#aform div.right {display:inline;}
#aform label.short {display:inline; float:none; clear:none;}
#aform .shadowRow {width:438px; background-image:url(/siteWideGraphics/headerBottomContactForm.jpg); background-repeat:no-repeat; height:6px; margin:0px 0px 0px -4px;}
#aform .rowFull input{height:20px; width:410px;}
#aform .rowHalf input{height:20px; width:201px;}
#aform select{width:210px; line-height:24px; margin:6px 0px 6px 0px;}
#aform input.smallField{width:30px;}
.dtr2{text-decoration:none; font-size:10px;}
.lessBig{font-size:11px; font-weight:bold; color:#444444;}
.smaller{font-size:10px;}
#calculatorPanel{padding:10px; background-color:#BEBDB8; color:#000000; font-size:12px; font-family:Arial, Helvetica, sans-serif; border:2px groove;}
#calculatorPanel input.readOut{border:0px; background-color:#BEBDB8; margin: 2px 0px 4px 0px; padding:2px; width:200px; height:18px;}
#calculatorPanel input.outLine{background-color:#ffffff; padding:2px; width:30px; height:14px;}
#grabLink, #grabLink a:link, #grabLink a:visited, #grabLink a:active {font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-weight:bold; font-size:11px; margin:0px auto 0px auto;text-align:center;}
#grabLink a:hover {color:#204060;}
#linkStrip, #linkStrip a, #linkStrip a:active, #linkStrip a:visited, #geographicalStrip, #geographicalStrip a, #geographicalStrip a:active, #geographicalStrip a:visited{margin:4px 6px 6px 6px; text-align:center; width:980px; padding: 12px 12px 12px 12px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#806c68; white-space:normal; text-decoration:none;}
#linkStrip a, #linkStrip a:active, #linkStrip a:visited, #geographicalStrip a, #geographicalStrip a:active, #geographicalStrip a:visited{text-align:center; font-size:11px; color:#806c68; white-space:normal; text-decoration:none;}
#linkStrip a:hover, #geographicalStrip a:hover{color:#ffffff}
.noNews{width:200px; height:300px;}
#centreLeftColumn .frontEndInfoBox h4{margin:0px; font-size:16px;color:inherit;}
#centreLeftColumn #frontEndWrapper .frontEndInfoBox p{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; text-decoration:none; margin:7px 0px 7px 0px;color:inherit;}
#centreLeftColumn #frontEndWrapper .frontEndInfoBox ul{margin:0px 0px 0px 24px; list-style-type:disc; list-style-image:none; margin:-3px 0px 0px 24px;color:inherit;}
#centreLeftColumn #frontEndWrapper .frontEndInfoBox ul li{font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:12px; font-weight:bold; text-decoration:none; padding:0px; margin:2px 0px 0px 0px; list-style-position:outside;color:inherit;}
#drawABlank{height:225px; width:225px; margin:8px 14px 8px 2px; float:left; background-image:url(../siteWideGraphics/clear.gif);}
.simpleSidebarBox{width:232px; margin:0px 0px 14px 0px; float:left;padding:8px; background-color:#94BAF7; border:1px solid #1C407A;}
#centreRightColumn div.simpleSidebarBox p a{text-decoration:underline;}
#centreRightColumn div.simpleSidebarBox p a:hover{color:#ffffff;}
#centreLeftColumn .blueFlatBoxWrapper,#centreRightColumn .blueFlatBoxWrapper{width:250px; margin:0px 0px 14px 0px; float:left;padding:0px; background-color:#4E76BC;}
#centreLeftColumn .blueFlatBoxTop,#centreRightColumn .blueFlatBoxTop{width:250px; height:29px; margin:0px; padding:0px;}
#centreLeftColumn .blueFlatBoxMiddle,#centreRightColumn .blueFlatBoxMiddle{width:221px; font-size:12px; /*background-image:url(../siteWideGraphics/headerMiddleGrey.jpg); background-repeat:repeat-y;*/ padding: 0px 16px 12px 13px; overflow:auto; font-family:Arial, Helvetica, sans-serif; color:#ffffff;}
#centreLeftColumn .blueFlatBoxMiddle h4,#centreRightColumn .blueFlatBoxMiddle h4 {font-size:16px; font-weight:bold; margin:0px 0px 12px 0px;color:#ffffff;}
#centreLeftColumn .blueFlatBoxMiddle p,#centreRightColumn .blueFlatBoxMiddle p{font-size:12px;color:#ffffff;}
#centreLeftColumn .blueFlatBoxMiddle li,#centreRightColumn .blueFlatBoxMiddle li {font-size:12px; color:#ffffff; font-weight:normal; list-style:square outside; margin:10px 0px 10px -12px;}
#centreRightColumn .blueFlatBoxMiddle li {margin:10px 0px 10px 16px;}
#centreLeftColumn .blueFlatBoxMiddle li a,#centreLeftColumn  .blueFlatBoxMiddle li a:active,#centreLeftColumn  .blueFlatBoxMiddle li a:visited,#centreRightColumn .blueFlatBoxMiddle li a,#centreRightColumn  .blueFlatBoxMiddle li a:active,#centreRightColumn  .blueFlatBoxMiddle li a:visited {font-size:13px; color:#ffffff; text-decoration:none; font-weight:bold;}
#centreLeftColumn .blueFlatBoxMiddle li a:hover,#centreRightColumn .blueFlatBoxMiddle li a:hover {color:#a5d2f3;}
#centreLeftColumn .blueFlatBoxMiddle a,#centreLeftColumn .blueFlatBoxMiddle a:active,#centreLeftColumn .blueFlatBoxMiddle a:visited,#centreRightColumn .blueFlatBoxMiddle a,#centreRightColumn .blueFlatBoxMiddle a:active,#centreRightColumn .blueFlatBoxMiddle a:visited {color:#ffffff; text-decoration:none; font-weight:normal;}
#centreLeftColumn .blueFlatBoxMiddle a:hover,#centreRightColumn .blueFlatBoxMiddle a:hover {color:#4060ff;}

#centreLeftColumn .metalBoxWrapper,#centreRightColumn .metalBoxWrapper{width:250px; margin:0px 0px 14px 0px; float:left;padding:0px;}
#centreLeftColumn .metalBoxTop,#centreRightColumn .metalBoxTop{width:250px; height:29px; margin:0px; padding:0px;}
#centreLeftColumn .metalBoxMiddle,#centreRightColumn .metalBoxMiddle{width:221px; font-size:12px; background-image:url(../siteWideGraphics/headerMiddleGrey.jpg); background-repeat:repeat-y; padding: 16px 16px 12px 13px; overflow:auto; font-family:Arial, Helvetica, sans-serif; color:#000000;}
#centreLeftColumn .metalBoxMiddle h4,#centreRightColumn .metalBoxMiddle h4 {font-size:16px; font-weight:bold; margin:0px 0px 12px 0px; color:#000000;}
#centreLeftColumn .metalBoxMiddle p,#centreRightColumn .metalBoxMiddle p{font-size:12px; color:#000000;}
#centreLeftColumn .metalBoxMiddle li,#centreRightColumn .metalBoxMiddle li {font-size:12px; color:#000000; font-weight:normal; list-style:square outside; margin:10px 0px 10px 24px;}
#centreLeftColumn .metalBoxMiddle li {margin:10px 0px 10px -8px;}
#centreLeftColumn .metalBoxMiddle li a,#centreLeftColumn .metalBoxMiddle li a:active,#centreLeftColumn .metalBoxMiddle li a:visited,#centreRightColumn .metalBoxMiddle li a,#centreRighttColumn .metalBoxMiddle li a:active,#centreRightColumn .metalBoxMiddle li a:visited {font-size:13px; color:#000000; text-decoration:underline; font-weight:bold;}
#centreLeftColumn .metalBoxMiddle li a:hover,#centreRightColumn .metalBoxMiddle li a:hover {color:#4266f5;}
#centreLeftColumn .metalBoxMiddle a,#centreLeftColumn .metalBoxMiddle a:active,#centreLeftColumn .metalBoxMiddle a:visited,#centreRightColumn .metalBoxMiddle a,#centreRightColumn .metalBoxMiddle a:active,#centreRightColumn .metalBoxMiddle a:visited {color:#000000; text-decoration:none; font-weight:normal;}
#centreLeftColumn .metalBoxMiddle a:hover,#centreRightColumn .metalBoxMiddle a:hover {color:#4266f5;}
.associationImages1{float:left; margin:24px 20px 0px 0px; border:0px;}
.associationImages2{float:left; margin:12px 20px 0px 0px; border:0px;}
#frontEndWrapper{width:490px; margin:-6px 0px 16px 0px; float:left;}
div .frontEndInfoBox{background-image:url(../siteWideGraphics/frontEndBoxDescription.png); background-repeat:no-repeat; width:185px; height:193px; padding:16px 20px 12px 20px; margin:8px 14px 8px 2px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-size:11px; float:left; overflow:hidden; cursor:pointer;}
/*  BEGIN STYLES FOR SLIDING STUFF */		
.theLargeImage{background-color:#161613; overflow: hidden; position: relative; width:248px; height:248px; margin:0px 0px 20px 0px; float:left; border: 1px solid #8088aa;}
.theSmallImage{background-color:#161613; overflow: hidden; position: relative; width:248px; height:248px; margin:0px 0px 20px 0px; float:left; border: 1px solid #8088aa;}
.theLargeImage img{position: absolute; top: 0; left: 0; border: 0;}
.theSmallImage img{position: absolute; top: 0; left: 0; border: 0;}
.theLargeImage p{padding: 0 10px; color:#afafaf; font-weight:bold; font-size:10pt; font-family:Arial, Helvetica, sans-serif;}
.theSmallImage p{padding: 0 10px; color:#afafaf; font-weight:bold; font-size:10pt; font-family:Arial, Helvetica, sans-serif;}
.boxcaptionLarge{padding: 4px 10px; float: left; position: relative; background: #000; height: 100px; width: 250px; opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
				top:0px;}
/*2 lines below are start position for caption*/
.captionfull .boxcaptionLarge {top: 248px; left: 2px; }
.caption .boxcaptionLarge {top: 248px; left: 2px;}
.boxcaptionSmall{padding:2px 5px; float: left; position: relative; background: #000; height: 100px; width: 250px; opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
				top:0px;}
/*2 lines below are start position for caption*/
.captionfull .boxcaptionSmall {top: 248px;	left: 2px;}
.caption .boxcaptionSmall {top: 248px;	left: 2px;}
/*  END STYLES FOR SLIDING STUFF */
/* THICKBOX STYLES */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0px; margin: 0px;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {font: 12px Arial, Helvetica, sans-serif; color: #333333;}
#TB_secondLine {font: 10px Arial, Helvetica, sans-serif; color:#666666;}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {position: fixed; z-index:200; top: 0px; left: 0px; height:100%; width:100%;}
.TB_overlayMacFFBGHack {background: url(/siteWidegraphics/macFFBgHack.png) repeat;}
.TB_overlayBG {background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;}
* html #TB_overlay {/* ie6 hack */
     position: absolute; 
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_window {position: fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%;}
* html #TB_window {/* ie6 hack */
position: absolute; 
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_window img#TB_Image {display:block; margin: 15px 0 0 15px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #666; border-left: 1px solid #666;}
#TB_caption{height:25px; padding:7px 30px 10px 25px; float:left;}
#TB_closeWindow{height:25px; padding:11px 25px 10px 0; float:right;}
#TB_closeAjaxWindow{padding:7px 10px 5px 0; margin-bottom:1px; text-align:right; float:right;}
#TB_ajaxWindowTitle{float:left; padding:7px 0 5px 10px; margin-bottom:1px;}
#TB_title{background-color:#e8e8e8; height:27px;}
#TB_ajaxContent{clear:both; padding:2px 15px 15px 15px; overflow:auto; text-align:left; line-height:1.4em;}
#TB_ajaxContent.TB_modal{padding:15px;}
#TB_ajaxContent p{padding:5px 0px 5px 0px;}
#TB_load{position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}
* html #TB_load {/* ie6 hack */
position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_HideSelect{z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%;}
* html #TB_HideSelect {/* ie6 hack */
     position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_iframeContent{clear:both; border:none; margin-bottom:-1px; margin-top:1px; _margin-bottom:1px;}
/* END THICKBOX STYLES */
/* jQueryCycleSlideshowStyles */
.slideshow0 {height:300px; width:982px; padding:-1px; /*border: 1px solid #666666;*/ margin: 0px auto 0px auto; z-index:0; top:7px;}
.slideshow0 img {padding:0px;}
.slideshow {height: 230px; width:230px;border: 1px solid #666666; margin: -6px 0px 0px -4px; z-index:0; }
.slideshow img {padding: 0px;}
#centreCentreColumn h5.link{text-decoration:none;}
#centreRightColumn div.metalBoxWrapper p a.uLD{text-decoration:underline;}
td img {display: block;}
.listWrapper{width:440px; margin:24px 0px 0px 0px;}
.listWrapper .listElement{width:130px;height:24px;position:relative;float:left;background-image:url(/siteWideGraphics/bullet.gif);background-position:0px 0px;background-repeat:no-repeat;padding:4px 4px 4px 4px;color:#222222;font-size:13px;font-family:Arial, Helvetica, sans-serif;font-weight:normal;text-decoration:none;}
.listWrapper .listElement a,.listElement a:visited,.listElement a:active,.listElement a:hover{color:#222222;font-size:13px;font-family:Arial, Helvetica, sans-serif;font-weight:normal;text-decoration:none;}
.listElement a:hover{color:#777777;}
.listWrapperStopper{position:relative; float:left; width:440px; height:50px;}
.errorStyle{font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform:capitalize; color:#c00000; font-weight:bold;}
.slightIndent{margin:0px 0px 0px 18px;}
#detailConstraint{width:714px; float:left; margin:0px 0px 24px 0px;}
#faderHolder{width:350px;margin:9px 0px 0px 0px;}
#s5{width:298px; height:298px;  background-image:url(../siteWideGraphics/headerMiddleGrey.jpg); background-repeat:repeat; margin:auto;border:1px solid #d0d0d0;}
#textWindow{width:325px; float:right; margin:3px 14px 0px 0px;}
#arrowLeft{position:absolute; top:175px; left:290px; z-index:999;}
#arrowRight{position:absolute; top:175px; left:625px; z-index:999;}
#smallImagesBlock{width:310px; float:left; margin:06px 0px 24px 22px;}
.imageInBlock{width:68px;height:68px; margin:3px 3px 3px 3px; float:left; background-image:url(../siteWideGraphics/headerMiddleGrey.jpg); background-repeat:repeat; cursor:pointer; border:1px solid #a0a0a0;}
.price{line-height:32px; font-size:15px; font-weight:bold;}
#centreLeftAndCentre li{margin-left:15px;}
.listingBlock{width:416px; padding:12px; background-color:#c8d6de; float:left; margin-bottom:8px; cursor:pointer;}
.imageInListing{width:160px; height:160px; margin:0px 12px 0px 0px; float:left; background-image:url(../siteWideGraphics/headerMiddleGrey.jpg); background-repeat:repeat; border:1px solid #a0a0a0;}
.listingTitle{font-weight:bold; font-size:14px;}
.listingDescription{font-size:13px;}
.berth,.price {margin-top:6px;}
.back,.back a,.back a:visited,.back a:active{font-size:16px; font-weight:bold; text-decoration:none; color:#3a6094; clear:both; margin:8px 0px 0px 04px; float:left;}
.back a:hover{text-decoration:blink; color:#204080;}
.pagingNav,.pagingNav a,.pagingNav a:visited,.pagingNav a:active{margin:4px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#3a6094; text-decoration:none;}
.currentPaging,.currentPaging a,.currentPaging a:visited,.currentPaging a:active{font-weight:bold; text-decoration:underline;}
.pagingNav a:hover,.currentPaging a:hover{color:#204080;}
#blogWrapper{width:850px; margin:24px 24px 64px 48px;clear:both;}
#blogWrapper h4{color:#131B64; font-family:Arial, Helvetica, sans-serif; font-size:17px;font-weight:normal;}
div .itemWrapper{margin:12px 12px 12px 12px;}
.itemWrapper h5{color:#222222; font-family:Arial, Helvetica, sans-serif; font-size:14px;font-weight:normal;}
.itemWrapper p{color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.itemWrapper p a, .itemWrapper p a:active, .itemWrapper p a:visited{color:#131B64;}
.itemWrapper p a:hover{color:#6A82FF;}
.vPF{margin:-20px 0px 20px 8px;}
.boxLefty{float:left; margin:0px 0px 0px -3px;}
