
/*	globals	*/

*{
	margin: 0;
	padding: 0;
	}
body{
	width: 100%;
	color: #000000;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	background: #000033 repeat-x top left url(img/bg_page.gif);
	}
hr{
	background-color:#CC3333;
	color:#CC3333;
	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: 770px;
	margin-right: auto;
	margin-left: auto;
	}
div#header{
	margin-left:5px;
	position: relative;
	width: 760px;
	height: 180px;
	background-color:#FFF;
}
div#logo
{
	position:relative;
	left:20px;
	top:12px;
	width:300px;
	}
div#officeName{
	font-weight: bold;
	position:absolute;
	top:69px;
	left:29px;
	}

div#agent
{
	color:#000000;
	width: 200px;
	height:90px;
	position: absolute;
	left: 400px;
	top: 0px;
	z-index:200;
	padding-top:0px;
	vertical-align:middle;
	padding-top:5px;
}
div#agentName{
	font-family: Arial, helvetica, Sans-Serif;
	font-weight: bold;
	font-size:12pt;
}
div#SmallagentName{
	font-family: Arial, helvetica, Sans-Serif;
}
div#agentPhoto{
	position: absolute;
	width: 95px;
	height:120px;
	top: 7px;
	left: 190px;
}
div#content{
	position: static;
	width: 730px;
	padding: 20px;
	padding-top: 0px;
	background: #000033 repeat-y top left url(img/bg_content.gif);
	}

div#contentInside{
	padding-top:10px;
}

div#content:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
div#slogan{
	text-align:left;
	margin-left:-10px;
	margin-bottom:10px;
	}
div#copyright{
	padding: 20px;
	padding-top: 0px;
	padding-bottom:0px;
	padding-right: 10px;
	position:relative;
	top:-35px;
	}

div#footer{
	width: 770px;
	padding: 0px;
	height:85px;
	background: #000033 no-repeat top left url(img/bg_footer.gif);
	}
div#footermiddle{
	width: 770px;
	background: #e5edf9 repeat-y top left url(img/bg_footermiddle.gif);
	}
div#footerBottom{
	width: 770px;
	height:15px;
	background: #000033 no-repeat top left url(img/bg_footerbottom.gif);
	}
div#textarea1{
	padding:5px;
	}
div#textarea2{
	padding:5px;
	}
div#textarea3{
	padding:5px;
	}

/*	navigation*/


div#navTop ul{
padding: 0;
margin-top:23px;
margin-left: 10px;
}
div#navTop li{
display: inline;
margin:0;
}

div#navBottom{
	font-size: 10px;
	padding-left: 20px;
	padding-top: 7px;
	}
div#navBottom a:link{
	color: #BCE2FF;
	}
div#navBottom a:visited{
	color: #BCE2FF;
	}
div#navBottom a:hover{
	color: #e5f4ff;
	}
div#navBottom a:active{
	color: #e5f4ff;
	}
div#navBottomLinks{
	float: right;
	margin-right: 15px;
	margin-top:5px;
	}
* 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(img/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(img/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;
	}

	/* CSS rules for OfficeGroups */
a:link.SiteNavText, a:visited.SiteNavText {
	padding-top: 10px;
	text-decoration: none;
	font-weight: 700;
}
a:hover.SiteNavText {
	color:#ffffff;
	font-weight: 700;
	text-decoration: underline;
}
.NavTableCell {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 0px;
	text-align:left;
}
.NavSpacer {
	padding-top: 0px;
	padding-bottom: 0px;
}

table.sortable thead {
    background-color:#003399;
    color:#fff;
    font-weight: bold;
    cursor: default;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 2;
}

table.sortable a{
color:#003399;
}
table.sortable td{
font-weight: bold;
}

table.rtable tr{
background-color:#DBE5F0;
}

#smtxt{
font-size: 12px;
}

#rcomments{
background-color:#DBE5F0;
padding:6px;
border: 1px solid #6595CC;
}

#rphoto {
float: left;
margin-right: 60px;
}
#rphoto img{
border: 1px solid #6595CC;
}

.dropmenudiv{
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}

.results{
margin: 4px 0 4px 0;
padding: 4px;
border-bottom: 1px solid red;
}
.results img{
border: 1px solid #6595CC;
float: left;
margin-right: 12px;
}

#shorepics{
width:350px;
height:318px;
}
#shorepics img{
border:0;
width:350px;
height:318px;
}

.new {
}
.test{
}

