@import url('/media/theme/Form.css');

/*	Reliance Network 2005 */
/* Pru 049 */

/*Search Container - maintaining old size for now*/
	
div#newsearchcontentinside{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}



/*	globals	*/

*{
	margin: 0;
	padding: 0;
	}
body{
	width: 100%;
	color: #000000;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	background: #797c5d repeat-x top left url(/media/theme/Prudential049/nav/bg_page.gif);
	}
hr{
	background-color:#000000;
	color:#000000;
	border:none;
	height:3px;
	margin:0;
	padding:0;
	}
img{
	border: 0px solid #FFFFFF;
	}
* html .pngImg{
	behavior: url('/modules/components/png.htc');
	}	
input
{
	
	}
label{
	cursor:pointer;
	}
select{
	margin-bottom: 2px;
	}
table#containertext{
	background-color:#ffde98;
}
	
	
/*	layout	*/

div#container{
	position: relative;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	}
div#header{
	position: relative;
	width: 944px;
	height: 146px;
	background: #FFFFFF no-repeat top left /*url(/media/theme/Prudential049/nav/bg_header.jpg);*/
	}	
div#HeaderTop{
	position: relative;
	width: 944px;
	height: 15px;
	background: url('/media/theme/Prudential049/nav/bg_headertop.gif') top left no-repeat;
}
div#HeaderMain{
	position: relative;
	width: 934px;
	background: #ffffff repeat-y top left url(/media/theme/Prudential049/nav/bg_headermain.gif);
	padding-top:0px;
	margin-left: 5px;

	padding-left:0px;
}
div#SpecialNavTop{
	position: relative;
	width: 924px;
	left: 0px;
	height: 30px;
	margin-left: 5px;
	background-image: url(/media/theme/Prudential049/nav/navbarbg.gif);
	margin-bottom: 0px;
	}
div#OGSpecialNavTop{
	position: relative;
	width: 934px;
	height: 30px;
	margin-left: -5px;
	background-image: url(/media/theme/Prudential049/nav/navbarbg.gif);
	margin-bottom: 0px;
	}	
div#OGSpecialNavTop table{
	margin-left: 10px;
}
div#logo
{
	position:relative;
	left:20px;
	top:25px;
	width:300px;
	}
div#officeName{
	font-weight: bold;
	}

div#agent
{
	color:#ffffff;
	width: 200px;
	height:90px;
	position: absolute;
	right: 120px;float:right;
	top: 5px;
	z-index:200;
	padding-top:20px;
	vertical-align:middle;
	padding-top:20px;
}
div#agent a,
div#agent a:link,
div#agent a:visited
{
	color: #ffffff;
}
div#agent a:hover
{
	color:#dddddd;
}
div#agentName{
	font-family: "Century Gothic", helvetica, Sans-Serif;
	font-weight: bold;
	font-size:12pt;
}
div#agentPhoto{
	position: absolute;
	width: 95px;
	height:120px;
	top: 10px;
	left: 200px;
	border:solid 1px #ffffff;
}
/* agent photo fix - gap under photo - j.w. 7-6-2003*/
* html div#agentPhoto
{
	border:solid 0px #ffffff;
}
* html div#agentPhoto img
{
	margin-bottom: -3px;
	border:solid 1px #ffffff;
}
/* end fix */
div#content{
	position: static;
	/* width: 910px; */
	padding: 25px;
	padding-left:15px;
	background: #797c5d repeat-y top left url(/media/theme/Prudential049/nav/bg_content.gif);
	}
div#contentInside{
	padding-top:0px;
	padding-left:5px;
}
div#content:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}


div#copyright{
	padding: 20px;
	padding-top: 20px;
	padding-right: 10px;
	color:#ffffff;
	font-size:11px;
	}

div#footer{
	width: 944px;
	padding: 0px;
	color:#ffffff;
	background: #32312e no-repeat top left url(/media/theme/Prudential049/nav/bg_footer.gif);
	}
div#footerBottom{
	width: 944px;
	height:15px;
	background: #32312e no-repeat top left url(/media/theme/Prudential049/nav/bg_footerbottom.gif);
	}
div#textarea1{
	padding:5px;
	}
div#textarea2{
	padding:5px;
	}
div#textarea3{
	padding:5px;
	}
	div#realestatetipsBackPage a:link
{
	color: #29344f;
	}
div#realestatetipsBackPage a:active
{
	color: #29344f;
	}
	div#realestatetipsBackPage a:visited
{
	color: #709BC8;
	}
	div#realestatetipsBackPage a:hover
{
	color: #15406B;
	}
/*	navigation*/

div#navTop
{
	position: absolute;
	width: 934px;
	left: 0px;
	top: 116px;
	height: 30px;
	padding-left:10px;
	background-image: url(/media/theme/Prudential049/nav/navbarbg.gif);
	margin-bottom: 0px;
	}

div#navTop table{

	position:relative;
}	


/*----  testing drop down styles--*/
div.navDropDown{
		position: absolute;
		display: none;
		background-color:#455415;
		margin-top:-2px;
		color: #ffffff;
		font-family: Arial, helvetica, sans-serif;
		border-top: 0px;
		z-index: 901;
		width:205px;
	}
div.navDropDown div{
		width:205px;
		}
div.navDropDown a{
		text-decoration: none;
		color: #ffffff;
		display:block;
		border-bottom: 1px solid #494111;
		padding:5px 5px 5px 10px;
	}
div.navDropDown a:link{
		color: #ffffff;
		text-decoration: none;
	}
div.navDropDown a:visited{
		color: #ffffff;
		text-decoration: none;
	}
div.navDropDown a:hover{
		text-decoration: none;
		color: #ffffff;
		background: #798d38;
	}
div.navDropDown a:active{
		text-decoration: none;
	}
/*----  End testing drop down styles--*/


div#AutoLogin{
	position:static;
	width:924px;
	margin-left:-5px;	
	margin-top:-25px;
	font-size:11px;
}
div#autoLogSpacing{
	position:relative;
	height:10px;
}
* html div#autoLogSpacing{
	position:relative;
	height:0px;
}


div#navBottom{
	font-size: 10px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	}
div#navBottom a:link{
	color: #ffffff;
	}
div#navBottom a:visited{
	color: #e1e3e5;
	}
div#navBottom a:hover{
	color: #e5f4ff;
	}
div#navBottom a:active{
	color: #e5f4ff;
	}
a:link.commercial_front_em, a:visited.commercial_front_em {
	color: #323232;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a:link:hover.commercial_front_em {
	color: #767676;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}	

div#navBottomLinks{
	float: right;
	margin-right: 15px;
	margin-top:15px;
	}
* html div#navBottomLinks {
	margin-right: 10px;
	}
	
img#navAgentLogin{
	 width:90px;
	 height:20px; 
	}
		
img#navRelianceNetwork{
	 width:90px;
	 height:20px; 
	}

div#sidemenu{
	float: right;
	text-indent: 10px;
	padding-left: 1px;
	padding-right: 10px;
	width: 190px;
	margin-left: 20px;
	margin-right: -18px;
	margin-top: 5px;
	margin-bottom: 30px;
	background: url(/media/theme/Prudential049/nav/sidemenu_bottom.gif) bottom left no-repeat;
	display: inline;	/* ie float/double-margin bug */
	}
* html div#sidemenu{
	margin-right: -21px;
	display:inline;
	}
	
div#sidemenu ul{
	margin-bottom: 15px;
	}
div#sidemenu li{
	width: 190px;
	list-style: none;
	list-style-image: none;
	padding-top: 2px;
	padding-bottom: 2px;
	}
* html div#sidemenu li{
	margin-left: -15px;
	}
div#sidemenu li:hover{
	background-color: #ECF6FE;
	}	
table#contentArea li
{
	margin-left:30px;
	list-style-type: square;
}
div#sidemenu h3{
	width:200px;
	margin-left: -1px;
	margin-right: -5px;
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: url(/media/theme/Prudential049/nav/sidemenu_top.gif) top left no-repeat;
	}
	
img.contentPageImageLeft{
	border:1px solid black;
	margin-right:20px;
	margin-left:0px;
	margin-bottom:20px;
	float:left;
	}

div.contentPageSection,
div.contentPageSectionBorder{
	clear:both;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:5px;
	height:100px;
	}
div.contentPageSectionBorder{
	border-bottom:1px solid #dcdee8;
	}
	
/*Agent Search */
input#Submit1{
	vertical-align:middle;
	padding: 0px 0px 3px -5px;
	position: relative; 
	left:0px;
	top:-3px;
}

* html input#Submit1{
	left:-1px;
	top:-5px;
}

 label#labeltext,
 label#labeltext2{
	width:105px; 
	display:block; 
	float:left;
	padding: 3px 0px 0px 0px;
}

input#username,
input#password{
	width:100px;
	height:18px;
}

ul.menulist
{
	margin-left:15px;
	margin-top:-5px;
}
ul.menulist li
{
	list-style-position: outside;
	list-style-image: url(/media/theme/Prudential049/arrow.gif);
	}
h1.agent 
{
	font-size: 10pt;
	margin-bottom:5px;
	}
div#searchprop input.searchlongbox{
	background: top left repeat-y url(/media/global/bg_inputText.gif);
	border:solid 1px #dddddd;
	height:20px;
	width:125px;
}
div#searchprop ul.menulist{
margin-top:5px;
margin-bottom:5px;
margin-left:0px;
}
div#searchprop p,
div#searchprop ul li,
div#searchprop h1
{
	font-family: "Century Gothic", helvetica, Sans-Serif;
}
input#Submit1
{
	margin-top:5px;
	position:relative;
	top:-2px;
}
* html input#Submit1
{
	margin-top:5px;
	position:relative;
	top:-6px;
}

/*	<TAGS>	*/


td div p
{
	padding-bottom:10px;
}

/* CSS rules for OfficeGroups */
a:link.SiteNavText, a:visited.SiteNavText {
	padding-top: 6px;
	text-decoration: none;
	font-weight: 700;
	color: #ffffff;
}
a:hover.SiteNavText {
	color:#eeeeee;
	font-weight: 700;
	text-decoration: underline;
}
.NavTableCell {
	padding-left: 7px; 
	padding-right: 10px; 
	padding-top: 4px;
	padding-bottom: 0px;
	text-align:left;
}	
.NavSpacer {
	padding-top: 0px; 
	padding-bottom: 0px;
}

/* CSS rules for Teams */
.MainBgHeaderRight {
	background-color: #091634;
	background-image: url('/media/theme/prudentialQ/nav/mainbgheader.right.jpg'); 
	background-repeat: no-repeat; 
	background-position: top left;
}
.teaminfobgcolor {
	background-color:#f7f7f7;
}
.searchbutton {
	width: 70px; 
	height: 18px; 
	font-size: 11px; 
	font-family: Arial, sans-serif; 
	font-weight: bold;
	color: #ffffff; 
	background-color: #9d182d;
	border-left: solid 1px #be1530;
	border-top: solid 1px #be1530;
	border-bottom: solid 1px #711322;
	border-right: solid 1px #711322;
}

