/* CSS Document */

/*Navy Blue #000033 */

body {
	font-family: "Verdana", HelveticaNeue, Arial, Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	
}
/* GENERIC STYLES */

.red {
	color: #FF0000;
	font-weight: bold;
}

.green {
	color: #006600;
	font-weight: bold;	
}

.hidden-element {
	display: none;	
}
.oiRightAlignedImage { 
	float:right;
	border: 3px solid #CCCCCC;
	margin: 10px;	
	PADDING: 3PX;
}
.white-link-bar {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;	
	background-image: url(/objs/link.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 34px;
	position: relative;
	margin-top: 36px;
}
.white-link-bar .trCorner {
	width: 13px;
	height: 12px;
	background-image: url(/objs/link-trcurve.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;

}
.white-link-bar .blCorner {
	width: 13px;
	height: 12px;
	background-image: url(/objs/link-blcurve.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.white-link-bar .topLabel {
	height: 22px;
	background-color: #000033;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: -26px;
	font-family: "Trebuchet MS", HelveticaNeue, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	background-image: url(/objs/link-l-trcurve.gif);
	background-repeat: no-repeat;
	background-position: top right;
		
}

.white-bar {
	padding: 10px;
	background-color: #FFFFFF;	
	position: relative;
	margin-top: 36px;
}
.white-bar .trCorner {
	width: 13px;
	height: 12px;
	background-image: url(/objs/link-trcurve.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;

}
.white-bar .blCorner {
	width: 13px;
	height: 12px;
	background-image: url(/objs/link-blcurve.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.white-bar .topLabel {
	height: 22px;
	background-color: #000033;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: -26px;
	font-family: "Trebuchet MS", HelveticaNeue, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	background-image: url(/objs/link-l-trcurve.gif);
	background-repeat: no-repeat;
	background-position: top right;
		
}

/* ############### */

/* Buttons - to use <a class="normalButton" etc.. */
a.normalButton {
	text-decoration: none;
	padding: 0px;
	margin: 0px;	
}
a:link.normalButton span,  a:visited.normalButton span {
	background-color: #78ABB6;
	color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;	
	font-family: "Trebuchet MS", HelveticaNeue, Arial, Verdana;	
	background-image: url(/objs/buttom-blcurve.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
	white-space:nowrap;
	text-align: center;
}
a:link.normalButton span div,  a:visited.normalButton span div {
	background-image: url(/objs/buttom-trcurve.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}
a:hover.normalButton span {
	background-color: #508B99;
	color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	font-size: 13px;
	font-weight: bold;	
	font-family: "Trebuchet MS", HelveticaNeue, Arial, Verdana;	
	background-image: url(/objs/buttom-blcurve-on.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
	white-space:nowrap;
	margin: 0px;
	text-decoration: none;
	text-align: center;
}
a:hover.normalButton span div {
	background-image: url(/objs/buttom-trcurve-on.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}
/* ####### */
.body-visits {
	font-family: "Trebuchet MS", HelveticaNeue, Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
}


body {
	background-image: url(objs/images/background.gif);
	background-repeat:repeat-x;	
}

h1{
    font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000033;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}

h2{
  	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000033;
	margin: 0px;
	padding: 0px;
}


h3{
    font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

h4{
    font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000033;
		margin: 0px;
	padding: 0px;
}




.footer-text
{
    font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-top: 0px;
    margin-top: 0px;
}

body {
	background-image: url(objs/images/background.gif);
	background-position:top right;


}

a:link {
	color: #508B99;
	text-decoration: none;
}
a:hover {
	color: #508B99;
	text-decoration: none;
}

a:visited {
	color: #2C688C;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#wrapAll {
	width: 960px;
	margin-top: 20px;
	margin: auto;
	
	
}
#wrapAll #header {
	width: 960px; 
	height: 75px;
}
#logo{
    float: left;
	margin-top: 10px;
	width: 215px; 
	height: 55px;
	margin-left:15px;
}
#phone{
    float: right;
	margin-top: 10px;

	margin-top: 10px;
	margin-right:35px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	padding-left: 40px;
	padding-top: 10px;
}
#wrapAll #header1 {
	width: 960px; 
	height: 170px;
	margin:auto;
}
#wrapAll #header2 {
	float:left;
	width: 100%; 
	height:10px;
	background-image:url(objs/images/top-stripe.gif)
}
#wrapAll #header4 {
	float:right;
	width: 534px; 
	height: 144px;
	color: #FFFFFF;
	background-image: url(objs/images/logos_onsitesinsights.gif);
}
.header4-text {
	float:left;
	width: 300px; 
	height: 90px;
	margin-top: 35px;
	margin-left: 20px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:25px;
}
.navyStripe {
	width: 960px;
}
.navyStripe .topStripe {
	height: 11px;
	background-color: #444C70;
}
.navyStripe .botStripe {
	height: 10px;
	border-top: 1px solid #202751;
	background-color: #000034;
}	
#header .ColLeft {
	padding-top:15px;
	padding-left: 10px;
	width: 155px;
	height: 50px;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
	z-index: 1;
}
#wrapAll #wrapContent{
	width: 960px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
}
#wrapAll #wrapContent #menu {
	margin-top: 15px;
	width: 150px;
	float: left;
	background-color:#17345E;
	background-image: url(objs/images/menu-top1.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#wrapAll #wrapContent #menu-container {
	width: 150px;
	float: left;
	margin-bottom:10px;
}
.menu-top {
   margin-top: 15px;
   width: 150px;
   height: 23px;
   background-image: url(objs/images/menu-top1.gif);
}
.menu-bottom {
	width: 150px;
	height: 23px;
	background-color: #17345E; 
	background-image:url(objs/images/menu-bottom1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#menu li {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	list-style: none;
}
#menu ul {
	padding: 0;
    margin: 0;
	list-style: none;
}
li{ list-style: square;
}
#menu a:link, #menu a:visited{
	color: #FFFFFF;
}
#menu a div {
	padding: 4px 0px 4px 10px;	
	margin-top: 16px;
}
#menu a div.sub {
	padding-left: 20px;
	margin-top: 0px;
	font-weight: normal;
	background-image: url(/objs/mnu-sub.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;	

}
#menu a:link div, #menu a:visited div  {
	background-color: #17345E;
	border-right: 2px solid #17345E;	
}
#menu a:hover div {
	background-color: #424D70;
	border-right: 2px solid #ffffff;	
}
#wrapAll #wrapContent .Content {
	padding-bottom: 10px;
	width:810px;
	margin:auto;
	float: left;
	position: relative;
}
.Content a:link, .Content a:visited {
	text-decoration: underline;	
}
.text-box{
	padding: 10px;
	background-color:#F2F2F2;
	width: 260px;
	position: relative;
	background-image: url(objs/images/box-top-small.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.text-box p, .text-box1 p {
	margin-bottom: 20px;	
	line-height: 24px;
}
.text-box1{
	padding: 10px;
	background-color:#F2F2F2;
	width: 550px;
	background-image: url(objs/images/box-top-small.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.text-box-container{  
	float: left;
    margin-top:15px;
	margin-left: 13px;
    width: 280px;
	margin-bottom: 15px;
}
.text-box-container1{   
	float: left;
    margin-top:15px;
	margin-left: 13px;
    width: 570px;
	margin-bottom: 15px;
}
.text-box-top{
    width: 280px;
	height: 26px;
	background-image: url(objs/images/box-top1.gif); 
}
.text-box-bottom{
    width: 280px;
	height: 26px;
	background-color:#F2F2F2;
	background-image: url(objs/images/box-bottom1.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.text-box-bottom1{
    width: 570px;
	height: 26px;
	background-color:#F2F2F2;
	background-image: url(objs/images/box-bottom1.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.events-box-container{
    margin-top: 15px;
	background-color:#F2F2F2;
    width: 210px;
	float: right;
}
.events-box{
	background-color:#999999;
	margin-left: 10px;
	width: 205px;
	position: relative;
}
.header-container{	
	padding-left: 10px;
	font-size: 17px;
	
}
.header-container1{
	width: 210px;
	height: 25px;
	background-image:url(objs/images/events-background.gif);
	background-repeat: no-repeat;
	background-position:top right;

	
}
.rightHeader {
			padding-left: 5px;
	padding-top: 4px;
	font-size: 16px;
	font-weight: bold;
}
.footer-container1{
	width: 205px;
	height: 25px;
	background-image: url(objs/images/footer-events.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 5px;
}
.events-text{
	width: 190px;
	padding: 10px;
	background-image: url(/objs/images/events-background.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.events-text span {
	font-size: 17px;
	display: block;
	margin-bottom: 4px;	
}
.events-text ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.events-text ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.events-text .visitDateListing div {
	font-size: 11px;	
	background-color: #FFFFFF;
	padding: 4px 4px 0px 4px;
	margin-bottom: 10px;

}
.events-text .visitDateListing .moreInfoLink {
	font-size: 11px;	
	background-color: #FFFFFF;
	text-align: right;
	background-image: none;
	padding: 0px;
	font-weight: bold;

	
}
.events-text .visitDateListing div.compName {
	padding: 4px;
	margin-bottom: 0px;
	background-color: #E5E5E5;

	font-size: 13px;
	
}	

.other-programmes{
    padding: 10px;
	background-color:#f2f2f2;
	margin-top:10px;
	margin-left: 10px;
	width: 554px;
	float: left;
	position: relative;
	border:#999999 dotted 1px;
}
.largeBox{
    padding: 10px;
	background-color:#f2f2f2;
	margin-top:10px;
	margin-left: 10px;
	width: 554px;
	float: left;
	position: relative;
	border:#999999 dotted 1px;
}
.large-box{
	background-color:#f2f2f2;
	float:left;
	width: 530px;
	padding: 10px;
	margin-left: 10px;
	margin-top: 15px;
}
.text-boxes{
	float:left;
	width: 255px;
	height: 100px;
	padding: 5px;
	margin-left: 10px;
}
.button-boxes{
	float:right;
	width: 105px;
	height: 20px;
	margin: 5px;

}
#wrapAll #footer {
	width: 960px; 
	height: 25px;
	background-color: #000033;
	margin:auto; 
}
#footer a:link{
color: #FFFFFF;
	 
}
#footer a:hover{
color: #f2f2f2;
	 
}
#footerColRight {
	float: right;
	width: 300px;
	margin-top: 5px;
	text-align: right;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}
#footerColLeft {
	float: left;
	width: 300px;
	margin-top: 5px;
	text-align: left;
	padding-left: 10px;
	position: relative;
	z-index: 1;
}
/*Tables Style*/



.top-box-red {
	padding: 5px;
    width:540px;
	height:15px;
    background-color: #990000;
	background-image:url(objs/images/redcornertop.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}
	
	.top-box-red1 {
	margin-top: 15px;
	float: right;
	padding: 5px;
    width:250px;
	height:15px;
    background-color: #990000;
	background-image:url(objs/images/redcornertop.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}

.top-box-white {
	padding: 5px;
    width:540px;
    background-color: #fff;
	background-image:url(objs/hosttopic-brcurve.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.top-box-white h3 {
	color: #990000;
}

.top-box-white1 {
	float: right;
	padding: 5px;
    width:250px;
    background-color: #fff;
	background-image:url(objs/hosttopic-brcurve.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}



.top-box-white2 {
	margin-left: 100px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	padding: 5px;
    width:250px;
    background-color: #fff;
	background-image:url(objs/hosttopic-brcurve.gif);
	background-position:bottom left;
	background-repeat:no-repeat;

}

	.top-box-red2 {
	margin-top: 15px;
	margin-left: 100px;
	margin-right: 15px;
	float: left;
	padding: 5px;
    width:250px;
	height:15px;
    background-color: #990000;
	background-image:url(objs/images/redcornertop.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}





.more-text {
	margin-top: 15px;
	float: left;
    width: 285px;

}



table.stats {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	color: #fff;
	width: 550px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 4px;
	
	
}
table.stats td {
    background-color: #fff;
	color: #333;
	padding: 4px;
	text-align: left;
	border: 1px #999 solid;
	
}

table.stats td.hed{
	padding: 4px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
} 

table.stats1 td.hed1{
	background-color: #000033;
    padding: 4px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
} 




table.stats1 td.hed{
	background-color: #990000;
	padding: 4px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
} 
table.stats1 {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	color: #fff;
	width: 545px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 4px;
}
table.stats1 td {
	background-color: #fff;
	width: 150px;
	color: #333;
	padding: 4px;
	text-align: left;
	border: 1px #999 dashed;
}


table.stats2 {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	color: #fff;
	width: 400px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 4px;
	
	
}
table.stats2 td {
    background-color: #fff;
	color: #333;
	padding: 4px;
	text-align: left;
	border: 1px #999 solid;
	
}

table.stats2 td.hed{
	background-color: #990000;

	padding: 4px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
} 








#host-topics .htTitle {
	background-color: #78ABB6;
	color: #FFFFFF;
	padding: 4px;
	background-image: url(/objs/hosttopic-trcurve.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#host-topics .htTitle h3 {
	color: #FFFFFF;	
	overflow: hidden;
}
#host-topics .htDesc {
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom: 15px;
	padding-bottom: 7px;
	background-image: url(/objs/hosttopic-brcurve.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	line-height: 22px;
}
.dateTable th {
	padding: 2px;
}
.dateTable td {
	background-color: #EFEFEF;
	padding: 2px;
}	
.lightTable th {
	padding: 2px;
	background-color: #FFFFFF;
}
.lightTable td {
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 11px;
}
.lightTable td.headercell {
	background: none;
}
img.imgLogo { 
	border: 3px solid #efefef;
}
.hostsTable td {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
}
.hostsTable td.logos {
	width: 51px;
}

/* == More generic table design to use on all tables on the site == */
.tableAlternate td {
	border-bottom: 1px dashed #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 13px;
	
}
.tableAlternate th.monthRow {
	font-size: 15px;
	font-weight: bold;
	padding-top: 15px;
	border-bottom: 1px dashed #CCCCCC;
}

.testimonialShow {
	padding-left: 70px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EFEFEF;
	margin: 3px;
	background-image: url(/objs/quote.gif);
	background-repeat: no-repeat;
}
.tableAlternate td ul { 
	padding: 0px;
	margin: 0px;
}
.tableAlternate td li { 
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #efefef;
	font-size: 11px;
	list-style: none;
	
}

.testimonial { 
	background-image: url(/objs/testimonial.png);
	background-repeat: repeat-x; 
	padding: 10px;
}
a.menu-item-selected:link div,a.menu-item-selected:visited div {
	border-left: 5px solid #fff;
	font-weight: bold;
}	