/*
Theme Name: default

*/
body{
		background-color:#060739;
		background-image:url(../images/pagebg.jpg);
		background-repeat:repeat-x;
		padding:0px;
		margin:0px;
	}
	
	#shadow{
	width:800px;
	padding:15px;
	margin:0px auto;	
		}
	
	#logo {
		text-align : center;
		width:800px;
		margin:5px auto 0px auto;
	}
	
	#banner{
		width:488px;
		height:246px;
		border:1px solid #141614;
	}
	
	#wrapper{
	margin:0px auto;
	padding:0px;
	width:800px;
	background-color:#edf8fe;
	}
	
	h1 { font-family : Verdana; font-size : 16px; color : #5c7119; margin:0px ;padding-left:5px; }
	h1 a{ font-family : Verdana; font-size : 16px; color : #141614; text-decoration : none;}
	h1 a:hover{ font-family : Verdana; font-size : 16px; color : #5c7119; text-decoration : none;}

	h2 { font-family : Verdana; font-size : 14px; color : #5c7119; margin:0px ;}
	h2 a{ font-family : Verdana; font-size : 14px; color : #141614; text-decoration : none;}
	h2 a:hover{ font-family : Verdana; font-size : 14px; color : #5c7119; text-decoration : none;}
	
	.header{
		padding:8px 5px;}
	
	#getlisted{
	border:1px solid #141614;
	width:291px;
	height:87px;
	padding:0px;
	margin:10px 0px;	

	}
	
	#featuredlisting{
		border:1px solid #141614;
		width:291px;
		height:87px;
		padding:0px;
		margin:10px 0px;	

	}

	#nav {
		width:291px;
		height:41px;
		border:1px solid #141614;
		}
		
	.nav{
	font-family:verdana;
	font-size:0.8em;
	color:#060739;
	margin:0px;
	padding:0px;
	background-image:url(../images/navimg.jpg);
	background-repeat:repeat-x;
	list-style-type:none;
	height:41px;
	line-height:41px;
	background-color:#141614;
	}
	

	
	.nav li {
		float:left;
		display:block;
		height:41px;
		line-height:41px;
		}
	
	.nav li a{
		float:left;
		font-weight:bold;
		color:#fff;
		display:block;
		height:41px;
		line-height:41px;
		padding:0px 20px;
		text-decoration:none;
		}
		
	.nav li a:hover{
		float:left;
		font-weight:bold;
		color:#fff;
		background-image:url(../images/navimgmo.jpg);
		background-repeat:repeat-x;
		display:block;
		height:41px;
		line-height:41px;
		padding:0px 20px;
		text-decoration:none;
		}
	
	*html #leftside{
		float:left;
		width:488px;
		padding:4px;

		}

		
	*html #rightside{
		float:left;
		width:291px;
		padding:4px;


	}
	
	#leftside{
	float:left;
	width:488px;
	padding:5px;

	}

		
	#rightside{
		float:left;
		width:291px;
		padding:5px;


	}
	
	.clr{
		clear:both;
	}
	
	#footer{
		text-align:right;
		padding:0px 10px;
		height:30px;
		line-height:30px;
		
	}
	
	.footer{
		color:#206de1;
		font-family:verdana;
		font-size:0.8em;
	}
	
	.footer a{
	    color:#063d91;
		text-decoration:none;
	 }
	
	.footer a:hover{
		color:#206de1;
		text-decoration:none;	
	}	
	

	#box{ 
	width:291px;
	border:1px solid #141614;
	padding:0px;
	margin:0px 0px 10px 0px;
    background: #d5ecf8 url(../images/profilebg.jpg) repeat-x;}
	
	#box1{ 
	margin:10px 0px;
	width:488px;
	border:1px solid #141614;
	padding:0px; 
    background: #d5ecf8 url(../images/boxbg.jpg) repeat-x;}
	
	#profiles{
		width:230px;
		margin:0px auto;
	}
	
	.txt{font-family : Verdana; font-size :9pt; color : #023761; padding:5px;  }
	.txt a{ font-family : Verdana; font-size : 9pt; color : #920000; text-decoration:none;}
	.txt a:hover{font-family : Verdana; font-size : 9pt; color : #023761; text-decoration:none;}
	
	#mainarea{
		height: expression( this.scrollHeight < 550 ? "550px" : "auto" ); 
		min-height:550px;
		width:800px;
	}