/* @group Global
===========================================================================*/
body#AgentRez {
	background: #7ac3e3 url(/resources/images/ar-background.jpg);
	position:top;
}
body#AgentRez #wrapper {
	border: none;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
fieldset label {
	display: block;
	width: 230px;
	text-align: right;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
fieldset input {
	width: 200px;
	font-size: 12px;
}
fieldset p.agentList {
	display: none;
}
fieldset select {
	width: 205px;
	font-size: 12px;
}
/* @end  Global */

/* @group Header
===========================================================================*/
#AgentRez #header #hero-shot {
	background: gray url(/resources/images/hero003.jpg) no-repeat left top;
}
body#AgentRez #header #chromemenu2.primaryNavBar {
	background:#FFF;
}
body#AgentRez #header #chromemenu2.primaryNavBar ul li {
	display: inline;
	margin: 0;
	padding: 0 7px;
	color: #60a6df;
	border-left: #60a6df 1px solid;
}
body#AgentRez #header #chromemenu2.primaryNavBar ul li.last-child {
	border-right: #60a6df 1px solid;
}
body#AgentRez #header #chromemenu2.primaryNavBar ul li a {
	color: #60a6df !important;
	margin: 0;
	padding: 0;
}
body#AgentRez #header #chromemenu2.primaryNavBar ul li a:hover {
	color: #016d9b !important;
}
body#AgentRez #header #logoTab {
	background-image: none;
	top: -10px;
	left: -25px;
	width: 272px;
}
body#AgentRez #header #logoTab img {
	margin: 10px auto 7px -17px;
	padding: 0 0 10px 0;
}
/* @end  Header */

/* @group dropdown style header menus
===========================================================================*/
#AgentRez #chromemenu.chromestyle {
	margin: 20px auto 0 7px;
	padding: 0;
	width: 947px;
}
#AgentRez #chromemenu.chromestyle ul {
	background: url(../images/chrome/chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
* html #AgentRez #chromemenu.chromestyle ul {
	background: url(../images/chrome/chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
* + html #chromemenu.chromestyle ul {/*IE7 hack for background*/
	background: url(/resources/images/chromebg3.gif) repeat-x;
}
#AgentRez #chromemenu.chromestyle ul li a {
	padding: 10px 20px; 
}
* html #AgentRez #chromemenu.chromestyle ul li.first-child a.selected{ /*ie6 hack to move background over rounded corner*/
	background-image: url(/resources/images/chrome/chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	margin-left: 0 !important;
}
* + html #AgentRez #chromemenu.chromestyle ul li.first-child a.selected {/*ie7 hack to move background over rounded corner*/
	margin-left: 0;
}
#AgentRez #chromemenu.chromestyle ul li a:hover, #AgentRez #chromemenu.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(/resources/images/chrome/chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
/* @end  dropdown style header menus */

/* @group page info alert
===========================================================================*/
div.change-alert-container {
	background:#4fa7d5;
	border:#1f86c9 1px solid;
	padding: 7px 30px 7px 70px;
	margin:0 0 30px 55px;
	position:relative;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
}
div.change-alert-container img {
	position:absolute;
	top:-10px;
	left:-60px;
}
* html div.change-alert-container img {
	top:-10px;
	left:-140px;
}
div.change-alert-container h3 {
	color:#FFF !important;
	margin:0 0 3px 0;
	padding:0;
	font-size:18px;
	font-weight:bold;
}
div.change-alert-container p {
	color:#FFF;
	line-height:18px;
	margin:0;
	padding:0;
		font-size: 13px;
}
div.change-alert-container a {
	color: #FFF;
	text-decoration: underline;
}
/* @end alert */

/* @group Misc
===========================================================================*/
div#choice-wrapper {
	margin: 0 30px 30px 30px;
	padding: 0;
}
div#choice-wrapper h4 {
	font-size: 20px;
}
div.have-account {
	float: left;
	width: 48%;	
	padding-right: 30px;
	border-right: #d6d6d6 1px solid;
}
div.have-account p,
div.no-account p {
	font-size: 14px;
	color: #666;
}
div.have-account fieldset p label {
	width: 150px;
	font-size: 12px;
	color: #000;
}
div.have-account button.submitBtn {
	margin: 10px 0 0 162px;
}
div.no-account {
	float: right;
	width: 45%;
}
div.no-account button.submitBtn {
	margin: 20px 80px 80px 80px;
}
/* @end Misc */

/* @group FAQ show/hide
===========================================================================*/
ul#accordionmenu div {
	padding: 10px;
}
.yui-skin-sam .yui-accordionview div.yui-accordion-content {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.yui-skin-sam .hidden {
	visibility: hidden;
	position: absolute;
}
.yui-skin-sam .almosthidden {
	position: absolute;
	left: -9999px;
	z-index: -10;
}
.yui-skin-sam .yui-accordionview {
	border-bottom: 1px #d6d6d6 solid;
}
.yui-skin-sam .yui-accordionview li.yui-accordion-panel {
	display: inline;
}
.yui-skin-sam ul.yui-accordionview ul.yui-accordionview {
    zoom: 1;
}
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle {
	display: block;
	border: 1px #d6d6d6 solid;
	border-bottom: none;
	padding: 0.3em;
	height: 1.5em;
	padding-left: 0.5em;
	color: #333;
	text-decoration: none;
	background: url(../images/sprite.png) repeat-x;
	background-position: 0 -200px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle:hover {
	background-position: 0 -1700px;
	text-decoration: none;
}
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active {
	background-position: 0 -1700px;
	border-color: #d6d6d6;
	color: #333;
	text-decoration: none;
}
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active:hover {
	background-position: 0 -1700px;
	text-decoration: none;
}
.yui-skin-sam .yui-accordion-toggle .indicator {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/sprite.png) 0 -350px;
	position: absolute;
	right: 0.5em;
	top: 25%;
}
.yui-skin-sam .yui-accordion-toggle.active .indicator {
	background: url(../images/sprite.png) 0 -400px;
}
.yui-skin-sam .yui-accordion-content {
	border-left: 1px #d6d6d6 solid;
	border-right: 1px #d6d6d6 solid;
	background: #FFF;
    _zoom: 1;
}
.yui-skin-sam ul.submenu {
	background: #fff;
}
.yui-skin-sam ul.submenu li a {
	display: block;
	height: 1.5em;
	line-height: 1.5em;
	padding: 0.3em;
	padding-left: 0.5em;
	text-decoration: none;
	color: #FFF;
}
.yui-skin-sam ul.submenu li a:visited, .yui-skin-sam .yui-accordionview li.yui-accordion-panel a.link:visited {
	color: #FFF;
}
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle:focus {
	text-decoration: underline;
}
.yui-skin-sam .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.activepanel {
	text-decoration: underline;
}
/* @end FAQ show/hide */

/* @group AgentRez Footer
===========================================================================*/
#AgentRez #footer {
	background:#f5f3f4 url(/resources/images/ar-footer-shadow.gif) repeat-x 0 top;
	margin: 30px 0 30px 0;
	padding: 20px 0 0 0;
	font-size: 11px;
	-moz-border-radius-bottomleft :7px;
	 -webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
* + html #AgentRez #footer {
	margin-bottom: 0;
}
#AgentRez #footer ul {
	margin: 0;
	padding: 3px 7px 3px 200px;
}
#AgentRez #footer ul li {
	display: inline;
	padding:0;
	font-size: 12px;
	line-height: 1.55;
}
#AgentRez #footer ul li a {
	color: #666;
	text-decoration: none;
	padding: 0 7px;
}
#AgentRez #footer ul li a:hover {
	color: #1e5681;
	text-decoration: none;
}
#AgentRez #footer p {
	ine-height: 16px;
	margin:0;
	padding: 7px;
}
#AgentRez #footer h6 {
	color: #74b0e4;
	display: inline;
	font-weight: bold;
	padding:3px 0 0 7px;
	margin: 0;
	font-size: 13px;
	width: 190px;
	text-align: right;
}
#AgentRez #footer div {
	border-bottom: none;
}
#AgentRez #footer p#copyright-notes,
#AgentRez #footer p#legal-notes {
	margin: 0;
	padding: 3px 0 0 0;
	color: #999;
	padding-left: 207px;
	font-size: 11px;
}
#AgentRez #footer p#legal-notes {
	padding-bottom: 30px;
}
/* @end AgentRez footer*/

	
		
