@import url('/media/theme/Form.css');

/*	Reliance Network 2005 */

/*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: #d4d4d4 repeat-x top left url(/media/theme/Independent008/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; /*url(/media/theme/Independent008/nav/bg_header.jpg);*/
	}
div#HeaderTop{
	position: relative;
	width: 944px;
	height: 15px;
	background: url('/media/theme/Independent008/nav/bg_headertop.gif') top left no-repeat;
}
div#HeaderMain{
	position: relative;
	width: 934px;
	background: #ffffff repeat-y top left url(/media/theme/Independent008/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/Independent008/nav/navbarbg.gif);
	margin-bottom: 0px;
	}

div#OGSpecialNavTop{
	position: relative;
	width: 934px;
	height: 30px;
	margin-left: -5px;
	background-image: url(/media/theme/Independent008/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;
	float: right; right: 120px;
	top: 5px;
	z-index:200;
	padding-top:20px;
	vertical-align:middle;
	padding-top:20px;
}
div#agent a:link,
div#agent a:visited
{
	color:#ffffff;
}
div#agent a:hover
{
	color:#dddddd;
}
div#agentName{
	font-family: Arial, helvetica, Sans-Serif;
	font-weight: bold;
	font-size:12pt;
}
div#agentPhoto{
	position: absolute;
	width: 95px;
	height:120px;
	top: 10px;
	left: 200px;
	border:solid 1px #a5a5a5;
}
/* agent photo fix - gap under photo - j.w. 7-6-2003*/
* html div#agentPhoto
{
	border:solid 0px #a5a5a5;
}
* html div#agentPhoto img
{
	margin-bottom: -3px;
	border:solid 1px #a5a5a5;
}
/* end fix */
div#content{
	position: static;
	width: 910px;
	padding: 25px;
	padding-left:15px;
	background: #d4d4d4 repeat-y top left url(/media/theme/Independent008/nav/bg_content.gif);
	}
div#contentInside{
	padding-top:0px;
	padding-left:5px;
}
div#contentInside p{
	margin-bottom:20px;
}
div#content:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}


div#slogan{
	margin-left: auto;
	margin-right: auto;
}

div#copyright{
	padding: 20px;
	padding-top: 20px;
	padding-right: 10px;
	}

div#footer{
	width: 944px;
	padding: 0px;
	color:#ffffff;
	background: #e5edf9 no-repeat top left url(/media/theme/Independent008/nav/bg_footer.gif);
	}
div#footerBottom{
	width: 944px;
	height:15px;
	background: #2a3f92 repeat-y top left url(/media/theme/Independent008/nav/bg_footer.gif);
	}
div#textarea1{
	padding:5px;
	}
div#textarea2{
	padding:5px;
	}
div#textarea3{
	padding:5px;
	}

/*	navigation*/

div#navTop{position: absolute;
	width: 934px;
	left: 0px;
	top: 116px;
	height: 30px;
	padding-left:10px;
	background-image: url(/media/theme/Independent008/nav/navbarbg.gif);
	margin-bottom: 0px;
}


div#navTop table{
	position:relative;
}	


/*----  testing drop down styles--*/
div.navDropDown{
		position: absolute;
		display: none;
		background-color:#D3D0C6;
		border: 1px solid #BFBBB2;
		margin-top:-2px;
		color: #3B3B3B;
		font-family: Arial, helvetica, sans-serif;
		border-bottom: 0px;
		z-index: 901;
		width:215px;
	}
div.navDropDown div{
		width:215px;
		}
div.navDropDown a{
		text-decoration: none;
		color: #3B3B3B;
		display:block;
		border-bottom: 1px solid #BFBBB2;
		padding:5px 5px 5px 10px;
	}
div.navDropDown a:link, div.navDropDown a:visited{
		text-decoration: none;
	}
div.navDropDown a:hover, div.navDropDown a:active{
		text-decoration: none;
		background: #898989;
	}
/*----  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: 19px;
	}
div#navBottom a:link{
	text-decoration:none;
	color: #ffffff;
	}
div#navBottom a:visited{
	text-decoration:none;
	color: #bfbdb5;
	}
div#navBottom a:hover{
	color: #dedcd4;
	text-decoration:underline;
	}
div#navBottom a:active{
	text-decoration:none;
	color: #ffffff;
	}
div#navBottomLinks{
	float: right;
	margin-right: 15px;
	margin-top:5px;
	}
* html div#navBottomLinks {
	margin-right: 10px;
	}
	
img#navAgentLogin{
	 width:80px;
	 height:20px; 
	 padding-top:10px; 
	}
img#navRelianceNetwork{
	 width:90px;
	 height:20px;
	 padding-top:10px; 
	}

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/Independent008/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;
	}

div#sidemenu h3{
	width:200px;
	margin-left: -1px;
	margin-right: -5px;
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: url(/media/theme/Independent008/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;
	}


/*	<TAGS>	*/
a:link {
	color: #091634;
	text-decoration: none;
}

a:visited {
	color: #091634;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	color: #9d182d;
	/*font-weight: bold;*/
	text-decoration: underline;
}

a:link.pageTextLink, a:visited.pageTextLink, a:link:hover.pageTextLink, a:visited:hover.pageTextLink {
	text-decoration: underline;
	font-weight: bold;
}
a:link.links, a:visited.links, a:link:hover.links {
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #D3C39A;
}
body {
	background-color: #d4d4d4;
}
h3 a,
h3 a:link,
h3 a:visited,
h3 a:hover
{
	font-size:13px;	
}

/* .CLASSES	*/
.agentHeaderInfo {
	color: #ffffff;
	font-weight: bold;
}

.agentName {
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
}

.bodyBorderBGColor {
	background-color: #ffffff;
}

.bottomNavBGColor {
	background-color: #091634;
}

.disclaimer {
	font-size: 10px;
	letter-spacing: -.06em;
	line-height: 1.2;
	color: #000000;
}

.pageHeading {
	font-size: 24px;
	font-weight: bold;
}
.mainpageheading
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 21px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
.MainBgHeader {
	background-color: #091634;
	background-image: url(/media/theme/Independent008/nav/mainbgheader.jpg); 
	background-repeat: no-repeat; 
	background-position: top left;
}
#ifnoagentphoto {
	background-image: url('/media/theme/prudentialQ/nav/ifnoagentphoto.jpg'); 
	background-repeat: no-repeat; 
	background-position: top left;
}
/* 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;
}

/* GA Commercial */
.commheader { 
font-size:  12px;
font-weight: 600;
font-family: Tahoma, Arial, Sans-Serif;
color: #ffffff;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
background-color: #000000;
border-left: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
.commheaderpage { 
font-size:  15px;
font-weight: 600;
font-family: Verdana, Helvetica, sans-serif;
color: #4F4D49;
}
.commmainpageheading
{
    font-size:  21px;
	font-weight: 900;
	font-family: Verdana, Helvetica, sans-serif;
	color: #4F4D49;
}
a:link.commercial_front, a:visited.commercial_front {
	color: #4F4D49;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:link:hover.commercial_front {
	color: #cc0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a:link.commercial_front_em, a:visited.commercial_front_em {
	color: #4F4D49;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:link:hover.commercial_front_em {
	color: #cc0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a:link.commercial_page {
	color: #4F4D49;
	font-weight: 600;
	text-decoration: underline;
}

a:visited.commercial_page {
	color: #F1EEE5;
	font-weight: 600;
	text-decoration: underline;
}

a:link:hover.commercial_page, a:visited:hover.commercial_page {
	color: #cc0000;
	text-decoration: underline;
}

.commercial_table_list
{
	background-color: #FCF7E9;
}
.commercial_list 
{
	padding-top: 2px; 
	padding-bottom: 0px; 
	padding-left: 20px; 
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	list-style: none;
	list-style-image: url(/dyna_images/agents/45/42051/20052118910.gif);	
	background-color: #F1EEE5;
}
li 
{
	padding-bottom: 3px;
	padding-left: 0px;
}
table#contentArea li
{
	margin-left:30px;
	list-style-type: square;
}
.commercial_highlight {
	background-color: #F6F6F6;
}
.commercial_normal {
	background-color: #F1EEE5;
}
.commercial_select 
{
	width: 278px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #323232;
	font-size:  12px;
	font-family: Tahoma, Arial, Sans-Serif;
}
.commercial_alternate_row {
	background-color: #FDF3D4;
}
.commercial_alternate_toprow 
{
	background-color: #F1EEE5; 
}	


	/* CSS rules for OfficeGroups */
a:link.SiteNavText, a:visited.SiteNavText {
	padding-top: 6px;
	text-decoration: none;
	font-weight: 700;
	color: #3b3b3b;
}
a:hover.SiteNavText {
	color:#0b1838;
	font-weight: 700;
	text-decoration: underline;
}
.NavTableCell {
	padding-left: 7px; 
	padding-right: 10px; 
	padding-top: 6px;
	padding-bottom: 0px;
	text-align:left;
}	
.NavSpacer {
	padding-top: 0px; 
	padding-bottom: 0px;
}
