
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #272727 url(../images/homepage01.gif) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7A7A7A;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Antic Slab', serif;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
	color: #464646;
}

a {
	color: #5A9600;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	overflow: hidden;
	height: 194px;
	background: url(../images/bg2_01.jpg) no-repeat center top;
}

#header {
	overflow: hidden;
	width: 900px;
	height: 194px;
	padding: 0px 50px;
	background: url(../images/bg1_01.jpg) no-repeat left top;
}

/** LOGO */

#logo {
	float: left;
	width: 270px;
	height: 193px;
}

#logo h1 {
	margin: 0px;
	line-height: normal;
}


/** MENU */

#menu {
	height: 100px;
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 46px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0 11px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	text-shadow: 1px 1px 1px #365B00;
	text-transform: uppercase;
	font-family: 'Antic Slab', serif;
	font-size: 19px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #111111;
	text-shadow: 1px 1px 1px #aaa;
}

#menu span {
	display: inline-block;
	height: 37px;
	padding: 0px 10px;
	line-height: 37px;
}

#menu li.active {
	background: url(../images/homepage03.gif) repeat-x left top;
}

#menu li.active a {
	background: url(../images/homepage02.gif) no-repeat left top;
}
#menu li.active a:hover {
	color:#FFFFFF;
}
#menu li.active a:hover span{
	text-shadow: none;
}

#menu li.active span {
	background: url(../images/homepage04.gif) no-repeat right top;
	text-shadow: 2px 2px 2px #171717;
}

/** PAGE */

#page {
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bg1_03.gif) repeat-y left top;
}

#page-bgtop {
	overflow: hidden;
	width: 900px;
	padding: 30px 50px 10px 50px;
	background: url(../images/bg1_02.gif) no-repeat left top;
}

/** CONTENT */

#content {
	float: left;
	width: 570px;
}

.two-column2 #content {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

.two-column2 #sidebar {
	float: left;
}

/** FOOTER */

#footer {
	height: 176px;
	background: url(../images/bg1_06.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 47px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #141414;
	color: #575757;
}

/** FOOTER CONTENT */

#footer-content-bg {
	background: url(../images/bg1_05.gif) repeat-y left top;
}

#footer-content {
	overflow: hidden;
	width: 840px;
	padding: 50px 80px;
	background: url(../images/bg1_04.gif) no-repeat left top;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-shadow: 2px 2px 2px #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #272727;
}

#footer-content #column1 {
	float: left;
	width: 510px;
}

#footer-content #column2 {
	float: right;
	width: 240px;
}

/** BANNER */

#banner {
	position: relative;
	width: 570px;
	height: 297px;
	margin: 0px auto;
	padding: 0px;
}

#banner .image {
}

#banner .image img {
	display: block;
}

#banner .caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 540px;
	height: 51px;
	padding: 0px 0px 0px 30px;
	background: url(../images/bg2_02.png) no-repeat left top;
	line-height: 51px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #212121;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-size: 18px;
	color: #FFFFFF;
}

#banner span {
	font-weight: bold;
}

#banner a {
	color: #FF611C;
}

/** BOX 1 */

#box1 {
	padding: 50px 30px;
	background: url(../images/homepage07.gif) no-repeat right top;
}

#box1 h2 {
	display: block;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	color: #272727;
}

#box1 .byline {
	display: block;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #909090;
}

/** BOX 2 */

#box2 {
	height: 247px;
}

/** BOX 3 */


/** BOX 4 */

#box4 {
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	height: 51px;
	padding: 0px 30px;
	background: url(../images/homepage11.jpg) no-repeat left top;
	letter-spacing: -1px;
	line-height: 51px;
	text-shadow: 1px 1px 1px #375B00;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.box-style1 .entry {
	padding: 30px;
	background: url(../images/subpage1_01.gif) no-repeat left top;
}

.two-column2 .box-style1 .entry {
	background: url(../images/subpage2_01.gif) no-repeat right top;
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 .title {
	height: 51px;
	padding: 0px 30px;
	background: url(../images/subpage1_02.jpg) no-repeat left top;
	letter-spacing: -1px;
	line-height: 51px;
	text-shadow: 1px 1px 1px #375B00;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.box-style2 .entry {
	padding: 30px;
	background: url(../images/subpage1_03.gif) no-repeat right top;
}

.two-column2 .box-style2 .entry {
	background: url(../images/subpage2_02.gif) no-repeat left top;
}

/** BOX STYLE 3 */

.box-style3 {
}

.box-style3 .title {
	height: 51px;
	padding: 0px 30px;
	background: url(../images/subpage3_01.gif) no-repeat left top;
	letter-spacing: -1px;
	line-height: 51px;
	text-shadow: 1px 1px 1px #375B00;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.box-style3 .entry {
	padding: 30px;
	background: url(../images/subpage1_03.gif) no-repeat right top;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	clear: both;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #DFDFDF;
}

ul.style1 h3 {
	display: block;
	padding: 0px 0px 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
}

ul.style1 .alignleft {
	float: left;
	margin-right: 20px;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/** LINK STYLE 1 */

.link-style1 {
	display: inline-block;
	height: 42px;
	margin-top: 10px;
	background: url(../images/homepage09.gif) repeat-x left top;
}

.link-style1 a {
	display: inline-block;
	height: 42px;
	background: url(../images/homepage08.gif) no-repeat left top;
	text-decoration: none;
}

.link-style1 span {
	display: inline-block;
	height: 42px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	background: url(../images/homepage10.gif) no-repeat right top;
	line-height: 42px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 2px 1px #171717;
	font-family: 'Arvo', serif;
	font-size: 15px;
	color: #FFFFFF;
}

#mymaincont{
	background-image: url(../images/bg_wood_opt_brown.jpg);
	background-repeat: repeat-x;
	background-position: 0 -2px;
}
#head-ragsoc h1{
	display: block;
	padding: 21px 0px 0px 0px;
	letter-spacing: 0px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #385C00;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 28px;
}
#head-ragsoc h1 span{
	font-size: 22px;
}
.hinner-cont{
	padding:20px 30px 50px 30px;
}
#homenewscont{
	float: right;
	background-image: url(../images/notes.jpg);
	width: 237px;
	height: 300px;
	background-repeat: no-repeat;
}
#homenewscont div.htxtnews{
	height: 150px;
	overflow: hidden;
	width: 200px;
	font-size:13px;
}
#homenewscont div.hdatanews{
	display: inline-block;
	width: 200px;
	height: 16px;
	font-size:12px;
}
#homenewscont div.htitnews{
	display: inline-block;
	font-size:14px;
	width: 200px;
	margin-bottom: 9px;
	font-weight: bold;
}
#homenewscont a.hreadall{
	display: inline-block;
	margin:10px 0 0 0;
	text-decoration: none;
}
#homenewscont .hnewscont{
	height:200px;
	overflow:hidden;
}
div.contimg img {
	float: left;
	width: 375px;
	height: 375px;
	margin: 0 90px 26px 0;
}
div.pagination{
	display:inline-block;
	margin:20px 0;	
}
div.pagination a {
	display:inline-block;
	padding:0 4px;
	text-decoration:none;
}
div.pagination span {
	display:inline-block;
	padding:0 4px;	
}
