
/***********Added**************/
p.bg{
width:100%;
float:left;
font:bold 14px/15px Arial, Helvetica, sans-serif;
color:#CC6699;
padding:0 0 0 20px;
margin:0px;
background:url(../images/tick.png) no-repeat 0px 3px;
}
p.testTxt{
width:100%;
float:left;
font:normal 12px/15px Arial, Helvetica, sans-serif;
color:#666666;
padding:0px;
margin:10px 0 0 0;
}
p.testTxt span{
width:100%;
height:32px;
float:left;
font:bold 13px/29px Arial, Helvetica, sans-serif;
color:#FF6699;
padding:0 0 0 30px;
background:url(../images/blog_post_comment.png) no-repeat 0px 3px;
}
.subform{
width:500px;
height:auto;
margin:10px auto;
}
.subform_top{
width:500px;
height:7px;
float:left;
background:url(../images/formtop.png) no-repeat;
}
.subform_mid{
width:480px;
height:auto;
float:left;
padding:10px;
background:url(../images/formmid.png) repeat-y;
}
.subform_bot{
width:500px;
height:18px;
float:left;
background:url(../images/formbot.png) no-repeat;
}
.textarea_test{
width:250px;
height:100px;
border:1px solid #CCCCCC;
}
#submenu{
height: 80px;
width: 660px;
float:left;
}
#livehelp{
height: 50px;
width: 118px;
float:right;
display:inline;
margin:25px 10px 0 0;
}
ul.submenu{
width:500px;
float:right;
margin:40px 0 0 10px;
padding:0px;
list-style:none;
}
ul.submenu li{
width:auto;
float:left;
margin:0px;
padding:0px;
list-style-type:none;
}
ul.submenu li a{
width:auto;
float:left;
margin:0px;
padding:0px 0px 0px 10px;
font:bold italic 11px/18px Georgia;
color:#fcfcfc;
}
ul.submenu li a:hover{
color:#FFCC00;
}
.members{
width:600px;
height:auto;
float:left;
}
.members ul{
width:600px;
height:auto;
float:left;
padding:0px;
margin:0px;
list-style:none;
}
.members ul li{
width:150px;
height:150px;
float:left;
padding:0px;
margin:10px 0 0 40px;
background:url(../images/memberbg.gif) no-repeat;
list-style-type:none;
}
.members ul li img{
width:100px;
height:100px;
float:left;
padding:0px;
margin:10px 0 0 25px;
}
.members ul li a{
width:150px;
height:auto;
float:left;
padding:0px;
margin:0px;
text-align:center;
text-decoration:none;
}
label{
width:250px;
float:left;
margin:5px 0 0 0;
font:bold 13px/15px "Trebuchet MS";
}
.txtBox{
width:200px;
height:18px;
float:left;
margin:5px 0 0 0;
}
.txtBox_sm{
width:120px;
height:13px;
float:left;
margin:5px 0 0 15px;
font:normal 12px/13px Arial, Helvetica, sans-serif;
background-color:#ffffff;
border:#000000 solid 1px;
}
input.newsletter{
float:left;
margin:5px 0 0 7px;
}
#subpage_container{
width:85%;
padding:5%;
}
#subpage_container img{
padding-right:10px;
}
/*************Lightbox*******************/
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height:1300px;
	background-color: #000000;
	z-index:10;
	/*opacity:0.7;
	filter: alpha(opacity=50);*/
}


#box 
{
	display: none;
	position: absolute;
	top: 10%;
	left:20%;
	width: 50%;
	height: auto;
	padding:5%;
	margin:0;
	border: 5px solid #f4b505;
	background-color:#ffffff;
	z-index:101;
	overflow:hidden;
}

#boxtitle
{
	position:absolute;
	top:0;
	left:0;
	width:95%;
	height:24px;
	padding:0 0 0 5%;
	padding-top:4px;
	padding-left:8px;
	margin:0;
	border-bottom:4px solid #0266aa;
	background-color: #fff;
	color:#669933;
	text-align:left;
	font:bold 16px/24px Arial, Helvetica, sans-serif;
}