/*
Stylesheet For: VSI Template V4.1
URL: http://www.vsitemplate4.co.uk
Version: v1.0
Author: VSI-Thinking, http://www.vsi-thinking.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      2. Content Wrapper
      3. Sidebar
      4. Main Body
	  5. Footer

	C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */
body, html {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #2B2B2A;
	background: #EAEAEA url('../../pics/pageBg.gif') repeat-x top center;
}
body, p, div, td {
	font-family: Arial,Verdana;
	font-size: small;
}
/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */
div#contentArea a.button {
	padding: 2px;
	background: #D6D6D6;
	border: #C3C3C3 1px solid;
	color: #2B2B2A;
	text-decoration: none;
}
div#contentArea a.button:hover {
	background: #2B2B2A;
	color: #FFFFFF;
}
/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
div.clearfix {
	clear: both;
}
div.content {
	width: 994px;
	margin: auto auto;	
}
div.hr {	
	border-top: #C3C3C3 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.hr hr {
	display: none;
}

/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */
h1 {
	color: #3A6A8F;
	font-size: x-large;
	margin-top: 0px;
}
h1 .h1highlight {
	color: #7EA3C0;
}
h2 {
	color: #7EA3C0;
	font-size: large;
}
h3 {
	color: #7EA3C0;
	font-size: medium;
}

/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* B1. Header & Navigation                                     */
/* ----------------------------------------------------------- */
#Header {
	background: url(../../pics/headerBg2.jpg) no-repeat top center;
	height: auto !important;
	height: 345px;
	min-height: 345px;
}
#Header .content {
	width: 974px;
	padding: 11px 10px 0px 10px;
}
#Header .content .logo {
	width: 220px;
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#Header .content #Banner {
	width: 502px;
	height: 221px;
	margin: 2px 22px 0px 0px;
	float: right;
}
#Header .content p.statement {
	width: 728px;
	height: 50px;
	padding: 0px; 
	margin: 0px 6px 0px 0px;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 110%;
	color: #987505;
}
#Menu {
	height: 42px;
	width: 744px;
	margin-left: 228px;
	margin-top: 11px;
}
#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 42px;
}
#Menu ul li {
	list-style-type: none;
	float: left;
	padding: 0px;
}
#Menu ul li a {
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #0C3857;
	padding: 12px 12px 12px 12px;
	display: block;
}
#Menu ul li a:hover {
	color: #FFFFFF;
}
#Menu ul li.selected a {
	background: url('../../pics/mainNavSelected.jpg') no-repeat top center;
	color: #305C7C;
}

/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */
#Wrapper {
	padding-bottom: 10px;
}

/* ----------------------------------------------------------- */
/* B3. Side Bar                                                */
/* ----------------------------------------------------------- */
#Wrapper #Navigation {
	width: 225px;
	padding-left: 10px;
	float: left;
}
#Wrapper #Navigation ul.navMenu {
	margin: 24px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#Wrapper #Navigation ul.navMenu li {
	padding: 0px;
	margin: 1px 0px 1px 0px;
}
#Wrapper #Navigation ul.navMenu li a.selected,
#Wrapper #Navigation ul.navMenu li a.unselected_top {
	width: 186px;
	height: 27px;
	display: block;
	padding: 9px 39px 0px 0px;
	text-align: right;
	color: #153F60;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background: #EFF5FB url('../../pics/navOption.jpg') no-repeat top right;
}
#Wrapper #Navigation ul.navMenu li a.selected {
	background: #D4E2EA url('../../pics/navOptionSelected.jpg') no-repeat top right;
}
#Wrapper #Navigation ul.navMenu li a:hover.unselected_top {
	background: #D4E2EA url('../../pics/navOptionSelected.jpg') no-repeat top right;
}

#Wrapper #Navigation ul.navMenu li a.buttonSubMenu,
#Wrapper #Navigation ul.navMenu li a.buttonSubMenu_Selected,
#Wrapper #Navigation ul.navMenu li a.buttonSubMenu_UnSelected {
	width: 186px;
	height: 20px;
	display: block;
	padding: 6px 39px 0px 0px;
	margin: 0px;
	text-align: right;
	color: #153F60;
	font-size: 85%;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background:none;
}
#Wrapper #Navigation ul.navMenu li a:hover.buttonSubMenu,
#Wrapper #Navigation ul.navMenu li a:hover.buttonSubMenu_Selected,
#Wrapper #Navigation ul.navMenu li a:hover.buttonSubMenu_UnSelected {
	background:none;
}
#Wrapper #Navigation ul.navMenu li a.buttonSubMenu {
	margin: 1px 0px 1px 0px;
	padding-right: 8px;
	color: #00AFFF;
}
#Wrapper #Navigation ul.navMenu li a.buttonSubMenu_Selected {
	margin: 1px 0px 1px 0px;
	padding-right: 8px;
	color: #153F60;
}
/* this is a fudge for controlling the LI, the class should really only be on the a href */
#Wrapper #Navigation ul.navMenu li.buttonSubMenu_UnSelected {
	display:none;
}

/* ----------------------------------------------------------- */
/* B4. Main Body                                               */
/* ----------------------------------------------------------- */
#Wrapper {
	background: url('../../pics/pageWrapper.gif') no-repeat top center;
	margin:0px;
	padding:0px;
}
#Wrapper .content {
	background: url('../../pics/pageContent.jpg') no-repeat bottom center;
	width: 974px;
	padding-top: 12px;
}
#Wrapper #Page {
	width: 721px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: right;
}

#Wrapper #Page h1,
#Wrapper #Page p,
#Wrapper #Page ul li{
	font-family: trebuchet, arial, verdana;
}

#Wrapper #contentArea {
	width: 721px;
	padding: 0px 10px 0px 0px;
	float: right;
}

#Wrapper #contentArea h1,
#Wrapper #contentArea h2,
#Wrapper #contentArea p,
#Wrapper #contentArea ul li{
	font-family: trebuchet, arial, verdana;
}

/* ----------------------------------------------------------- */
/* B5. Footer                                                  */
/* ----------------------------------------------------------- */
#Footer {
	background: url('../../pics/footerBg.jpg') no-repeat top center;
	height: 71px;
}
#Footer .content {
	width: 974px;
	padding: 0 10px 0 10px;
}
#Footer .content p {
	margin-top:0px;
	text-align:right;
	color: #666666;
	font-size: 80%;
}
#Footer .content p.vsiLink {
	margin-top: 28px;
}
#Footer .content p.vsiLink a {
	color: #666666;
}
#Footer .content p.vsiLink a:hover {
	color: #000000;
}


/* *********************************************************** */
/* C. Modules                                                  */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* Site Search                                                 */
/* ----------------------------------------------------------- */
table.siteSearchResults {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;

}
table.siteSearchResults th {
	margin: 0px;
	background: #00405D;
	padding: 3px;
	color: #FFFFFF;
	text-align: left;
}
table.siteSearchResults th.siteSearchRank {
	width: 80px;
}
table.siteSearchResults td {
	padding: 3px;
	margin: 0px;
	border-bottom: #E9E9E9 1px  solid;
}


/* ----------------------------------------------------------- */
/* Pagination 1                                                */
/* ----------------------------------------------------------- */
table#tblNav {
	width: 100%;
	background: #E9E9E9;
	padding: 5px;
}

div#paginationOptions{
	position: absolute;
	z-index: 100;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffff;
	width: 180px;
	margin-left: 12%;
	display: none;
	margin-top: -100px;
}

/* ----------------------------------------------------------- */
/* help Box                                                    */
/* ----------------------------------------------------------- */
#help {
	border: 1px solid #CBDEF1;
	margin-top: 24px;
}
#help h3 {
	font-style: italic;
	font-size: medium;
	color: #5B82AA;
	padding: 4px 4px 4px 4px;
	margin: 0px;
	background: url('../../pics/helpH3Bg.jpg') repeat-x top left;
}
#help h3 .highlight {
	color: #FFFFFF;
}
#help p {
	font-size: small;
	font-style: italic;
	padding: 2px 14px 2px 2px;
	margin: 0px;
	text-align: right;
	color: #96B1CD;
}
#help p .country {
	color: #5B82AA;
	font-weight: bold;
}
#help p img {
	margin-bottom: 2px;
}

#help p a {
	color: #96B1CD;
	text-decoration: none;
}

#help p a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------------- */
/* Accreditation logos                                         */
/* ----------------------------------------------------------- */

.accreditation {
	 margin-top: 30px;
	 margin-bottom: 10px;
}

.accreditation img.iip {
	float: left;
}

.accreditation img.iso9001 {
	float: right;
}