/* CSS Document */

body{
	background-image:url(graphics/top_grey_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;;
	padding-left: 5px;
	text-align: left;
}


p{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	padding-left: 5px;
	padding-right: 3px;
	text-align: left;
	word-spacing: 2px;
}

a{
	text-decoration: none;
	color: #005f7a;
}

a:hover{
	text-decoration: underline;
}

h1{
	background: url(graphics/text_square.jpg) no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #005f7a;
	text-align: left;
	padding-left: 40px;
}

h2{
	background: url(graphics/text_square.jpg) no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-left: 40px;
}

h3{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-left: 10px;
}

ul {
	list-style-type: none;
}

li{
	text-align: left;
}
/*--------------------BACKGROUND IMAGES AND LAYOUT----------*/
.buttonTable{
	border: solid 2px #FFFFFF;
}
.buttonbackLeft{
	background-image:url(graphics/top_button_back.jpg);
	background-position:center;
	background-repeat: repeat-x;
	border-bottom: solid 2px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}

.buttonbackLeft a{
	background-image:url(graphics/top_button_back.jpg);
	height: 45px;
	display: block;
}

.buttonbackLeft a:hover{
	background-image: url(graphics/top_button_back_roll.jpg);
	height: 45px;
	display: block;
}

.buttonbackMiddle{
	background-image:url(graphics/top_button_back.jpg);
	background-position:center;
	background-repeat: repeat-x;
	border-bottom: solid 2px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}

.buttonbackMiddle a{
	background-image:url(graphics/top_button_back.jpg);
	height: 45px;
	display: block;
}

.buttonbackMiddle a:hover{
	background-image: url(graphics/top_button_back_roll.jpg);
	height: 45px;
	display: block;
}

.buttonbackRight{
	background-image:url(graphics/top_button_back.jpg);
	background-position:center;
	background-repeat: repeat-x;
	border-bottom: solid 2px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

.buttonbackRight a{
	background-image:url(graphics/top_button_back.jpg);
	height: 45px;
	display: block;
}

.buttonbackRight a:hover{
	background-image: url(graphics/top_button_back_roll.jpg);
	height: 45px;
	display: block;
}

.buttonbackRight a:active{
	background-image: url(graphics/top_button_back_roll.jpg);
	height: 45px;
	display: block;
}

.buttonText a{
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 40px;
	letter-spacing: 1PX;
	font-weight: bold;
	text-decoration: none;
}

.MainTable{
	background-color: #ffffff;
	border-bottom: solid 2px #CCCCCC;
	border-left:solid 2px #CCCCCC;
	border-right:solid 2px #CCCCCC;
}

.MainTable p{
	padding-left: 15px;
}


.BottomBar{
	background-image: url(graphics/bottom_bar.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.bottomBarText{
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	letter-spacing: 1px;
}

.bottomBarText a{
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
}

.bottomBarText a:hover{
	text-decoration: underline;
}

.sidebarBackColour{
	background-color: #ecfbff;
	border-left: solid 1px #CCCCCC;
}
.sidebarPadding{
	background-image:url(graphics/side_padding.jpg);
}

.topSideBar{
	background-image:url(graphics/side_bar_bottom.jpg);
}
.topsideBarText{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color:#FFFFFF;
}
.bottomsidebarCell{
	padding-top: 10px;
	border-top: solid 1px #CCCCCC;
}
.mission{
	font-family: Tahoma;
	font-size: 13px;
	color: #005f7a;
	padding-left: 5px;
	padding-right: 3px;
	text-align: left;
	word-spacing: 2px;
	line-height: 20px;
}
.middlesidebarCell{
	padding-top: 10px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}
.middlesidebarCellLeft{
	border-left: solid 1px #CCCCCC;
}
.ebusiness{
	max-width: 252px;
}

.clients a{
	padding-left: 7px;
	line-height:150%;
	font-weight: bold;
	color: #005f7a;
	text-decoration: none;
}

.clients a:hover{
	text-decoration: underline;
}
