/* Font substitution details */
@font-face {
	font-family: Houschka-Medium;
	font-style:  normal;
	font-weight: normal;
	src: url(HOUSCHK1.eot);
}
@font-face {
	font-family: Houschka-Medium;
	font-style:  normal;
	font-weight: 700;
	src: url(/HOUSCHK0.eot);
}

/* ------------------------------------------------------------------------- */
/* General Styling */
body {	
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 40px 0px;
	font-size : 0.7em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	background-color : #003166;
	color : #000000;
}

/* Hidden elements */
.hidden {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
.hiddendivider {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	width : 100%;
	clear : both;
	border : 0px none;
	color : transparent;
}

a,
a:link,
a:active,
a:visited {
	color : #FF6633;
	font-weight : bold;
}
a:hover {
	text-decoration : none;
}
fieldset {
	border : 0px none;
}

/* --------------------------------------------------------- */
/* Skip Links Menu */
#skiplinks {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
/* Skip Links "Top" link style */
.topanchor {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}

/* --------------------------------------------------------- */
/* General Layout */
#main {
	margin : 0px auto 0px auto;
	padding : 0px 0px 0px 0px;
	width : 750px;
	text-align : left;
	position : relative;
	top : 10px;
	background-color : #E6E6E6;
	color : #000000;
}
#mainfloatindex {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	position : relative;
	background-image : url(../images/bg_contentpage_content.jpg);
	background-position : 0px 90px;
	background-repeat : no-repeat;
}
#mainfloatcontent {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	position : relative;
	background-image : url(../images/bg_contentpage_content.jpg);
	background-position : top right;
	background-repeat : no-repeat;
}

/* --------------------------------------------------------- */
/* Site Title area (Top Bar) */
#mainheading {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 100%;
	height : 70px;
	background-image : url(../images/BG_header.jpg);
	position : relative;
}
#mainheading h1 {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 300px;
	height : 60px;
	background-image : url(../images/bg_TopLogo.gif);
	background-repeat : no-repeat;
	position : relative;
	left : 10px;
	top : 6px;
	z-index : 100;
}
#mhextra {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 100%;
	position : absolute;
	left : 0px;
	top : 70px;
	background-color : #014A99;
	border-top : 3px solid #003166;
	height : 20px;
	background-image : url(../images/menu_bg_home.jpg);
	background-repeat : repeat-x;
}

/* --------------------------------------------------------- */
/* HOMEPAGE - Middle Section Envelope (Content) */
#contentarea {
	margin : 20px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	position : relative;
}
#contentwhole {
	margin : 0px 0px 0px 0px;
	padding : 10px 0px 0px 0px;
	width : 100%;
	position : relative;
}
#contentarea #contentwhole {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 100%;
	position : relative;
}
/* --------------------------------------------------------- */
/* CONTENT PAGE - Middle Section Envelope (Content) */
#contentareacontent {
	margin : 20px 0px 0px 0px;
	padding : 10px 10px 30px 10px;
	position : relative;
	float : left;
	width : 70%;
}
/* --------------------------------------------------------- */
/* CONTENT PAGE (NO NAV) - Middle Section Envelope (Content) */
#contentareacontentnonav {
	margin : 0px 0px 0px 0px;
	padding : 55px 10px 100px 10px;
	position : relative;
}
/* --------------------------------------------------------- */
/* Navigation Area */
#navigationarea {
	margin : 20px 0px 0px 0px;
	padding : 10px 0px 0px 0px;
	float : right;
	width : 26%;
}

/* ----------------------------------------------------- */
/* Text size Box */
#textsizemenu {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}

/* ################################# */
/* Bottom row separator - invisible */
#bottomspare {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
/* --------------------------------------------------------- */
/* Bottom Envelope Layout */
#bottomarea {
	margin : 0px 0px 0px 0px;
	padding : 10px 0px 10px 0px;
	width : 100%;
	clear : both;
	position : relative;
	background-color : #004A99;
	background-image : url(../images/contentArea_bottomLeftBlue.gif);
	background-position : left bottom;
	background-repeat : no-repeat;
}
#bottomareaspare {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	position : absolute;
	right : 0px;
	bottom : 0px;
	height : 10px;
	width : 10px;
	background-image : url(../images/contentArea_bottomRightBlue.gif);
	background-position : right bottom;
	background-repeat : no-repeat;
}

/* --------------------------------------------------------- */
/* Copyright Layout */
#copyright {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-size : 0.8em;
	text-align : right;
	color : #FFFFFF;
	/*float : right;*/
}
#copyright p {
	margin : 0px 0px 0px 0px;
	padding : 0px 10px 0px 0px;	
}
#copyright a {
	background-color : #003166;
	text-decoration : none;
}

/* ################################# */
/* --------------------------------------------------------- */
/* Search Box Layout */
#searchbox {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
/* ################################# */
/* Main Site Links Navigation menu */

/* ----------------------------------------------------- */
/* tabbed main site links */
#mainsitelinks {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	float: left; 
	width: 100%; 
	line-height: normal;
	position : relative;
}
#mainfloatindex #mainsitelinks {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	position : absolute;
	left : 0px;
	top : 73px;
	width : 100%;
	height : 20px;
	background-image : url(../images/menu_bg_home.jpg);
	background-repeat : repeat-x;
}
/* site links heading */
#mainsitelinks h3 {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
	width : 0px;
	height : 0px;
}
#mainsitelinks ul {
	margin : 55px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
}
#mainfloatindex #mainsitelinks ul {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	text-align : center;
}
#mainsitelinks li {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
}
#mainfloatindex #mainsitelinks li {
	margin : 0px 0px 0px 0px;
	padding : 2px 0px 0px 0px;
	display: inline; 
	list-style-type : none;
	float : left;
}
/* Level 1 links */
#mainsitelinks a,
#mainsitelinks a:link,
#mainsitelinks a:visited,
#mainsitelinks a:active {
	margin : 0px 0px 1px 0px;
	padding : 2px 0px 2px 0px;
	background-color : #014A99;
	width : 100%;
	display : block;
	text-decoration : none;
	color : #FFFFFF;
	font-weight : normal;
}
#mainfloatindex #mainsitelinks a,
#mainfloatindex #mainsitelinks a:link,
#mainfloatindex #mainsitelinks a:visited,
#mainfloatindex #mainsitelinks a:active {
	margin : 0px 0px 0px 0px;
	padding : 0px 15px 0px 1px;
	display : block;
	font-family: Houschka-Medium, Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	text-decoration : none;
	color : #FFFFFF;
	background-color : transparent;
	font-weight : normal;
}
#mainsitelinks li span {
	margin : 0px 0px 0px 0px;
	padding : 5px 5px 5px 5px;
}
#mainfloatindex #mainsitelinks li span {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#mainsitelinks a:hover { 
	background-color : transparent;
	color : #003166;
}
#mainfloatindex #mainsitelinks a:hover { 
	background-color : transparent;
	color : #FF6633;
}

#mainsitelinks .current { 
	margin : 0px 0px 1px 0px;
	padding : 2px 0px 2px 0px;
	background-color : #014A99;
	width : 100%;
	display : block;
	font-weight : bold;
	color : #FFFFFF;
} 
#mainfloatindex #mainsitelinks .current { 
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
	background-color : #014A99;
} 

#mainsitelinks ul li ul .current,
#mainsitelinks ul li ul .parent {
	margin : 0px 0px 0px 0px;
	padding : 1px 10px 1px 5px;
	width : auto;
	color : #FFFFFF;
	font-weight : bold;
	background-image : none;
	background-image : url(../images/bullet_lightBlue.gif);
	background-position : left 5px;
	background-repeat : no-repeat;
	background-color : #014A99;
}
#mainsitelinks ul li ul .current span,
#mainsitelinks ul li ul .parent span {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#mainsitelinks ul li ul {
	margin : 0px 0px 0px 0px;
	padding : 2px 0px 3px 0px;
	list-style-type : none;
	/*width : 97.3%;*/
	width : 100%;
	font-size : 0.9em;
	z-index : 110;
	background-color : #014A99;
	position : relative;
	top : -1px;
}
#mainsitelinks ul li ul li {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	width : auto;
	text-indent : 10px;
}
#mainsitelinks ul li ul a,
#mainsitelinks ul li ul a:link,
#mainsitelinks ul li ul a:visited,
#mainsitelinks ul li ul a:active {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : normal;
	border-bottom : 0px none;
	text-decoration : none;
	color : #E6E6EE;
	background-color : transparent;
}
#mainsitelinks ul li ul a:hover { 
	text-decoration : underline;
	background-color : transparent;
} 
#mainsitelinks .current ul li a span { 
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 1px;
	background-image : none;
} 

/* ################################# */
/* HOMEPAGE STYLING */

/* Homepage - Heading */
#mainfloatindex #pageheading {
	margin : 0px 5px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#mainfloatindex #pageheading h2 {
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 10px 0px;
	width : 310px;
	height : 47px;
	background-image : url(../images/bg_home_title.jpg);
	background-repeat : none;
	background-position : left top;
}
#mainfloatindex #pageheading h2 span {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
/* HOMEPAGE - Main text */
#homewords {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 310px;
	height : 298px;
	position : relative;
	top : -10px;
	float : left;
	background-image : url(../images/bg_home_content.jpg);
}
#homewords p {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
#homeimage {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 440px;
	height : 345px;
	float : right;
	display : block;
	position : absolute;
	top : -57px;
	right : 0px;
	background-image : url(../images/bg_home_diagram.jpg);
	background-repeat : none;
}

/* --------------------------------------------------------- */
/* CONTENT PAGE - Page heading */
#contentareacontent #pageheading,
#contentareacontentnonav #pageheading {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#contentareacontent #pageheading h2,
#contentareacontentnonav #pageheading h2 {
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 10px 0px;
	font-family: Houschka-Medium, Verdana, Arial, Helvetica, sans-serif;
	color : #004A99;
	font-size : 3em;
	font-weight : bold;
	border-bottom : 1px solid #003166;
}
#contentareacontent #pageheading h2 span,
#contentareacontentnonav #pageheading h2 span {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

/* --------------------------------------------------------- */
/* Navstring  Layout */
#navstring {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 20px 0px;
	position : relative;
	top : -5px;
}
#navstring h3 {
	margin : 1px 10px 0px 0px;
	padding : 0px 0px 0px 0px;
	float : left;
	font-size : 0.9em;
	color : #004A99;
}
#navstring h3 span {
	
}
#navstring ul {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
}
#navstring li {
	margin : 0px 0px 0px 0px;
	padding : 0px 5px 0px 0px;
	list-style-type : none;
	display : inline;
	font-size: 0.9em;
	
	background-image : url(../images/bullet_orangeShadow.jpg);
	background-repeat : no-repeat;
	background-position : left 2px;
}
#navstring li a,
#navstring li a:link,
#navstring li a:visited,
#navstring li a:active {
	margin : 0px 0px 1px 0px;
	padding : 2px 2px 2px 11px;
	text-decoration : none;
	color : #004A99;
	font-weight : bold;
}
#navstring li a:hover {
	text-decoration : underline;
}
#navstring .nslast {
	margin : 0px 0px 1px 0px;
	padding : 2px 2px 2px 11px;
	color : #004A99;
	background-position : left 4px;
}

/* Hidden divs  */
#accbadges {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}


/* ################################# */
/* CONTENT STYLING */
#contentbody {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align : justify;
}
/* Content Area Styling */
#contentbody p {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 5px 0px;
	color : #333333;
	line-height : 1.3em;
}
#contentbody strong {
	
}
#contentbody a,
#contentbody a:link,
#contentbody a:visited,
#contentbody a:active {
	text-decoration : underline;
	color : #004A99;
	font-weight : bold;
}
#contentbody a:hover {
	text-decoration : none;
	font-weight : bold;
}
#contentbody h1,
#contentbody h2,
#contentbody h3 {
	margin : 0px 0px 5px 0px;
	padding : 10px 0px 5px 0px;
	font-weight : normal;
	color : #004A99;
	font-size : 2em;
	border-bottom : 1px solid #004A99;
}
#contentbody h4 {
	margin : 0px 0px 5px 0px;
	padding : 10px 0px 5px 0px;
	font-weight : normal;
	color : #004A99;
	font-size : 1.7em;
	border-bottom : 1px solid #004A99;
}
#contentbody h5 {
	margin : 0px 0px 5px 0px;
	padding : 10px 0px 5px 0px;
	font-weight : normal;
	color : #004A99;
	font-size : 1.4em;
	border-bottom : 1px solid #004A99;
}
#contentbody h6 {
	margin : 0px 0px 5px 0px;
	padding : 10px 0px 5px 0px;
	font-weight : normal;
	color : #004A99;
	font-size : 1.2em;
	border-bottom : 1px solid #004A99;
}
#contentbody hr {
	margin : 10px 0px 20px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px none;
	border-bottom : 1px solid #004A99;
	color : #0087B5;
}
#contentbody ul {
	margin : 0px 0px 5px 0px;
	padding : 10px 0px 5px 0px;
	list-style-position : inside;
	list-style-type : square;
}
#contentbody ol {
	margin : 0px 0px 5px 0px;
	padding : 10px 0px 5px 0px;
	list-style-position : inside;
}
#contentbody li {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
#contentbody dl {
	margin : 0px 0px 5px 0px;
	padding : 10px 0px 5px 0px;
}
#contentbody dt {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-weight : bold;
	color : #014A99;
}
#contentbody dd {
	margin : 0px 0px 5px 20px;
	padding : 0px 0px 0px 0px;
	font-style : italic;
}
#contentbody table {
	border : 1px solid #014A99;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	empty-cells : show;
	font-size : 1em;
	text-align : left;
}
#contentbody tr {
	padding : 0.5em;
	margin : 0px 0px 0px 0px;
	text-transform : none;
}
#contentbody th {
	border : 0px none;
	padding : 3px 4px 3px 4px;
	margin : 0px 0px 0px 0px;
	color : #FFFFFF;
	background-color : #003166;
	font-size : 1em;
	font-style : normal;
	text-align : left;
	text-transform : none;
}
#contentbody td {
	border : 1px solid #CCCCCC;
	padding : 3px 4px 3px 4px;
	margin : 0px 0px 0px 0px;
	font-variant : inherit;
	font-style : normal;
	text-decoration : none;
	text-transform : none;
}

/* ################################# */
/* Search Result Page Styling */
#searchpage {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
/* Search Results Styling */
#searchpageform {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
#searchpageform form {
	padding : 4px 4px 4px 4px;
	margin : 0px 0px 0px 0px;
	background-color : #C9D1DF;
	border-top : 2px solid #333366;
}
#searchpageform input {
	
}
#searchpageform .search {
	margin : 0px 0px 0px 0px;
	border : 1px solid #FFFFFF;
}
#searchpageform .formbutton {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	border : 1px solid #FFFFFF;
	background-color : #C9D1DF;
	color : #333366;
	font-size : 1.1em;
	font-weight : bold;
	position : relative;
	left : -5px;
}
/* Search Results Styling */
#searchpageresult {
	padding : 0px 4px 0px 4px;
	margin : 10px 0px 0px 0px;
}
.searchresult {
	padding : 0px 0px 10px 0px;
	margin : 10px 0px 0px 0px;
	border-bottom : 1px dotted #C9D1DF;
}
.searchresult a {
	line-height : 1.5em;
}

/* ################################# */
/* CONTENT TYPES */
#contenttype {
	padding : 0px 4px 0px 4px;
	margin : 0px 0px 0px 0px;
}
#contenttype h3 {
	margin-left : 0px;
}
#contenttype table {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	border : 0px solid;
}
#contenttype tr {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	border : 0px solid;
}
#contenttype td {
	padding : 0px 0px 5px 0px;
	margin : 0px 0px 0px 0px;
	border : 0px solid;
	vertical-align : top;
}
#contenttype .legend {
	padding : 0px 10px 0px 0px;
	margin : 0px 0px 0px 0px;
	font-weight : bold;
	color : #666699;
}
#contenttype .line {
	color : #FFFFFF;
	padding : 0px 0px 10px 0px;
	margin : 2px 0px 2px 0px;
	border : 0px none;
	border-bottom : 1px dotted #E8E8F0;
	width : 100%;
}
#contenttype br {
	line-height : 15px;
}
#contenttype img {
	padding : 0px 0px 0px 10px;
	margin : 0px 0px 0px 0px;
}
/* News Story Content Type */
#contenttype .newsattachmentlist {
	padding : 0px 0px 0px 8px;
	margin : 0px 0px 0px 7px;
}
#contenttype .newsattachmentlist li {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	font-style : italic;
}
/* News Room Styling */
#newsroomlist {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
#newsroomlist h4 {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 3px 0px;
	background-color : #FF6633;
	width : 100%;
	font-size : 1.5em;
}
#newsroomlist h4 span {
	padding : 0px 4px 0px 4px;
	margin : 0px 0px 0px 0px;
}
#newsroomlist h4 a,
#newsroomlist h4 a:link,
#newsroomlist h4 a:visited,
#newsroomlist h4 a:active {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : none;
}
#newsroomlist h4 a:hover {
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : none;
}
#newsroomlist .date {
	padding : 0px 0px 4px 0px;
	margin : 0px 0px 0px 0px;
	font-style : italic;
	font-size : 0.8em;
}
#newsroomlist .storylink {
	padding : 3px 0px 5px 0px;
	margin : 5px 0px 10px 0px;
	width : 100%;
	text-align : right;
	color : #666699;
	border-bottom : 1px dotted #E8E8F0;
	font-size : 0.9em;
}
#newsroomlist hr {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
/* Form Styling */
#contenttypeform {
	padding : 0px 4px 0px 4px;
	margin : 0px 0px 0px 0px;
}
#contenttypeform table {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 100%;
}
#contenttypeform td {
	padding : 3px 3px 3px 3px;
	margin : 0px 0px 0px 0px;
	background-color : #FFFFFF;
	border : 0px none;
	width : 50%;
	vertical-align : top;
}
#contenttypeform .onlineform {
	border : 1px solid #E8E8F0;
	font-size : 1em;
	width : 99%;
}
#contenttypeform .formbutton {
	padding : 0px 0px 0px 0px;
	margin : 0px 5px 0px 0px;
	font-size : 1em;
	font-weight : normal;
	background-color : #003166;
	color : #FFFFFF;
	border : 0px none;
	font-size : 1em;
}
/* Photo Album Styling */
#contenttypephotoalbum {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	text-align : center;
}
#contenttypephotoalbum table {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
#contenttypephotoalbum table td span {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	font-size : 0.8em;
}
/* Calendar */
#calendar {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	text-align : center;
	width : 99%;
}
#calendar form {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	text-align : left;
}
#calendar table {
	width : 100%;
	clear : both;
}
#calendar td {
	 width : 14%;
	 border : 1px solid #E8E8F0;
	 height : 50px;
}
#calendar .voidday {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	background-color : #FFFFFF;
	border : 1px solid #FFFFFF;
}
#calendar .weekendday {
	padding : 3px 3px 3px 3px;
	margin : 0px 0px 0px 0px;
	background-color : #E8E8F0;
	border : 1px solid #E8E8F0;
}
#calendar .today {
	padding : 1px 1px 1px 1px;
	margin : 0px 0px 0px 0px;
	background-color : #FFFFFF;
	border : 3px solid #666699;
}
#calendarbuttons {
	padding : 0px 4px 0px 4px;
	margin : 0px 0px 0px 0px;
	float : left;
	position : relative;
	width  : 100%;
}
#calendarbuttons h4 {
	padding : 0px 4px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 20em;
	border-top : 0px none;
	border-bottom : 0px none;
}
#calendarbuttonslayout {
	padding : 0px 7px 0px 7px;
	margin : 0px 0px 0px 0px;
	float : right;
	position : absolute;
	top : 2px;
	right : 0px;
}
#calendarbuttonslayout .buttontextprev {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	font-size : 1.2em;
	font-weight : normal;
	background-color : #003166;
	color : #FFFFFF;
	border : 0px none;
	font-size : 1em;
}
#calendarbuttonslayout .buttontextnext {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 10px;
	font-size : 1.2em;
	font-weight : normal;
	background-color : #003166;
	color : #FFFFFF;
	border : 0px none;
	font-size : 1em;
}
#calendar_content {
	padding : 0px 0px 0px 0px;
	margin : 10px 0px 0px 0px;
	width : 100%;
	clear : both;
}
#calendar_content .date {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	color : #666699;
	font-size : 0.9em;
	font-weight : normal;
}
#calendar_content p {
	padding : 0px 0px 0px 0px;
	margin : 5px 0px 0px 0px;
	font-size : 0.9em;
}


/* --------------------------------------------------------- */
/* Achievement Badges Layout */
#achievementbadges {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}

/* -------------------------------------------------- */
/* Contact Us bar */
#contactusbox {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	height : 50px;
	position : relative;
}
#contactusbox h3 {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 206px;
	height : 23px;
	position : absolute;
	top : 18px;
	left : 20px;
	background-image : url(../images/bg_contact_title.jpg);
}
#contactusbox ul {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	list-style-type : none;
	height : 60px;
}
#contactusbox li {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	list-style-type : none;
}
#contactusbox li span {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	list-style-type : none;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
#contactusbox .contemail {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	list-style-type : none;
	width : 298px;
	height : 21px;
	background-image : url(../images/bg_contact_email_up.jpg);
	position : absolute;
	top : 18px;
	left : 306px;
}
#contactusbox .contemail a {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 298px;
	height : 21px;
	display : block;
}
#contactusbox .contemail a:hover {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 298px;
	height : 21px;
	display : block;
	background-image : url(../images/bg_contact_email_over.jpg);
}
#contactusbox .contphone {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	list-style-type : none;
	width : 239px;
	height : 27px;
	background-image : url(../images/bg_contact_phone.jpg);
	position : absolute;
	top : 18px;
	right : 20px;
}

/* -------------------------------------------------- */
/* Case Study Styling */
#contenttype .testimonial {
	padding : 0px 0px 0px 0px;
	margin : 0px 5px 5px 5px;
	color : #333366;
	font-style : italic;
}
#contenttype .testimonialcontact {
	padding : 0px 0px 0px 0px;
	margin : 0px 5px 5px 5px;
	color : #333366;
	font-style : italic;
	font-weight : bold;
	font-size : 0.8em;
}
#contenttype .text {
	padding : 0px 0px 0px 0px;
	margin : 20px 0px 5px 0px;
}
/* Image box */
#portfolioimages {
	margin : 20px 0px 0px 0px;
	padding : 0px 10px 20px 10px;
	border-top : 1px dotted #E8E8F0;
	border-bottom : 1px dotted #E8E8F0;
}
#portfolioimages h5 {
	margin : 10px 0px 0px 0px;
	padding : 10px 0px 0px 0px;
}
#portfolioimages ul {
	margin : 10px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
}
#portfolioimages li {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	display : inline;
	width : auto;
}
#portfolioimages img,
#portfolioimages image {
	margin : 0px 5px 5px 0px;
	padding : 0px 0px 0px 0px;
	width : auto;
	height : auto;
	border : 1px solid #E8E8F0;
}
/* Video box */
#portfoliovideoclip {
	margin : 20px 0px 0px 0px;
	padding : 0px 10px 20px 10px;
	/*border-top : 1px dotted #E8E8F0;*/
	border-bottom : 1px dotted #E8E8F0;
}
.portfoliovideocliphead {
	margin : 10px 0px 0px 0px;
	padding : 10px 0px 0px 0px;
	position : relative;
	left : 5px;
}
#portfoliovideoclip object {
	margin : 20px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
	border : 1px solid #E8E8F0;
	background-color : #FFFFFF;
}
#portfoliovideoclip embed {
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
	border : 1px solid #E8E8F0;
	background-color : #FFFFFF;
	width : auto;
	height : auto;
}

/* HOME RHS box styling */
#menuboxes {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 100%;
	clear : both;
	background-color : #E8E8F0;
	border-top : 1px solid #003166;
	border-bottom : 1px solid #003166;
	position : relative;
	top : -10px;
}
#registrationformlayout,
#schoolnewsbox,
#schoolseventsbox {
	margin : 12px 0px 10px 12px;
	padding : 0px 0px 0px 0px;
	border-top : 1px solid #003166;
	border-bottom : 1px solid #003166;
	font-size : 0.7em;
	background-color : #FFFDDE;
	width : 31%;
	float : left;
}
#registrationformlayout p {
	margin : 0px 0px 0px 0px;
	padding : 0px 6px 5px 6px;
	font-size : 1.2em;
	text-align : justify;
}
#menuboxes h3 {
	margin : 5px 5px 5px 5px;
	padding : 0px 0px 5px 0px;
	clear : both;
	font-family : Houschka-Medium, Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 2.2em;
	color : #003166;
	border-bottom : 1px solid #003166;
}
#menuboxes ul {
	margin : 0px 5px 0px 5px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
	font-size : 1.2em;
}
#menuboxes li {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type : none;
}
#menuboxes li a {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 3px 13px;
	text-decoration : none;
	background-image : url(../images/bullet_orangeShadow_whiteBG.jpg);
	background-repeat : no-repeat;
	background-position : left 2px;
	display : block;
}
#menuboxes li a:hover {
	text-decoration : underline;
}
#menuboxes .date {
	margin : 0px 0px 0px 0px;
	padding : 2px 5px 2px 5px;
	font-size : 0.7em;
	font-style : italic;
	
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
#menuboxes .desc {
	margin : 0px 0px 0px 0px;
	padding : 0px 5px 10px 5px;
	
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 0px;
	visibility : hidden;
	display : none;
}
#schoolnewsboxlink a,
#schooleventsboxlink a {
	/*
	margin : 0px 0px 0px 0px;
	padding : 2px 5px 2px 5px;
	background-color : #666699;
	color : #E8E8F0;
	display : block;
	text-decoration : none;
	*/
	
	margin : 5px 0px 0px 0px;
	padding : 4px 5px 2px 5px;
	display : block;
	text-decoration : none;
	font-size : 1.1em;
	background-color : #004A99;
	color : #FFFFFF;
}
#schoolnewsboxlink a:hover,
#schooleventsboxlink a:hover {
	text-decoration : underline;
}

/* ----------------------------------------------------- */
/* Useful Links box */
#usefullinksmenu {
	margin : 20px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-color : #E8E8F0;
	border-top : 1px solid #666699;
	border-bottom : 1px solid #666699;
}
#usefullinksmenu h3 {
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 0px 5px;
	font-size : 1.4em;
	border-bottom : 0px none;
}
#usefullinksmenu ul {
	margin : 0px 0px 0px 20px;
	padding : 5px 0px 10px 0px;
}
#usefullinksmenu li {
	padding : 0px 20px 5px 0px;
	font-style : italic;
}
#usefullinksmenu a {
	font-style : normal;
}