/* CSS file for the storage-online.com website */
/* Original version by Piotr S. Parzysz for Outsource Graphix */
/* (c) by Outsource Graphix - http://www.ogx.ie/ */

* {
	margin: 0;
	padding: 0;
}

body, html {
	width: 100%;
	height: 100%;
	color: #4d5a77;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	background: #f2f2f2 url(gfx/bg.jpg) top center repeat-x; 
}

.cb {
	clear: both;
}

.access {
	display: none;
}

#contactDetails {
	display: none;
}

#topBg {
	width: 100%;
	height: 321px;
	background: url(gfx/bgTop.jpg) top center no-repeat;
	position: absolute;
	margin: 0 auto;
}

#wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

#top {
	width: 960px;
	height: 102px;
	background: url(bmon.gif) 570px 30px no-repeat;
}

h1 {
	position: absolute;
	top: 12px;
	left: 10px;
	display: block;
	width: 309px;
	height: 73px;
	overflow: hidden;
}

h1 a {
	display: block;
	width: 309px;
	height: 73px;
	text-indent: -999em;
	background: url(gfx/logo.jpg) no-repeat;
}

/************************************/
/* top menu */

ul#navi-main {
  list-style: none;
  display: table;
  float: right;
  position: relative;
  top: 39px;
  right: 5px;
}

ul#navi-main li {
  display: block;
  font-weight: bold;
  font-size: 12px;
  float: left;
  margin: 0 10px 0 0
}

ul#navi-main li a {
  text-decoration: none;
  float: left;
	color: #194da7;
	background: transparent url(gfx/topMenuL.gif) -100px 0 no-repeat;
}

ul#navi-main li a span {
  padding: 7px 8px 7px 8px;
  display: block;
	background: transparent url(gfx/topMenuR.gif) -100px 0 no-repeat;
}

ul#navi-main li a:hover {
	color: #fff;
	background: #4e5b78 url(gfx/topMenuL.gif) 0 0 no-repeat;
}


ul#navi-main li a:hover span {
  padding: 7px 8px 7px 8px;
  background: transparent url(gfx/topMenuR.gif) right 0 no-repeat;
}


#animWrapper {
	width: 960px;
	height: 330px;
	background: url(gfx/animBg.jpg) top left no-repeat;
}



#anim {
	width: 960px;
	height: 255px;
}

#animMenu {
	padding: 0 10px 0 10px;
	display: block;
	list-style: none;
	width: 940px;
	height: 75px;
	background: url(gfx/menu3.jpg) 10px 0 no-repeat;
}

#animMenu li {
	display: block;
	width: 235px;
	height: 75px;
	float: left;
}

#animMenu li a {
	display: block;
	width: 235px;
	height: 75px;
	text-decoration: none;
	text-indent: -999em;
}

#animMenu li#am1 a { background: url(gfx/menu3.jpg) 0 0 no-repeat; }
#animMenu li#am1 a:hover { background: url(gfx/menu3.jpg) 0 -75px no-repeat; }

#animMenu li#am2 a { background: url(gfx/menu3.jpg) -235px 0 no-repeat; }
#animMenu li#am2 a:hover { background: url(gfx/menu3.jpg) -235px -75px no-repeat; }

#animMenu li#am3 a { background: url(gfx/menu3.jpg) -470px 0 no-repeat; }
#animMenu li#am3 a:hover { background: url(gfx/menu3.jpg) -470px -75px no-repeat; }

#animMenu li#am4 a { background: url(gfx/menu3.jpg) -705px 0 no-repeat; }
#animMenu li#am4 a:hover { background: url(gfx/menu3.jpg) -705px -75px no-repeat; }


h3#inThisSection {
	display: block;
	width: 320px;
	height: 48px;
	text-indent: -999em;
	background: url(gfx/inThisSection.jpg) top left no-repeat;
}


#contentTop {
	width: 620px;
	height: 5px;
	background: transparent;
}






/* STYLES FOR THE NETWORK PROTECTION AND RECOVERY PAGE START */

body.body-network-protection-and-recovery #animWrapper {
	background: url(gfx/animBg2.jpg) top left no-repeat;
}

body.body-network-protection-and-recovery #animMenu li#am1 a { background: url(gfx/menu32.jpg) 0 0 no-repeat; }
body.body-network-protection-and-recovery #animMenu li#am1 a:hover { background: url(gfx/menu32.jpg) 0 0 no-repeat; }

body.body-network-protection-and-recovery #animMenu li#am2 a { background: url(gfx/menu32.jpg) -235px 0 no-repeat; }
body.body-network-protection-and-recovery #animMenu li#am2 a:hover { background: url(gfx/menu32.jpg) -235px -75px no-repeat; }

body.body-network-protection-and-recovery #animMenu li#am3 a { background: url(gfx/menu32.jpg) -470px 0 no-repeat; }
body.body-network-protection-and-recovery #animMenu li#am3 a:hover { background: url(gfx/menu32.jpg) -470px -75px no-repeat; }

body.body-network-protection-and-recovery #animMenu li#am4 a { background: url(gfx/menu32.jpg) -705px 0 no-repeat; }
body.body-network-protection-and-recovery #animMenu li#am4 a:hover { background: url(gfx/menu32.jpg) -705px -75px no-repeat; }

body.body-network-protection-and-recovery ul#navi-main li a {
	color: #e0a90e;
	background: transparent url(gfx/topMenuL2.gif) -100px 0 no-repeat;
}

body.body-network-protection-and-recovery ul#navi-main li a span {
	background: transparent url(gfx/topMenuR2.gif) -100px 0 no-repeat;
}

body.body-network-protection-and-recovery ul#navi-main li a:hover {
	color: #fff;
	background: #efb000 url(gfx/topMenuL2.gif) 0 0 no-repeat;
}

body.body-network-protection-and-recovery ul#navi-main li a:hover span {
  background: transparent url(gfx/topMenuR2.gif) right 0 no-repeat;
}


body.body-network-protection-and-recovery ul#navi-main li#tm3 a {
	color: #fff;
	background: #efb000 url(gfx/topMenuL2.gif) 0 0 no-repeat;
}


body.body-network-protection-and-recovery ul#navi-main li#tm3 a span {
  background: transparent url(gfx/topMenuR2.gif) right 0 no-repeat;
  display: block;
}


body.body-network-protection-and-recovery ul#navi-main li#tm3 a:hover {
	color: #fff3d1;
	background: #efb000 url(gfx/topMenuL2.gif) 0 0 no-repeat;
}


body.body-network-protection-and-recovery ul#navi-main li#tm3 a:hover span {
  background: transparent url(gfx/topMenuR2.gif) right 0 no-repeat;
}

body.body-network-protection-and-recovery h3#inThisSection {
	background: url(gfx/inThisSection2.jpg) top left no-repeat;
}

body.body-network-protection-and-recovery #contentTop {
	background: url(gfx/contentTopBg2.gif) top right no-repeat;
}



body.body-network-protection-and-recovery #naviSub li a {
	color: #d8a005;
	background: #fff;
}

body.body-network-protection-and-recovery #naviSub li a:hover {
	color: #fff;
	background: #efb000;
}


body.body-network-protection-and-recovery #content h2 {
	color: #d8a005;
}

body.body-network-protection-and-recovery #content h3,
body.body-network-protection-and-recovery #content h4,
body.body-network-protection-and-recovery #content h5,
body.body-network-protection-and-recovery #content h6 {
	color: #d8a005;
}

body.body-network-protection-and-recovery #content a {
	color: #d49f0c;
	text-decoration: none;
	border-bottom: 1px #b2ab95 solid;
}

body.body-network-protection-and-recovery #content a:hover {
	color: #fff;
	background: #d49f0c;
	text-decoration: none;
	border-bottom: 1px #fff solid;
}



/* STYLES FOR THE NETWORK PROTECTION AND RECOVERY PAGE END */












/* STYLES FOR THE SERVER PROTECTION AND RECOVERY PAGE START */

body.body-server-protection-and-recovery #animWrapper {
	background: url(gfx/animBg3.jpg) top left no-repeat;
}

body.body-server-protection-and-recovery #animMenu li#am1 a { background: url(gfx/menu33.jpg) 0 0 no-repeat; }
body.body-server-protection-and-recovery #animMenu li#am1 a:hover { background: url(gfx/menu33.jpg) 0 -75px no-repeat; }

body.body-server-protection-and-recovery #animMenu li#am2 a { background: url(gfx/menu33.jpg) -235px 0 no-repeat; }
body.body-server-protection-and-recovery #animMenu li#am2 a:hover { background: url(gfx/menu33.jpg) -235px -75px no-repeat; }

body.body-server-protection-and-recovery #animMenu li#am3 a { background: url(gfx/menu33.jpg) -470px 0 no-repeat; }
body.body-server-protection-and-recovery #animMenu li#am3 a:hover { background: url(gfx/menu33.jpg) -470px -75px no-repeat; }

body.body-server-protection-and-recovery #animMenu li#am4 a { background: url(gfx/menu33.jpg) -705px 0 no-repeat; }
body.body-server-protection-and-recovery #animMenu li#am4 a:hover { background: url(gfx/menu33.jpg) -705px -75px no-repeat; }

body.body-server-protection-and-recovery ul#navi-main li a {
	color: #224c9d;
	background: transparent url(gfx/topMenuL3.gif) -100px 0 no-repeat;
}

body.body-server-protection-and-recovery ul#navi-main li a span {
	background: transparent url(gfx/topMenuR3.gif) -100px 0 no-repeat;
}

body.body-server-protection-and-recovery ul#navi-main li a:hover {
	color: #fff;
	background: #204796 url(gfx/topMenuL3.gif) 0 0 no-repeat;
}

body.body-server-protection-and-recovery ul#navi-main li a:hover span {
  background: transparent url(gfx/topMenuR3.gif) right 0 no-repeat;
}


body.body-server-protection-and-recovery ul#navi-main li#tm3 a {
	color: #fff;
	background: #204796 url(gfx/topMenuL3.gif) 0 0 no-repeat;
}


body.body-server-protection-and-recovery ul#navi-main li#tm3 a span {
  background: transparent url(gfx/topMenuR3.gif) right 0 no-repeat;
  display: block;
}

body.body-server-protection-and-recovery ul#navi-main li#tm3 a:hover {
	color: #cedeff;
	background: #204796 url(gfx/topMenuL3.gif) 0 0 no-repeat;
}

body.body-server-protection-and-recovery ul#navi-main li#tm3 a:hover span {
  background: transparent url(gfx/topMenuR3.gif) right 0 no-repeat;
}

body.body-server-protection-and-recovery h3#inThisSection {
	background: url(gfx/inThisSection3.jpg) top left no-repeat;
}

body.body-server-protection-and-recovery #contentTop {
	background: url(gfx/contentTopBg3.gif) top right no-repeat;
}

body.body-server-protection-and-recovery #naviSub li a {
	color: #214fad;
	background: #fff;
}

body.body-server-protection-and-recovery #naviSub li a:hover {
	color: #fff;
	background: #204796;
}


body.body-server-protection-and-recovery #content h2 {
	color: #214fad;
}

body.body-server-protection-and-recovery #content h3,
body.body-server-protection-and-recovery #content h4,
body.body-server-protection-and-recovery #content h5,
body.body-server-protection-and-recovery #content h6 {
	color: #214fad;
}

body.body-server-protection-and-recovery #content a {
	color: #204796;
	text-decoration: none;
	border-bottom: 1px #5180df solid;
}

body.body-server-protection-and-recovery #content a:hover {
	color: #fff;
	background: #204796;
	text-decoration: none;
	border-bottom: 1px #fff solid;
}



/* STYLES FOR THE SERVER PROTECTION AND RECOVERY PAGE END */











/* STYLES FOR THE REMOTE OFFICE PROTECTION AND RECOVERY PAGE START */

body.body-remote-office-protection-and-recovery #animWrapper {
	background: url(gfx/animBg4.jpg) top left no-repeat;
}

body.body-remote-office-protection-and-recovery #animMenu li#am1 a { background: url(gfx/menu34.jpg) 0 0 no-repeat; }
body.body-remote-office-protection-and-recovery #animMenu li#am1 a:hover { background: url(gfx/menu34.jpg) 0 -75px no-repeat; }

body.body-remote-office-protection-and-recovery #animMenu li#am2 a { background: url(gfx/menu34.jpg) -235px 0 no-repeat; }
body.body-remote-office-protection-and-recovery #animMenu li#am2 a:hover { background: url(gfx/menu34.jpg) -235px -75px no-repeat; }

body.body-remote-office-protection-and-recovery #animMenu li#am3 a { background: url(gfx/menu34.jpg) -470px 0 no-repeat; }
body.body-remote-office-protection-and-recovery #animMenu li#am3 a:hover { background: url(gfx/menu34.jpg) -470px -75px no-repeat; }

body.body-remote-office-protection-and-recovery #animMenu li#am4 a { background: url(gfx/menu34.jpg) -705px 0 no-repeat; }
body.body-remote-office-protection-and-recovery #animMenu li#am4 a:hover { background: url(gfx/menu34.jpg) -705px -75px no-repeat; }

body.body-remote-office-protection-and-recovery ul#navi-main li a {
	color: #e67200;
	background: transparent url(gfx/topMenuL4.gif) -100px 0 no-repeat;
}

body.body-remote-office-protection-and-recovery ul#navi-main li a span {
	background: transparent url(gfx/topMenuR4.gif) -100px 0 no-repeat;
}

body.body-remote-office-protection-and-recovery ul#navi-main li a:hover {
	color: #fff;
	background: #e67200 url(gfx/topMenuL4.gif) 0 0 no-repeat;
}

body.body-remote-office-protection-and-recovery ul#navi-main li a:hover span {
  background: transparent url(gfx/topMenuR4.gif) right 0 no-repeat;
}


body.body-remote-office-protection-and-recovery ul#navi-main li#tm3 a {
	color: #fff;
	background: #e67200 url(gfx/topMenuL4.gif) 0 0 no-repeat;
}


body.body-remote-office-protection-and-recovery ul#navi-main li#tm3 a span {
  background: transparent url(gfx/topMenuR4.gif) right 0 no-repeat;
  display: block;
}

body.body-remote-office-protection-and-recovery ul#navi-main li#tm3 a:hover {
	color: #ffe7d0;
	background: #e67200 url(gfx/topMenuL4.gif) 0 0 no-repeat;
}

body.body-remote-office-protection-and-recovery ul#navi-main li#tm3 a:hover span {
  background: transparent url(gfx/topMenuR4.gif) right 0 no-repeat;
}

body.body-remote-office-protection-and-recovery h3#inThisSection {
	background: url(gfx/inThisSection4.jpg) top left no-repeat;
}

body.body-remote-office-protection-and-recovery #contentTop {
	background: url(gfx/contentTopBg4.gif) top right no-repeat;
}

body.body-remote-office-protection-and-recovery #naviSub li a {
	color: #ed6131;
	background: #fff;
}

body.body-remote-office-protection-and-recovery #naviSub li a:hover {
	color: #fff;
	background: #e67200;
}


body.body-remote-office-protection-and-recovery #content h2 {
	color: #e67200;
}

body.body-remote-office-protection-and-recovery #content h3,
body.body-remote-office-protection-and-recovery #content h4, 
body.body-remote-office-protection-and-recovery #content h5,
body.body-remote-office-protection-and-recovery #content h6 {
	color: #e67200;
}

body.body-remote-office-protection-and-recovery #content a {
	color: #e67200;
	text-decoration: none;
	border-bottom: 1px #d79b61 solid;
}

body.body-remote-office-protection-and-recovery #content a:hover {
	color: #fff;
	background: #e67200;
	text-decoration: none;
	border-bottom: 1px #fff solid;
}



/* STYLES FOR THE REMOTE OFFICE PROTECTION AND RECOVERY PAGE END */









/* STYLES FOR THE DESKTOP PROTECTION AND RECOVERY PAGE START */

body.body-desktop-protection-and-recovery #animWrapper {
	background: url(gfx/animBg5.jpg) top left no-repeat;
}

body.body-desktop-protection-and-recovery #animMenu li#am1 a { background: url(gfx/menu35.jpg) 0 0 no-repeat; }
body.body-desktop-protection-and-recovery #animMenu li#am1 a:hover { background: url(gfx/menu35.jpg) 0 -75px no-repeat; }

body.body-desktop-protection-and-recovery #animMenu li#am2 a { background: url(gfx/menu35.jpg) -235px 0 no-repeat; }
body.body-desktop-protection-and-recovery #animMenu li#am2 a:hover { background: url(gfx/menu35.jpg) -235px -75px no-repeat; }

body.body-desktop-protection-and-recovery #animMenu li#am3 a { background: url(gfx/menu35.jpg) -470px 0 no-repeat; }
body.body-desktop-protection-and-recovery #animMenu li#am3 a:hover { background: url(gfx/menu35.jpg) -470px -75px no-repeat; }

body.body-desktop-protection-and-recovery #animMenu li#am4 a { background: url(gfx/menu35.jpg) -705px 0 no-repeat; }
body.body-desktop-protection-and-recovery #animMenu li#am4 a:hover { background: url(gfx/menu35.jpg) -705px -75px no-repeat; }

body.body-desktop-protection-and-recovery ul#navi-main li a {
	color: #669700;
	background: transparent url(gfx/topMenuL5.gif) -100px 0 no-repeat;
}

body.body-desktop-protection-and-recovery ul#navi-main li a span {
	background: transparent url(gfx/topMenuR5.gif) -100px 0 no-repeat;
}

body.body-desktop-protection-and-recovery ul#navi-main li a:hover {
	color: #fff;
	background: #76ad01 url(gfx/topMenuL5.gif) 0 0 no-repeat;
}

body.body-desktop-protection-and-recovery ul#navi-main li a:hover span {
  background: transparent url(gfx/topMenuR5.gif) right 0 no-repeat;
}


body.body-desktop-protection-and-recovery ul#navi-main li#tm3 a {
	color: #fff;
	background: #76ad01 url(gfx/topMenuL5.gif) 0 0 no-repeat;
}


body.body-desktop-protection-and-recovery ul#navi-main li#tm3 a span {
  background: transparent url(gfx/topMenuR5.gif) right 0 no-repeat;
  display: block;
}

body.body-desktop-protection-and-recovery ul#navi-main li#tm3 a:hover {
	color: #e6ffb1;
	background: #76ad01 url(gfx/topMenuL5.gif) 0 0 no-repeat;
}

body.body-desktop-protection-and-recovery ul#navi-main li#tm3 a:hover span {
  background: transparent url(gfx/topMenuR5.gif) right 0 no-repeat;
}

body.body-desktop-protection-and-recovery h3#inThisSection {
	background: url(gfx/inThisSection5.jpg) top left no-repeat;
}

body.body-desktop-protection-and-recovery #contentTop {
	background: url(gfx/contentTopBg5.gif) top right no-repeat;
}

body.body-desktop-protection-and-recovery #naviSub li a {
	color: #669700;
	background: #fff;
}

body.body-desktop-protection-and-recovery #naviSub li a:hover {
	color: #fff;
	background: #75ad01;
}


body.body-desktop-protection-and-recovery #content h2 {
	color: #75ad01;
}

body.body-desktop-protection-and-recovery #content h3,
body.body-desktop-protection-and-recovery #content h4, 
body.body-desktop-protection-and-recovery #content h5,
body.body-desktop-protection-and-recovery #content h6 {
	color: #75ad01;
}

body.body-desktop-protection-and-recovery #content a {
	color: #75ad01;
	text-decoration: none;
	border-bottom: 1px #b8cd8d solid;
}

body.body-desktop-protection-and-recovery #content a:hover {
	color: #fff;
	background: #75ad01;
	text-decoration: none;
	border-bottom: 1px #fff solid;
}



/* STYLES FOR THE DESKTOP PROTECTION AND RECOVERY PAGE END */






#contentWrapperTop {
	padding: 10px 10px 0 10px;
	margin: 0 0 0 0;
	width: 940px;
	background: url(gfx/contentWrapperTop.jpg) top left no-repeat;
}

#contentWrapper {
	width: 940px;
	background: url(gfx/contentWrapperBg.gif) top left repeat-y;
}

#contents {
	margin-top: 5px;
	width: 940px;
}

#content {
	width: 940px;
	min-height: 240px;
}



#content h2 {
	color: #304f97;
	font-weight: normal;	
	font-size: 28px;
	padding: 18px 40px 13px 38px;
}

#content h3, #content h4, #content h5, #content h6 {
	color: #304f97;
	font-weight: bold;
}

#content h3 {
	padding: 15px 40px 10px 40px;
	font-size: 1.2em;
}

#content h4 {
	padding: 15px 40px 10px 40px;
	font-size: 1em;
}

#content h5 {
	padding: 15px 40px 10px 40px;
	font-size: 0.9em;
}

#content h6 {
	padding: 15px 40px 10px 40px;
	font-size: 0.8em;
}

#content p, #content ul, #content ol, #content dl {
	font-size: 13px;
	padding: 10px 40px 15px 40px;
	line-height: 150%;
}

#content p.breadcrumbs {
	color: #aab0bd;
	font-size: 11px;
	padding: 20px 40px 15px 40px;
}

#content ul {
	padding: 5px 30px 20px 45px;
}

#content ul li {
	padding: 5px 0 5px 0;
}

#content ol {
	padding: 5px 30px 20px 55px;
}

#content a {
	color: #003cc4;
	text-decoration: none;
	border-bottom: 1px #95acb2 solid;
}

#content a:hover {
	color: #fff;
	background: #003cc4;
	text-decoration: none;
	border-bottom: 1px #fff solid;
}

#content dt {
	color: #264487;
	font-style: italic;
}

#content dd {
	padding: 0 30px 10px 20px;
}

#content table {
	width: 880px;
	margin: 10px 0 20px 30px;
}

#content table td.td1 {
	width:  70px;
	text-align: right;
}

#content table th,
#content table td {
	color: #000;
	background: #d3d6e1;
	padding: 10px;
	font-size: 13px;
	vertical-align: top;
}

#content table.narrowtable {
	width: 380px;
	background: #fff;
}

#content table.narrowtable td {
	width: 33%;
	text-align: center;
}

#content table.narrowtable tr.nolinks td a,
#content table.narrowtable tr.nolinks td a:hover {
	background: transparent;
	border-bottom: none;
}

#content table.logintable th,
#content table.logintable td {
	background: #d3d6e1;
}

#content table td.t a,
#content table td.t a:hover {
	background: transparent;
	border-bottom: none;
}
	

#content table td strong {
	text-decoration: underline;
}

#content table th {
	width: 100px;
}

#content table.imageTable {
	margin: 0 0 10px 30px;
}

#content table.imageTable td {
	color: #fff;
	background: transparent;
	padding: 0 15px 0 0;
	vertical-align: top;
}

#content form {
	padding: 0;
}

#content form fieldset {
	border: 1px #bcc8e5 solid;
	background: #dde5f0 url(gfx/formbg.jpg) top right no-repeat;
	padding: 0;
}

.red {
	color: Red;
}

#content .msg {

	color: Red;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 40px 10px 40px;
}



.errors,
#content h4.errors {
	color: Red;
}

#content form fieldset legend {
	color: #3b5ba3;
	padding: 3px;
}

#content form fieldset label {
	color: #5a5f6a;
	font-size: 13px;
	font-weight: bold;
}

#content form fieldset input {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	padding: 3px 5px 3px 5px;
	color: #5a5f6a;
	font-size: 13px;
	margin: 0 0 20px 0;
	background: #fff;
	width: 360px;
}

#content form fieldset select {
	margin: 0 0 10px 0;
	display: block;
	width: 100px;
}

#content form fieldset select#title,
#content form fieldset select#title option,
#content form fieldset select#lunch,
#content form fieldset select#lunch option,
#content form fieldset select#drinks,
#content form fieldset select#drinks option {
	width: 100px;
}

#content form fieldset option {
	padding: 2px 0 1px 0;
	width: 80px;
}


#content form fieldset option, #content form fieldset select {
	width: 380px;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #5a5f6a;
	font-size: 13px;

	background: #fff;
}

#content form fieldset textarea {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	padding: 4px 4px 2px 4px;
	height: 100px;
	color: #5a5f6a;
	font-size: 13px;
	margin: 0 0 20px 0;
	background: #fff;
	width: 360px;
}

#content form fieldset input.radio, #content form fieldset input.checkbox {
	margin: 0;
	padding: 0 0 10px 0;
	width: auto;
}

#content form fieldset input#send,
#content form input#send {
	padding: 2px 10px 2px 10px;
	width: auto;
	font-weight: bold;
	color: #fff;
	background: #234c9c;
	border-top: 2px #5b84d6 solid;
	border-right: 2px #0a2a6a solid;
	border-bottom: 2px #0a2a6a solid;
	border-left: 2px #5b84d6 solid;
	width: 150px;
}

#content form fieldset p {
	padding: 0 0 20px 0;
}

pre {
	background: #eee;
	margin: 20px 40px 20px 40px;
	padding: 20px;
}

.inTextPhoto {
	margin: 10px 0 15px 35px;
}

.mandatory {
	font-weight: bold;
	color: Red;
	font-size: 16px;
}

#content .errorh {
	display: block;
	margin: 0 25px 0 30px;	
	padding: 10px;
	background: #d50000;
	color: #fff;
	font-weight: bold;
}

#content .thanks {
	display: block;
	margin: 0 20px 0 30px;	
	padding: 10px;
	background: #004a5d;
	color: #fff;
	font-weight: bold;
}

#content blockquote {
	padding: 10px;
}

#content blockquote p {
	font-style: italic;
}

#content cite {
	display: block;
	padding: 0 20px 20px 30px;
	color: #264487;
	font-style: normal;
	font-size: 13px;
}

#content #sentPreview {
	background: #eee;
	border: #ddd 1px solid;
	padding: 20px;
	margin: 0 25px 0 30px;
}

#content #sentPreview p {
	color: #444;
}



#right {
	width: 320px;
	min-height: 237px;
	float: left;
}

#naviSub {
	display: block;
	background: #fff;
	list-style: none;
	min-height: 189px;
	padding: 0 27px 0 20px;
}

#naviSub li {
	display: block;
	border-bottom: 1px #e6e8ec solid;
	padding: 4px 0 4px 0;
}

#naviSub li a {
	display: block;
	padding: 10px 3px 10px 3px;
	color: #194da7;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	background: #fff;
}

#naviSub li a:hover {
	display: block;
	padding: 10px 3px 10px 13px;
	color: #fff;
	background: #4e5b78;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#naviSub li.lastItem {
	border-bottom: none;
}

#naviSubBottom {
	width: 320px;
	height: 10px;
	font-size: 1px;
	background: url(gfx/rightMenuBottom.gif) top left no-repeat;
}

#ad1 {
	margin: 15px 0 0 20px;
	width: 300px;
	height: 180px;
	background: url(gfx/trcodp.jpg) top left no-repeat;
}

#ad1 p {
	display: block;
	width: 300px;
	height: 180px;
}

#ad1 p a {
	display: block;
	width: 300px;
	height: 180px;
	text-decoration: none;
	text-indent: -999em;	
}



#ad2 {
	margin: 20px 0 0 20px;
	width: 300px;
	height: 142px;
	background: url(gfx/bmlogin.jpg) top left no-repeat;
}

#ad2 p {
	display: block;
	width: 300px;
	height: 142px;
}

#ad2 p a {
	display: block;
	width: 300px;
	height: 142px;
	text-decoration: none;
	text-indent: -999em;	
}



#bottom {
	position: relative;
	margin: 0 0 0 10px;
	padding: 20px 0 20px 40px;
	width: 900px;
	background: url(gfx/contentBottom.gif) top left no-repeat;
}

#bottom p {
	font-size: 11px;
	color: #959baa;
}

#bottomAddress {
	line-height: 133%;
	font-size: 11px;
	color: #959baa;
	padding: 0;
}

#bottomAddress a,
#bottom a {
	color: #194da7;
	text-decoration: none;
	border-bottom: 1px #95acb2 solid;
}

#bottomAddress a:hover,
#bottom a:hover {
	color: #fff;
	background: #194da7;
	text-decoration: none;
	border-bottom: 1px #fff solid;
}

#bottomAddress strong,
#bottom strong {
	color: #5d667f;
}

#bottom p#websiteBy {
	position: absolute;
	top: 20px;
	left: 730px;
	width: 200px;
}