html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
	height: 99.9%;
	font-size: 12px;
}

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #333333;
	background-color: #999999;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(../images/bg.gif);
}

div, td, li, p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.clear {
	clear: both;
}

#wrapper {
	width: 950px;
	min-height: 100%;
	margin: 0px auto;
	clear: both;
	background: url(../images/wrapper-bg.png) repeat-y center;
	border-bottom: 1px solid #CCCCCC;	
}

#wrapper-pad {
	padding: 0px 10px;
}

* html #wrapper {
	height: 100%
}

#ja-header {
	line-height: normal;
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 999;
	height: 127px;
	background: url(../images/nav/header-bg.gif) repeat-x 0px 19px #fefefe;
	/*border-top: 1px solid #252524;*/
	border-bottom: 3px solid #D58400;
}

h1.logo, div.logo-text {
	margin: 0px 20px;
	padding: 0px;
}

h1.logo {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 15px;
}

h1.logo a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/logo2.gif) no-repeat center;
}

#footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #373737;
	padding: 10px 0px 10px 20px;
}

.footer-box {
	width: 205px;
	margin-right: 20px;
	/*border: 1px solid #FF0000;*/
	float: left;
}

.footer-box .header {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#copy {
	padding: 8px;
	text-align: center;
	font-size: 11px;
}

.rc {
	/*background-color: #FF0000 !important;*/
}

.rc-sm {
	padding:10px 15px 18px 15px; 
	width: 200px; 
	color:#000; 
	margin: 10px 0px 0px 5px;
	/*border: 1px solid #333333;*/
}

.rc-lg, .rc-xl {
	padding: 10px 30px 40px 30px !important; 
	width: 615px; 
	color:#000; 
	margin: 10px 0px 0px 5px !important;
	/*border: 1px solid #333333;*/
	background-color: #FFFFFF;
}

.rc-xl {
	width: 850px; 
}

.rc-sm, .rc-sm .sb-inner, .rc-lg, .rc-lg .sb-inner { 
	background-color: #fff;
	background-image: url(../js/shadedborder/grad.jpg);
	background-repeat: repeat-x;
}

.rc-sm .header {
	height: 28px;
	background-image: url(../images/header-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.rc-sm .header .inner {
	padding: 0px 0px 0px 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}

.rc-lg .header, .rc-xl .header {
	color: #c21317;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

div.cat {
	display: block;
	border-bottom: 1px solid #dddddd;
	margin: 5px 5px;
	padding: 5px 5px 10px 5px;;
	font-size: 12px;
	color: #373737;
	font-weight: bold;
}

.cat a, .cat a:active, .cat a:visited {
	color: #308000;
	text-decoration: none;
	font-weight: normal;
}

.cat a:hover {
	color : #373737;
}

div.header2 {
	border-bottom: 1px solid #c21317;
	margin: 20px 0px 10px 0px;
	color: #c21317;
	font-size: 14px;
}

div.hs-thumb {
	float: left; 
	margin: 5px 5px 0px 0px;
	height: 100px;
	width: 100px;
	border: 1px solid #ddd;
	/*text-align: center;*/
	background-repeat: no-repeat; 
	background-position: center;
}

div.hs-thumb a {
	display: block;
	height: 100px;
	width: 100px;
}

div.news_list {
	border-bottom: 1px solid #CCCCCC;
	margin-top: 30px;
}

div.pagination {
	font-size: 15px;
	font-weight: bold;
}

div.pagination a {
	text-decoration: none;
}





















/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

