
body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	color:#333333;
}

.blueLink {
	font-size:11px;
}
.blueLink a{
	color: #0058B0;
}
.blueLink a:hover {
	color: #0058B0;
	text-decoration:none;
}

.blueLink a:visited {
	color: #0058B0;
}

.blueLink a:active {
	color: #0058B0;
	text-decoration:none;
}

.whiteLink {
	font-size:12px;
}
.whiteLink a{
	color: #FFFF00;
}

.whiteLink a:hover {
	color: #FF9900;
	text-decoration:none;
}

.whiteLink a:visited {
	color: #FF9900;
}

.bg_shadow_lt_md{
	background:#336666;
}

.bg_shadow_rt_md{
	background:url(../images/bg_shadow_rt_md.gif) repeat-y;
	width:10px;
}

.bg_shadow_top_md{
	background:url(../images/bg_shadow_top_md.gif) repeat-x;
	height:10px;
}

.bg_shadow_bt_md{
	background:url(../images/bg_shadow_bt_md.gif) repeat-x;
	height:10px;
}

.top_padd_10px{
	padding-top:10px;
}

.top_padd_7px{
	padding-top:7px;
}

.top_menu_blank{
	background-image: url(../images/top_menu_md_inactive.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-top:7px;
}

.menulink {
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/top_menu_md_inactive.gif);
	background-repeat: repeat-x;
	display: block;
	height: 30px;
	padding-top:7px;
}

.menulink:hover {
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	background-image:url(../images/top_menu_md_active.gif);
	background-repeat: repeat-x;
	display: block;
	height: 30px;
}

.menulink:active {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-weight: normal;
	background-image: url(../images/top_menu_md_active.gif);
	background-repeat: repeat-x;
	display: block;
	height: 30px;
}

.find_top_md{
	background:url(../images/find_top_md.gif) repeat-x;
	height:36px;
}

.find_head{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
}

.profile a img{
	padding-right:20px;
	filter: Alpha(opacity=100); /* ie */
	-moz-opacity: 1.0; /* mozilla */
}
.profile a:hover img{
	padding-right:20px;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.7;
}

.grey_container_top_md{
	background:url(../images/grey_container_top_md.gif) repeat-x;
	height:30px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

.grey_container_lt_md{
	background:url(../images/grey_container_lt_md.gif) repeat-y;
	width:10px;
}

.grey_container_rt_md{
	background:url(../images/grey_container_rt_md.gif) repeat-y;
	width:10px;
}

.grey_container_bt_md{
	background:url(../images/grey_container_bt_md.gif) repeat-x;
	height:10px;
}
.readmore a{
	font-size:12px;
	color:#ea36a4;
	text-decoration:none;
}

/* form css*/
.textfield_120{
	width:220px;
	height:20px;
}

.go_btn{
	background:url(../images/go_btn.gif) no-repeat;
	height:20px;
	width:40px;
	border:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-bottom:03px;
}

.regButton{
	background:url(../images/button_70.gif) no-repeat;
	height:33px;
	width:70px;
	border:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-bottom:03px;
}

.readmore a:hover{
	font-size:12px;
	color:#333333;
	text-decoration:none;
}

.top_video_head{
	font-size:13px;
	font-weight:bold;
	color:#ea36a4;
	border-bottom:1px solid #d5d5d5;
	height:30px;
}

.name{
	color:#ea36a4;
	width:144px;
}

.age{
	color:#333333;
}

.video_padd{
	padding:0px 10px 5px 0px;
}
.video_padd01{
	padding-bottom:5px;
	padding-right:10px;
}

.video_padd05{
	padding-bottom:5px;
}

.footer_menu{
	/*
	border-bottom:1px solid #d5d5d5;
	border-top:1px solid #d5d5d5; */
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

.header_menu a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#4A4A4A;
}

.header_menu a:hover{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.header_menu a:visited{
	font-size:15px;
	font-weight:bold;
}
	

.footer_menu a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#4A4A4A;
}

.footer_menu a:hover{
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#ea36a4;
}

.footer_menu_seperator{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#F12B8D;
}

.copyright{
	font-size:12px;
	font-weight:bold;
	color:#4A4A4A;
	padding-top:5px;
}

.error {
	font-size:11px;
	color:#E33F15;
}

.success {
	font-size:11px;
	color:#006633;
}

h2{
	font-size:15px;
}
h3{
	font-size:13px;
	border-bottom:1px solid #d5d5d5;
	padding:03px;
}
h4{
	font-size:11px;
	padding:02px;
}
.side_menu{
	border-bottom:1px solid #d5d5d5;
	/*border-top:1px solid #d5d5d5;*/
	font-size:12px;
	font-weight:normal;
	color:#333333;
	height:30px;
	padding-top:15px;
}

.side_menu a{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
}

.side_menu a:hover{
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#FF9900;
}
p{
	text-align:justify;
}


.listMenu a{
	font-size:12px;
	color:#4a555d;
	text-decoration:underline;
	line-height:18px;
}
.listMenu a:hover{
	color:#333333;
	text-decoration:none;
}


.adminmenu a{
	padding-left:10px;
	font-size:12px;
	color:#4a555d;
	text-decoration:underline;
	line-height:18px;
}
.adminmenu a:hover{
	color:#333333;
	text-decoration:none;
}

SELECT {
	border: 1px inset #F9F9F9;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main_content1 {
padding:5px;
text-align:left;
}

#main_content1 h1{	
	font-size:13px;
	color:#ed0274;
	text-transform: uppercase;
	/*padding:3px 0px 2px 8px; background: #ebebeb;
	border-bottom:1px solid #ddd;*/

}


.clear{
	clear:both;
}

.topLine{
	font-weight:bold;
	padding-top:10px;
	padding-left:165px;
}

.grid_8{
	width:300px;
}

.inp1
{
border:1px solid #e2e3e1;
color:#000000;
background:#fbfbfb;
font-family:verdana, Tahoma, Helvetica, sans-serif;
color:#000000;
font-size: 12px;
padding-top:2px;
padding-left:1px;
height:18px;
width:200px;
}

.inp2
{
border:1px solid #e2e3e1;
color:#000000;
background:#fbfbfb;
font-family:verdana, Tahoma, Helvetica, sans-serif;
color:#000000;
font-size: 10px;
/*padding-top:2px;
padding-left:1px;*/
height:16px;
/*width:120px;*/
}


.textBox1
{
border:1px solid #e2e3e1;
color:#000000;
background:#fbfbfb;
font-family:verdana, Tahoma, Helvetica, sans-serif;
color:#000000;
font-size: 11px;
padding-left:1px;
height:100px;
width:250px
}

.textBox2
{
border:1px solid #e2e3e1;
color:#000000;
background:#fbfbfb;
font-family:verdana, Tahoma, Helvetica, sans-serif;
color:#000000;
font-size: 11px;
padding-left:1px;
height:100px;
width:320px
}

.footerMenu a:link{
	color:#FFFF00;
}

.footerMenu a:active{
	color:#FFFF00;
}

.footerMenu a:visited{
	color:#FFFF00;
}

.footerMenu a:hover{
	color:#FF3300;
	text-decoration:none;
}

.propertyHeading a{
	font-size: 14px;
	font-weight:bold;
	color:#ed0274;
}

.propertyHeading a:hover {
	font-weight:bold;
	color:#c9c9c9;
	text-decoration:underline;
}

.propertyHeading1 a{
	font-size:small;
	font-weight:bold;
	color:#FF9900;
}

.propertyHeading1 a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

.contactHeading a{
	font-weight:bold;
	color:#5b5b5b;
}

.contactHeading a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

.subHeading {
	font-size : small;
	color : #FFCC66;
}

.propertyHeading {
	font-size: 14px;
	font-weight:bold;
	color:#ed0274;
}

.priceHeading {
	font-size:medium;
	font-weight:bold;
	color:#FF6600;
}

.bgLogo {
	background-image:url(../images/logo.gif); background-repeat:no-repeat;
	width:100%; vertical-align:top;
}
.leftpara {
	text-align:justify;
	line-height:20px;
	font-family:Arial;
	font-size:12px;
	color:#79787C;
}
.hright{
	font-family:Arial;
	font-size:11px;
	color:#8B8A8D;
	padding-left:5px;
}

.banner_panel_prelode{
	background-image:url(../images/banner/header1.jpg);
	background-image:url(../images/banner/header2.jpg);
	background-image:url(../images/banner/header3.jpg);
	background-image:url(../images/banner/header4.jpg);
	background-image:url(../images/banner/header5.jpg);
	background-image:url(../images/banner/header6.jpg);
	display:none;
}

.banner_panel_1 {
	width:950px; height:239px;
	background-image:url(../images/banner/header1.jpg); background-repeat:no-repeat;
	display:block;
}
.banner_panel_2 {
	width:950px; height:239px;
	background-image:url(../images/banner/header2.jpg); background-repeat:no-repeat;
}
.banner_panel_3 {
	width:950px; height:239px;
	background-image:url(../images/banner/header3.jpg); background-repeat:no-repeat;
	display:block;
}
.banner_panel_4 {
	width:950px; height:239px;
	background-image:url(../images/banner/header4.jpg); background-repeat:no-repeat;	
	display:block;
}
.banner_panel_5 {	
	width:950px; height:239px;
	background-image:url(../images/banner/header5.jpg); background-repeat:no-repeat;
	display:block;
}
.banner_panel_6 {
	width:950px; height:239px;
	background-image:url(../images/banner/header6.jpg); background-repeat:no-repeat;	
	display:block;
}

.banner_class1{
	line-height:20px;
	font-family:"times new roman";
	font-size:17px;
	color:#000000;
}
.banner_class2{
	line-height:20px;
	font-family:"times new roman";
	font-size:17px;
	color:#FFFFFF;
}
.banner_class3{
	line-height:20px;
	font-family:"times new roman";
	font-size:17px;
	color:#FFFFFF;
}
.banner_class4{
	line-height:20px;
	font-family:"times new roman";
	font-size:17px;
	color:#FFFF00;
}
.banner_class5{
	line-height:20px;
	font-family:"times new roman";
	font-size:17px;
	color:#FFFFFF;
}
.banner_class6{
	line-height:20px;
	font-family:"times new roman";
	font-size:17px;
	color:#800000;
}
.flag_sel{
	border:1px #E1E1E1 solid;
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	color:#959595;
}
.smlcaption{
	font-family:"Arial";
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#400000;
	padding-left:5px;
}
.headercaption{
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	color:#400000;
}