﻿body ,td
{
	font-family: arial;
	font-size: 13px;

}

H1
{
	color: #325a8e;
	font-family: arial;
}
H2
{
	color: #325a8e;
	font-family: arial;
}
H3
{
	color: #325a8e;
	font-family: arial;
}

H4
{
	color: #325a8e;
	font-family: arial
}

p
{
	font-family: arial;
	font-size: 13px;
}

a
{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	border: none;
	color: #325a8e;
}

a:hover
{

	font-family: arial;
	color: #6690C7;
	text-decoration: none;
}


ul
{
  	font-family: arial;
	font-size: 13px;
}


img
{
	border: none;
}

/* ///////////////////// Library Master page styles ///////////////////////////////// */



/* Master Page Properties */
.MasterPage_Div
{
	width: 940px;
	max-width: 940px;
	margin:  0 auto;

}

.MasterPage_Main_Div
{
	width: 940px;
	max-width: 940px;
}


.MENU
{
	width: 1000px;
}


/* Main Top QuickLinks */
.Quicklinks_Div
{
	width: 940px;
	max-width: 940px;
	margin: 0 auto;
	height: 22px;
	min-height: 22px;
	clear: right;
}

/* Master Page Header */
.HeaderContainerCentre
{
	width: 940px;
	max-width: 940px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	background-image: url('../Images/top_middle_bg.JPG');
	background-repeat: no-repeat;
	background-position: top;
	min-height: 123px;
	max-height: 123px;
	height: 123px;
}

.HeaderMiddleLeft
{
	width: 38%;
	max-width: 38%;
	float: left;
	padding: 21px 20px 20px 0px;
	overflow: hidden;
}

.HeaderMiddleRight
{
	width: 20%;
	max-width: 20%;
	float: right;
	padding: 15px 25px 20px 20px;
	overflow: hidden;
}


/* Master Page Navigation */
.GlobalNavigation_Div
{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 50px;
	min-height: 50px;
	clear: right;
	margin: 0 auto;
}

.SiteNavigation
{
	width: 675px;
	min-width: 675px;
	max-width: 675px;
	height: 24px;
}


/* Breadcrumbs */
.Breadcrumbs_Div
{
	width: 99%;
	max-width: 99%;
	min-width: 99%;
	height: 14px;
	float: left;
}

.Breadcrumb
{
	padding-top: 5px;
	padding-bottom: 3px;
	font-style: normal;
	font-family: Arial;
	font-size:  small;
}

/* Master Page Footer */
.MasterPage_Footer_Div
{

	width: 940px;
	max-width: 940px;
	margin: 0 auto;
}

.Footer_Links
{
	width: 75%;
	float: left;
	max-width: 75%;
	min-width: 75%;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
}

.Footer_Logo
{
	width: 22%;
	float: right;
	max-width: 25%;
	height: 80px; 
	min-height: 80px;
	max-height: 80px;	

}

.Footer_Legal
{
	background-image: url('../Images/bottom_middle_bg.JPG' );

	background-repeat: repeat-x;
	min-height: 70px;
	max-height: 70px;
	height: 70px;
	min-width: 100%;
	max-width: 100%; 
	float: left;
}

.Footer_Legal_Text
{
	margin-top: 5px;
	margin-left: 30px; 
}


/* Main Content Area */

.MainContent_Div
{
	float: left;
	clear: right;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding-bottom: 25px;
}

.MainLeft_Div
{
	width: 720px;
	min-width: 720px;
	max-width: 720px;
	float: left;
	overflow: hidden;
}

.MainRight_Div
{
	width: 215px;
	min-width: 215px;
	max-width: 215px;
	float: right;
	clear: left;
	height: 100px;
}

/* Pods */

.podBody
{
	background-color: #DFE9F5;
	border: solid 1px #D1D1D1;
	padding: 0px 2px 0px 2px;
	font-family: Arial;
	font-size: 13px;
	width: 69%;
	min-width: 69%;
	min-width: 69%;
}

.podHeader
{
	width: 70%;
	min-width: 70%;
	min-width: 70%;
	background-color: #325a8e;
	border-color: #325a8e;
	border-width: 1px;
	border-style: solid;
	font-family: Arial;
	font-weight: 600;
	font-size: 11px;
	color: #fffeff;
	text-align: center;
	height: 22px;
	vertical-align: middle;
}

.podHeaderText
{	
	padding-top: 2px;
}


/* Banner Rotator */
.Rotator_Item
{
	text-align: center;
}

.Rotator_Item_Tags
{
	height: 1px; 
	width: 1px; 
	overflow: hidden;
}

/* Accordian */

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
}

.AccordionTitle
{
  overflow:hidden;
  cursor:pointer;
  -moz-user-select:none;
  border-style:none;
  border-width:0px;
}
.AccordionContent, .AccordionContentActive
{
  height:0px;
  display:none;
  overflow:hidden;
  border-style:none;
  border-width:0px;
}

.AccordionContentActive
{
  display:block;
}

.AccordionContainer
{
  border-top: solid 1px #9bbff1;
  border-bottom: solid 1px #9bbff1;
  border-left: solid 1px #9bbff1;
  border-right: solid 1px #9bbff1;
}

.AccordianButton
{
  background: url('../../Images/accordian_background_closed_bottom.jpg');
}


.gallery_single_image_div
{
	margin-bottom: 20px;
	margin-top: 10px;
}