/*
Theme Name: default

*/

body{
		background-color:#010938;
		background-image:url(images/pagebg.jpg);
		background-repeat:repeat-x;
		padding:0px;
		margin:49px 0px 0px 0px;
	}
	#shadow{
	width:800px;
	padding:15px;
	margin:0px auto;	
		}
	#wrapper{
	margin:0px auto;
	padding:0px;
	width:800px;
	background-color:#fff;
	border:1px solid #90cdff;

	}
	
	h1 { font-family : Verdana; font-size : 16px; color : #fff; margin:0px 0px 10px 0px ; }
	h1 a{ font-family : Verdana; font-size : 16px; color : #003982; text-decoration : none;}
	h1 a:hover{ font-family : Verdana; font-size : 16px; color : #fff; text-decoration : none;}

	h2 { font-family : Verdana; font-size : 14px; color : #fff; margin:0px 0px 10px 0px ;}
	h2 a{ font-family : Verdana; font-size : 14px; color : #003982; text-decoration : none;}
	h2 a:hover{ font-family : Verdana; font-size : 14px; color : #920000; text-decoration : none;}
	
	#btns{
		padding:5px;	
	}

	#getlisted{
	text-align:left;
	float:left;
	width:380px;
	height:92px;
	padding:0px;
	margin:0px;	

	}
	
	#featuredlisting{
		text-align:right;
		float:left;
		width:380px;
		height:92px;
		padding:0px;
		margin:0px 0px 0px 28px;	

	}
	
	*html 	#featuredlisting{
		text-align:right;
		float:left;
		width:380px;
		height:92px;
		padding:0px;
		margin:0px 0px 0px 26px;	

	}


	.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:39px;
		line-height:39px;
	background-color:#fff;
	}
	
	.nav li {
		float:left;
		display:block;
		height:39px;
		line-height:39px;
		}
	
	.nav li a{
		float:left;
		font-weight:bold;
		color:#fff;
		display:block;
		height:39px;
		line-height:39px;
		padding:0px 6px;
		text-decoration:none;
		}
		
	.nav li a:hover{
		float:left;
		font-weight:bold;
		color:#fff;
		background-color:#003982;
		display:block;
		height:39px;
		line-height:39px;
		padding:0px 6px;
		text-decoration:none;
		}
	
	#leftside{
		float:left;
		width:580px;
		padding:5px;
		}

		
	#rightside{
		float:left;
		width:200px;
		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;	
	}	
	

	div#box{ padding:7px;
    background: #f1f1f1 url(images/boxbg.jpg) repeat-x;}
	
	div#box1{ padding:7px; 
    background: #f1f1f1 url(images/boxbg.jpg) repeat-x;}
	
	#profiles{
		width:230px;
		margin:0px auto;
	}
	
	.txt{font-family : Verdana; font-size :9pt; color : #023761;  }
	.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 < 350 ? "350px" : "auto" ); 
		min-height:350px;
		width:800px;
	}