/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2004 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage/
*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #f8f8f8;
}

html, body
{
	height: 100%;
}


/*
	Standard paragraph style
*/

p
{
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 1em; /* 18px; */
}

li.list
{
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 0.8em;
	margin-top: 0px;
}

/*
	"Pull quote" paragraph style
*/

p.pullquote
{
	font-weight: bold;
	font-style: italic;
	color: #7F8CB1;
	font-size: 0.8em;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: solid 1px #7F8CB1;
	border-bottom: solid 1px #7F8CB1;
	padding-top: 16px;
	padding-bottom: 16px;
}

/*
	Links
*/

a:link, a:active
{
	font-family: arial,verdana,sans-serif;
	color: #0000FF;
	font-size: 1.0em;
}


a:visited
{
	color: #4400FF;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
{
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #000000;
	margin-top: 0px;
}

h1.dot-heading
{
	background-image: url(/images/single_dot.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
}

h1.page-heading
{
	background-image: url(/images/single_dot.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
	margin-left: 36px;
}


h1.welcome
{
	font-weight: bold;
}

h2
{
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	margin-top: 26px;
}



/*
	"Your Logo"
*/

#logo
{
	z-index: 2;
	float: right;
	height: 100px;
	padding-top: 8px;
	padding-right: 20px;
	font-size: 2.1em;
	color: #FFFFFF;
	font-weight: normal;
}


/*
	Top menu
*/

#top-menu
{
	z-index:100;
	float: right;
	text-align: left;
	padding-top: 50px;
	padding-right: 30px;
	color: #000000;
	position:relative; 
}

#searchbox
{
	z-index:0;
	float: center;
	text-align: left;
	padding-top: 0px;
	color: #000000;
	position:relative; 
}

#trans_box
{
	z-index:0;
	height: 80px;
	float: center;
	text-align: left;
	padding-top: 0px;
	color: #000000;
	position:relative; 
}

/*
	Container for page content
*/

#container
{
	margin: 0px 0px 0px auto;
	position: relative;
	width: 100%;
}


/*
	Page header area
*/

#page-header
{
	z-index: 2;
	background-image: url(/images/header_mid.jpg);
	width: 100%;
	height: 249px;
}


/*
	Page header right-hand image
*/

#page-header-right
{
	z-index: 2;
	width: 100%;
	height: 249px;
	background-image: url(/images/header_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
	
/*
	Page header content container (with left-hand image as background)
*/

#page-header-content
{
	z-index: 1;
	position: relative;
	width: 100%;
	height: 249px;
	background-image: url(/images/header_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


/*
	Page footer area
*/

#page-footer
{
	width: 100%;
	height: 105px;
	margin: 0px 0px 0px auto;
}

p.footer
{
	margin-top: 0px;
	margin-left: 36px;
	padding-top: 1px;
	padding-left: 46px;
	height: 24px;
	color: #000000;
	font-size: 0.7em;
	margin-bottom: 0px;
	background-image: url(/images/double_dot.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

p.footer_nodot
{
	margin-top: 0px;
	margin-left: 36px;
	padding-top: 1px;
	padding-left: 46px;
	height: 24px;
	color: #000000;
	font-size: 0.7em;
	margin-bottom: 0px;
}

p.footer a
{
	font-size: 1.0em;
}

#footer-right
{
	float: right;
	padding-right: 36px;
	padding-left: 72px;
	width: 175px;
}

/*
	Page content area
*/

#page-content
{
	width: 100%;
	padding-top: 20px;
}



/*
	Left content column (main page)
*/

#left-column-main
{
	padding-left: 36px;
	margin-right: 308px;
}

#left-column-main-printfriendly
{
	padding-left: 10px;
	padding-right: 10px;
}


/*
	Right content column (main page)
*/

#right-column-main
{
	float: right;
	padding-right: 36px;
	padding-left: 72px;
	width: 175px;
}



/*
	Left content column (sub page)
*/

#left-column-sub
{
	padding-left: 36px;
	float: left;
	width: 43%;
}


/*
	Right content column (sub page)
*/

#right-column-sub
{
	float: right;
	width: 43%;
	padding-right: 36px;
}




/*
	Standard images
*/

img
{
	border: none;
}


/*
	Photo style
*/

.photo
{
	border: solid 2px #606782;
}

/*
	Headline style
*/

.headline
{
	font-weight: bold;
}

/*
  Curvy box
*/
.curvy {
  position: relative;
  width:220px;
  background:#ffffff;
  color:#000;
}

#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#ffffff; background:#7e8cb1; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:relative; font-size:150px; font-family:arial; color:#ffffff; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:5px 10px;}
.curvy img {position:relative; z-index:100; padding:5px 10px;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:120px; font-size:11px; color:#404040; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:1px solid #d0d0d0; border-width:1px 0 1px 1px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background:#ffffff;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#dfd7ca; color:#c00;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(/includes/transparent.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#cececc; color:#c00;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#cececc; color:#c00;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#ffffff url(/includes/fly.gif) no-repeat right center;}
#pmenu li.drop {background:#ffffff url(/includes/drop.gif) no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

input.button 
{
margin: 2px;
padding: 2px;
padding-top: 4px;
padding-bottom: 4px;
border-width: 2px;
border-color: #505050;
background-color: #7e8cb1;
color:            #FFFFFF;
font-weight: bold;
text-decoration:  none;
}
