/* CSS Document */
body {
	background-color: #0E3674;
	font-family:Arial, Helvetica, sans-serif;
}

.foot{
	font-size:small;
}

h1{
	font-size: medium;
}

.topleft{
background-image:url(/images/topleft.jpg);
width:14px;
height:17px;
background-repeat:no-repeat;
}
.bottomleft{
background-image:url(/images/bottomleft.jpg);
width:14px;
height:17px;
background-repeat:no-repeat;
}
.topright{
background-image:url(../images/topright.jpg);
width:14px;
height:17px;
background-repeat:no-repeat;
}
.bottomright{
background-image:url(../images/bottomright.jpg);
width:14px;
height:17px;
background-repeat:no-repeat;
}
.top{
background-image:url(../images/top.jpg);
height:17px;
background-repeat:repeat-x;
}
.bottom{
background-image:url(../images/bottom.jpg);
height:17px;
background-repeat:repeat-x;
}
.left{
background-image:url(../images/left.jpg);
width:14px;
background-repeat:repeat-y;
}
.right{
background-image:url(../images/right.jpg);
width:14px;
background-repeat:repeat-y;
}
.menuleft{
background-image:url(../images/leftend.jpg);
height:25px;
width:4px;
background-repeat:no-repeat;
}
.menuright{
background-image:url(../images/rightend.jpg);
height:25px;
width:4px;
background-repeat:no-repeat;
}
.menu{
background-image:url(../images/slither.jpg);
height:25px;
background-repeat:repeat-x;
}
.blueborder{
border:solid 1px #0E3674;
}
.footertextwhite{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#006666;
padding:5px 5px 5px 5px;
}
.footertextwhite a{
color:#006666;
text-decoration:none;
}
.footertextwhite a:hover{
color:#006666;
text-decoration:underline;
}
.menutext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
padding:5px 5px 5px 5px;
}
.menutext a{
color:#FFFFFF;
text-decoration:none;
}
.menutext a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.phonegrey{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#999999;
letter-spacing:9px;
}
.phoneblue{
font-family:Arial, Helvetica, sans-serif;
font-size:35px;
color:#006666;

}

.content{
	font-size:12px;
	color:#000066;
	padding: 0px 10px;
}

.menu .footertextwhite {
	right: auto;
}

.boxcontent{
	padding:5px;
	font-size:small;
	color:#0E3674;
}
.sidefont{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000066;
background-color:#EBEBEB;
padding-right:6px;



}
.slither{
background-image:url(../images/slither.jpg);
background-repeat:repeat-x;
height:25px;
}
.greentext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006666;
padding:5px 5px 5px 5px;
}
.greentitle{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#006666;
padding:5px 5px 5px 5px;
}

/* Pagination */
.pagination li { display: inline; border: 0; }
.pagination li a { 
	margin-right: 5px;
	padding: 3px 6px;
	font-weight: bold;
	color: #33F;
	background: #FFF;
	border: 1px solid #CCC;
	text-decoration: none;
}
.pagination li a:hover { color: #FFF; background: #33F; border-color: #000 }
.pagination li a.currentPage { color: #999; border: 0; }
.pagination li a.currentPage:hover { 
  color: #999; background: #FFF; cursor: default;
}