@charset "utf-8";
/* CSS Document */

/* Global Style */
body { background-color:#e5e5e5;}

* {padding:0; margin:0 auto;}

#wrapper {width:1026px; height:auto; float:none; margin:0 auto; clear:both;}
p {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000; 
	line-height:15px; 
	font-weight:normal; 
	text-decoration:none
	}

h1 {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold; text-decoration:none;}
h2 {font-family:Arial, Helvetica, sans-serif; color:#FCFCFC; font-weight:bold; text-decoration:none;}
h3 {font-family:Arial, Helvetica, sans-serif; color:#F5F5F5; font-weight:bold; text-decoration:none;}
h4 {font-family:Arial, Helvetica, sans-serif; color:#F7F7F7; font-weight:bold; text-decoration:none;}
h5 {font-family:Arial, Helvetica, sans-serif; color:#EFEFEF; font-weight:bold; text-decoration:none;}

/* Global Link Style */
.title1 {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
.title2 {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
.title3 {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
.title4 {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
.title5 {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; text-decoration:none;}


/* Header Style */
#header {width:1026px; height:130px; float:none; clear:both; background:url(../images/header-bg.png) no-repeat; background-position:top;}
	.logo {
	width:330px; 
	height:40px; 
	margin:30px 0 29px 13px; 
	float:left; 
	padding:0;
	}
	.logo2 { width:250px; height:40px; float:left; margin:29px 20px 31px 16px;}
	.google-horizontal-ads2 {width:728px; height:90px; margin:5px 12px 5px 0; float:right; padding:0;}
	.search-box { 
	width:340px; 
	height:auto; 
	margin:10px 0 0px 0; 
	padding:0  20px 0 10px; 
	float:right;
	}
	.customer-logged { 
	width:120px; 
	height:20px; 
	margin:0 0 0 25px; 
	float:left;
	color:#FFFFFF;
	text-align:right;
	}
	.customer-logged a{ 	
		color:#FFCC00;
		text-decoration:none;
		font-size:13px;
		font-weight:bold;
	}
	.customer-logged a:hover{ 	
		color:#FFFF00;
		text-decoration:none;
	}	
	.search-box input {
	float:left; 
	margin:5px 0 0 0; 
	height:22px; 
	text-align:justify;
	}

/* Header Navigation Style */
#navigation { width:1024px; height:30px; background:url(../images/navigation-bg.png) no-repeat; clear:both; margin:0 auto; float:none;}
#navigation ul{ list-style:none;}
#navigation ul li{float:left; width:113px; height:auto;}
#navigation ul li a{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF; text-align:center;
	text-decoration:none;
	float:left;
	display:block;
	padding:8px 0 0 0;
	margin:0;
	height:22px;
	width:113px;
	}
#navigation ul li a:hover{color:#FFFF00; text-decoration:none; background:url(../images/navigation-hover-bg.png) no-repeat;}
#navigation ul li a.active{color:#FDFD00; text-decoration:none;}
#navigation .spacer{ width:113px; height:30px;}


/* Content Style */
#content {width:1026px; height:auto; float:none; clear:both; margin:0; padding:0;}
#content .content-top-and-center-bg {
	width:1004px;
	padding:10px 11px; 
	height:auto; 
	min-height:700px;
	background:url(../images/content-top-and-center-bg.png);
	background-repeat:repeat-y;
	}
#content .content-bottom-bg {
	width:1026px; 
	height:15px; 
	float:none; 
	background:url(../images/content-top-and-center-bg.png)
	}
	#content .botton {
	width:1026px; 
	height:13px; 
	margin:0; 
	padding:0; 
	clear:both; 
	float:none;
	}
	
/* Body Content */		
#body-content {
	width:525px; 
	height:auto; 
	float:left; 
	margin:0 9px 0 9px;
	}
	.body-content-top-bg {
	width:525px; 
	height:10px; 
	margin:0; 
	padding:0; 
	background:url(../images/body-content-top-bg.png) no-repeat;
	}
	.body-content-center-bg {
	width:505px; 
	height:auto; 
	margin:0; 
	padding:10px; 
	background:url(../images/body-content-center-bg.png) repeat-y; 
	min-height:50px;
	}
	.body-content-bottom-bg {
	width:525px; 
	height:10px; 
	margin:0 0 15px 0; 
	padding:0; 
	background:url(../images/body-content-bottom-bg.png) no-repeat;
	}
.signup-content{width:715px; height:auto; padding:5px 0;}
.signup-main-left{width:390px; height:auto; float:left; margin:0 15px 0 0;}
.signup-main-right{width:290px; height:auto; float:left; margin:0 0 10px 0;
	border:1px #46a3f2 solid;
	background-color:#e6f4ff;
	padding:5px 5px 5px 5px;
}
.signup-main-right p{
	color:#000;
	font-size:11px;
	padding:10px 0 5px 10px;	
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	text-align:left;
}
.signup-main-right1{width:290px; height:auto; float:left; margin:0 0 10px 0;
	border:1px #febd7d solid;
	background-color:#fff1e4;
	padding:5px 5px 5px 5px;
}
.signup-main-right1 p{
	color:#000;
	font-size:11px;
	padding:10px 0 5px 10px;	
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	text-align:left;
}
.signup-main-right2{width:290px; height:auto; float:left; margin:0 0 10px 0;
	border:1px #ffea00 solid;
	background-color:#fdfcc3;
	padding:5px 5px 5px 5px;
}
.signup-main-right2 p{
	color:#000;
	font-size:11px;
	padding:10px 0 5px 10px;	
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	text-align:left;
}
.signup-main3{width:650px; height:auto; float:left; margin:0;}
.signup-content-lbl{width:150px; float:left; text-align:right;}
.signup-content-txt{width:auto; float:left; padding:2px 2px 2px 2px; height:auto; background-color:#fff; margin-bottom:10px;}
#fmsg #bmsg {float:left; width:auto; margin-left:5px; height:auto; visibility:hidden; margin-top:5px;}
#result{width:250px; margin-bottom:10px; padding:5px 0 5px 2px; text-align:center; border:#ffd294 1px solid; visibility:hidden; height:20px;}
#mobilemsg #addressmsg #lnamemsg #emailmsg #fnamemsg{width:250px; margin-bottom:10px; padding:5px 0 5px 2px; text-align:center; visibility:hidden; height:16px;}
.notif {width:250px; margin-bottom:10px; padding:5px 0 5px 2px; text-align:center; border:#ffd294 1px solid; height:auto;}
.signup-content input { border:1 solid #999999;}
.main-search-property { width:505px; height:auto; float:none; margin:0 auto; padding:5px 0;}
.sort-brokers { width:400px; height:auto; margin:10px auto; float:none;}
.main-sort-borker { width:505px; height:auto; float:none; margin:0; padding:5px 0;}
#body-content2 {
	width:745px; 
	height:auto; 
	float:left;
	margin:0 0 0 9px; 
	}
	.thumbnail-viewer {
	width:680px; 
	height:auto; 
	margin:15px auto; 
	float:none; 
	clear:both;
	padding:10px 0;
	}
	.js-images {
	width:290px; 
	height:215px; 
	float:left;
	margin:0 5px 5px 5px;
	}
	.js-thumbs { width:85px; height:62px; float:left; margin:3px; padding:0;
	}
	.body-content-top2-bg {
	width:745px; 
	height:10px; 
	margin:0; 
	padding:0; 
	background:url(../images/body-content-top2-bg.png) no-repeat;
	}
	.body-content-center2-bg {
	width:725px; 
	height:auto; 
	margin:0; 
	padding:10px; 
	background:url(../images/body-content-center2-bg.png) repeat-y; 
	min-height:280px;
	}
	.body-content-center2-bg a{
	color:#0000DD;
	text-decoration:none;
	font-weight:bold;
	}	
	.body-content-center2-bg a:hover{
	color:#FF1717;
	text-decoration:underline;
	}		
	.body-content-bottom2-bg {
	width:745px; 
	height:10px; 
	margin:0 0 15px 0; 
	padding:0; 
	background:url(../images/body-content-bottom2-bg.png) no-repeat;
	}
	.body-content-title-bar2 {
	width:715px; 
	height:20px;
	background-color:#83abd3; 
	padding:10px 0 10px 10px; 
	margin:0 0 10px 0;
	}	
	.my-properties2 {
	width:680px; 
	height:auto;
	float:none;
	margin:10px auto;
	}
	.my-properties2 a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#003870; 
	text-align:center; 
	font-weight:bold; 
	text-decoration:none;
	}
	.my-properties2 a:hover{
	color:#EC0000; 
	text-decoration:none;
	} 
	.my-properties-house-type2 {
	width:147px; 
	height:60px; 
	margin:5px 0; 
	padding:6px 0; 
	border:1px #f8e893 solid; 
	background-color:#fff8d1; 
	text-align:center;
	}
	
	.my-properties-thumbs-bg3 {
	width:151px; 
	height:auto; 
	min-height:197px; 
	background:url(../images/my-properties-thumbs-bg.png) repeat; 
	padding:10px 5px; 
	float:left; 
	margin:5px 0 5px 10px;
	}
	.my-properties-house-type2 p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#013d7a; 
	text-align:left; 
	font-weight:normal;
	line-height:15px;
	}
	.my-properties-house-type2 a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#003870; 
	text-align:center; 
	font-weight:normal; 
	text-decoration:none;
	}
	.my-properties-house-type2 a:hover{
	color:#EC0000; 
	text-decoration:none;
	}

	.body-content-title-bar {
	width:495px; 
	height:20px;
	background-color:#83abd3; 
	padding:10px 0 10px 10px; 
	margin:0 0 10px 0;
	}
	.body-content-signup-bar {
	width:491px; 
	height:auto; 
	min-height:20px; 
	background-color:#fff8d1; 
	padding:10px 0 10px 10px; 
	margin:15px 0; 
	border:1px #f7e68b solid;
	}
	.body-content-signup-bar a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#1111FF; 
	text-decoration:none; 
	text-align:left; 
	float:left; 
	margin-top:10px;
	}
	.body-content-signup-bar a:hover{
	color:#F40000; 
	text-decoration:underline;
	} 
	.sign-up-botton {
	width:70px; 
	height:20px; 
	background:url(../images/sign-up-bg.png) no-repeat; 
	float:right; 
	margin:0 30px 0 0; 
	text-align:center;
	padding:0 0 11px 18px;
	}
	.sign-up-botton a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#151515; 
	text-decoration:none; 
	text-align:center;
	padding:0 0 10px 0;
	}
	.sign-up-botton a:hover{
	color:#F40000; 
	text-decoration:underline;	
	}
	.featured-properties {
	width:505px; 
	height:auto; 
	float:left; 
	clear:both; 
	margin:0 0 10px 0;
	} 
	.featured-properties-thumbs-bg {
	width:151px; 
	height:auto; 
	min-height:197px; 
	background:url(../images/featured-properties-thumbs-bg.png) repeat; 
	padding:10px 5px; 
	float:left; 
	margin:5px 7px 0 0 ;
	}
	.featured-properties-thumbs-bg2 {
	width:151px; 
	height:auto; 
	min-height:197px; 
	background:url(../images/featured-properties-thumbs-bg.png) repeat; 
	padding:10px 5px; 
	float:left; 
	margin:5px 10px
	}
	.featured-properties-house-type {
	width:147px; 
	height:50px; 
	margin:5px 0; 
	padding:10px 0; 
	border:1px #f8e893 solid; 
	background-color:#fff8d1; 
	text-align:center;
	}
	.featured-properties-house-type p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#013d7a; 
	text-align:center; 
	font-weight:normal;
	}
	.featured-properties-house-type a, .featured-video-bg a {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#003870; 
	text-align:center; 
	font-weight:normal; 
	text-decoration:none;
	}
	.featured-properties-house-type a:hover, .featured-video-bg a:hover {
	  color:#EC0000;
	  text-decoration:none;
	}
	

        .featured-video-bg {
           background:url(../images/featured-properties-thumbs-bg.png) repeat;
           padding:5px 5px 5px 5px;
           float: left;
           margin: 5px 0 0 5px;
           text-align: center;
	}

        .featured-video-title {
            margin-top: 10px;
            padding:10px 0;
            border:1px #f8e893 solid;
            background-color:#fff8d1;
            text-align:center;
	}


        
	.main-broker {
	width:505px; 
	height:auto; 
	float:left; 
	clear:both; 
	margin:0 0 10px 0;
	} 
	.main-broker a{
	font-size:13px;
	font-weight:bold;
	color:#0000A6;
	text-decoration:none;
	}
	.main-broker a:hover{
	color:#C10000;
	text-decoration:underline;
	}
	.broker-thumbs-bg {
	width:151px; 
	height:auto; 
	min-height:197px; 
	background:url(../images/featured-properties-thumbs-bg.png) repeat; 
	padding:10px 5px; 
	float:left; 
	margin:5px 7px 0 0 ;
	}
	.broker-thumbs-bg2 {
	width:151px; 
	height:auto; 
	min-height:197px; 
	background:url(../images/featured-properties-thumbs-bg.png) repeat; 
	padding:10px 5px; 
	float:left; 
	margin:5px 10px
	}
	.broker-name {
	width:147px; 
	height:70px; 
	margin:5px 0; 
	padding:10px 0; 
	border:1px #f8e893 solid; 
	background-color:#fff8d1; 
	text-align:center;
	}
	.broker-name p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#013d7a; 
	text-align:center; 
	font-weight:normal;
	}
	.broker-name a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#003870; 
	text-align:center; 
	font-weight:normal; 
	text-decoration:none;
	}
	.broker-name a:hover{
	color:#EC0000; 
	text-decoration:none;
	}
	
	
	
	.my-properties {
	width:505px; 
	height:auto; 
	float:left; 
	clear:both; 
	margin:0 0 10px 0;
	} 
	.my-properties-thumbs-bg {
	width:151px; 
	height:auto; 
	min-height:197px; 
	background:url(../images/my-properties-thumbs-bg.png) repeat; 
	padding:10px 5px; 
	float:left; 
	margin:5px 7px 0 0;
	}
	.my-properties-thumbs-bg2 {
	width:151px; 
	height:auto; 
	min-height:197px; 
	background:url(../images/my-properties-thumbs-bg.png) repeat; 
	padding:10px 5px; 
	float:left; 
	margin:5px 10px
	}
	.my-properties-house-type {
	width:147px; 
	height:50px; 
	margin:5px 0; 
	padding:10px 0; 
	border:1px #f8e893 solid; 
	background-color:#fff8d1; 
	text-align:center;
	}
	.my-properties-house-type p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#013d7a; 
	text-align:center; 
	font-weight:normal;
	line-height:15px;
	}
	.my-properties-house-type a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#003870; 
	text-align:center; 
	font-weight:normal; 
	text-decoration:none;
	}
	.my-properties-house-type a:hover{
	color:#EC0000; 
	text-decoration:none;
	}	
	.shared-properties {
	width:505px; 
	height:auto; 
	float:left; 
	clear:both; 
	margin:0 0 10px 0;
	} 
	.shared-properties-thumbs-bg {
	width:151px; 
	height:auto; 
	min-height:197px; 
	background:url(../images/shared-properties-thumbs-bg.png) repeat; 
	padding:10px 5px; 
	float:left; 
	margin:5px 7px 0 0;
	}
	.shared-properties-thumbs-bg2 {
	width:151px; 
	height:auto; 
	min-height:197px; 
	background:url(../images/shared-properties-thumbs-bg.png) repeat; 
	padding:10px 5px; 
	float:left; 
	margin:5px 10px
	}
	.shared-properties-house-type {
	width:147px; 
	height:60px; 
	margin:5px 0; 
	padding:10px 0; 
	border:1px #f8e893 solid; 
	background-color:#fff8d1; 
	text-align:center;
	}
	.shared-properties-house-type p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#013d7a; 
	text-align:center; 
	font-weight:normal;
	}
	.shared-properties-house-type a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#003870; 
	text-align:center; 
	font-weight:normal; 
	text-decoration:none;
	}
	.shared-properties-house-type a:hover{
	color:#EC0000; 
	text-decoration:none;}
	
/* Left Side Panel*/
#left-sidepanel { width:250px; height:auto; float:left; margin:0;}
	.login-top-bg {
	width:250px; 
	height:40px; 
	background:url(../images/left-login-top-bg.png) no-repeat;
	}
	#login-link {
	width:250px; 
	height:40px; 
	float:left; 
	clear:both;
	}
	.left-property-images {
	width:220px; 
	height:auto; 
	margin:15px auto; 
	float:none; clear:both; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-align:center; 
	color:#003A75; 
	font-weight:normal;
	}
	#login-link ul { list-style:none;}
	#login-link ul li {float:left; width:113px; height:auto;}
	#login-link ul li a{font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	color:#323339; 
	text-align:center;
	text-decoration:none;
	float:left;
	display:block;
	padding:10px 0 0 0;
	font-weight:bold;
	margin:0;
	height:30px;
	width:125px;}
	#login-link ul li a:hover{color: #E80000; text-decoration:none;}	
	#login-link ul li a.active {color:#ffffff;}
	.login-center-bg {
	width:230px; 
	padding:10px; 
	height: auto; 
	min-height:164px; 
	background:#323247 url(../images/left-login-center-bg.png) repeat-x; 
	background-position:top;
	}
	.login-center-bg p{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-decoration:none; text-align:left;
	}
	.login-botton {
	width:88px; 
	height:23px; 
	background:url(../images/login-bg.png) no-repeat; 
	float:right; 
	margin:0; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	}
	.login-botton a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#151515; 
	text-decoration:none; 
	text-align:center;
	padding:0;
	}
	.login-botton a:hover{
	color:#F40000; 
	text-decoration:none;	
	}
	
	.login-bottom-bg {
	width:250px; 
	height:10px; 
	background:url(../images/left-login-bottom-bg.png) no-repeat; 
	margin-bottom:15px;
	}
	
	.basic-search-top-bg {
	width:250px; 
	height:40px; 
	background:url(../images/left-search-top-bg.png) no-repeat;
	}
	#basic-search-link {width:250px; height:40px; float:left; clear:both;}
	#basic-search-link ul { list-style:none;}
	#basic-search-link ul li {float:left; width:113px; height:auto;}
	#basic-search-link ul li a{font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	color:#323339; 
	text-align:center;
	text-decoration:none;
	float:left;
	display:block;
	padding:10px 0 0 0;
	font-weight:bold;
	margin:0;
	height:30px;
	width:125px;}
	#basic-search-link ul li a:hover{color: #E80000; text-decoration:none;}	
	#basic-search-link ul li a.active {color:#2b2c31;
	}
	.basic-search-center-bg { 
	width:230px; 
	padding:10px; 
	height:auto; 
	min-height:164px;
	background:url(../images/left-search-center-bg.png) repeat-y;
	}
	.left-title-bar {
	width:220px; 
	height:20px;
	background-color:#83abd3; 
	padding:10px 0 10px 10px; 
	margin:0 0 10px 0;
	}
	.basic-search-bottom-bg {
	width:250px; 
	height:10px; 
	background:url(../images/left-search-bottom-bg.png) no-repeat; 
	margin-bottom:15px;
	}
	.left-top-bg {
	width:250px; 
	height:10px; 
	margin:0; 
	padding:0; 
	background:url(../images/left-top-bg.png) no-repeat;
	}
	.left-center-bg {
	width:230px; 
	padding:10px; 
	height:auto; 
	background:url(../images/left-center-bg.png) repeat-y; 
	min-height:50px;
	}
	.left-center-bg a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#003870; 
	text-align:center; 
	font-weight:normal; 
	text-decoration:none;
	}
	.left-center-bg a:hover{
	color:#EC0000; 
	text-decoration:none;
	}
	.left-bottom-bg {
	width:250px; 
	height:10px; 
	margin:0 0 15px 0; 
	padding:0; 
	background:url(../images/left-bottom-bg.png) no-repeat;
	}
	
/* Right Side Panel */
#right-sidepanel {width:210px; height:auto; float:left; margin:0;}
	#right-sidepanel a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#013185; 
	text-decoration:none; 
	font-weight:bold;}
	#right-sidepanel a:hover{
	color:#F40000; 
	text-decoration:none}
	.right-sidepanel-top-bg {
	width:210px; 
	height:10px; 
	margin:0; 
	padding:0; 
	background:url(../images/right-top-bg.png) no-repeat;
	}
	.right-sidepanel-center-bg {
	width:190px;
	height:auto; 
	min-height:50px; 
	padding:10px; 
	background:url(../images/right-center-bg.png) repeat-y;
	}
	.right-sidepanel-bottom-bg {
	width:210px; 
	height:10px; 
	margin:0 0 15px 0; 
	padding:0; 
	background:url(../images/right-bottom-bg.png) no-repeat;
	}
	.right-sidepanel-title-bar {
	width:180px; 
	height:20px;
	background-color:#83abd3; 
	padding:10px 0 10px 10px; 
	margin:0 0 10px 0;
	}
	.right-sidepanel-title-bar p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FBFBFB; 
	text-align:left; 
	text-decoration:none;
	font-weight:bold;
	}
	.right-sidepanel-female-thumbs{
	width:92px; 
	height:auto; 
	border:0; 
	margin:0 3px 10px 0; 
	padding:0; 
	float:left; 
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center; 
	font-size:10px; 
	color:#001d57;
	}
	.right-sidepanel-male-thumbs{
	width:92px; 
	height:auto; 
	border:0; 
	margin:0 0 10px 0; 
	padding:0; 
	float:right; 
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center; 
	font-size:10px; 
	color:#001d57;
	}
	.google-vertical-ads {
	width:160px; 
	height:auto; 
	float:none; 
	margin:10px auto; 
	clear:both;
	}
	.default-photo { width:200px; height:auto; margin:10px auto; float:none; clear:both;}
	.video { width:189px; height:auto; float:none; margin:10px auto; clear:both;}
	
/* Footer Style */
#footer {width:1026px; height:auto; margin:7px 0; padding:0; float:none; clear:both; text-align:center;}
	.footer-line {
	width:1024px; 
	margin:0 auto; 
	height:10px; 
	background-color:#1d4a99;
	}
	#footer p {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	text-align:center; 
	color:#000000;
	}
	#footer a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold; 
	text-decoration:none; 
	color: #004080;
	}
	#footer a:hover{
	color:#F40000; 
	text-decoration:underline;
	}

/* Footer  Navigation Style */
#footer-navigation { width:850px; height:22px; margin:10px auto; float:none;}
#footer-navigation ul{list-style:none;}
#footer-navigation ul li{width:auto; height:auto; float:left;}
#footer-navigation ul li a{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	font-weight:normal;
	color:#1b458f; 
	text-align:center;
	text-decoration:none;
	float:left;
	display:block;
	padding:5px 20px;
	margin:0;
	}
#footer-navigation ul li a:hover{color:#F00000; text-decoration:underline;}
#footer-navigation ul li a.active{color:#F90000; text-decoration:none;}
#footer-navigation ul li .border{	border-left:1px #c9c9c9 solid;}


/* Other Style */
.clear {clear:both;}



.message
{
   text-align: center;
   font-weight: bold;
   font-size: 12px;
}


/* Link Exchange Style */
.directory-content {
	clear:both;
	width:715px; 
	padding:0 0 10px 0; 
	background:white; 
	height:auto;
	margin:0 auto;
	float:none;
	}
	.main-body-link {
	width:505px; 
	height:auto; 
	float:left; 
	clear:both; 
	margin:0 0 10px 0;
	}
	.main-body-link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#0D0D0D;
	}
	.main-body-link a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#f50303;
	}
	.main-body-link a:hover{
	color:#0d3b8c;
	text-decoration:underline;
	}
	.directory-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#0D0D0D;
	text-decoration:none;
	}
.directory-content .link-exchange1 {
	width:300px; 
	height:auto; 
	margin:0 0 20px 0; 
	text-align:center; 
	float:left;
	border:1px dashed #fbfbfc;
	background-color:#fffefe;
	}
.directory-content .link-exchange1 ul{
	list-style:none;
	}
.directory-content .link-exchange1 ul li{
	float:left;
	}
.directory-content .link-exchange1 ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f50202;
	font-weight:bold;
	text-decoration:none;
	width:300px;
	height:auto;	
	padding:15px 0;
	display:block;
	list-style:none;
	}
.directory-content .link-exchange1 ul li a:hover{
	color:#124091;
	text-decoration:none;
	}
.directory-content .add-url {
	width:300px; 
	height:auto; 
	margin:0 0 20px 0;
	padding:0; 
	float:right; 
	text-align:center; 
	background-color:#fffefe;
	border:1px dashed #fbfbfc;
	}
.directory-content .add-url ul{
	list-style:none;
	}
.directory-content .add-url ul li{
	float:left;
	}
.directory-content .add-url ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	height:auto;
	width:300px;
	text-align:center;
	padding:15px 0;
	text-decoration:none;
	list-style:none;
	display:block;
	}
.directory-content .add-url ul li a:hover{
	color:#15418f;
	text-decoration:none;
	}
.categories {
	width:230px; 
	height:auto; 
	margin:0; 
	padding:0 0 0 8px; 
	float:left; 
	min-height:910px; 
	text-decoration:none;
	}
.add-url {
	width:332px; 
	height:auto; 
	margin:15px 0; 
	float:left; 
	text-align:right; 
	padding:15px 50px 15px 0;
	}
.ptext {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#f60000; 
	text-decoration:none; 
	font-weight:normal;
	}
.categories a{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	font-size:12px; 
	color:#0252a2; 
	text-decoration:none;
	}
.categories a:hover{
	color:#F40000; 
	text-decoration:none;
	}
.links-thumbs-info {
	width:700px; 
	height:auto; 
	clear:both; 
	min-height:100px; 
	margin:0 auto; 
	border-bottom:1px #002b3e solid; 
	padding:10px 0;
	}
.links-thumbs {
	width:126px; 
	height:auto; 
	margin:0 6px 0 0; 
	padding:15px 2px; 
	float:left; 
	min-height:100px
	}
.links-info {
	width:564px; 
	height:auto; 
	margin:0; 
	padding:15px 0; 
	float:left; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-align:justify; 
	color:#000000; 
	min-height:100px
	}
.links-info	a { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#0154a6; 
	font-weight:bold; 
	text-decoration:none;
	}
.links-info a:hover {
	text-decoration:none; 
	color:#ed041a;
	}
.leader-board-ads-link-exchange {
	width:728px; 
	height:90px; 
	float:none; 
	margin:0 auto 10px  auto; 
	clear:both;
	}
.leader-board-ads-link-exchange2 {
	width:728px; 
	height:90px; 
	float:none; 
	margin:25px auto 10px  auto; 
	clear:both;
	}
.directory-content .link-bottom{
	text-align:center; 
	width:400px; 
	height:auto; 
	margin:20px auto;
	background-color:#fffefe;
	border:1px dashed #f8f8f8;
	clear:both;
	float:none;
	}
.directory-content .link-bottom ul{
	list-style:none;
	}
.directory-content .link-bottom ul li{
	float:left;
	}
.directory-content .link-bottom ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-align:center; 
	width:400px; 
	height:auto; 
	padding:20px 0; 
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#F20000;
	list-style:none;
	}
.directory-content .link-bottom ul li a:hover {
	text-decoration:none; 
	color:#14418f;
	}
.link-exchange-button {
	width:175px; 
	height:50px; 
	float:right;
	margin:5px 50px 0 0;	
	}
	#footer .url_tbl {
	width:500px;
	height:auto;
	margin:0 0 0 250px;
	padding:0;
	float:left;
	}
#footer .url_tbl2 {
	width:500px;
	height:auto;
	margin:0 0 0 250px;
	padding:20px 0 0 0;
	float:left;
	}
#footer .footer-google-ads{
	width:728px;
	margin:25px auto 30px auto;
	float:none;
	height:15px;
	clear:both;
}


