html, body {
	width: 100%;
	height: 100%;
}

body
{
	margin:0;
	padding:0;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

a { color: #24c; }

div#map, div#listings, div#footer {
	padding: 0px;
	margin: 0px;
}

/*div#header {
	background-color: #ccc;
	height: 15%;
}*/

div#map {
	background-color: #aaa;
	float: left;
	width: 65%;
	height: 75%;
}

div#listings {
	background-color: #fff;
	float: right;
	width: 33%;
	height: 75%;
    padding: 0% 1%;
    position: absolute;
    top: 50px;
    right: 0px;
}

div#ajaxloading {
	position: relative;
	z-index:100;
	position: absolute;
	top: 50%;
	left: 75px;
	
}
/*for centering and top message*/
#centered {
	padding: 0 10px;
	font: normal 70% Arial, "Lucida Grande", Helvetica, Verdana;

}

div#topMessage {
font-family: Arial, san-serif;
font-size:28px;
padding-left:15px;
padding-top:60px;
text-align:left;
white-space:nowrap;
width: 48%;
}
div#footer {
	border-top: 3px solid #999;
	background-color: #111;
    float: left; 
    width: 100%;
    text-align: center;
    padding-top: 7px;
}

/* adding page */
#centered {
	text-align: left;
	vertical-align: middle;
	padding: 20px;
	width: 728px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#addform .lbl {
 text-align: right;
}

#addform { 
 border-spacing: 3px;
}

#addform label {
 	color:#777;
	font-family:'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
    margin-right:5px;
}

/* clear these content */


h1,h2,h3,h4
{
font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;	
}

h1 {	
	font-size:1.3em; }

h1 span { font-size:0.7em; color:#999; font-weight:normal; }

h1 span a { color:#a86; text-decoration:none; }
h1 span a:hover { color:#a86; text-decoration:underline; }

h2 {
	font-size:1.0em; }

h2 span
{
	color:#999;
	font-size:0.75em;
	margin-left:1em;
}

h3 
{
	color:#393;
	font-size:0.8em;
	background:#e0e7e0;
	padding:3px 10px;
}

h4
{
  font-size:0.75em;
}

p
{
	font-family:'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#header
{
	background:#111;
	padding:5px 4% 10px;
	border-bottom:3px solid #999;
}


#header img
{
	vertical-align:bottom;
	margin-right:0.25em;
        position: relative;        
        bottom: -3px;
        left: 3px;
}

#header h1
{
	font-weight:normal;
	margin:0;
	color:#6ED5ED;
}

#header h1 span.sub
{
	color:#eee;
	font-size:0.6em;
	font-weight:normal;
	padding-left:1em;
}

#header ul#nav
{
	float:right;
	list-style-type:none;
	margin:0;
	margin-top:0.9em;
}

#header ul#nav li
{
	color:#6ED5ED;
	font-family:'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	float:left;
	margin-left:1.4em;
}

#header ul#nav li a
{
	display:block;
	float:left;
	color:#60B7DE;
	xpadding:3px 1em;
	text-decoration: none;
}

#header ul#nav li.active a
{
	font-weight:bold;
	xbackground:#222;
	color: #0A96D1;
	float: none;
}

#header ul#nav li a:hover
{
	color: #0A96D1;
}

#header ul#nav li.hot a
{
	color:#6ED5ED;
}


/* For displaying listing details */

#centered #google_ad
{
	width: 160px;
	float: right;
        margin-left: 10px;
}

#centered #details
{
	width: 450px;
	float: left;
}

/* searching styling*/
#searchbox {
 background-color: #C2DFEF;
 padding: 15px;
 margin: 0px;
 margin-top: 15px;
 margin-bottom: 10px;
}

#searchform {
	margin: 0px;
	padding: 0px;
}

#searchbox .sform {
	margin-left: 5px;
	margin-bottom: 9px;
	font-size: 12px;
	color: #222;
	font-family: Arial;
	border: none;
	padding: 2px;
}

#searchbox #input1, #searchbox #input2,  #searchbox #input3 {
	padding: 2px 5px;
}

#searchbox #input2, #searchbox #input3 {
	width: 50px;
}

#pagination, #pager, #pager form {
	margin: 0px;
	padding: 0px;	
}

#pagination {
	margin-top: 15px;
}

/*Other college*/
#listings #otherLinks,  #listings #pg {
	margin: 0px;
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
}

/*Bottom Pagination*/
#listings #pager {
	text-align: center;
	position: relative;
	top:-10px;
	padding: 0px 10px;
	background-color: #C2DFEF
}

/* Google Maps Info Window styling */
#infowindow
{
	font-size: 12px;
	width: 230px;
	margin: 10px;
	padding: 0;
}

#infowindowimages
{
	width: 230px;
	margin: 10px 0px 0px 0px;
	vertical-align: top;
	height: 40px;
}

#infowindowimages img
{
	border: 1px solid #333;
	float: left;
	margin: 0px 5px 0px 0px;
}

/* Bottom Nav */
#footer ul.bottomNav {
	background-color: #991;	
}

ul.bottomNav
{
	/*float:right;*/
	width: 100%;
	z-index: 50;
	list-style-type:none;
	margin:0;
	margin-top:1em;
}

#bcontainer{
	float: left; 
    width: 100%;
    text-align: center;
    padding-top: 7px;
	padding-bottom: 7px;
	background-color: #333;
	
	font-size: 0.7em;
	color:#6ED5ED;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

#bcontainer a {
	color:#6ED5ED;
	margin: 5px;
}

/* changed circled link's color*/
.circled a {
	color: #3D3D3D;
	text-decoration: none;
}

.circled img {
    border-width: 0px;
	padding: 0px;
	margin: 0px;
}

#popupLogin {
	display: none;
}

/*toolbox*/
#toolbox {
	position: absolute;
	bottom: 150px;
	left: 20px;
	padding: 5px;
	background: white;
	
	font-size: 0.7em;
	color:#777;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}
