/* GENERAL CSS */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #999999;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #030c75
}
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited {
	color: #ffffff;	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #0099CC;
}
A.CommandButton:hover {
	color: #ffffff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #006699;
}
TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}
TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
SMALL   {
    font-size:  8px;
}
BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}
UL LI   {
    list-style-type: square ;
}
UL LI LI    {
    list-style-type: disc;
}
UL LI LI LI {
    list-style-type: circle;
}
OL LI   {
    list-style-type: decimal;
}
OL OL LI    {
    list-style-type: lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* HWS CSS */
.SkinObject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}
a:link, a:visited, a:active  {
    text-decoration: underline;
    color: #af0000;
}
a:hover {
	color: #af0000;
	text-decoration: none;
}
.SelectedTab {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.SelectedTab a, .SelectedTab a:link, .SelectedTab a:active, .SelectedTab a:visited, .SelectedTab a:hover {
	color:#FFF;
	text-decoration: none;
}
.OtherTabs {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
a.OtherTabs:link, a.OtherTabs:active, a.OtherTabs:visited {
	color:#FFF;
	text-decoration: none;
}
a.OtherTabs:hover {
	color:#FFF;
    text-decoration: underline;
}
.LeftMenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f2f1ef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e3df;
	border-bottom-color: #FFF;
	color: #81725e;
	height: 24px;
}
.LeftMenuItem a, .LeftMenuItem a:visited, .LeftMenuItem a:link {
	color: #81725e;
	text-decoration: none;
	background-image: url(images/content/leftNavArrow.gif);
	background-repeat: no-repeat;
	background-position: 195px center;
	display: block;
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.LeftMenuItem a:hover {
	text-decoration: none;
	color: #af0000;
}
.LeftMenuItem img {
	border: 0px;
	margin-right: 13px;
	margin-left: 14px;
	margin-top: 8px;
	background-image: url(images/icons/leftNavigationIcon.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
.LeftMenuItemOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e3df;
	border-bottom-color: #FFF;
	color: #81725e;
	height: 24px;
}
.LeftMenuItemOver a, .LeftMenuItemOver a:visited, .LeftMenuItemOver a:link {
	color: #81725e;
	text-decoration: none;
	background-image: url(images/content/leftNavArrow.gif);
	background-repeat: no-repeat;
	background-position: 195px center;
	display: block;
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.LeftMenuItemOver a:hover {
	text-decoration: none;
	color: #af0000;
}
.LeftMenuItemOver img {
	border: 0px;
	margin-right: 13px;
	margin-left: 14px;
	margin-top: 8px;
	background-image: url(images/icons/leftNavigationIconOver.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
.RightMenuItem {
	color: #030c75;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 7px;
	background-image: url(images/content/rightmenuItemsSeparator.jpg);
	background-position: bottom;
	text-align: left;
	background-repeat: no-repeat;
	width: 100%;
}
.RightMenuItem a, .RightMenuItem a:visited, .RightMenuItem a:link {
	text-decoration: none;
	color: #030c75;
}
.RightMenuItem a:hover {
	text-decoration: none;
	color: #666;
}
.RightMenuItem img {
	border: 0px;
	margin-right: 6px;
}
.BottomMenuItem {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.BottomMenuItem a, .BottomMenuItem a:visited, .BottomMenuItem a:link {
	color: #FFF;
	text-decoration: none;
}
.BottomMenuItem a:hover {
	text-decoration: underline;
}
body {
	background-color: #e1e1e1;
	padding: 0px;
	margin: 0px;
}
p, .Normal, table, td {
	color: #81725e;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
}
p.highlight,
span.highlight {
	color: #af0000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0px;
}
.imgNoborder {
	border: 0;
}
img#pointer {
	cursor: pointer;
}
#wrapper {
	width: 964px;
}
#wrapper #lefthigh {
	height: auto;
	width: 20px;
	background-image: url(images/wrapper/wrapper_lh.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper #righthigh {
	height: auto;
	width: 20px;
	background-image: url(images/wrapper/wrapper_rh.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#wrapper #bottom {
	height: 20px;
	width: auto;
	background-image: url(images/wrapper/wrapper_b.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper #bottom #left {
	float: left;
	width: 50%;
	height: 20px;
	background-image: url(images/wrapper/wrapper_ll.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#wrapper #bottom #right {
	float: right;
	width: 50%;
	height: 20px;
	background-image: url(images/wrapper/wrapper_rl.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#wrapper #bottomItems {
	padding-right: 19px;
	padding-left: 20px;
	height: 12px;
}
#wrapper #bottomItems .BottomNavigationPane {
	text-align: left;
	float: left;
	width: 60%;
}
#wrapper #bottomItems .copyright {
	text-align: right;
	float: right;
	width: 40%;
}
#enclose {
	background-color: #FFF;
	width: 884px;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 31px;
	padding-bottom: 20px;
	height: auto;
}
#enclose #header {
	z-index: 1;
	width: 884px;
	height: 213px;
	background-color: #af0000;
}
#enclose #headerBack {
	height: 198px;
	width: 868px;
	z-index: 2;
	position: absolute;
	margin-top: -205px;
	margin-left: 8px;
	background-image: url(images/headerBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#enclose #logo {
	height: 195px;
	width: 236px;
	z-index: 3;
	position: absolute;
	margin-top: -244px;
	margin-left: 219px;
	margin-right: 429px;
}
#enclose #logo img {
	height: 195px;
	width: 236px;
}
#enclose #shortcuts {
	height: 31px;
	width: 196px;
	z-index: 3;
	position: absolute;
	margin-top: -244px;
	margin-left: 24px;
	padding-bottom: 8px;
	padding-top: 7px;
}
#enclose #shortcuts img {
	margin-right: 24px;
}
#enclose #phonenos {
	height: 31px;
	width: 406px;
	z-index: 3;
	position: absolute;
	margin-top: -244px;
	margin-left: 455px;
	padding-bottom: 8px;
	padding-top: 7px;
	text-align: right;
}
#enclose #phonenos img {
	margin-left: 24px;
}
#enclose .leftImage {
	height: 131px;
	width: 182px;
	z-index: 3;
	position: absolute;
	margin-top: -190px;
	margin-left: 23px;
	background-color: #FFF;
}
#enclose .rightImage {
	height: 131px;
	width: 392px;
	z-index: 3;
	position: absolute;
	margin-top: -190px;
	margin-left: 469px;
	background-color: #FFF;
}
#enclose #date {
	height: 28px;
	width: 201px;
	z-index: 4;
	position: absolute;
	margin-left: 8px;
	margin-top: -36px;
	background-image: url(images/navigation/navigationBack.jpg);
	background-repeat: repeat-x;
}
#enclose #navigation {
	height: 28px;
	width: 647px;
	z-index: 4;
	position: absolute;
	margin-left: 229px;
	margin-top: -36px;
	background-image: url(images/navigation/navigationBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#enclose #footer {
	background-color: #af0000;
	width: 884px;
	height: 25px;
	margin-top: 20px;
	clear: both;
}
#enclose #footer .copyright {
	width: 40%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-left: 7px;
}
#enclose #footer .BottomNavigationPane {
	width: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	padding-right: 7px;
}
#structure {
	width: 884px;
	padding-top: 20px;
}
#structure #LeftPanel {
	float: left;
	width: 209px;
	margin-right: 20px;
}
#structure #LeftPanel .QuickNavPane {
	margin-bottom: 20px;
}
#structure #LeftPanel .LeftNavigationPane {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #857663;
	margin-bottom: 20px;
}
#structure #LeftPanel .LeftImagePane {
	width: 209px;
	margin-top: 20px;
}
#structure #CentrePanelBorder {
	width: 501px;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: -20px;
	margin-left: -20px;
	background-image: url(images/general/centrepanel-back.jpg);
	background-repeat: no-repeat;
	float: left;
}
#structure #CentrePanel {
	width: 481px;
	float: left;
}
#structure #CentrePanel #pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	height: 22px;
	width: 481px;
	padding-left: 8px;
	padding-top: 11px;
	padding-right: 8px;
	background-image: url(images/content/titleBack.jpg);
	background-repeat: no-repeat;
}
#structure #CentrePanel #pageTitle a, #structure #CentrePanel #pageTitle a:visited, #structure #CentrePanel #pageTitle a:link, #structure #CentrePanel #pageTitle a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 0px;
}
#structure #CentrePanel #map {
	margin-top: -11px;
	margin-bottom: -3px;
	width: 481px;
}
#structure #CentrePanel .ContentPane {
	width: 631px;
	margin-left: 12px;
	margin-right: 12px;
}
#structure #CentrePanel .3PanelBannerPane {
	padding-top: 1px;
}
#structure #CentrePanel .3PanelContentPane {
	width: 457px;
	margin-left: 12px;
	margin-right: 12px;
}
#structure #CentrePanel .3PanelShortcutPane {
	width: 481px;
	margin-top: 12px;
}
#structure #CentrePanel .ContactTitlePane {
	width: 473px;
	height: 39px;
	margin-top: 12px;
}
#structure #CentrePanel #ContactFormPane {
	width: 473px;
	height: 422px;
	margin-top: 5px;
	margin-left: 8px;
	background-color: #eceae7;
	background-image: url(images/content/cf_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#structure #CentrePanel .ContactFormPane {
	padding-top: 7px;
	padding-left: 21px;
	padding-right: 21px;
	padding-bottom: 7px;
	vertical-align: top;
}
#structure #CentrePanel .ContactFormBottom {
	width: 473px;
	height: 3px;
	background-image: url(images/content/cf_bottom.jpg);
	background-repeat: no-repeat;
	margin-left: 8px;
}
#structure .leftContentPane {
	height: 173px;
	margin-bottom: 20px;
}
#structure #RightPanel {
	float: left;
	width: 154px;
}
#structure #TwoPanelRightPanel {
	width: 655px;
	float: left;
}
#structure #TwoPanelRightPanel #pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	height: 22px;
	width: 655;
	padding-left: 8px;
	padding-top: 11px;
	padding-right: 8px;
	background-image: url(images/content/titleBack2Panel.jpg);
	background-repeat: no-repeat;
}
#structure #TwoPanelRightPanel #pageTitle a, #structure #TwoPanelRightPanel #pageTitle a:visited, #structure #TwoPanelRightPanel #pageTitle a:link, #structure #TwoPanelRightPanel #pageTitle a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 0px;
}
#structure #dnn {
	float: left;
	width: 884px;
}
#structure #dnn .DnnContentPane {
	width: 860px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 12px;
}
#structure #dnn #pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	height: 22px;
	width: 884;
	padding-left: 8px;
	padding-top: 11px;
	padding-right: 8px;
	background-image: url(images/content/titleBackDnn.jpg);
	background-repeat: no-repeat;
}
#structure #dnn #pageTitle a, #structure #dnn #pageTitle a:visited, #structure #dnn #pageTitle a:link, #structure #dnn #pageTitle a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 0px;
}
#pageTitleB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	height: 22px;
	width: 655;
	padding-left: 8px;
	padding-top: 11px;
	padding-right: 8px;
	background-image: url(images/content/titleBack2Panel.jpg);
	background-repeat: no-repeat;
}
#pageTitleB a, #pageTitleB a:visited, #pageTitleB a:link, #pageTitleB a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 0px;
}
#ie {
	display: none;
}
#comingsoon {
	padding-top: 2px;
	padding-bottom: 2px;
}
.clear {
	clear: both;
}
