html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #F5773A url(images/homepage01.jpg) repeat left top;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}

h1, h2, h3 {
	margin-top: 0px;
}

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

p {
	line-height: 130%;
}

strong {
	color: #606060;
}

a {
	color: #DC4210;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #4567a9;
}

a:active {
	text-decoration: none;
font-size: 13px;
	font-weight: normal;
	color: #2c4b88;
}
a img {
	border: none;
	
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: url(images/bg01.jpg) repeat-x center top;
}

#wrapper .bgbtm {
	overflow: hidden;
	background: url(images/bg02.jpg) repeat-x center bottom;
}

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

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	height: 80px;
	background: url(images/bg03.jpg) no-repeat center top;
}

#header {
	width: 850px;
}

/** LOGO */

#logo {
	float: left;
	width: 275px;
	height: 80px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 a {
	display: block;
	top: 0px;
	left: 0px;
	width: 275px;
	height: 80px;
}

/** MENU */


#menu {
	float: right;
	width: 535px;
	height: 80px;
}

#menu ul {
	margin: 0px;
	padding: 47px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 15px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #577908;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
}

#menu a:hover {
	text-decoration: none;
	color: #4567a9
}
/** PAGE */

#page {
	overflow: hidden;
	background: url(images/bg05.jpg) repeat-y center top;
}


#page .bgtop {
	background: url(images/bg04.jpg)  no-repeat center top;
}

#page .bgbtm {
	overflow: hidden;
	padding: 60px 0px 0px 0px;
	background: url(images/bg06.jpg) no-repeat center bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 575px;
	padding-bottom: 30px;
}

.single #content {
	width: 100%;
}

/** SPLASH PICTURE */

#splash {
	width: 575px;
	margin-top: -60px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 225px;
	padding: 0px 0px 0px 50px;
}

/** FOOTER */

#footer-wrapper {
	overflow: hidden;
	background: url(images/bg07.jpg) repeat-x left top;
}

#footer {
	overflow: hidden;
	height: 176px;
	background: url(images/bg08.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	text-align: center;
	text-transform: lowercase;
	color: #DBEAC4;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.box-style {
}

.box-style .title {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/homepage03.gif) repeat-x left bottom;
	letter-spacing: 0px;
	text-transform: none;
	font-size: 20px;
	font-weight: normal;
	color: #424242;
}

.box-style .content {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.box-style .link1 {
	background: url(images/homepage04.gif) no-repeat left top;
	padding-left: 25px;
}


#box1 {
	text-align: left;

}

#box2 {
	height: 280px;
}

#box3 {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#box4 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#box3 .title {
	font-size: 34px;
}

#box3 img {
	float: left;
	margin-top: -10px;
	margin-left: -10px;
	padding-right: 20px;
}

/** VLIST STYLE */

  .vlist {
 	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

  .vlist ul {
    list-style-type:none;
    margin:0;
    padding:0;
  }


  .vlist li {
text-decoration: none;
  }



  .vlist a,
  .vlist strong,
  .vlist span {
   text-decoration: none;
	background-image: url(images/homepage06.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 8px;
	padding-right: 0px;
	font-size: 13px;
	padding-bottom: 6px;
	padding-left: 25px;
	margin-left: 0px;
	display: block;
  }

 .vlist li.active
 .vlist a:visited
 .vlist a:hover 
 {
	text-decoration: none;
	color: #4567a9;
	text-decoration: none;
	background-image: url(images/homepage05.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 13px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 25px;
	margin-left: 0px;
	display: block;
	}
	
  
