@charset "utf-8";

body,td,th {
	font-family: "Calibri", Verdana;
	font-size: 13px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
}

/* Navigation bar at top of page */

.navbar {
	background-image: url(images/top_nav.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.navbar a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navbar a:hover {
	text-decoration: underline;
	color: #000000;
}
.navbar a:active {
	text-decoration: none;
	color: #CCCCCC;
}

/* Breadcrumb navigation e.g. Home > Solutions */

.breadcrumb {
	padding-right: 15px ;
	color:#FFFFFF;
}

.breadcrumb a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
.breadcrumb a:link {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
.breadcrumb a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #000000;
}
.breadcrumb a:active {
	text-decoration: none;
	color: #CCCCCC;
}


/* Standard links */

a:link {
	text-decoration: none;
	color:#006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}

/* Heading text styles */

.heading2 {
	font-size: 18px;
	font-weight: bold;
	color:#00376F;
	line-height: 10px;
}

.heading1 {
	font-size: 24px;
	font-weight: bold;
	color:#00376F;
	line-height: 18px;
}

/* Table styles for text and borders */

.tablemain {
	font-family: "Calibri", Verdana;
	font-size: 12px;
	background-color:#FFFFFF;
	min-height: 300px;
	}
.tabletop {
	background-image: url(images/border_top.png);
	background-repeat:no-repeat;
}
.tablesides {
	background-image: url(images/border_sides.png);
	background-repeat: repeat-y;
}
.tablebtm {
	background-image: url(images/border_btm.png);
	background-position: bottom;
	background-repeat:no-repeat;
	padding: 10px ;
}

.small_tabletop {
	background-image: url(images/small_border_top.gif);
}
.small_tablesides {
	background-image: url(images/small_border_sides.gif);
	background-repeat: repeat-y;
	padding: 10px;
}
.small_tablebtm {
	background-image: url(images/small_border_btm.gif);
	background-repeat: no-repeat;
}

/* Text used for tables e.g. on IT Solutions page */

.tabletext {
color: #333333;
}

/* Footer and other grey text */

.footertext {
	font-family:"Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 20px;
	padding-left: 15px;
	color: #999999;

	}

.secondarynav {
	font-family:"Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 20px;
	padding-left: 15px;
	color: #999999;
	}
.secondarynav a:link {
	text-decoration: none;
	color:#999999;
}
.secondarynav a:visited {
	text-decoration: none;
	color: #999999;
}
.secondarynav a:hover {
	text-decoration: underline;
	color: #006699;
}
.secondarynav a:active {
	text-decoration: none;
	color: #006699;
}
.sidemenubar {
background-image:url(images/sidemenubar.png);
background-position:top right;
background-repeat:no-repeat;
vertical-align: middle;
padding: 20px 10px 0px 35px;
height: 260px;
}
.sidemenucontainer {
padding-top: 150px;
}
img {
border: 0px none;
}