html, body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 70%;
	text-align: center;
	background-image: url(../assets/images/pattern.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #0000FE;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #0000FE;
}
.sign {
	float: right;
	margin-right: 50px;
}
.mainimg
{
    margin-bottom: 10px;
}
.rimg, .limg {
	margin: 5px;
}
.rimg {
	float: right;
}
.limg {
	float: left;
}
.imgpara {
	text-align: center;

}
.imgpara img {
	margin: 5px;
	border: 1px solid #E0DFE3;
}
#rhlogo {
	margin-top: 10px;
	margin-left: 57px;
}
a:link {
	color: #0000FE;
	text-decoration: underline;	
}
a:visited {
	color: #0000FE;
	text-decoration: underline;
}
a:hover {
	color: #4B4E4C;
	text-decoration: none;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	color: #4B4E4C;
	font-size: 1.1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	border-left-color: #E0DFE3;
}
#footer {
	padding-right: 25px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 0.9em;
}
#header_bg {
	background-image: url(../assets/images/rh_bg_top.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 100px;
}
#middle_bg {
	background-image: url(../assets/images/rh_bg_middlerep.jpg);
	background-repeat: repeat-y;
	width: 800px;
}
#footer_bg {
	background-image: url(../assets/images/rh_bg_footer.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	clear: both;
}
#pg_wrap {
	width: 625px;
	float: right;
	background-image: url(../assets/images/rh_bg_middleright.jpg);
	background-repeat: no-repeat;
	min-height: 560px;
}
#pg_content {
	width: 590px;
	padding: 10px;
	color: #4B4E4C;
}
#minh {
	width: 1px;
	height: 560px;
	float: right;
}
#navwrap {
	background-image: url(../assets/images/rh_bg_middleleft.jpg);
	background-repeat: no-repeat;
	height: 560px;
	width: 175px;
	float: left;
}
#navigation {
	padding-left: 25px;
	width: 145px;
}
#navigation p {
	font-size: 1.2em;
}
.navbar {
	background-image: url(../assets/images/navgrad.jpg);
	background-repeat: repeat-x;
	background-color: #E9E9E9;
	border: 1px solid #9B9B9B;
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
	width: 135px;
}
.navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 0px;
}
.navbar li {
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../assets/images/divider.jpg);
	background-repeat: no-repeat;
}
.navbar a:link {
	color: #4B4E4C;
	text-decoration: none;	
}
.navbar a:visited {
	color: #4B4E4C;
	text-decoration: none;
}
.navbar a:hover {
	color: #4B4E4C;
	text-decoration: underline;
}
.navbar li.nodiv {
	background-image: none;
}
.clear {
	clear: both;
}
/* Style for contact form */
fieldset {
  margin-bottom: 10px;
  /*width: 350px;*/
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	padding: 0 2px;
	color: #5D5432;

}
label {
/*  display: inline-block;*/
	float:left;
  line-height: 1.8;
  vertical-align: top;
  font-size: 1em;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#contactform em {
  font-weight: bold;
  font-style: normal;
  color: #5D5432;
}
label {
  width: 120px; /* Width of labels */
}
.submit 
{

}
input, textarea {
	background-color: #F6F6F6;
}
.RadUploadButton,
.radUploadButtonMedium
{
	background: white url('../RadControls/Upload/Skins/Default/Img/radUploadBtnMedium.gif') no-repeat;
	border: 0px;
	height: 22px;
	width: 115px;
	font: normal Verdana, Arial, Helvetica, sans-serif;
	color: #4B4E4C;
}

.RadUploadButtonDisabled
{
	background: white url('../RadControls/Upload/Skins/Default/Img/radUploadBtnMedium.gif') no-repeat;
	border: 0px;
	height: 22px;
	width: 115px;
	font: normal Verdana, Arial, Helvetica, sans-serif;
	color: #4B4E4C;
	filter:alpha(opacity=30);
	-moz-opacity:0.5;
	opacity: 0.5;
}
/* Style for galleries */
#gallery {
	width: 535px;
	margin: 0 auto;
	text-align: center;
}
ul.repeater {
	width: 535px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.repeater li {
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
	border: 1px solid #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul.repeater li img {
}