* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center; 
  min-width: 940px;
  font: 12px Arial, Helvetica, Verdana, sans-serif;
  margin-bottom:10px;
  color: #182b4a;
  background-image:url(../images/bodybg.gif); background-position:top; background-repeat:repeat-x; background-color:#cfe1ed;
}

p { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #182b4a; }
h1, .Heading { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 22px; font-weight: bold; color: #0f75bc; margin-bottom:12px; }
h2 { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 18px; font-weight: normal; color: #182b4a; margin-bottom:12px; }
h3 { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #182b4a; }
h4 { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 13px; font-weight: bold; color: #182b4a; }
h5 { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #182b4a; }
h5 a { text-decoration:none; }
ol { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #182b4a; margin:0 0 10px 30px;}
ul { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #182b4a; list-style-type: square; margin:0 0 10px 30px; }
hr { color:#9AC1E1; height:1px; margin:0 0 10px 0;}
.small { font-size:11px; }

.profileImg { float:right; margin:0 0 10px 10px; }
.profileLine { color:#0f75bc; margin:20px 0; clear:both; } 

a { color: #0f75bc; text-decoration: underline; }
a:hover { color: #003d7d; text-decoration: none; }

/* clearfix  */
.cf:before, .cf:after { content: "\0020"; display: block; height: 0; overflow:hidden; } 
.cf:after { clear: both; }
/* Fix clearfix IE */
.cf { zoom: 1; }

#menuWrap {clear: both; position:relative;display:block;height:38px; background:#242565; background-image:url(../images/menuBg.gif); background-repeat:repeat-x;  position:relative; z-index:100;}
#menu, #menu ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:38px; 
font-family:Arial,Verdana,Helvitica,sans-serif; font-weight:bold; font-size:14px;
}
#menu { margin-left:20px; }
#menu li { list-style: none; float:left;  }
#menu li.noborderr a { border-right:none;  } #menu li.noborderl a { border-left:none;  }
#menu a{
display:block;
padding:0px 42px;
line-height:38px;
color:#fff;
text-decoration:none;
border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;
}

#menu a:hover{
background-color: #0f75bc;
color:#fff;
}

#menu li{
float:left;
position:relative;
border:0;
}

#menu ul {
position:absolute;
display:none;
width:224px;
left:1px;
top:38px;
background-color:#0f75bc;
}

#menu li ul a{
line-height:20px;
padding:8px 8px;
width:208px;
height:auto;
float:left;
border:0;
border-bottom:1px solid #FFFFFF;
}
#menu li ul a:hover{
background-color:#13427a;
line-height:20px;
height:auto;
float:left;
border:0;
border-bottom:1px solid #FFFFFF;
}
#menu ul ul{
top:auto;
}	

#menu li ul ul {
left:214px;
margin:0px 0 0 10px;
width:208px;
}
#menu li ul ul a { width:192px; }
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
display:none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
display:block;
}

/*-----------------------Vertical menu----------------------------*/

#verticalmenu {clear: both; position:relative;display:block; background:#e2edf6;  position:relative; z-index:90; width:220px; }
#submenu, #submenu ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
font-family:Arial,Verdana,Helvitica,sans-serif; font-weight:normal; font-size:12px;
}

#submenu li { 
		list-style: none; 
		position:relative;
		border:0;
}
#submenu a{
display: inline-block;
width:176px;
padding:0px 9px 0px 35px;
line-height:30px;
height:33px;
color:#000;
text-decoration:none;
background-image:url(../images/submenubg.gif); background-position:left;
}

#submenu a:hover{
background-color: #bc1e47;
color:#fff;
background-image:url(../images/submenubghover.gif); background-position:left;
}

#submenu ul {
position:absolute;
display:none;
width:220px;
right:220px;
top:0;
background-color:#7ea9cc;
}

#submenu li ul a{
padding:0px 5px 0px 5px;
width:210px;
display:block;
float:right;
border:0;
border-bottom:1px solid #FFF; 
display:inline;
background-image:none;
font-size:11px;
color:#FFFFFF;
height:30px;
}
#submenu li ul a:hover{
background-image:none; background-color:#e2edf6; color:#000000; }
#submenu ul li { float:right; display:inline; }
	

#submenu li ul li ul {
right:184px;
margin:0px 0 0 10px;
width:204px;
top:auto;
}
#submenu li ul ul a { width:160px; }
#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li:hover ul ul ul ul{
display:none;
}
#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li li li li:hover ul{
display:block;
}



#wrapper {
  width: 940px;
  padding: 0 20px;
  margin: 0 auto; 
  text-align: left;
  background-image:url(../images/wrapperbg.gif); background-position:left bottom; background-repeat:repeat-x;
  background-color:#FFFFFF;
}


#branding {
	position:relative; background-image:url(../images/brandingBg.gif); background-repeat:no-repeat;
}

.box { border: 1px solid #182B4A; background-color: #E5ECF7; padding:10px; margin-bottom:10px; }

.news { float:left; width:310px;  }
.social-networks { float:left; min-height:218px; width:288px; margin-left:20px; border: 1px solid #182B4A; background-color: #E5ECF7; padding:10px; }
.social-networks h3 { color: #182B4A;
    font-size: 13px;
    font-weight: bold; margin-bottom:15px; }
	
.linkedin, .twitter { margin:0 0 10px 0; padding-left:45px; line-height:32px;  }
.linkedin { background:url(/images/linkedin.png) no-repeat 0 0; }
.twitter { background:url(/images/twitter.png) no-repeat 0 0; }

#brandingOne { 
	position:absolute;
	right: 250px;
	top: 29px;
	text-align:left; }
#brandingTwo { 
	position:absolute;
	right: 20px;
	top: 29px;
	text-align:left; }
.title { color:#16344e; font-size:18px; font-weight:bold; }
#brandingOne p, #brandingTwo p { margin-bottom:10px; }
.titleSmall { color:#16344e; font-size:14px; font-weight:normal; }
.supportTitle { color:#0f75bc; } 
.supportTitle a { color:#0f75bc; }
#contentContainer {
	width: 940px;
	background-image: url(../images/contentVertTile.gif);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
	clear: both;
	overflow: hidden;
	height:100%;
	margin: 20px 0;
}
#flashBanner { width:100%; border-top: 1px solid #182b4a; border-bottom: 5px solid #000066; }
#content { 
  width: 640px;
  float: left;
  padding:20px;
  min-height:280px; 
}
#content table { margin-bottom:15px; }
#content p, #content li, #content h4, #content h5 { margin-bottom:15px; }
#content td { padding:5px; }

#events { padding:15px; background-color:#e5ecf7; border: 1px solid #182b4a; overflow:auto; margin-bottom:15px; }
	.readmore a { margin:0; padding:0; display:block; float:left; }	

#column { 
  width: 220px; 
  float: right;
  padding: 5px 0px 10px 0px;
} 

#footer {
  clear: both;
  padding: 15px 20px 15px 20px;
  height:30px;
} 

#footerPrimary { 
  width: 490px;
  float: left;
  height:30px;
  line-height:30px;
}

#footerSecondary { 
  width: 220px; 
  float: right; 
  height:30px;
  line-height:30px;
  text-align:right;
} 

input.searchfield { width: 112px; padding: 4px; border:2px solid #F0F0F0; font-size: 11px; background-color:#b8c1d0; color:#FFFFFF; }
input.searchbutton { background: #16344e; border: 0; padding: 4px; color: #fff; font-weight: bold; font-size: 11px; }

/*table formatting*/
.tablines { background-color: #212b69; }
 
/*a light colour on the borders of branded tables*/
.tabtitle{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #0f75bc; }

/*Used if table has an extra heading.*/
.tabhead { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #0f75bc; background-color: #FFFFFF; }

/*dark colour, matching nav bar or other strong colour in the site.*/
.tabbody { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: normal; color: #182b4a; background-color: #FFFFFF; }

/*standard text, white background, black text is most common.*/
.tabtotal{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #0f75bc; background-color: #FFFFFF; }
.football td { background-color:#ffff99; border:#000000 1px solid; }
.footballheader td { background-color:#ccffcc; border:#000000 1px solid; }
.footballtitle { font-family: Arial, Verdana, Helvetica; background-color:#ccffff; font-weight:bold; font-size:13px; vertical-align:middle;  }




.historyItem p {
	margin:0;padding:0;
}
#history-table, #history-table td, #history-table tr {
	padding:0;
	margin:0;
	border:none;
}










/*same background as tabbody but bold the text */
.NewsWireResult{ BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.NewsWireResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }
.DataResult { BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.DataResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }
