/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	background-image: url(images/back_left_blue.jpg);
	background-repeat: repeat-y;
}

a:link{
	color: #0000ff;
	text-decoration: underline;
	}

a:visited, a:hover {
	color: #0000ff;
	text-decoration: underline;
}


h1, h2, h3, h4, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}

h2{
 font-size: 100%;
 color: #000000;
}

h3{
	font-size: 80%;
	color: #000000;
	font-weight: bold;
}

h4{
 font-size: 80%;
 font-weight: normal;
 color: #000000;
}

h5{
	font-size: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h6{
 font-size: 80%;
 color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 2px 0px;
	background-color: #80ccc2;
	border-bottom: 1px solid #233e99;
	width: 100%;
}

#navBar{
	padding: 0px;
	background-color: #2542a5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 77px;
	width: 150px;
	margin-top: 0;
	margin-right: 79%;
	margin-bottom: 0;
	margin-left: 0;
}

#content{
	float:none;
	position: absolute;
	left: 144px;
	top: 90px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 120%;
	margin-left: 0px;
}

#content a:link{
	color: #0000ff;
	text-decoration: underline;
	}

#content a:visited, a:hover {
	color: #0000ff;
	text-decoration: underline;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #334d55;
	background-color: #7Fccc2;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-variant: small-caps;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
#globalNav a:link{
	padding: 2px 2px 2px 2px;
	width: auto;
	width: auto;
	color: #233e99;
	text-decoration: none;	
}
#globalNav a:visited{
	color: #233e99;
	text-decoration: none;
}

#globalNav a:hover{
	background-color: #233e99;
	color: #ffffff;
	text-decoration: none;
}


/************** .toppage styles (BV) ***************/

.toppage{
	font-size: 80%;
	background-color: #80ccc2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: -12px;
	[if ie] top: 10px; 
	width: 100%;
}

.toppage h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.toppage img{
	float: left;
	top: 0px;
	position: relative;
}

/************** .feature styles ***************/

.feature2{
	font-size: 80%;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	width: auto;
}

.feature{
	background: #dff8ff url(images/pvborderstart_long.jpg) no-repeat;
	font-size: 80%;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
	left: 10px;
	width: 595px;
	float: left;
	top: 20px;
	clear: none;
	margin-bottom: 25px;
	margin-right: 20px;
	padding-right: 10px;
	line-height: 120%;
	}

.feature h1{
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 15px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature a:link, a:visited, a:hover {
	color: #0000ff;
	text-decoration: underline;
	}

.feature h6{
clear:both;
font-size:100%;
font-style:normal;
font-weight:normal;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding-left: 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}

.story p{
	padding: 0px 0px 10px 0px;
}
.story2{
	font-weight: bold;
	clear: both;
	width: 600px;
}
.story2 a:link{
	color: #FFFFFF;
}

.story2 a:visited{
	color: #FFFFFF;
}

.story2 img{
	border: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	position: absolute;
	left: 175px;
	top: 862px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #countries styles ***************/

#countries{
	clear: both;
	border: 1px none #cccccc;
	font-size: 75%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	position: absolute;
	left: 329px;
	top: 23px;
	height: 50px;
}

#countries p{
position:relative;
top: -38px;
left: 70px;
}

#countries h6{
	position:relative;
	top: -28px;
	left: 45px;
	font-weight: normal;
	font-size: 100%;
}

#countries img{
	padding: 4px 4px 4px 4px;
	position: relative;
	vertical-align: top;
	position: relative;
	left: 0px;
	top: 0px;
}

#countries2{
	clear: both;
	border: 1px none #cccccc;
	color: #FFFFFF;
	margin-top: 0px;
	position: relative;
	left: 210px;
	top: -86px;
}

#countries2 a:link{
	width: 100%;
	width: auto;
	color: #ffffff;
}

#countries2 a:visited{
	color: #ffffff;
}

#countries2 a:hover{
	font-weight: bold;
}

/************* #search styles ***************/

#search{
	background-color: #80ccc2;
	font-size: 90%;
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: none;
	top: 900px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



/*********** #q-nav styles ***********/

#q-nav{
	background-color: #2542a5;
	position: absolute;
	top: 75px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-style: normal;
	text-align: left;
	color: #FFFFFF;
	line-height: 80%;
	width: 140px;
}

#q-nav h3{
	padding: 10px 0px 2px 10px;
}

#q-nav a:link{
	padding: 2px 2px 2px 2px;
	width: auto;
	width: auto;
	color: #ffffff;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #cccccc;
	text-decoration: none;
}

#q-nav a:visited{
		padding: 2px 2px 2px 2px;
	color: #ffffff;
	text-decoration: none;
}

#q-nav a:hover{
	background-color: #7fccc2;
	padding: 2px 2px 2px 2px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #cccccc;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



#globalNav {
	position: absolute;
	left: 341px;
	top: 9px;
}

/** BV things **/
.bvclassitem {
	background: #dff8ff url(images/pvborderstart.jpg) no-repeat;
	width: 295px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 80%;
	clear: none;
	margin: 10px;
	position: relative;
	padding-left: 5px;
	float: left;
}
.bvclassitem p{
	padding: 0px 5px 0px 0px;
}

.bvclassitem img{
padding-right: 10px;
padding-bottom: 2px;
padding-left: 5px;
	border: none;
}

.bvclassitem a:link{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem a:visited{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem a:hover{
	font-weight: bold;
}

.bvclassitem-1 {
	background: #dff8ff url(images/pvborderstart.jpg) no-repeat;
	width: 295px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 80%;
	clear: none;
	margin: 10px;
	position: relative;
	padding-left: 5px;
	float: left;
	height: 170px;
}
.bvclassitem-1 p{
	padding: 0px 5px 0px 0px;
}

.bvclassitem-1 img{
padding-right: 10px;
padding-bottom: 2px;
padding-left: 5px;
	border: none;
}

.bvclassitem-1 a:link{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem-1 a:visited{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem-1 a:hover{
	font-weight: bold;
}

.bvclassitem-2 {
	background: #dff8ff url(images/pvborderstart.jpg) no-repeat;
	width: 295px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 80%;
	clear: none;
	margin: 10px;
	position: relative;
	padding-left: 5px;
	float: left;
	height: 205px;
}
.bvclassitem-2 p{
	padding: 0px 5px 0px 0px;
}

.bvclassitem-2 img{
padding-right: 10px;
padding-bottom: 2px;
padding-left: 5px;
	border: none;
}

.bvclassitem-2 a:link{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem-2 a:visited{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem-2 a:hover{
	font-weight: bold;
}

.bvclassitem-a4 {
	background: #dff8ff url(images/pvborderstart-long.jpg) no-repeat;
	width: 645px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 80%;
	clear: none;
	margin: 10px;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.bvclassitem-a4 h1{
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.bvclassitem-a4 p{
	padding: 0px 5px 0px 0px;
}

.bvclassitem-a4 img{
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: none;
}

.bvclassitem-a4 a:link{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem-a4 a:visited{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem-a4 a:hover{
	font-weight: bold;
}

.bvclassitem-a4- {
	background: #dff8ff url(images/pvborderstart-long.jpg) no-repeat;
	width: 605px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 80%;
	clear: none;
	margin: 10px;
	position: relative;
	padding-left: 5px;
	padding-right: 10px;
	float: left;
}
.bvclassitem-a4- h1{
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.bvclassitem-a4- p{
	padding: 0px 5px 0px 0px;
}

.bvclassitem-a4- img{
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: none;
}

.bvclassitem-a4- a:link{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem-a4- a:visited{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem-a4- a:hover{
	font-weight: bold;
}

.bvclassitem-a4- h6{
clear:both;
font-size:100%;
font-style:normal;
font-weight:normal;
}

.bvclassitem-a4-h {
	background: #dff8ff url(images/pvborderstart-long.jpg) no-repeat;
	width: 605px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 80%;
	clear: none;
	margin: 10px;
	position: relative;
	padding-left: 5px;
	padding-right: 10px;
	float: left;
	height: 205px;
}
.bvclassitem-a4-h h1{
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.bvclassitem-a4-h p{
	padding: 0px 5px 0px 0px;
}

.bvclassitem-a4-h img{
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: none;
}

.bvclassitem-a4-h a:link{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem-a4-h a:visited{
	color: #0000ff;
	text-decoration: underline;
}

.bvclassitem-a4-h a:hover{
	font-weight: bold;
}

.bvclassitem-a4-h h6{
clear:both;
font-size:100%;
font-style:normal;
font-weight:normal;
}


.bvclassitem-icons-l{
	clear: both;
	position: absolute;
	left: 245px;
	top: 15px;
}

.bvclassitem-icons-r{
	clear: both;
	position: absolute;
	left: 270px;
	top: 15px;
}

.bvitem-placeholder-row{
	position:relative;
	left: 0px;
	width: auto;
	height: 250px;
	clear: none;
	float: left;
	}
.bvitem-placeholder-0{
	position:absolute;
	display: block;
	clear: both;
	top: -20px;
	}

.header-left {
	font-size: 80%;
	font-weight: bold;
	clear: both;
	display: block;
	border-top: 5px solid #7fccc2;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.header-left p{
	font-weight: normal;
	clear: both;
	display: inline;
}
#footer {
	position: absolute;
	left: 175px;
	top: 2500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 600px;
	}

#footer p{
color: #F8F8F8;
}
	
#footer	a:link, a:visited, a:hover {
	color: #F8F8F8;
	text-decoration: underline;
	}
