@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 5px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #294a73;
	text-decoration: none;
	background: #d1e1f1 url(images/bg_body.gif) repeat-x fixed left top;
}
h1 {
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #294A73;
	text-decoration: none;
	margin-bottom: 15px;
}
h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #294A73;
	text-decoration: none;
	margin-bottom: 10px;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #294A73;
	text-decoration: none;
	margin-bottom: 8px;
}
h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #294A73;
	text-decoration: none;
	margin-bottom: 8px;
}
p {
	margin-bottom: 8px;
}
hr {
	color: #294A73;
	background: #294A73;
	border-style: none;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #294A73;
	text-decoration: none;
}
.centre {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #437CC2;
	text-decoration: none;
}
.button, a.button, a.button:visited, .button:visited {
	background: url(images/header_button.gif) no-repeat scroll left top;
	height: 25px;
	width: 169px;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 15px;
}
input.button, input.button:visited {
	background: url(images/header_button.gif) no-repeat scroll left top;
	height: 32px;
	width: 184px;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	border-style: none;
	padding-bottom:10px;
	text-align: left;
	cursor: pointer;
}
input.button:hover {
	background: url(images/header_button.gif) no-repeat scroll left bottom;
	height: 32px;
	width: 184px;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	border-style: none;
	padding-bottom:10px;
	text-align: left;
	cursor: pointer;
}
.button:hover, a.button:hover {
	background: url(images/header_button.gif) no-repeat scroll left bottom;
	height: 25px;
	width: 169px;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 15px;
}
a.button2, a.button2:visited {
	background: url(images/back_button.gif) no-repeat scroll left top;
	height: 25px;
	width: 169px;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 15px;
	text-align: right;
}
a.button2:hover {
	background: url(images/back_button.gif) no-repeat scroll left bottom;
	height: 25px;
	width: 169px;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 15px;
	text-align: right;
}

#wrapper {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	position: relative;

}

/* Header styles */
#header{
	background: url(images/bg_header_level2.gif) repeat-x scroll left bottom;
	height: 232px;
	margin-left: 30px;
	margin-right: 29px;
	position: relative;
	margin-bottom: 5px;
}
#header_left2 {
	background: url(images/bg_header_left2.gif) no-repeat scroll left top;
	height: 232px;
	width: 30px;
	position: absolute;
	left: -30px;
	top: 0px;
}
#header_right2 {
	background: url(images/header_right2.jpg) no-repeat scroll left top;
	height: 232px;
	width: 755px;
	position: absolute;
	top: 0px;
	right: -29px;
}
#header_right2.contact {
	background: url(images/header_pic_contact.jpg) no-repeat scroll right top;
}


#header h1 {
	height: 98px;
	width: 214px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px;
	position: absolute;
	z-index: 50;
}
#header h2 {
	position: absolute;
	left: 0px;
	bottom: 15px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #294A73;
	text-decoration: none;
	z-index: 50;
}
#header a.button{
	position: absolute;
	top: 130px;
}

/* END Header styles */
/* level2 content styles */
#level2_wrapper{
	background: url(images/bg_level2.png) repeat-y scroll left top;
	width: 992px;
}
#level2_top{
	background: url(images/bg_level2_top.png) no-repeat scroll left top;
	height: 28px;
	width: 992px;

}
#level2_bottom {
	background: url(images/bg_level2_bottom.png) no-repeat scroll left top;
	height: 29px;
	width: 992px;
}
#level2_left{
	width: 640px;
	margin-left: 15px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	float: left;
	position: relative;
	top: -10px;
	padding-left:20px;

}
#level2_right{
	min-height: 100px;
	height: auto !important;
	height: 100px;
	width: 248px;
	float: right;
	margin-right: 5px;
	position: relative;
	top: -10px;
	padding-left: 20px;
	padding-right: 10px;

}

/* END level2 content styles */

/* Nav styles */
#nav {
	background: url(images/bg_navbar.png) repeat-x scroll left top;
	height: 24px;
	position: relative;
	margin-left: 24px;
	margin-right: 16px;
	padding-top: 5px;
	margin-bottom: 10px;
}
#nav_left {
	background: url(images/bg_navbar_left.png) no-repeat scroll left top;
	height: 29px;
	width: 18px;
	position: absolute;
	left: -18px;
	top: 0px;
}
#nav_right {
	background: url(images/bg_navbar_right.png) no-repeat scroll left top;
	height: 29px;
	width: 16px;
	position: absolute;
	right: -16px;
	top: 0px;
}
#nav ul {
	list-style: url(none) none;
	margin:0;
}
#nav li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	margin:0;
}
#nav li:first-child {
	border-left: none;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #6bb2f9;
	text-decoration: none;
}
.clear {
	clear: both;
}
/* footer styles */
#footer, #footer2{
	width: 995px;
	margin: 0 auto;
	text-align: right;
}
#footer p, #footer2 p{
	font-size:10px;
}
#footer a, #footer2 a, #footer a:visited, #footer2 a:visited{
	color: #294a73;
	text-decoration:none;
}
#footer a:hover, #footer2 a:hover{
	color: #294a73;
	text-decoration:underline;
}
/*END footer styles */
th {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #294A73;
	background: #c0d0e0;
	text-align: left;
	padding: 5px;
}
td {
	padding: 5px;
}
.border {
	border: 1px solid #294A73;
}
td.foot {
	background: #c0d0e0;
	padding: 3px;
}
.submit {
	background: url(images/submit.gif) no-repeat scroll left top;
	height: 19px;
	width: 71px;
	color: #FFFFFF;
	margin-right: 10px;
	border-style: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	padding-bottom: 2px;
}
.submit:hover {
	background: url(images/submit.gif) no-repeat scroll left bottom;
	height: 19px;
	width: 71px;
	color: #FFFFFF;
	margin-right: 10px;
	border-style: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	padding-bottom: 2px;
}
.order_summary {
	background: #e4eef7;
	border: 1px solid #2A4B74;
	padding: 8px;
	width:600px;
	margin-bottom:10px;
}
ul {
	list-style: disc;
	margin-left: 35px;
	margin-bottom: 8px;
}
ol {
	list-style: decimal;
	margin-left: 35px;
	margin-bottom: 8px;
}
li{
	margin-bottom:5px;
}

.table_border {
	border: 1px solid #294A73;
}
.table_border td {
	padding: 5px;
}
.container {
  display: table;
  width:630px;
}

.row {
  display: table-row;
  width: 100%;
}

.cell {
  display: table-cell;
  width: 200px;
  padding: 5px;
  float:left;
}
.nodisplay {
	display: none;
}
.err_table {
	border: 1px solid #B0232A;
	color: #B0232A;
	font-size: 11px;
}
.err_table th {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #B0232A;
	background: #f6c9c9;
	text-align: left;
	padding: 5px;
}
