@charset "UTF-8";
/* CSS Document */

body{
	background:url(../Images/Background.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
h1, h2, h3, h4, h5{ 
	color:#0064AD;
}
.header img{
	float:left;
}
.header .CallUs{
	float:right;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	color:#0064AD;
	padding-top:45px;
	padding-right:5px;
}
.header .CallUs b{
	font-size:24px;
}
.menu a img{
	border:0px;
}

.content{
}

.rightmenu{
	margin-right:10px;
}
.rightmenu .top{ background:url(../Images/SideMenuTop.png) no-repeat bottom center;}
.rightmenu .bottom{ background:url(../Images/SideMenuBottom.png) no-repeat top center;}
.rightmenu .middle{
	background:url(../Images/SideMenuMiddle.png) repeat-y center;
	color:#0064AD;
}
.rightmenu .middle .header{
	font-weight:bold;
	font-size:20px;
	padding-left:14px;
	padding-top:5px;
	padding-bottom:18px;
}
.rightmenu .middle a{
	color:#0064AD;
	font-size:12px;
	display:block;
	margin-left:10px;
	padding-bottom:8px;
	margin-bottom:5px;
	background:url(../Images/Dots.png) repeat-x bottom;
	width:90%
}
.rightmenu .middle a:hover{ color:#666666;}
.rightmenu .middle a img{
	border:#909090 2px solid;
	margin-right:10px;
}


.footer p{ 
	padding:0px; 
	margin:0px; 
	padding-top:5px;
	line-height:16px;
	border-top:2px solid #999999; 
	font-size:12px;
}
