@charset "utf-8";
/* ------------------------- Style sheet by B&J Graphics ---------------------*/
body {
  font-family:  Arial, helvetica, sans-serif;
  font-size:16px;
  background-color:#9db8d1;
}

td {
	font-family: Arial, helvetica, sans-serif;
	  font-size:16px;
}

th {
	font-family: Arial, helvetica, sans-serif;
	  font-size:16px;
}
.header {
	background-image: url(images/headbknd.jpg);
	background-repeat: repeat-x;
	background-color:#f2f5fe;
}
.menubackground {
	background-image: url(images/menubg.jpg);
	background-repeat:repeat-x;
}
.main-content {
	background-color:#f2f5fe;
	padding: 0 40px 0 40px;
	
}
.lgblue {
	font-size:16px;
	font-weight:bold;
	color:#00539f;
	}
.smblue {
	font-size:16px;
	font-weight: normal;
	color:#00539f;
	}
.rtcolumn {
	background-image:url(images/rtbknd.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
ul
{
list-style-type:none;
padding:0px;
margin-left:50px;
}
li
{
background-image: url(images/bullet.png);
background-repeat:no-repeat;
background-position:0px 2px; 
padding-left:24px;
}
.testimonial {
	border-bottom: 2px solid #00539f;
}
	
/* -------Start of wraps---------------------------------*/
.wrapleft {
	float:left;
	margin:5px 10px 0px 0px;
	padding:0px;
}
.wrapright {
	float:right;
	margin:0 0 5px 10px;
	padding:15px;
}

/* ------Start of Borders and Frames---------------------*/
.bordertop {
	border: 4px solid #3d3e40;
	
}
.frametop	{
	border-top: 0px solid #405b74;
	border-left: 4px solid #405b74;
	border-right: 4px solid #405b74;
	border-bottom: 4px solid #405b74;
}

/* -----Start of Menus --------------------------------*/
ul.menu {
    border-top : white 2px solid;
    margin : 0;
    padding : 0;
    list-style-type : none;
}

ul.menu li {
    list-style-type : none;
    width : 100%;
}

ul.menu ul {
    padding-left : 1em;
}

ul.menu li a.menu-href { 
    display : block;
    padding : 6px 5px;
    font-weight : bold;
    text-decoration : none;
}

ul.menu li a.menu-href:hover {
    text-decoration : underline;
    background-color : #ADB583;
    color : black;
}

/* -----Start of copyright and footer------------------- */
.copyright {
    font-size: 10px;
    text-align: center;
	text-decoration: none;
}
.copyright a:link {
    font-size: 10px;
	font-weight:normal;
    text-align: center;
	text-decoration: none;
}
.copyright a: visited {
   	color:#333333;
}
.copyright a:hover {
    font-size: 10px;
    text-align: center;
	text-decoration: underline;
}
.footer {
	color:#ffffff;
    text-align: center;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	padding:5px 0 5px 0;
}
.footer a:link{
    text-align: center;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}
.footer a:visited{
	color:#ffffff;	
	text-decoration: none;
}
.footer a:hover{
	color:#c2c4cb;
	text-decoration: underline;
}
/* -----End of copyright and footer-------------------- */