body {
	background: #f1f1f1 url(../images/pagebg.jpg) no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav1 {
	font-family: Georgia;
	font-size: 16px;
	font-weight:bold;
	color: #737373;
	text-decoration: none;
}
#nav1 a{
	color: #737373;
	text-decoration: none;
}
#nav1 a:hover {
	text-decoration: underline;
}
#nav1:hover {
	background-image: url(../images/hover-bg.jpg);
}


#nav2 {
	font-family: Georgia;
	font-size: 12px;
	font-weight:bold;
	color: #737373;
	text-decoration: none;
}
#nav2 a{
	color: #737373;
	text-decoration: none;
}
#nav2 a:hover {
	text-decoration: underline;
}
#nav2:hover {
	background-image: url(../images/hover-bg1.jpg);
}
.blue-small {
font:arial;
font-size:10px;
color:#498fe5;
}
.bottom11 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #4a4b4c;
	text-decoration: none;
}
.bottom11:hover {
	text-decoration: underline;
}
.bottom11-blue {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #2a68d2;
	text-decoration: none;
}
.bottom11-blue:hover {
	text-decoration: underline;
}
.bottom12 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #4a4b4c;
	text-decoration: none;
	font-weight:bold;
}
.bottom12:hover {
	text-decoration: underline;
}
.arial16-normal {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #3a3a3a;
	text-decoration: none;
}
.arial-12-gray-content {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5c5b5b;
	text-decoration: none;
}
.arial-10-gray-small-content {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #828181;
	text-decoration: none;
}
.arial12-blue {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3174e5;
	text-decoration: underline;
}
.arial12-blue-link {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3174e5;
	text-decoration: none;
}
.arial12-blue-link:hover {
	text-decoration: underline;
}
.arial12-blue:hover {
	text-decoration: none;
}
.arial-18-normal {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #3a3a3a;
	text-decoration: none;
}
.input-fields {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #f5f6f6;
	padding: 2px;
	height: 26px;
	width: 178px;
	border: thin solid #d6d6d6;
}
.tab-14black-bold {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1a1c20;
	text-decoration: none;
}
.tab-14blue-bold-u {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2a68d2;
	text-decoration: none;
}
.arial-14-gray-bold {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #828181;
	text-decoration: none;
	line-height: 20px;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:962px;
    height:239px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:962px;
    height:239px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom:0px;
	width:100%;
	background:#000;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:999;
	display:none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

