@charset "utf-8";

/******************PAGE LAYOUT************************/

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {

}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}

/******************STYLING************************/

html, body {
	height: 100%;
}

body {
	margin: 0px 0px;
	padding: 0px;
	background: #d3dce0 url(images/homepage01a.jpg) repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #757575;
	
}

h1,h2,h3,p{
		margin-top: 0px;
		margin-right:auto;
		text-align: left;
}
h2 {
	margin-bottom:12px;
}

h3 {
	margin-bottom:5px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: normal;
	color: #00234a;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #426480;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: normal;
	color: #3366cc;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 16px;
	text-align: left;
	font-size: .95em;
	line-height: 150%;
	}

a {
	color: #5ba2d8;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #C3C3C3;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}
object.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 180%;
}

.list1 li {
	padding-left: 14px;
	background: url(images/homepage11.gif) no-repeat 0px 8px;
}
.list1 li.current {
	padding-left: 14px;
	background: url(images/arrowcurrent.gif) no-repeat 0px 8px;
}
#list2 {
	padding-left: 0px;
	float:left;
}

/** WRAPPER */

#wrapper {
	height: auto;
	background: url(images/pagebg.jpg) no-repeat top center;
}

/** HEADER */

#header {
	width: 900px;
	height: 151px;
	margin: 0px auto;
	background: url(images/BPbanner.jpg) no-repeat top center;
}

/** LOGO */

#logo {
	float: left;
	width: 400px;
	height: 151px;
	/** background: url(images/homepage03.jpg) no-repeat left top; */
}

#logo h1, #logo p {
	margin: 0px;
	text-indent: -999em;
	line-height: normal;
}

#logo h1 a {
	display: block;
	height: 70px;
}

#logo .block{ position: absolute; top: 0; left: 0; display: block; width: 600px; height: 200px; text-decoration: none; }
/** TOPMENU */

#topmenu {
	text-align:right;
	float: right;
	height: 41px;
	width:380px;
	padding: 20px 15px 0px 0px;

}

#topmenu p {
	text-align:right;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	line-height: normal;
	color: #00234a;
}

#topmenu a {
	text-align:right;
	padding: 0px 5px;
	color: #00234a;
}


/** HEADER2 */

#header2 {
	width: 808px;
	height: 40px;
	margin: 0px auto;
	padding: 0px 27px;
	background: #323232 url(images/buttonbg0.gif) repeat-x left;
	/** border-top: 2px solid #ffffff; */
}

/** MENU */

#mainmenubg_hp {
	background: url(images/mainmenubg.jpg) no-repeat top left;	
	float:right;
	position:relative;
	}
#mainmenubg_sp {
	background: #03417e url(images/menubottombg.jpg) repeat-x bottom left;	
	background-color:#03417e;
	float:right;
	position:relative;
	}

#mainmenu {
	width: 291px;
	height:244px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

#mainmenu li {
	background: url(images/mainmenubtbg.jpg) no-repeat left;
	line-height: 16px;   /*  adjusts the vertical position of the text links on the main menu  */
	}		
	
#mainmenu li a {
	height: 25px;
	text-decoration: none;
	}	
	
#mainmenu li a:link, #mainmenu li a:visited {
	color: #ffffff;
	display: block;
	background:  url(menu.gif);
	padding: 8px 0 0 50px;
	}
	
#mainmenu li a:hover {
	color: #5595c2;
	padding: 8px 0 0 50px;
	background: url(images/mainmenubtbg_hov.jpg) no-repeat left;
	}
	
#mainmenu .active {
	background: url(images/mainmenubtbg_active.jpg) no-repeat left;
	}	
	
#mainmenu .last {
	color: #323232;
	border-bottom:none;
}
	
#mainmenu body {
	}

#mainmenu h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

#mainmenu hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#mainmenu img {
	border: none;
	}


/** SEARCH */

#search {
	float: right;
	width: 220px;
}

#search form, #search fieldset {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	padding-top: 6px;
	border: none;
}

#search input {
	float: left;
}

#search .input-text {
	width: 170px;
	height: 15px;
	padding: 3px 5px;
	background: #FFFFFF;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C0C0C0
}

#search .input-image {
	margin-left: 8px;
}

/** PAGE */

#page {
	width: 825px;
	margin: 0px auto;
	padding: 25px 25px 10px 50px;
	background-color: #FFFFFF;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
#page h1,h2,h3,p{
	overflow:visible;
	position:relative;
}

.wide #page {
}
#page li {
	line-height: 16px;
}

/** CONTENT */

#content {
	float: left;
	width: 560px;
	position:absolute;
}

#content2 {
	position: relative;
	overflow:visible;
	float:left;
	width: 540px;
	background-color:#FFFFFF;
}


.home {
	background: url(images/homepage01a.jpg) no-repeat left top;
}
.home #content {
	width: 560px;
	overflow:visible;
	position:relative;
}
.two-columns {
	position:relative;
	overflow:visible;
	width: 490px
}

.two-columns .column1 {
	position:relative;
	overflow:visible;
	float: left;
	width: 210px;
}

.two-columns .column2 {
	overflow:visible;
	float: right;
	width: 210px;
}

/** CONTENT RIGHT */

#contentright {
	float: right;
	width: 505px;
}

.home #contentright {
	width: 465px
}

.two-columns {
	overflow:visible;
	height: 100%;
}

.two-columns .column1 {
	float: left;
	width: 220px;
		overflow:visible;
}

.two-columns .column2 {
	float: right;
	width: 220px;
}

/** SIDEBAR RIGHT */

#sidebar {
	float: right;
	margin-bottom:25px;
	margin-left:10px;
	padding-left:10px;
	width: 215px;

}

#sidebar p, ol, ul {
	margin-top: 0px;
	margin-bottom: 16px;
	text-align: left;
	font-size: .95em;
	line-height: 100%;
	}
#sidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	text-transform:uppercase;
	font-weight: normal;
	color: #00619e;
}

#sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	text-transform:uppercase;
	font-weight:bold;
	color: #00284f;
}
#sidebar h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-transform:uppercase;
	color: #0075bf;
}
/** SIDEBAR LEFT */

#sidebarleft {
	float: left;
	width: 258px;
	padding: 20px;
}

.home #sidebarleft {
	width: 258px;
	background: #ffffff url(images/leftbg.jpg) repeat-x left top;
}
/** SPECIAL */
#special {
	float: left;
	position:relative;
	margin-bottom:25px;
	margin:0px 0px 20px -13px;
	padding:10px 10px 0px 12px;
	width: 232px;
	background-color:#ffffff;
	background: #ffffff url(images/specialbg.jpg) repeat-y left top;
	height: 100%;
}


/** HOME NEWS */

#homenews h2 {
	margin: 0px 0px 4px 0px;
}
#homenews h3 {
	margin: 0px 0px 4px 0px;
}
#homenews p {
	margin: 0px 0px 2px 0px;
}

#homenews {
	float: right;
	width: 258px;
}

.home #homenews {
	width: 297px;
}


/** FOOTER */

#footerwrapper {
	width: 900px;
	height:90px;
	margin: 0px auto;
		background: url(images/footerbg.jpg) no-repeat left bottom;
}

#footer {
	width: 520px;
	float:left;
	margin: 0px auto 0px 10px;
	padding-left:15px;
		padding-top:15px;

}
#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .active {
	color: #172e57;
}

#footer p {
	margin: 4px 0px 0px 0px;
	padding: 25px 0px 10px 0px;
	text-align: left;
	font-size:11px;
	color: #757575;
}

#footer ul {
	width: 500px;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
	color: #323232;
}

#footer li b {
	padding: 0 8px 0 8px;
	font-weight: normal;
}

#footer p {
	padding-top: 5px;
	text-align: center;
}

#copyright {
	padding-top:15px;
	float:right;
	width:355px;
	background: url(images/bplogocopyright.gif) no-repeat 12px 20px;
}
#copyright p {
	float:right;
	color:#5797c0;
	width:200px;
	margin: 10px 20px 10px 0px;
	padding: 0px;
	text-align: left;
	font-size:11px;
}
/** BOX1 */

#box1 {
	width: 900px;
	height: 244px;
	margin: 0px auto;
	background-color:#ffffff;
}
/** Banner */
#banner {
	width: 609px;
	float:left;
	height: 244px;

	margin: 0px auto;
}
/* start - table */

#table1 table {
	border-collapse: collapse;
	margin: 0px;	
}
#table1 th strong {
	color: #FFF;
}
#table1 th {
	background: #882D2D;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #EDC9C9;
	border-bottom: 1px solid #FFF;
}
#table1 tr {
	height: 30px;
	background: #F3F3F3;
}
#table1 td {
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* end - table */