/* CSS Document */

*{
	padding:0;
	margin:0;
}

body{
	background-image:url(../../images/home/body_bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	width:1006px;
	height:auto;
	margin:0 auto;
}

/*******************Header**********************/

#header{
	background-color:#C8C9CB;
	float:left;
	height:auto;
	padding-top:11px;
	width:1006px;
}

#header_left{
	background-color:#FFFFFF;
	float:left;
	height:auto;
	margin-left:15px;
	padding-bottom:7px;
	width:598px;
}

#header_right{
	background-color:#FFFFFF;
	float:left;
	height:auto;
	padding-bottom:13px;
	width:379px;
}

#video_area{
	background-image:url("../../images/home/leftbg.gif");
	background-repeat:repeat-x;
	border:2px solid #CCCCCC;
	float:left;
	height:auto;
	margin-top:21px;
	width:358px;
}

#video_area p{
	font-size:10px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#video_area a{
	color:#000;
}

#video_area a:hover{
	color:#652631;
}
	
#video{
	float:left;
	height:auto;
	margin:10px 1px 1px 2px;
	width:359px;
}

#header ul.rollover{
	float:left;
	margin-bottom:0;
	margin-left:35px;
	margin-top:4px;
}

ul.rollover li{
	color:#FFFFFF;
	display:inline;
	list-style:none outside none;
	margin:0;
	padding:0;
	text-decoration:none;
}

ul.rollover li a{
	background:url("../../images/home/buttons1.jpg") no-repeat scroll left top transparent;
	color:#FFFFFF;
	float:left;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	height:28px;
	margin:1px 32px 0 0;
	overflow:hidden;
	padding:6px 0 0;
	text-align:center;
	text-decoration:none;
	width:155px;
}

ul.rollover li a:hover{
	background:url("../../images/home/buttons1.jpg") no-repeat scroll 0 -35px transparent;
	color:#FFFFFF;
	float:left;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	height:28px;
	margin:1px 32px 0 0;
	overflow:hidden;
	padding:6px 0 0;
	text-align:center;
	text-decoration:none;
	width:155px;
}

/*******************Main Content**********************/ 

#content{
	background-color:#C8C9CB;
	float:left;
	height:auto;
	padding-top:11px;
	width:1006px;
}

#inner_content{
	background-color:#FFFFFF;
	float:left;
	height:auto;
	margin-left:16px;
	width:977px;
}

#meet_next{
	background:url("../../images/home/yellow_bg.jpg") no-repeat scroll 0 0 transparent;
	float:left;
	height:52px;
	width:977px;
}
#meet_next h1{
	float:left;
	font-family:arial black;
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
	margin-top:15px;
}
	
#date_bg{
	background-image:url("../../images/home/white_bg.jpg");
	background-repeat:no-repeat;
	float:left;
	height:24px;
	margin-left:0;
	margin-top:14px;
	width:564px;
}

#date_bg p{
	float:left;
	font-family:trebuchet MS;
	font-size:15px;
	margin-left:24px;
	margin-top:1px;
}

span.burgundy{
	color:#61222D;
	margin-left:8px;
	margin-right:21px;
}
span.black{
	color:#000000;
}

#content ul.rollover{
	background-color:#FFFFFF;
	float:left;
	padding-left:6px;
	padding-right:5px;
	padding-top:12px;
}

#content ul.rollover li a{
	font-size:10px;
	font-weight:bold;
	margin-right:0;
	padding-top:8px;
	background:url("../../images/home/buttons2.jpg") no-repeat scroll left top transparent;
	width:161px;
}

#content ul.rollover li a:hover{
	font-size:10px;
	font-weight:bold;
	margin-right:0;
	padding-top:8px;
	background:url("../../images/home/buttons2.jpg") no-repeat scroll 0 -37px transparent;
	width:161px;
}

#content ul.rollover li a.current{
	background:url("../../images/home/buttons2.jpg") no-repeat scroll 0 -37px transparent;
	color:#FFFFFF;
	float:left;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	height:28px;
	margin:1px 0 0 0;
	overflow:hidden;
	padding:8px 0 0;
	text-align:center;
	text-decoration:none;
	width:161px;
}

#content ul.rollover li a.current:hover{
	background:url("../../images/home/buttons2.jpg") no-repeat scroll left top transparent;
	color:#FFFFFF;
	float:left;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	height:28px;
	margin:1px 0 0 0;
	overflow:hidden;
	padding:8px 0 0;
	text-align:center;
	text-decoration:none;
	width:161px;
}

/*******************Left Content**********************/

#left_content{
	background-color:#FFFFFF;
	float:left;
	height:auto;
	margin-bottom:20px;
	padding-left:17px;
	padding-top:4px;
	width:336px;
}

.left_content_text{
	background-image:url("../../images/home/border_bg.jpg");
	background-repeat:repeat-y;
	float:left;
	height:auto;
	padding-left:14px;
	padding-right:14px;
	padding-top:19px;
	width:300px;
}

#left_content h2{
	color:#652631;
	font-size:11px;
	padding-bottom:6px;
}

#left_content p{
	color:#000000;
	font-size:11px;
	line-height:13px;
	margin-left:2px;
	padding-bottom:14px;
}

.left_text{
	float:left;
	padding-bottom:10px;
}
.left_text p{
	text-align:justify;
}
#left_content .links{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	line-height:21px;
}

#left_content .links a{
	color:#000;
}

#left_content .links a:hover{
	color:#652631;
}

/*******************Middle Content**********************/

#middle_content{
	background-color:#FFFFFF;
	float:left;
	height:auto;
	padding-left:4px;
	padding-top:6px;
	width:356px;
}

#burgundy_box{
	/*background-image:url("../images/become-member-bg2.jpg");
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:left;
	font-family:Trebuchet MS;
	font-size:12px;
	height:400px;
	line-height:16px;
	padding-left:10px;
	padding-right:12px;
	width:320px;*/
    background-image: url("../../images/home/red_panel.jpg");
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-family: Trebuchet MS;
    font-size: 12px;
    height: 500px;
    line-height: 16px;
    margin-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 13px;
    width: 315px;
}

#burgundy_box h1{
	color:#F0C004;
	font-family:arial;
	font-size:15px;
	margin-top:11px;
	padding-bottom:3px;
}

#burgundy_box p{
	margin-top:3px;
}

#burgundy_box .yellow_link{
	color:#F0C004;
}

#burgundy_box ul{
	/*font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	list-style:none outside none;
	margin:0;
	padding:1px 0 0;*/
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	list-style:none outside none;
	margin:0;
	padding:10px 0;
}

#burgundy_box ul li{
	/*background:url("../images/bullet.gif") no-repeat scroll 5px 6px transparent;
	padding:6px 0 0 25px;
	text-decoration:none;*/
	background:url("../../images/home/bullet.gif") no-repeat scroll 5px 6px transparent;
	padding:6px 0 3px 25px;
	text-decoration:none;
}

#join_online{
	float:right;
	margin-right:12px;
	margin-top:10px;
}

#middle_content h2{
	color:#652631;
	font-size:11px;
	padding-bottom:6px;
}


/*******************Right Content**********************/

#right_content{
	background-color:#FFFFFF;
	float:left;
	height:auto;
	width:264px;
}

#right_content .testimonials{
	/*border-left:1px solid #652631;
	border-right:1px solid #652631;
	float:left;
	height:auto;
	margin-bottom:17px;
	margin-top:6px;
	padding-left:15px;
	padding-right:18px;
	width:209px;*/
/*	border-left:1px solid #652631;
	border-right:1px solid #652631;
	float:left;
	height:auto;
	margin-top:6px;
	padding-bottom:33px;
	padding-left:15px;
	padding-right:18px;
	width:209px;*/
	    border-left: 1px solid #652631;
    border-right: 1px solid #652631;
    float: left;
    height: auto;
    margin-top: 6px;
    padding-bottom: 66px;
    padding-left: 15px;
    padding-right: 18px;
    width: 209px;
}

#right_content h1{
	/*color:#652631;
	font-family:Tahoma;
	font-size:15px;
	margin-bottom:19px;
	margin-left:7px;
	margin-top:21px;*/
	color:#652631;
	font-family:Tahoma;
	font-size:15px;
	margin-bottom:5px;
	margin-left:7px;
	margin-top:21px;
}

#right_content h3{
	/*color:#652631;
	float:left;
	font-family:Tahoma;
	font-size:13px;
	margin-bottom:19px;
	margin-left:7px;
	margin-top:9px;*/
	color:#652631;
	float:left;
	font-family:Tahoma;
	font-size:13px;
	margin-bottom:19px;
	margin-left:7px;
	margin-top:13px;
}

#right_content .member_testimonials{
	/*border-bottom:1px solid #652631;
	float:left;
	height:auto;
	min-height:135px;
	width:213px;
	margin-top:5px;*/
	border-bottom:1px solid #652631;
	float:left;
	height:auto;
	margin-top:5px;
	min-height:156px;
	width:213px;
}

.testimonial_head{
	/*float:left;
	height:auto;
	padding-bottom:8px;
	width:213px;*/
	height:auto;
	padding-bottom:8px;
	text-align:center;
	width:213px;
}
.testimonial_head img{
  border: none;
}
.member_testimonials h2{	
	/*color:#000000;
	float:right;
	font-size:11px;
	margin-top:20px;
	text-align:right;*/
	color:#000000;
	font-size:11px;
	margin-bottom:4px;
	text-align:center;
}

.member_testimonials p{
	float:left;
	font-size:11px;
	margin-left:5px;
}

.read_more{
	background:url("../../images/home/arrow.jpg") no-repeat scroll right 3px transparent;
	color:#652631;
	float:left;
	margin-top:3px;
	text-decoration:none;
	width:96px;
	padding-bottom:27px;
}

.read_more:hover{
	text-decoration:underline;
}

#members_say{
	margin-left:-3px;
}

/*******************Footer**********************/

#footer{
	float:left;
	background-image:url(../../images/home/call_us.jpg);
	background-repeat:no-repeat;
	height:48px;
	width:977px;
}

#footer p{
	color:#FFFFFF;
	font-size:17px;
	margin-top:12px;
	text-align:center;
}
.mediaplayer{
  clear: left;
  background-image:url("../../images/home/leftbg.gif");
	background-repeat:repeat-x;
  border: 1px solid #999999;
  width: 219px;
  text-align: center;
}
.mediaplayer p{
padding: 1px 0 1px 0;
font-size: 11px; 
}
.rs_logo img{
border: none;
}
.full_testimonial{
display: none;
}

.mid_bottom_text{
    color: #000000;
    float: left;
    font-size: 11px;
    height: auto;
    line-height: 13px;
    text-align: justify;
    width: 336px;
}

.mid_bottom_text p span.red_text{
	color:#652631;
}

.mid_bottom_text a.read_more{
    background: none repeat scroll 0 0 transparent;
    padding-bottom: 0;
    text-decoration: underline;
    width: auto;
}

.mid_bottom_text p{
	padding-bottom:14px;
}

.mid_bottom_text img{
    margin-left: 28px;
}
