@charset "utf-8";
/* CSS Document */


body {
	margin:0px;
	background:#FFFFFF;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-position:top;
}

.menubg{
	background-image:url(images/nav-bar.jpg);
	height:40px;
	background-repeat:no-repeat;
	font-family:'Trebuchet MS', Arial, Verdana;
	font-weight:bold;
	font-size:13px;
	color:#001963;
	text-decoration:none;
}

.menu1{
	font-family:'Trebuchet MS', Arial, Verdana;
	font-weight:bold;
	font-size:13px;
	color:#001963;
	text-decoration:none;
	cursor:pointer;
}

.menu2{
	font-family:'Trebuchet MS', Arial, Verdana;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	background-image:url(images/navbar_hover.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	cursor:pointer;
	height:40px;
}

.rightbg {
	background-color:#4674b5;
	border-left:1px solid #243978;
	border-right:1px solid #243978;
	border-top:1px solid #243978;
}

.rightbg1 {
	background-color:#4674b5;
	border-left:1px solid #243978;
	border-right:1px solid #243978;
	border-bottom:1px solid #243978;
}

.arrow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	list-style-image:url(images/arrow.jpg);
}

.arrow li{
	padding-bottom:4px;
	margin-bottom:4px;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333742;
	line-height:18px;
	text-decoration:none;
	text-align:justify;
}

.phone {
	font-size: 20px;
	font-weight: bold;
	color: #243978;
}

.dots{
	background-image:url(images/dot3.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

.payment {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.footer{
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	height:60px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	line-height:20px;
}

.footer a:link{
	color: #FFFFFF;
	text-decoration:underline;
}

.footer a:visited{
	color: #FFFFFF;
	text-decoration:underline;
}

.footer a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

h3.toggler {
	cursor: pointer;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:0px;
	padding-top:5px;
	margin-top:5px;
	margin-bottom:0px;
	color:#333742;
}

.bullet {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333742;
	text-decoration:none;
	list-style-image:url(images/bullet.gif);
}

.bullet li{
	padding-bottom:4px;
	margin-bottom:4px;
}

.move {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}

.move:hover {
	color:#333333;
	text-decoration:underline;
}

#view {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#990000;
	text-decoration:underline;
}

#view:hover {
	color:#333333;
	text-decoration:none;
}

.link{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#243978;
	text-decoration:none;
}

.link a:link{
	color:#243978;
	text-decoration:underline;
}

.link a:visited{
	color:#243978;
	text-decoration:underline;
}

.link a:hover{
	color:#243978;
	text-decoration:none;
}