@charset "UTF-8";

/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color: #f2fafb;
}

/*-------- design style --------*/
.logo_pad{background:#FFF; margin: 0 19px 0 7px; padding:0 ;height:116px;}
.center_bg{padding:0px; margin:0px;}
.left_bg{padding:0px; margin:0px; background:url(images/left_bg.png) repeat-y top left;}
.right_bg{padding:0px; margin:0px; background:url(images/right_bg.png) repeat-y top right;}
.content_pad{padding:10px 22px 10px 22px; margin: 0 19px 0 7px; background:#FFF url(images/center_bg.png) repeat-x bottom left;}

.rightbg {
	background-image:url(images/right_bg.png);
	background-repeat: repeat-y;
}
.leftbg {
	background-image:url(images/left_bg.png);
	background-repeat: repeat-y;
}
.top_pad {
	background-image:url(images/bg_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 900px;
}
.bot_pad{
	background-image: url(images/bg_bottom.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 901px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#terms_style{float:left;}
#copy_style{
	float:right;
	text-align: right;
}
.navbox {
	background-image:url(images/box_bg.gif);
	background-repeat:no-repeat;
	float: left;
	height: 213px;
	width: 295px;
	clear: right;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.box {
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
}	
.clear_float{clear:both;}

/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#4F839F; font-size:13px; }
a.Breadcrumb:hover{color:#C00;}
.bread_bg{padding:0px; margin: 0 19px 0 7px; background:url(images/bread_bg_gray.png) repeat-x top left; height:34px;}
.bread_left{padding:0px; margin:0px; background:url(images/bread_left.png) no-repeat top left;}
.bread_right{padding:0px;  background:url(images/bread_right.png) no-repeat top right;}

#bread_style{ float:left; padding:8px 0px 0px 17px; color:#000000; font-size:13px; }

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited {
	color:#00A2B2;
	font-size:12px;
}
a.user:hover{
	color:#999;
}