@charset "utf-8";

/*	last updated by dm on 23/10/2008		*/

html, body { border: 0; margin: 0; padding: 0; }

/*	Begin: Page Layout Styles - based on "Jello Piefecta" - http://positioniseverything.net/articles/jello.html		*/
body {
	padding: 0 390px 0 390px;
	margin: 0;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	background: #EFEFEF;
}

#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 37%;
	max-width: 120px;  /* version for IE is in the header of each page using conditional comment */
}

#expander {
	margin: 0 -390px 0 -390px;
	min-width: 780px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { 
	width: 100%;
	background: #FFFFFF;
}
/*	End: Page Layout Styles		*/

/*	Begin: Header styles, including tabs		*/
#header {
	clear:both;
	height: 106px;
	background: #999999 url(/images/top-bar/tab_base.png) repeat-x scroll center bottom;
}

#header .logo_container {
	position:absolute; 
	margin-left: 28%;
	margin-top:4px;
	width: 50%;
}

#header .logo_main {
	float: left; 
	margin: 18px auto 0px; 
	vertical-align: middle;
}

#header span.logo-zoom {
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	text-decoration: none;
	vertical-align: middle;
}

#header span.logo-in {
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	line-height: normal;
	text-decoration: none;
	vertical-align: middle; 
	margin-right:4px;
}

#header .logo_strapline {
	float: left; 
	border-left: 2px solid #666666;
	vertical-align: middle; 
	text-align: left;
	margin: 16px 0px 0px 5px;
	padding: 0px 0px 3px 8px;
	line-height: 1.2;
}

#header .strapline {
	font-size: 19px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 0.9em;
	vertical-align: middle; 
}

#head_tabs {
	float:left;
	width:70%;
	margin: 76px auto 0 auto;
}
/* Holly hack for IE \*/
* html #head_tabs { margin-top: 14px; }
/* */

#head_tabs ul {
	margin: 0;
	padding: 0px 10px 0 10px;
	list-style: none;
}

#head_tabs li {
	float:right;
	background: url(/images/top-bar/tab_left.png) no-repeat left top;
	margin:0;
	vertical-align: middle;
	padding:0 0 0 8px;
}

#head_tabs a {
	font-size: 11px;
	display:block;
	color: #666699;
	background: url(/images/top-bar/tab_right.png) no-repeat right top;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
	padding: 8px 8px 0px 2px;
	margin-right: -6px;
	height: 20px;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#head_tabs a {float:none;}
/* End IE5-Mac hack */

#head_tabs a.two-line {
	padding: 6px 8px 2px 2px;
	line-height: 10px;
/*	overflow: hidden;		*/
}

#head_tabs #current {
	background: url(/images/top-bar/tab_left_active.png) no-repeat left top;
}

#head_tabs #current a {
	height: 22px;
	text-align: center;
	font-weight:bold;
	color: #9CA4B7;
	background: url(/images/top-bar/tab_right_active.png) no-repeat right top;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#head_tabs #current a {float:none;}
/* End IE5-Mac hack */

#head_tabs #current a.current-2line {
	padding: 4px 10px 4px 2px;
	margin-right: -6px;
	line-height: 10px;
}

#head_tabs #pre-current {
	background: url(/images/top-bar/tab_left.png) no-repeat left top;
	z-index: 100;
}

#head_tabs #pre-current a {
	height: 20px;
	display:block;
/*	color: #6E7489;		*/
	color: #666699;
	background: url(/images/top-bar/tab_right_pre_current.png) no-repeat right top;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
	padding: 8px 10px 0px 2px;
	margin-right: -8px;
	z-index: 100;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#head_tabs #pre-current a {float:none;}
/* End IE5-Mac hack */

#head_tabs #pre-current a.pre-current-2line {
	padding: 6px 10px 2px 2px;
	margin-right: -8px;
	line-height: 10px;
}

img.home-link {
	margin: 4px 0pt 4px 4px;
	width: 100px;
	height: 95px;
	float: left;
	border:none;
	position:relative;
	z-index: 10;
}
	
img.book-link {
	margin: 4px 4px 0pt 4px;
	width: 100px;
	height: 95px;
	float: right;
	border:none;
	position:relative;
	z-index: 10;
}

img.gal_bar {
	width: 118px;
	margin-bottom: 10px;
}
/*	End: Header Styles		*/

/* 	Begin: Breadcrumb Bar Styles		*/
#breadcrumb {
	background-color:#666666;
	clear:both;
	height:14px;
/*	margin: 0px 0px 8px 0px;	*/
	margin-bottom: 8px;
	font-size: 9px;
	color: #ADADAD;
	vertical-align:middle; 
	text-align: left;
}
/* 	End: Breadcrumb Bar Styles		*/

/*	Begin: Leftbar styles		*/
#leftbar {
	width: 130px;
	float: left;
	display: inline;
	margin-bottom: 30px;
	padding-left: 4px;
}

#left_menu_caption {
/*	margin: 0px 0px 5px 0px;		*/
	padding: 2px 0px 4px 0px;
	background: #666666;
	text-align: center; 
	vertical-align: middle;
	font-size: 13px;
	color: #C1C1E1;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#left_menu_content {
	margin: 0px 0px 15px 0px;
	padding: 6px;
	border: #999999 solid 1.5px;
	text-align: left; 
	vertical-align: top;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#left_menu_content ul {
	list-style-position: outside;	/*	necessary to prevent IE adding space for invisible list-style		*/
}
	
#left_menu_content li.menu_bar {
	padding: 4px 2px 4px 2px;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	line-height: 11px;
}

#left_menu_quick_links {
	margin: 0px 0px 0px 0px;
	padding: 8px;
	border: #999999 solid 2px;
	background: #CCCCCC;
	text-align: center; 
	vertical-align: top;
	line-height: 1.3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#left_menu_quick_links ul {		
	list-style-position: outside;	/*	necessary to prevent IE adding space for invisible list-style		*/
}

#left_menu_quick_links li.quick_link {
	font-size: 11px;
	font-weight: bold;
	color: #666699;
	padding: 3px 0 3px 0;
}

#left_menu_quick_links li.quick_link_info {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding: 6px 0 0 0;
}

#left_menu_quick_links li.quick_link_numbers {
	font-size: 15px;
	font-weight: bold;
	color: #666699;
}

#left_menu_quick_links li.quick_link_times {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
/*	End: Leftbar styles		*/

/*	Begin: Rightbar styles		*/
#rightbar {
	width: 130px;
	float: right;
	display: inline;
	margin-bottom: 30px;
	padding-right: 4px;
}

#right_menu_caption {
/*	margin: 0px 0px 5px 0px;		*/
	padding: 2px 0px 4px 0px;
	background: #666666;
	text-align: center; 
	vertical-align: middle;
	font-size: 13px;
	color: #C1C1E1;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#right_menu_content {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: #666666 solid 1.5px;
	vertical-align: middle;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
/*	End: Rightbar styles		*/

/*	Begin: Main Content styles		*/
#content_2_cols {
	margin: 0 130px;
	padding: 0 20px;
	text-align: justify;
}

#content_left_col {
	margin: 0 0 0 130px;
	padding: 0 20px;
	text-align: justify;
}

#content_right_col {
	margin: 0 130px 0 0;
	padding: 0 20px;
	text-align: justify;
}

#content_no_cols {
	width: 100%;
	text-align: justify;
}

.menu-title {
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: #C1C1E1;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
}

/*	End: Main Content styles		*/

/*	Begin: Footer styles		*/
#footer {
	clear: both;
}
/*	End: Footer styles		*/

/*	http://positioniseverything.net/easyclearing	*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
