/* -------------------------- */
* {padding:0px;}

/* -------------------------- */
html, form, body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Helvetica,Arial, Microsoft Sans Serif;
}

/* -------------------------- */
body {
	font-size:16px;
	/*background-attachment:fixed;*/
	font-weight:normal;
    color:#808080;
    background-image:url('../images/philasearch/bg_default.jpg');
	background-position:0 0;
	background-repeat:repeat-x;
}

img {border:none;}



ul {
	list-style:none;
	margin:0px;
	padding:0px
}

a {
	text-decoration:none;
	color:#000099;
}

h1 {
   color:#020167;
   font-size:1.6em;
   font-weight:normal;
   padding:0 0 0px 0;
}

h2 {
   color:#020167;
   font-size:1.5em;
   font-weight:normal;
   padding:0 0 20px 0;
}

h3 {
   color:#020167;
   font-size:1.4em;
   font-weight:normal;
   padding:0 0 20px 0;
}

h4 {
   color:#1A0EA2;
   font-size:1.1em;
   font-weight:normal;
   padding:0;margin:0px;
}

h5 {
   color:#020167;
   font-size:0.9em;
   font-weight:normal;
   padding:0;
   margin:0px;
}



/* -------------------------- */
#nofooter {
	min-height:100%;
	width:100%;
	position:relative;
}

/* -------------------------- */
#content-logout {
    width:150px;
    height: 30px;
	padding:14px 0 0px 45px;
	/*background-color:green;*/
    float:left;
}

#content-logout a {font-weight:bold;color:white;}

/* -------------------------- */
#content-navigation {
    float:right;
    /*background-color:gray;*/
    width:auto;
    height: 49px;
}

/* -------------------------- */
#content-breadcrumb{
	/*background-color:yellow;*/
	width:960px;
	height:30px;
	color:#fff;
	font-size:0.8em;
	text-align:right;
	float:left;
}

#content-breadcrumb ul {float:right;}

#content-breadcrumb li {
   width:auto;
   padding:0;
   float:left;
   padding:0 3px 0 3px;
   font-style:italic;
   color:black
}

#content-breadcrumb a {
	padding:0 3px 0 3px;
	font-style:italic;
	color:white
}


/* -------------------------- */




