/*
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: #393939;
}
body, p, div, td {
	font-family: Verdana;
	font-size: small;
	text-align: justify;
}

/* ----------------------------------------------------------- */
/* 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: #333000;
	font-size: large;
	margin:0px;
	padding:0px;
	margin-bottom: 7px;
	margin-top: 2px;
}

h2 {
	color: #333000;
	font-size: medium;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	margin-top: 13px;
}

/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* B1. Header & Navigation                                     */
/* ----------------------------------------------------------- */
#Header {
	height: auto !important;
	height: 241px;
	min-height: 241px;
	padding-left: 5px;
	padding-right: 5px;
}
#Header div.title {
	width: 632px;;
	float: left;
}
#Header div.details {
	width: 362px;
	display:block;
	height:171px;
	float: right;
	background: Transparent url(../../pics/xyz-logo.jpg) no-repeat bottom right;
}
#Header div.languages {
	text-align: left;
	color: #FFFFFF;
	padding-top: 3px;
	display:inline;
}
#Header div.languages a img {
	padding: 0px;
	border: 0px;
}
#Header div.version {
	padding-top: 15px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;

}
#Header div.version span {
	color: #00AFFF;
}
#Header div.title h1.strapLine {
	height: 28px;
	background: url(../../pics/strap-line-header.jpg) no-repeat top left; text-indent: -9000px;
	margin-top:50px;
	margin-bottom:24px;
}

#Menu {
	height: 52px;
	margin-top:23px;
	text-align: center;
}
#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:block;
	height: 52px;
	width:994px;
}
#Menu ul li {
	list-style-type: none;
	float: left;
	height:52px;
	padding: 0px;
}
#Menu ul li.blue {background: #FFFFFF url(../../pics/menu-back-shim-blue.gif) repeat-x bottom left;border-left:solid 1px #D9D9D9;border-bottom:solid 1px #D9D9D9;}
#Menu ul li.lightgray {background: #FFFFFF url(../../pics/menu-back-shim-lightgray.gif) repeat-x bottom left;border-left:solid 1px #D9D9D9;border-bottom:solid 1px #D9D9D9;}
#Menu ul li.red {background: #FFFFFF url(../../pics/menu-back-shim-red.gif) repeat-x bottom left;border-left:solid 1px #D9D9D9;border-bottom:solid 1px #D9D9D9;}
#Menu ul li.darkgray {background: #FFFFFF url(../../pics/menu-back-shim-darkgray.gif) repeat-x bottom left;border-left:solid 1px #D9D9D9;border-bottom:solid 1px #D9D9D9;}
#Menu ul li.lightblue {background: #FFFFFF url(../../pics/menu-back-shim-lightblue.gif) repeat-x bottom left;border-left:solid 1px #D9D9D9;border-bottom:solid 1px #D9D9D9;}
#Menu ul li.lightgrayend {background: #FFFFFF url(../../pics/menu-back-shim-lightgray.gif) repeat-x bottom left;border-left:solid 1px #D9D9D9;border-bottom:solid 1px #D9D9D9;border-right:solid 1px #D9D9D9;}

#Menu ul li a {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top:26px;
	padding-left:15px;
	padding-right:15px;
}
#Menu ul li.selected a {
	
	color: #FFFFFF;
	font-weight: bold;
}
#Menu ul li a:hover {
	color: #FFFFFF;
}

/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */
#Wrapper {
	padding-top:15px;
}

/* ----------------------------------------------------------- */
/* B3. Side Bar                                                */
/* ----------------------------------------------------------- */
#Wrapper #Navigation {
	width: 238px;
	float: left;
	padding:0px;
	margin:0px;
	font-size:8.5pt
}
#Wrapper #Navigation img{
	margin-bottom:10px;
}
#Wrapper #Navigation ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}
#Wrapper #Navigation ul li {
	width: 225px;
	margin-top:1px;
	border-bottom:solid 1px #E6E6E6;
	border-top:solid 1px #E6E6E6;
}
#Wrapper #Navigation ul li a {
	height:21px;
	width:215px;
	padding:4px 0px 0px 10px;
	color:#393939;
	display:block;
	background: #E6E6E6;
	text-decoration: none;
}
#Wrapper #Navigation ul li a:hover {
	background: none;
	text-decoration: none;
	color:#959595;
}

/* ----------------------------------------------------------- */
/* B4. Main Body                                               */
/* ----------------------------------------------------------- */
#Wrapper #Page {
	width: 746px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding-right: 10px;
	float: right;
	background: transparent url(../../pics/large-bird-bg.png) no-repeat top left;
}
#Wrapper #Page #PageCenter{
	float:left;
	width:364px;
	padding-bottom:10px;
	padding-right:6px;
}
#Wrapper #Page #PageRight{
	float:right;
	width:364px;
	padding-bottom:10px;
	padding-left:6px;
}

#Wrapper #Page #PageRight span.quote,
#Wrapper #Page #PageCenter span.quote {
	font-style: italic;
}

#Wrapper #Page #PageRight span.author,
#Wrapper #Page #PageCenter span.author {
	font-weight: bold;
}

#Wrapper #Page #PageRight ul,
#Wrapper #Page #PageCenter ul {
	padding-left: 17px;
	margin-left: 0px;
}

#Wrapper #Page #PageRight ul li,
#Wrapper #Page #PageCenter ul li {
	margin-bottom: 12px;
}

#Wrapper #Page #PageRight ul.examples,
#Wrapper #Page #PageCenter ul.examples {
	background: #D6D6D6;
	padding: 5px;
	padding-left: 17px;
	margin-left: 0px;
}

#Wrapper #Page #Breadcrumbs {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	width:50%;
	float: left;
}
#Wrapper #Page #Breadcrumbs a {
	color: #00AFFF;
	text-decoration: none;
}
#Wrapper #Page #Breadcrumbs a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#Wrapper #Page #SiteSearch {
	width: 50%;
	float: right;
	text-align: right;
}
#Wrapper #Page #SiteSearch input {
	border: #003E59 1px solid;
}
#Wrapper #Page #SiteSearch a {
	background: #003E59;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
#Wrapper #Page #Banner {
	height: 350px;
}

/* ----------------------------------------------------------- */
/* B5. Footer                                                  */
/* ----------------------------------------------------------- */
#Footer{
	padding-bottom:5px;
}
#Footer .content {
	height:32px;
	min-height:32px;
	display:block;
}
#Footer #copyright{
	float:left;
	width:190px;
	height:23px;
	background: #FFFFFF url(../../pics/welsh-flag.gif) no-repeat top left;
	padding-left:48px;
	padding-top:9px;
	font-size:7pt;
	color:#797979;
	
}
#Footer #links{
	float:right;
	background:#E6E6E6;
	height:32px;
	width:756px;
	text-align:right;
}
#Footer #links #languageSel{
	float:left;
	width:170px;
	padding-top:9px;
	padding-left: 10px;
}
#Footer #links #footerSel{
	float:right;
	width:500px;
	padding-top:4px;
	padding-right:10px;
}
#Footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:right;
}
#Footer ul li {
	list-style-type: none;
	float: left;
	padding: 5px;
}
#Footer ul li a {
	font-size: small;
	color: #2B2B2A;
	text-decoration: none;
}
#Footer ul li a:hover {
	color: #959595;
}
#Footer #links #footerSel p.Contact {
	padding: 5px;
	margin: 0px;
	text-align: right;
}
#Footer .content p.credit {
	margin-top:8px;
	font-size:x-small;
	float:right;
}

/* *********************************************************** */
/* 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;
}