body {
    background-image: url(../images/background_new2.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #3d71b8; /** Website BG colour (matches canvas colour in Step 1) **/
}
#footerShadow {
	width:780px;
	height:20px;
	background:#3d71b8 url(../../images/footer.jpg) no-repeat center;
	margin-left: auto; 
margin-right: auto;
}
form {
	padding: 0;
	margin: 0;
}
td.col1 
{
	font-size: 10px;
	width: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

td.col2 
{
	font-size: 10px;
	width: 560px;
	vertical-align: top;
	padding-bottom: 10px;
}
#container {
    width: 770px;
    margin: 0 auto;
    text-align: center;
}
#containerh {
    width: 780px;
	height: 960px;
    margin: 0 auto;
    text-align: center;
}

#nav{
  border:0px solid #FFFFFF;
  width: 770px;
  margin-left:0px;
  margin-top:10px;  
  margin-bottom:2px;
}

#nav ul{
  width:100%;
  background-color:#3d71b8;
  padding-left:0;
  margin:0;
  float:left;
}

#nav ul li{
  display:inline;
}

#nav ul li a{
  float:left;
  color:#FFFFFF;
  padding:6px 12px 6px 12px;
  border-right:1px solid #FFFFFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight:normal;
  cursor: hand;
  TEXT-DECORATION: none;
}

#nav ul li a:hover{
  background-color:#fe6f11;
  cursor: hand;
}
h1 
{
	font-size: 14px;
	font-weight: bold;
	background:#fe6f11 url(../images/title_tl.gif) top right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0 0 10px 0;
	line-height: 16px;
	text-align: center;
	background-color:#fe6f11;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fe6f11;
	margin: 0 0 10px 0;
	line-height: 16px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d71b8;
	margin: 10px 0;
	line-height: 14px;
	padding: 0;
	text-align: center;
}
h4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
	TEXT-DECORATION: none;
	padding-left:10px;
}
h5 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 15px
	margin: 6px 0;
	padding: 0;
}
#boxcontentmid
{
width:730px;
background:#ffffff;
margin-left: auto; 
margin-right: auto;
}
#boxcontenttop
{
width:770px;
height: 157px;
margin-left: auto; 
margin-right: auto;
}
.Title
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d71b8;
	font-weight: Bold;
	text-align: left;
	line-height: 17px;
	margin: 0px 10px 0px 10px;
	TEXT-DECORATION: none;
}
.bl 
{
background:url(../images/bl.gif) 0 100% no-repeat #f6f6f6; width:350px;
}
.br 
{
background: url(../images/br.gif) 100% 100% no-repeat;
}
.tl 
{
background: url(../images/tl.gif) 0 0 no-repeat;
}
.tr 
{
background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px;
}
	
	a 
{
	color: #3d71b8;
	TEXT-DECORATION: none;
	cursor: hand;
}

a:hover 
{
	color: #fe6f11;
	TEXT-DECORATION: none;
	cursor: hand;
}
#ddblockmenu{
border: 0px solid #3d71b8;
border-bottom-width: 0;
width: 140px;
}
#ddblockmenu div.menutitle{
background:#3d71b8 url(../images/title_ctr.gif) top right no-repeat;  
color: #ffffff;
border-bottom: 0px solid #3d71b8;
padding-left: 5px;
padding-top: 5px;
height:20px;
font-size:12px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
width:140px;
margin-bottom:5px;
}
.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #ffffff;
font-size:11px;
font: normal;
line-height:14px;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
width:140px;
}

.markermenu li a{
background: white url(../images/arrow-list.gif) no-repeat 2px center;
font: normal;
font-size:11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
color: #3d71b8;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
cursor: hand;
border-bottom: 1px solid #cccccc;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 140px;
}
.markermenu li a:hover{
color: #ffff00;
background-color: #fe6f11;
cursor: hand;
background-image:url(../images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
div.topright
{
background:#ffffff; 
margin:5px 0; 
padding:0; 
float:right; 
margin-right:0px; 
font-size:11px;
line-height:14px;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
width:160px;
}
div.topright dt 
{
background:#3d71b8 url(../images/c_tl.gif) top left no-repeat; 
padding:10px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
line-height:14px;
text-align:left; 
color:#fff;
}
div.topright dd 
{
background:transparent url(../images/c_br.gif) bottom right no-repeat; 
padding:0; 
margin:0;
text-align: left;
color: #3d71b8;
}
dd p 
{
margin:0; 
padding:10px; 
line-height:14px;
font-size:11px;
color: #000000;
text-align: left;
border: 1px solid #3d71b8;
}
.thumbNormal{
border:2px solid #ffffff;
}
.thumbSelected {
border:2px solid #3d71b8;
}
.IntroStrapB
{
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d71b8;
	font-weight: Bold;
	text-align: center;
	line-height: 18px;
	padding:10px 0px 10px 0px;
	margin: 0px 10px 0px 0px;
	TEXT-DECORATION: none;
}
a.ovalbutton{
background: transparent url('../images/oval-green-left.gif') no-repeat top left;
display: block;
float: left;
font-weight: normal;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #ffffff; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/oval-green-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #ffff00;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}



a.ovalbutton2{
background: transparent url('../images/oval-green-left2.gif') no-repeat top left;
display: block;
float: left;
font-weight: normal;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton2, a:visited.ovalbutton2, a:active.ovalbutton2{
color: #ffffff; /*button text color*/
}

a.ovalbutton2 span{
background: transparent url('../images/oval-green-right2.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton2:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton2:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #ffff00;
}

.buttonwrapper2{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
a.ovalbutton3{
background: transparent url('../images/oval-green-left.gif') no-repeat top left;
display: block;
float: center;
font-weight: normal;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton3, a:visited.ovalbutton3, a:active.ovalbutton3{
color: #ffffff; /*button text color*/
}

a.ovalbutton3 span{
background: transparent url('../images/oval-green-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton3:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton3:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #ffff00;
}

.buttonwrapper3{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 90%;
}
td.pricestrap
{
background: #FFFF99;
height: 20px;
padding: 2px 2px;
vertical-align: top;
color: #3d71b8;
vertical-align: top;
text-align: left;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 14px;
TEXT-DECORATION: none;
}
td.pricemiddle1
{
    COLOR: #000000;
    BORDER-TOP: 0px solid #3d71b8;
    BORDER-BOTTOM: 0px solid #cccccc;
	BORDER-LEFT: 0px solid #3d71b8;
	BORDER-RIGHT: 0px solid #3d71b8;
	FONT-WEIGHT: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    FONT-SIZE: 12px;
	line-height: 14px;
	TEXT-DECORATION: none;
}
td.priceright1
{
    COLOR: #000000;
    BORDER-TOP: 0px solid #3d71b8;
    BORDER-BOTTOM: 0px solid #cccccc;
	BORDER-LEFT: 0px solid #3d71b8;
	BORDER-RIGHT: 0px solid #3d71b8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
    FONT-SIZE: 12px;
	line-height: 14px;
	TEXT-DECORATION: none;
}
td.priceleft1
{
    COLOR: #3d71b8;
    BORDER-TOP: 0px solid #3d71b8;
    BORDER-BOTTOM: 0px solid #cccccc;
	BORDER-LEFT: 0px solid #3d71b8;
	BORDER-RIGHT: 0px solid #3d71b8;
	FONT-WEIGHT: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    FONT-SIZE: 12px;
	line-height: 14px;
	TEXT-DECORATION: none;
}
td.pricetitle
{
background: #3d71b8;
height: 20px;
padding: 2px 2px;
vertical-align: top;
color: #ffffff;
vertical-align: top;
text-align: left;
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 16px;
TEXT-DECORATION: none;
}
td.booktitle
{
background: #ffffff;
height: 20px;
padding: 2px 2px;
vertical-align: top;
color: #3d71b8;
vertical-align: top;
text-align: left;
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 16px;
TEXT-DECORATION: none;
}
.Intro
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
	TEXT-DECORATION: none;
}
.t1
{
background: url(../images/dot-b.gif) 0 0 repeat-x; width:560px;
}
.b1
{
background: url(../images/dot-b.gif) 0 100% repeat-x;
}
.l1
{
background: url(../images/dot-b.gif) 0 0 repeat-y;
}
.r1
{
background: url(../images/dot-b.gif) 100% 0 repeat-y;
}
.bl1 
{
background: url(../images/bl-b.gif) 0 100% no-repeat;
}
.br1 
{
background: url(../images/br-b.gif) 100% 100% no-repeat;
}
.tl1
{
background: url(../images/tl-b.gif) 0 0 no-repeat;
}
.tr1
{
background: url(../images/tr-b.gif) 100% 0 no-repeat; padding:10px;
}
.t2
{
background: url(../images/dot.gif) 0 0 repeat-x; width:560px; margin-top:10px;
}
.b2 
{
background: url(../images/dot.gif) 0 100% repeat-x;
}
.l2 
{
background: url(../images/dot.gif) 0 0 repeat-y;
}
.r2 
{
background: url(../images/dot.gif) 100% 0 repeat-y;
}
.bl2 
{
background: url(../images/bl.gif) 0 100% no-repeat;
}
.br2 
{
background: url(../images/br.gif) 100% 100% no-repeat;
}
.tl2 
{
background: url(../images/tl.gif) 0 0 no-repeat;
}
.tr2
{
background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px;
}
.t3
{
background: url(../images/dot.gif) 0 0 repeat-x; width:650px; margin-top:10px;
}
.b3 
{
background: url(../images/dot.gif) 0 100% repeat-x;
}
.l3 
{
background: url(../images/dot.gif) 0 0 repeat-y;
}
.r3
{
background: url(../images/dot.gif) 100% 0 repeat-y;
}
.bl3
{
background: url(../images/bl.gif) 0 100% no-repeat;
}
.br3
{
background: url(../images/br.gif) 100% 100% no-repeat;
}
.tl3
{
background: url(../images/tl.gif) 0 0 no-repeat;
}
.tr3
{
background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px;
}
.t4
{
background: url(../../images/dot.gif) 0 0 repeat-x; width:700px; margin-top:10px;
}
.b4
{
background: url(../../images/dot.gif) 0 100% repeat-x;
}
.l4
{
background: url(../../images/dot.gif) 0 0 repeat-y;
}
.r4
{
background: url(../../images/dot.gif) 100% 0 repeat-y;
}
.bl4
{
background: url(../../images/bl.gif) 0 100% no-repeat;
}
.br4
{
background: url(../../images/br.gif) 100% 100% no-repeat;
}
.tl4
{
background: url(../../images/tl.gif) 0 0 no-repeat;
}
.tr4
{
background: url(../../images/tr.gif) 100% 0 no-repeat; padding:10px;
}
a.txtfooter
{
	color: #3d71b8;
	text-decoration: none;
	cursor: hand;
}

a.txtfooter:hover 
{
	color: #fe6f11;
	text-decoration: none;
	cursor: hand;
}
span.txtfooter {
	font-size: 10px;
	color: #3d71b8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	TEXT-DECORATION: none;
}
.offertitle a {
font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 14px;
	cursor: hand;
	TEXT-DECORATION: none
}

.offertitle a:hover {
font-size: 12px;
	color: #efcf6c;
	text-align: center;
	line-height: 14px;
	TEXT-DECORATION: none
}
.offertitle
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-align: CENTER;
	line-height: 14px;
	TEXT-DECORATION: none;
	background: #024492;
	width: 182px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	width: 100%;
}
td.picborder
{
    COLOR: #FFFFFF;
    BACKGROUND: #FFFFFF;
	width: 172px;
height: 124px;
    BORDER-TOP: 2px solid #024492;
    BORDER-BOTTOM: 2px solid #024492;
	BORDER-LEFT: 2px solid #024492;
	BORDER-RIGHT: 2px solid #024492;
	margin-top:2px; 
	margin-bottom:2px
}
#boxtitle{
width:550px;
background:#fe6f11;
}
#boxtitlemid{
width:380px;
background:#fe6f11;
}
#titlecontent{
float:none;
padding:5px 5px 5px 5px;
text-align: center;
color: white;
font-size:14px;
line-height: 16px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#toptitle-left{
width: 20px;
height: 25px;
background: url(../images/title_tr.gif) top left no-repeat;
float:left;
}

#toptitle-right{
width: 20px;
height: 25px;
background: url(../images/title_tl.gif) top right no-repeat;
float:right;
}
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 width:520px
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #ffffff;
 background: #fe6f11;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fe6f11;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height: 12px;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
