@charset "utf-8";
/* CSS Document */

body {
	background:#244070;
	background-image:url(../media/_design/pagebgrnd.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
.container {
	background:#fff;
}
#Logo {
}
#divide {
	height:8px;
}
#Column1 p {
	padding-left:10px;
}
#Column1 h2 {
	margin-left:5px;
}
#Column2 {
}
#Column3 {
	
	text-align:center;
}
#footer {
	color:#999;
	text-align:center;
}
#footer p {
	padding-top:20px;
	width:950px;
	margin:0 auto;
	height:60px;
	font-size:90%;
	background-color:#153669;
	background-image:url('../media/_design/itslyonfooterbackground.jpg');
	background-repeat:repeat-x;
}
.floatright {
	float:right;
	margin:10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-stretch:semi-expanded;
}
h2 {
	background:#356895;
	width:180px;
	color:#fff;
	padding-left:5px;
	font-size:100%;
	text-transform:uppercase;
	font-weight:bold;
}
p {
	margin:0 0 2em;
}
br {
	padding-left:-5px;
}
a {
	font-weight: bold;
	text-decoration:underline;
	color: #356895;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a.panel:hover {
	color: #fff;
}
/* jQuery lightBox plugin - Gallery style */

#gallery {
	margin-left:-15px;
	width:500px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 1px solid #999;
	border-width: 1px;
}
#gallery ul a:hover img {
	border: 1px solid #BEE0EA;
	border-width: 1px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
.clear {
	clear: both;
}
.left {
	top: 0;
	left: 0;
	width: 200px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul {
	list-style-type: none;
}
.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}
.simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.simply-scroll-list li img {
	border: none;
	display: block;
}
.simply-scroll-btn {
	position: absolute;
	background-image: url(../images/buttons.png);
	width: 42px;
	height: 44px;
	z-index:3;
	cursor: pointer;
}
.simply-scroll-btn-left {
	left: 6px;
	bottom: 6px;
	background-position: 0 -44px;
}
.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover {
	background-position: 0 -88px;
}
.simply-scroll-btn-right {
	right: 6px;
	bottom: 6px;
	background-position: 84px -44px;
}
.simply-scroll-btn-right.disabled {
	background-position: 84px 0 !important;
}
.simply-scroll-btn-right:hover {
	background-position: 84px -88px;
}
.simply-scroll-btn-up {
	right: 6px;
	top: 6px;
	background-position: -126px -44px;
}
.simply-scroll-btn-up.disabled {
	background-position: -126px 0 !important;
}
.simply-scroll-btn-up:hover {
	background-position: -126px -88px;
}
.simply-scroll-btn-down {
	right: 6px;
	bottom: 6px;
	background-position: -42px -44px;
}
.simply-scroll-btn-down.disabled {
	background-position: -42px 0 !important;
}
.simply-scroll-btn-down:hover {
	background-position: -42px -88px;
}
/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	width: 180px;
	height: 80px;
	margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
	width: 180px;
	height: 170px;
}
.simply-scroll .simply-scroll-list {
}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: 180px;
	height: 70px;
}
.simply-scroll .simply-scroll-list li img {
}
.simply-scroll .simply-scroll-btn {
}
.simply-scroll .simply-scroll-btn-left {
}
.simply-scroll .simply-scroll-btn-left.disabled {
}
.simply-scroll .simply-scroll-btn-left:hover {
}
.simply-scroll .simply-scroll-btn-right {
}
.simply-scroll .simply-scroll-btn-right.disabled {
}
.simply-scroll .simply-scroll-btn-right:hover {
}
.simply-scroll .simply-scroll-btn-up {
}
.simply-scroll .simply-scroll-btn-up.disabled {
}
.simply-scroll .simply-scroll-btn-up:hover {
}
.simply-scroll .simply-scroll-btn-down {
}
.simply-scroll .simply-scroll-btn-down.disabled {
}
.simply-scroll .simply-scroll-btn-down:hover {
}
/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width: 150px;
	height: 50px;
	margin-bottom: 1.5em;
}
.vert .simply-scroll-clip {
	width: 150px;
	height: 450px;
}
.vert .simply-scroll-list {
}
.vert .simply-scroll-list li {
	height:auto;
	padding-bottom:20px;
	width:150px;
}
.vert .simply-scroll-list li img {
}
.vert .simply-scroll-btn {
}
.vert .simply-scroll-btn-up { /* modified btn pos */
	right: 0;
	top: 0;
}
.vert .simply-scroll-btn-up.disabled {
}
.vert .simply-scroll-btn-up:hover {
}
.vert .simply-scroll-btn-down { /* modified btn pos */
	right: 0;
	top: 52px;/*this controls the left hand side of the navigation*/
}
.vert .simply-scroll-btn-down.disabled {
}
.vert .simply-scroll-btn-down:hover {
}
/* NOTE left-right classes wouldn't be needed on vertical scroller */


/*THIS IS THE MENU*/
	
#menu {
	width: 180px;
	/* set width of menu */
	background: #fff;
	margin-left:5px;
	text-transform:uppercase;
}
#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:left;
	font-size:1em;
}
#menu ul ul li a {
	padding-left: 1.3em;
	color: #4D70A8;
}
/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font-weight:bold;
	display: block;
	margin: 0;
	padding: 2px 3px;
	border-bottom:dotted 1px #1A4071;
	margin-bottom:5px;
}
#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}
#menu a {
	color: #1A4071;
	text-decoration: none;
	font-weight:normal;
	height:16px;
}
#menu a:hover {
	color: #999;
}
#menu a.currentPage {
	color:#fff;
	background:#356895;
	border-bottom:none;
}

ul.homepagelist {list-style:disc;}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
