@charset "UTF-8";


h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	color: #548DC8;
	padding: 0px 0px 0px 20px;
}
h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	color: #548DC8;
	padding: 0px 0px 0px 20px;
}
.date {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
	margin: 0px;
	padding: 9px 15px 10px 10px;
}
h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #548DC8;
	padding: 0px 0px 0px 20px;
}
h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #548DC8;
	padding: 0px 0px 0px 20px;
}
h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #548DC8;
	padding: 0px 0px 0px 20px;
	margin: 5px 0px;
}

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px 60px 0px 20px;
	line-height: 17px;
}

p a:link {
	color: #548DC8;
	text-decoration: none;
	
}

p_white {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align:right;
	padding: 0px 60px 0px 20px;
	line-height: 17px;

}

p_white a:link {
	color: #fff;
	text-decoration: none;

}

p_white a:hover {
	color: #fff;
	text-decoration:underline;

}
p_white a:vistied {
	color: #fff;
	text-decoration: none;

}

.p_blue_bold {
	font-size: 12px;
	color: #548DC8;
	font-weight: bold;

}

.bullet_p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #0066CC;
	line-height: 17px;
	}

.bullet_p a
{
	display: block;
	width:160px;
	color: #548DC8;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-top:3px;
	background-color: #ffffff;
	text-decoration: none;
	background-image: url(../images/button_15_15_2.gif);
	background-repeat: no-repeat;
	background-position: 20px 4px;
}

body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 60px 0px 20px;
	line-height: 17px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}


.bullet_list {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	
	
}

.bullet_list li {
	padding: 0px 60px 0px 30px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-top: 10px;
	
}


.numbered_list_content {
	width: 550px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}



.numbered_list {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style: decimal;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.numbered_list li {
	margin-top: 10px;
}

.headerLeft {
	float: left;
	margin: 0px;
	border: 0px solid #CCCCCC;

}

.headerRight {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 520px;
	border: 0px solid #CCCCCC;
	/*	border: 0px solid #CCCCCC;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 505px;
	margin-right: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px; */
	
	background-image: url(../images/Page%201.gif);
	background-repeat: repeat-x;
	height: 37px;
	float: none;
}


.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 15px;
	margin-left: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.blueContainer {
	border: 1px solid #ffffff;
	background-color: #FFFFFF;
	margin: 0px 15px;
	padding: 0px 15px 15px;
	width: 895px;
}
.mainContent {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 250px;
	margin-right: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
} 


.mainContentSidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
	margin-top: 0px;
	margin-left: 0px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	margin-right: 0px;
}


.mainContentSidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
	margin-top: 0px;
	margin-left: 20px;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}







/** PR right hand side navigation */
.mainContentPR_right {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
	margin-top: 0px;
	margin-left: 20px;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


.mainContentPR_right ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 0px none #FFFFFF;
	line-height: 14px;
}
		
.mainContentPR_right li {
	margin: 0 0 2px;
	padding-top: 0px;
	
	padding-bottom: 0px;
}
		
.mainContentPR_right a
{
	display: block;
	width:80px;
	color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top:3px;
	background-color: #EEEEEE;
	text-decoration: none;
	background-image: url(../images/button_15_15_2.gif);
	background-repeat: no-repeat;
	background-position: 80px 4px;
}


		
.mainContentPR_right a:hover
{
	color:  #548DC8;
	background-color: #CADBF0;
	text-decoration: none;
}




.mainContentPackshots {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: 20px;
	
	
}





.mainContentSidebarRight_large_image {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
	margin-top: 0px;
	margin-left: 20px;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.mainContentSidebarRight p{
	padding: 10px;
	line-height: 17px;
	color: #548DC8;
	margin: 0px;

}

.mainContentRight{
<
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 170px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
} 

.mainContentLeft{
<
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 50px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}


/* navigation style for left hand side navigation */

.navLeft {
	width: 220px;
	margin-left: 5px;
	padding: 0px;
	margin-bottom: 5px;
}
	
.navLeft ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 0px none #FFFFFF;
	line-height: 14px;
}
		
.navLeft li {
	margin: 0 0 2px;
	padding-top: 0px;
	
	padding-bottom: 0px;
}
		
.navLeft a
{
	display: block;
	width:200px;
	color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top:3px;
	background-color: #EEEEEE;
	text-decoration: none;
	background-image: url(../images/button_15_15_2.gif);
	background-repeat: no-repeat;
	background-position: 200px 4px;
}


		
.navLeft a:hover
{
	color:  #548DC8;
	background-color: #CADBF0;
	text-decoration: none;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.history {
	margin-left: 10px;
	margin-right: 0px;
	width: 600px;
	padding: 0px;
	margin-bottom: 20px;
	vertical-align: top;
	text-decoration: none;
	display: inline;
	margin-top: 0px;
}


.table_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	width: 550px;
	padding-top: 0px;
	border: 1px solid #CCCCCC;
	padding-bottom: 0px;
	margin-bottom: 20px;
	text-decoration: none;
	vertical-align: top;
	text-decoration: none;
}

.table_1 a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.table_1 img {
	border:0;
}

.table_1_colour {background-color: #CADBF0;}
.table_p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px 10px 0px 10px;
	line-height: 17px;
}
.table_p a:link, a:visited, a:active, a:hover {
	color: #548DC8;
	text-decoration: none;
	
}


/* style for navigation on the contact us pages */

.mapLeft {
	width: 130px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
	
.mapLeft ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 0px none #FFFFFF;
	line-height: 14px;
}
		
.mapLeft li {
	margin: 0 0 2px;
	padding-top: 0px;
	
	padding-bottom: 0px;
}
		
.mapLeft a
{
	display: block;
	width:120px;
	color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top:3px;
	background-color: #EEEEEE;
	text-decoration: none;
}


		
.mapLeft a:hover
{
	color:  #548DC8;
	background-color: #CADBF0;
	text-decoration: none;
}

.map {
	
	width: 580px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/world_map_for_addresses.jpg);
	height: 350px;
}

.map2 {
	width: 580px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/world_map_for_addresses_2.jpg);
	height: 350px;
}

.navigation  a:link, a:visited, a:active, a:hover{
	text-decoration: none;
}
.navigation img {
	border:0;
}
