#topBannerBG {
	background: url(../image/top_banner_bg.png) repeat-y;
	cursor: pointer;}

#topBanner {
	color: #333;
	display: block;
	padding: 10px 200px 0 150px;
	width: 750px;
	height: 56px;
	background: url(../image/top_banner.png) no-repeat;
	font-size: .9em;
	line-height: 1.6em;}

#topAgentInfo {
	clear: both;
	height: 47px;
	width: 750px;
	padding: 10px 20px;
	background-color: #ffffff;}

	
#agentName {
	font-size: 1.5em;
	float: left;
	font-weight: bold;}
	
#companyName {
	font-size: 1em;
	float: left;
	clear: left;
	width: 220px;
	font-weight: bold;}
	
a#logout {
	margin-left: 1em;
	font-size: .7em;}

ul#topnav {
	background: url(../image/navbar.gif) no-repeat;
	display: block;
	width: 750px;
	height: 18px;
}
	
ul#topnav li {
	display: block;
	list-style: none;
	text-indent: -5000px;
	float: left;}
	
ul#topnav a {
	display: block;
	height: 18px;
	position: relative;}
	
li#agentDashboardNav a {
	left: 11px;
	width: 132px;}
	
li#agentDashboardNav a:hover {
	background: url(../image/agentdashboard_hover.gif);}

li#agentDashboardNav.on a,
li#agentDashboardNav.on a:hover {
	background: url(../image/agentdashboard_on.gif);
	cursor: default;}
	
li#deerbrookInformationNav a {
	left: 4px;
	width: 173px;}
	
li#deerbrookInformationNav a:hover {
	background: url(../image/deerbrookinformation_hover.gif);}
	
li#deerbrookInformationNav.on a,
li#deerbrookInformationNav.on a:hover {
	background: url(../image/deerbrookinformation_on.gif);
	cursor: default;
}
li#yourAgencyInformationNav a {
	left: -3px;
	width: 181px;
}
li#yourAgencyInformationNav a:hover {
	background: url(../image/youragencyinformation_hover.gif);
}
li#yourAgencyInformationNav.on a,
li#yourAgencyInformationNav.on a:hover {
	background: url(../image/youragencyinformation_on.gif);
	cursor: default;
}
li#accountAdministrationNav a {
	left: -10px;
	width: 174px;
}
li#accountAdministrationNav a:hover {
	background: url(../image/accountadmin_hover.gif);
}

li#accountAdministrationNav.on a,
li#accountAdministrationNav.on a:hover {
	background: url(../image/accountadmin_on.gif);
	cursor: default;
}
li#helpNav a {
	left: 14px;
	width: 68px;
}
li#helpNav a:hover {
	background: url(../image/help_hover.gif);
}
li#helpNav.on a,
li#helpNav.on a:hover {
	background: url(../image/help_on.gif);
	cursor: default;
}

#startBridgeQuote {	float: left;}
	
#bridgeQuote {
	font-size: 1em;
	font-weight: bold;}

#customerSearch {float: right;}

label#findCustomerInputLabel {
	display: block;
	text-indent: -5000px;
	background: url(../image/findacustomer.gif) no-repeat;
	width: 129px;
	height: 17px;
	margin: 0px 0px 0px 0px; }
	
input#findCustomerInput {
	border: 1px solid #abafa8;
	color: #7e7e7e;
	text-align: left;
	width: 160px;
	height: 18px;
	margin: 0px 4px 0px 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: .55em;}
	
input#findCustomerInput.on {
	color: #000;
	font-style: normal;
	text-align: left;}
	
#findSample {
	padding: 0 4px 0 11px;
	font-size: .6em;
	font-weight: normal;
	font-style: italic;
}

#pages {
	padding: 10px 20px 0 21px;
}
#leftCol {
	clear: both;
	float: left;
	width: 500px;
}
#rightCol {
	float: right;
	margin-left: 20px;
	padding: 0 13px;
	width: 188px;
}

#openPolicies dt {
	width: 500px;
	height: 33px;
	background: url(../image/h1_openpolicies.gif) no-repeat center left;
	text-indent: -5000px;
}
#activeQuotes dt {
	width: 500px;
	height: 33px;
	background: url(../image/h1_activequotes.gif) no-repeat center left;
	text-indent: -5000px;
}
#canceledPolicies dt {
	width: 500px;
	height: 33px;
	background: url(../image/h1_canceledpolicies.gif) no-repeat center left;
	text-indent: -5000px;
}
#upcomingRenewals dt {
	width: 500px;
	height: 33px;
	background: url(../image/h1_upcomingrenewals.gif) no-repeat center left;
	text-indent: -5000px;
}
#searchResults dt {
	width: 500px;
	height: 33px;
	background: url(../image/h1_searchresults.gif) no-repeat center left;
	text-indent: -5000px;
}
#searchProgress {
	position: relative;
	top: 4px;
	left: 5075px;}

#pages dd {
	background-color: #fff;
	border: solid #7b7b7b;
	border-width: 0 1px 1px;
	margin-bottom: 2em;
	padding: 0em 10px .7em 10px;
	width: 500px;
}

table.quotes {
	width: 100%;
}
table.quotes th {
	text-align: left;
	font-size: 70%;
	background-color: #ededed;
	font-weight: bold;
	
}
table.quotes th a {
	padding: 2px 4px;
	display: block;
}
table.quotes th.on {
	background: #d2d2d2 url(../image/arrow_d.gif) no-repeat center right;
}
table.quotes td {
	border-bottom: 1px dashed #cdcdcd;
	padding: 3px 4px;
}
table.quotes td.name {
	font-size: 90%;
}
table.quotes td.dismiss {
	text-align: center;
	font-style: italic;
	font-size: 74%;
}
td.dismiss span {
	background: url(../image/dismiss_x.gif) no-repeat center left;
}
td.dismiss a {
	background: url(../image/dismiss_x.gif) no-repeat center left;
	padding-left: 16px;
}
table.quotes tfoot td {
	border: none;
	font-size: .75em;
	padding-top: 1.5em;
	padding-bottom: .1em;
	
	
}


#deerbrookContact {
	color: #191919;
	font-size: .95em;
	font-weight: bold;}
	
#phoneNumber {
	color: #554582;
	font-size: 1.6em;
	font-weight: bold;
	}

#rightCol ul, #rightCol li {
	margin: 0;
	list-style: none;
	padding: 0;
}

#rightCol li {
	padding: 1px 0;
	margin: 0em 0em .8em 0em;
}

#rightCol li a {
	color: #01526f;
	text-decoration: none;
	font-size: 1.1em;
}
#rightCol li a h2 {
	color: #6e4f77;
}

.newsBlock {
	padding-top: 0em;
	margin: 6px -13px 0em -13px;
padding-bottom: 0em;}

.newsBlock h2 {
	text-decoration: underline;
	font-size: 1em;
	color: #01526f;
	font-weight: normal;
}

a:news {
	color: #01526f;
}
a:newshover {
	color: #309;
}
a:newsactive {
	color: #063;
}

.newsBlock .body {
	
	background-color: #fff;
	border: solid #7b7b7b;
	border-width: 0 1px 1px 1px;
	padding-top: 1px;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-right: 12px;}

.newsBlock .body p {
	margin-bottom: 1em;	}
	
.newsBlock a.note {
	font-size: 1em;
	text-decoration: underline;
}

.newsBlock ul,li {

	margin: 0;
	padding: 0;}


#urgentNews h1 {
	width: 188px;
	height: 33px;
	background: url(../image/h1_urgentnews.gif) no-repeat center left;
	text-indent: -5000px;
	font-size: 1px;
	margin: 0;	
	padding: 0;
}

#weeklyNews h1 {
	width: 189px;
	height: 33px;
	background: url(../image/h1_weeklynews.gif) no-repeat bottom left;
	text-indent: -5000px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#weeklyNews h2 {
	font-size: 1.em;
	font-weight: normal;
	width: 99%;
	cursor: pointer;
		margin: 0;
	padding: 0;
}
#weeklyNews h3 {
	color: #554582;
	margin: .8em 0 0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}




/* .stu added this */
#topNewsBG {
	background: url(../image/alert_news_header.gif) repeat-y;
}



/* .stu added this also */

.weekof {
	color: #554582;
	margin: .3em 0em 0em 0em;
	font-size: 1em;
	font-weight: bold;}



#searchResults {width: 500px;}


#copyright {
	clear: both;
	display: block;
	text-align: center;
	padding: 15px 0em 10px 0em;
	font-size: .8em;}

.pagetitle {
	font-size: 1.8em;
	font-weight: bold;
	color: #8277a3;
	margin-bottom: 1em;
	margin-top: 1em;}

h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #8277a3;
	margin-bottom: 1em;}

#topDismissBG {
	background: url(../image/alert_news_header.gif) repeat-y;}

#dismissFloater {
	top: 0;
	left: 0;
	width: 100px;
	background-color: #fff;
	border: 2px solid #d4d6d2;
	z-index: 3;
	position: absolute;
	padding: 12px;
	border-width: 0 1px 1px;}

body, html {
	height: 100%;
	max-height: 100%;}

#newsWindow {
	z-index: 20;
	width: 355px;}
	
* html #newsWindow {
	position: absolute;}
	
#newsWindowTop {
	background: url(../image/alert_top.png);
	width: 355px;
	height: 35px;
	padding: 10px 30px;
	text-align: right;}
	
* html #newsWindowTop {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/news_top.png', sizingMethod='scale');}
	
#newsWindowTop .closeX {
	float: right;
	margin: 10px 20px 0 0;
	position: relative;}
	
#newsWindowMiddle {
	background: url(../image/alert_middle.png);
	padding: 15px 40px 15px 20px;
	text-align: left;
	width: 355px;}
	
* html #newsWindowMiddle {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/news_middle.png', sizingMethod='scale');}

#newsWindowMiddle .newsBody {
	overflow: auto;
	height: 150px;
	position: relative;}
	
#newsWindowBottom {
	background: url(../image/alert_bottom.png);
	width: 355px;
	height: 30px;}
	
* html #newsWindowBottom {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/news_bottom.png', sizingMethod='scale');}
