/* RIGHT COLUMN BOXES -----------------------------------------------------------------*/
div.rightbox {
	clear: both;
	border: 1px solid #427BAD;
	margin-bottom: 20px;
	padding: 0px 5px 5px 5px;
	background-image: url(../images/component/right_box_header.gif);
	background-position: top;
	background-repeat: repeat-x;
}

div.rightbox h1 {
	margin-bottom: 5px;
	font-size: 13px;
	color: #FFF;
	text-align:center;
	line-height: 1.8em;
}

div.rightbox h2, div#right h2 {
	margin-bottom: 3px;
	font-size: 16px;
	color: #D07111;
	text-align:center;
	line-height: 1.9em;
	letter-spacing: -1px;
	word-spacing: 3px;
}

div.rightbox input.text {
	width: auto;
	border: 2px solid #427BAD;
	color: #333333;
}

div.rightbox input.submit {
	width: auto;
	background-color: #427BAD;
	border: 2px solid #427BAD;
	color: #FFF;
}

/* MEMBER SEARCH ------------------------------------------------------------------------*/
#search {
	padding: 0px;
}

#search div.membersearchlink {
	width: 94px;
	height: 24px;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8em;
	color: #FFF;
	background-image: url(../images/component/member_search_arrow.gif);
	background-position: center 19px;
	background-repeat: no-repeat;
}

#search div.membersearchlink a {
	float:left;
	width: 94px;
	height: 24px;
	color: #FFF;
	text-decoration: none;
	background-color: #65A0D2;
}

#search div.membersearchform {
	clear: both;
}

ul.searchform {
	list-style:none;
	width: 165px;
	margin-left: 10px;
	margin-top: 5px;
}

ul.searchform li {
	margin-bottom: 7px;
}

ul.searchform li input.text , ul.searchform li select {
	width: 100%;
}

ul.searchform li input.checkbox {
	float: right;
	margin: 0px;
	padding: 0px;
}

ul.searchform li.submit {
	text-align: right;
}

ul.searchform li label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

ul.searchform li label.checklabel {
	font-weight: normal;
	margin-bottom: 6px;
	padding: 0px;
}


/* MEMBER LOGIN -----------------------------------------------------------------------------*/
#memberlogin {
	padding: 0px;
}

ul.login {
	list-style:none;
	width: 165px;
	padding-top: 5px;
	margin-left: 10px;
}

ul.login li {
	margin-bottom: 7px;
	text-align: left;
}

ul.login li input {
	width: 100%;
	border: 2px solid #427BAD;
}

ul.login li input.password {
	background-image: url(../images/component/password_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}
	
ul.login li.submit {
	text-align: right;
}

ul.login li.submit input {
	margin-left: 20px;
}

ul.login li.submit input {
	width: auto;
	background-color: #427BAD;
	color: #FFF;
}

/* NEWS */
#right #news img {
	margin-right: 5px;
}

#right #news td.readallnews {
	font-size: 16px;
	text-align:center;
}

#right #news td.readallnews a {
	display: block;
	background-color: #D07111;
	border: 1px solid #D07111;
	color: #FFFFFF;
	text-decoration: none;
}

#right #news td.readallnews a:hover {
	background-color: #FFFFFF;
	border: 1px solid #D07111;
	color: #D07111;
	text-decoration: none;
}

/* TESTIMONIAL */
#right div.rhTestimonial {
	font-size: 10px;
	font-style: italic;
	background-color: #D7E3EE;
	padding: 5px;
	border: 1px solid #D07111;
	
}

#right div.rhTestimonial p {
	margin-bottom: 5px;
}

#right div.rhTestimonial p.person {
	font-weight: bold;
}

