html {
	overflow-y: scroll;
}

body {
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #032747;
	background-repeat: repeat;
	background-position: 50%;
	background-image: url(../images/interface/background-blue.gif);
}

.clear {
	clear: both;
	display: block;
}

#container {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#banner {
	width: 800px;
	height: 122px;
	background-image: url(../images/interface/header.jpg);
	padding: 0;
	margin: 0px;
}

#visual {
	height: 200px;
	background-color: #FFFFFF;
	display: block;
	margin-right: 45px;
	text-align: right;
}

#left {
	width: 150px;
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 5px;
}

#content {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	width: 780px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #999999;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 10px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004382;
	font-weight: bold;
	margin: 0px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004382;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
}
#footer {
	margin: 0px auto;
	position: relative;
	background-color: #084A84;
	width: 800px;
	padding: 5px 0;
	clear: both;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
}

#footer h6 {
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}

#footer h6 a:visited, #footer h2 a:link {
	color: #FABC4B;
	text-decoration: none;
	border-bottom: 1px dotted #D3D8C4;
}

#footer h6 a:hover {
	color: #F7F7F6;
	text-decoration: none;
	border-bottom: none;
	background-color: #A5003B;
}

.body {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #094B88;
	margin-bottom: 10px;
}
.body a{
	color: #06213C;
}
.body a:hover{
	color: #FBAD17;
}

.imageright {
	float: right;
	padding: 4px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

/* ----------Menu--------*/

#menu {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/interface/button-bkgrd.gif);
	background-repeat: repeat-x;
	line-height: 18px;
	display: block;
	text-align: center;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	text-align: left;
	height: 20px;
	background-image: url(../images/interface/button-divide.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	padding-right: 10px;
}
#image {
	cursor: default;
}
#menu a:hover{
	color: #FDB316;
	text-decoration: none;
	display: block;
}

/* --- navigation-sub --- */

#nav-sub-container {
	display: block;
	list-style-type: none;
	background-color: #FFF;
}

#nav-sub-container a {

}

#nav-sub-container a:link, #nav-sub-container a:visited {
	display: block;
	color: #094B88;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACC1D7;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#nav-sub-container a:hover {
	display: block;
	color: #06213C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06213C;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#nav-sub-container a#current {
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
	text-decoration: none;
	cursor: default;
}

/* --- favorite links--- */

#favlinks {
	width: 163px;
	padding-left: 15px;
	margin-top: 10px;
}

#favlinks h2 {
	font: normal 16px Georgia, Times New Roman, Times, serif;
	color: #5C604D;	
	margin: 0 0 10px 0;
	padding: 0;
}

#favlinks ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
}

ul.extlinks li {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.extlinks a:link {
 	color: #A5003B;
 	text-decoration: none;
 	border-bottom: 1px dotted #A5003B;
}

.extlinks a:visited {
 	color: #6F2D47;
 	text-decoration: none;
 	border-bottom: 1px dotted #959E79;
}

.extlinks a:hover {
	background-color: #C3C9B1;
	color: #A5003B;
	text-decoration: none;
	border-bottom: 1px solid #A5003B;
}




#content-Area {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.awards_year {
	color: #094B88;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
.imagefloatleft {
	padding: 6px;
	float: left;
}
.image_standard {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.image_gallery {

	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.gallery-link {
	color: #094B88;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.gallery-link a{
	color: #06213C;
	text-decoration: none;
}
.gallery-link a:hover{
	color: #FBAD17;
	text-decoration: none;
}

/* Grey Box *********************************************************/

div.box-grey-home {
	margin: 0;
	text-align: left;
	background-color: transparent;
	background-image: url(../images/interface/submenu-box/bg_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding-top: 4px;
	padding-bottom: 12px;
}

div.box-grey-home .top-left {
	color: #000;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/interface/submenu-box/top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.box-grey-home .top-right-grey {
	margin: 0;
	padding: 5px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	background-color: transparent;
	background-image: url(../images/interface/submenu-box/top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.box-grey-home .bottom-left {
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/interface/submenu-box/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.box-grey-home .bottom-right {
	margin: 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	background-color: transparent;
	background-image: url(../images/interface/submenu-box/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.formfeild {
	border: 1px solid #094B88;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.body2 {
	color: #094B88;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
/************ sectionLinks styles **************/

#sectionLinks{
	white-space: normal;
	list-style-type: none;
	border: 1px none #027CD1;
	color: #06213C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	text-decoration: none;
	border: 1px solid #06213C;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #06213C;
	margin: 0px;
	padding: 1px;
}
.body2bold {
	color: #094B88;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.bodysmall {

	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #094B88;
	margin-bottom: 10px;
}
.form-button {
	color: #094B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	display: block;
	border: 1px solid #06213C;
	padding: 0px;
}
.menu_centre {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#main {
	display: block;
	float: left;
	height: 400px;
}

	/* CSS for the box starts here */
	.box {
	padding:0 12px 0 0;
	background-color: #fff;
	background-image: url(../images/border-box/borders.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
	}
	.bi {
	padding:0 0 0 12px;
	background-color: #fff;
	background-image: url(../images/border-box/border.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	}
	.bt {
	height:17px;
	margin:0 -12px;
	background-image: url(../images/border-box/box.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	}
	.bt div {
	width:18px;
	height:17px;
	background-image: url(../images/border-box/box.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	.bb {
	height:17px;
	margin:0 -12px;
	background-image: url(../images/border-box/box.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	}
	.bb div {
	width:18px;
	height:17px;
	background-image: url(../images/border-box/box.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	}
	.box h1 {
	margin:0;
	padding:0.3em 10px;
	font:bold 11px/1 Arial, Helvetica, sans-serif;
	background-color: #F8EEF9;
	}
	.box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#fff;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}
.bodysidemenu {
	color: #094B88;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-weight: bold;
	line-height: 12px;
}
.bodygreysmall {
	color: #999;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

	/* CSS for the slide show starts here */
	
#slideshow {
	position:relative;
	height:275px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.staff-align {
	display: block;
	padding-top: 12px;
}
.body_link {
	color: #094B88;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
.body_link2 {
	color: #094B88;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
.box2 {
	background-color: #fff;
	background-image: url(../images/border-box/borders.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 16px;
}
.telephone {
	margin-top: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
}

