/* BPG style */

/* main sections */

body {
	margin-top: 20px;
	padding: 0px;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #122e40;
}

#outer {
	width: 812px;
	height: 633px;
	margin: 0 auto;
	padding: 0px;
	background-color: #eee8e1;
}

#header_back {
	margin: 0px;
	padding: 0px;
	width: 812px;
	height: 42px;
	text-align: right;
	background-image:url(images/bg1.gif);
}

#main_back_3 {
	width: 812px;
	height: 591px;
	background-image:url(images/bg2.gif);
	position:relative;
}

#main_back_1 {
	width: 812px;
	height: 591px;
	background-image:url(images/bg2_1.gif);
	position:relative;
}

#top_nav {
	width: 370px;
	height: 42px;
	float: right;
}

a#rollover1 {
	background-image:url(images/na0.gif);
	background-repeat:no-repeat;
	height: 42px;
	width:66px;
	margin-right: 20px;
	display:inline-block;
}
a#rollover1 span {
	display:none;
}
a#rollover1:hover {
	background-image:url(images/na1.gif);
	background-repeat:no-repeat;
}

a#rollover2 {
	background-image:url(images/nb0.gif);
	background-repeat:no-repeat;
	height: 42px;
	width:65px;
	margin-right: 20px;
	display:inline-block;
}
a#rollover2 span {
	display:none;
}
a#rollover2:hover {
	background-image:url(images/nb1.gif);
	background-repeat:no-repeat;
}

a#rollover3 {
	background-image:url(images/nc0.gif);
	background-repeat:no-repeat;
	height: 42px;
	width:60px;
	margin-right: 20px;
	display:inline-block;
}
a#rollover3 span {
	display:none;
}
a#rollover3:hover {
	background-image:url(images/nc1.gif);
	background-repeat:no-repeat;
}

a#rollover4 {
	background-image:url(images/nd0.gif);
	background-repeat:no-repeat;
	height: 42px;
	width:56px;
	margin-right: 20px;
	display:inline-block;
}
a#rollover4 span {
	display:none;
}
a#rollover4:hover {
	background-image:url(images/nd1.gif);
	background-repeat:no-repeat;
}

#left_block {
	width: 220px;
	height: 360px;
	position: absolute;
	top: 17px;
	left: 32px;
	padding: 10px;
	text-align: left;
	line-height: 140%;
}

#mid_block {
	width: 220px;
	height: 360px;
	position: absolute;
	top: 17px;
	left: 288px;
	padding: 10px;
	text-align: left;
	line-height: 140%;
}

#right_block {
	width: 220px;
	height: 360px;
	position: absolute;
	top: 17px;
	left: 544px;
	padding: 10px;
	text-align: left;
	line-height: 140%;
}

#main_block {
	width: 730px;
	height: 360px;
	position: absolute;
	top: 17px;
	left: 32px;
	padding: 10px;
	text-align: left;
	line-height: 140%;
}

#bottom_block {
	width: 730px;
	height: 115px;
	position: absolute;
	top: 399px;
	left: 32px;
	padding: 10px;
	text-align: left;
	line-height: 140%;
}

.heading {
	color: #28658f;
	font-size: 22px;
	font-weight: normal;
}

.heading2 {
	color: #28658f;
	font-size: 18px;
	font-weight: normal;
}

.biglist {
	font-size: 14px;
	line-height: 1.4em;
}

#footer {
	width: 755px;
	height: 50px;
	position: absolute;
	top: 530px;
	left: 17px;
	padding: 10px;
	text-align: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link {
	color: #f7941d;
	text-decoration: none;
}
a:visited {
	color: #f7941d;
	text-decoration: none;
}
a:active {
	color: #f7941d;
	text-decoration: underline;
}
a:hover {
	color: #f7941d;
	text-decoration: underline;
}

.aleft {
float: left;
}
.aright {
float: right;
}

#leftlistcol {
	width: 300px;
	float: left;
	margin-left: 10px;
	padding-left: 1em;
}
#leftlistcol ul {
	margin: 0 0 1em .5em;
}

#rightlistcol {
	margin-left: 350px;
	padding-left: 1em;
}
#rightlistcol ul {
	margin: 0 0 1em 0;
}

#contactform {
	width: 500px;
}

div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
}