/*	CSS Reset */
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

/*	Main HTML */
html {
	font: normal 1.0em/1.5em arial;
}
body {
	background: #FFFFFF url('/images/curr-style/body-bg.png') repeat-y center center;
	margin: 0px;
}


/*	Default (Anchor) A */
a {
	color: #3966B7;
	text-decoration: none;
}
a:hover {
	color: #194C9E;
	text-decoration: underline;
}

/*	Header (Inner) */
div.head-i {
	height: 110px;
	background: url('/images/curr-style/head-logo.png') repeat-y;
}

div.header-add-box {
	width: 600px;
	height: 35px; 
	float: right; 
	margin-top: 75px; 
	line-height: 35px; 
	font-size: 0.8em;
	background: url('/images/curr-style/header-box.png') no-repeat top center;
}

/*	Navigation (Container, Inner, Ul) */
div.navi-i {
	margin: 0px auto;
	width: 	115%;
	border: 2px #1D708C solid;
	border-width: 2px 0px;
}
div.navi-i ul {
	line-height: 28px;
	margin: 0px auto;
	overflow: hidden;
}
div.navi-i ul li {
	line-height: 28px;
	float: left;
	list-style-type: none;
	font-size: 0.73em;
	background: #4273C1 url('/images/curr-style/navi-bg.png') repeat-x;
	width: 145px;
	text-align: center;
	
 	border: 1px #1D708C solid;
 	border-width: 0px 1px;
}

div.navi-i ul li.hiw-box {
	width: 145px;
}

div.navi-i ul li:hover {
	cursor: pointer;
	background: #5090F8 url('/images/curr-style/navi-bg-hover.png') repeat-x;
}
div.navi-i ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	font-weight: bold;
	padding-right: 2px;
}
div.navi-i ul li a:hover {
}

/*	Body (Container) */
div.body-c {
	overflow: hidden;
	margin: 0px auto;
	width: 	1029px;
}

/*	Main [Body Content] (Container) */
div.main-c {
	background-color: red;
}

div.main-c div.main-i {
	background-color: #FFFFFF;
	padding: 16px;
	overflow: hidden;
}

/*	Content (Container, Inner) P H1-H4 */
div.cont-c {
	float: left;
	width: 100%;
}
div.cont-c1 {
	float: left;
	width: 74%;
}
div.cont-c2 {
	float: left;
	width: 85%;
}
div.cont-c3 {
	float: left;
	width: 100%;
}
div.cont-i {
	margin-right: 8px;
}

div.cont-i h1,
div.side-i h1 {
	color: #194C9E;
	font-size: 1.0em;
}

div.cont-i h2,
div.side-i h2 {
	color: #194C9E;
	font-size: 0.9em;
}

div.cont-i h3,
div.side-i h3 {
	color: #194C9E;
	font-size: 0.80em;
}

/*	Side (Container, Inner) P H1-H4 */
div.side-c {
	float: left;
	width: 26%;
}
div.side-c1 {
	float: left;
	width: 15%;
}
div.side-i {
	margin-left: 8px;
}

/*	Content / Side P H1-H4 */

div.cont-i p,
div.side-i p {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
}

div.cont-i p:last-child,
div.side-i p:last-child {
	margin: 0px 0px 2px 0px;
}

div.cont-i ul.simple-list,
div.cont-i ol.simple-list {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0px 0px 15px 25px;
}

/*	Option Box (Container) P */
div.option-box {
	overflow: hidden;
	height: 200px;
}

div.option-box div.item-c {
	width: 50%;
	float: left;
	height: 200px;
}

div.option-box div.item-c:first-child div.item-i {
	margin: 0px 7px 0px 0px;
	background: url('/images/curr-style/find-an-agent.png') no-repeat top center;
	height: 200px;
}

div.side-i div.module-box div.find-an-agent {
	margin: 0px;
	background: url('/images/curr-style/find-an-agent-small.png') no-repeat top center;
	height: 155px;
}

div.option-box div.item-c div.item-i {
	margin: 0px 0px 0px 7px;
	height: 200px;
}

div.option-box div.item-c div.find-an-agent p {
	padding: 0px 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px 0px;
}

div.side-i div.module-box div.find-an-agent p {
	padding: 0px 15px;
	margin: 5px 0px;
	font-weight: bold;
	color: #FFFFFF;
}

div.option-box div.item-c div.find-an-agent p:first-child {
	padding-top: 68px;
}

div.side-i div.module-box div.find-an-agent p:first-child {
	padding-top: 60px;
}

div.option-box div.item-c div.find-an-agent p label,
div.side-i div.module-box div.find-an-agent p label {
	cursor: pointer;
	display: block;
	text-indent: 3px;
}

div.option-box div.item-c div.find-an-agent p select,
div.side-i div.module-box div.find-an-agent p select {
	cursor: pointer;
	display: block;
	padding: 1px;
	border: 1px solid #378307;
}

div.option-box div.item-c div.find-an-agent p select option,
div.side-i div.module-box div.find-an-agent p select option {
	text-indent: 3px;
}

div.option-box div.item-c div.find-an-agent p input,
div.side-i div.module-box div.find-an-agent p input {
	padding: 1px;
	border: 1px solid #378307;
}

/*	Comment Box (Header, Container) P */
div.comment-box {
	margin-top: 16px;
}

div.comment-box:first-child {
	margin-top: 0px;
}

div.comment-box div.comment-box-head {
	border-bottom: 1px solid #FFFFFF;
	background-color: #5BAF0F;
	width: 300px;
}

div.comment-box div.comment-box-head p {
	padding: 0px 10px;
	margin: 0px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
}

div.comment-box div.comment-box-body {
	background-color: #FEFFD2;
}

div.comment-box div.comment-box-body ul {
	padding: 7px 5px;
	list-style-type: none;
	margin: 0px 5px 0px 2px;
}

div.comment-box div.comment-box-body ul li {
	margin-top: 5px;
}
div.comment-box div.comment-box-body ul li.smiley-1 {
	background: url('/images/smiley-1.gif') no-repeat top left;
}
div.comment-box div.comment-box-body ul li.smiley-2 {
	background: url('/images/smiley-2.gif') no-repeat top left;
}

div.comment-box div.comment-box-body ul li:first-child {
	margin-top: 0px;
}

div.comment-box div.comment-box-body ul li p {
	padding: 0px;
	margin: 0px 0px 0px 34px;
	font-size: 1.0em;
}

div.comment-box div.comment-box-body ul li p:first-child {
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 5px;
}

div.comment-box div.comment-box-body ul li p:first-child a {
	color: #224F84;
}

div.comment-box div.comment-box-body ul li p:first-child img {
	margin-bottom: -2px;
}

/*	Module Box (Header, Container) P */
div.module-box {
	margin-bottom: 15px;
}

div.module-box div.module-box-head {
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF url('/images/curr-style/navi-bg.png') repeat-x center center;
}

div.module-box div.module-box-head p {
	padding: 0px 10px;
	margin: 0px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
}

/*	Footer (Container) P A */
div.foot-c {
	clear: both;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
div.foot-c div foot-i {
	width: 600px;
	float: right;
}
div.foot-c div.foot-i p {
	color: #FFFFFF;
	font: normal 0.7em/1.8em arial;
	text-align: right;
	padding: 5px 10px;
	margin: 0px;
}
div.foot-c div.foot-i p a {
	color: #FFFFFF;
	padding: 0px 2px;
}
div.foot-c div.foot-i p a:hover {
	color: #EEEEEE;
}

/*	Task List UL LI A */
ul.task-list {
	margin: 10px 0px 10px 20px;
}
ul.task-list li {
	line-height: 1.5em;
	margin-bottom: 8px;
}

/*	Alignment Alterations */
.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.float-right {
	float: right;
}

/*	Additional: Profile Listing */
div.profile-section {
	border: 2px solid #C7D5EC;
	overflow: hidden;
	padding: 10px 10px 0px 10px;
	margin: 2px 0px 10px 0px;
}

div.profile-section div.profile-item {
	background-color: #FFFFFF;
	float: left;
	margin-right: 1.5%;
	width: 25.5%;
	text-align: center;
	clear: both;
}

div.profile-section div.profile-item img {
	margin: 5px 0px 0px 0px;
	width: 150px;
}

div.profile-section div.profile-item img.profile-image {
	margin: 5px 0px 4px 0px;
	width: 150px;
	border: 4px solid #DFDFDF;
	padding: 2px;
}

div.profile-section div.profile-details {
	background-color: #FFFFFF;
	float: left;
	width: 73%;
}

div.profile-section div.profile-details p {
	margin: 0px 0px 5px 0px;
	color: #666666;
}

div.profile-section div.profile-details p:last-child {
	margin: 0px;
}

div.profile-item a.profile-review-button,
div.profile-details a.profile-review-button {
	margin: 5px 4px 0px 5px;
	background: url('/images/curr-style/navi-bg.png') repeat-x center center;
	height: 24px;
	line-height: 24px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

div.profile-details a.profile-review-button {
	margin: 5px 0px 0px 0px;
}

div.profile-item a:hover.profile-review-button,
div.profile-details a:hover.profile-review-button {
	background: url('/images/curr-style/navi-bg-hover.png') repeat-x center center;
	color: #FFFFFF;
	text-decoration: none;
}

div.profile-details dl.profile-information {
	overflow: hidden;
}

div.profile-details dl.profile-information dt,
div.profile-details dl.profile-information dd {
	float: left;
	font-size: 0.75em;
	line-height: 1.6em;
	padding: 1px 0px 0px 0px;
	border-top: 1px dashed #E8E8E8;
}


div.profile-details dl.profile-information dt:first-child,
div.profile-details dl.profile-information dd.first-child {
	border-top: 0px dashed;
}

div.profile-details dl.profile-information dt {
	width: 35%;
	clear: both;
	color: #114B9E;
}

div.profile-details dl.profile-information dd {
	width: 65%;
	color: #666666;
}

div.float-right p.profile-action {
	padding-top: 3px;
}

/*	Additional: Sidebar Navigation */
ul.sb-navigation {
	background-color: #FFFFFF;
	font-size: 0.8em;
	list-style: none;
}
ul.sb-navigation li {
	background: #E3EDFD url('/images/curr-style/sb-navi-bullet.gif') no-repeat center left;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 25px;
}
ul.sb-navigation li:hover {
	background-color: #CADCFB;
}
ul.sb-navigation li a {
	color: #2B599C;
	display: block;
	text-decoration: none;
}
ul.sb-navigation li a:hover {
	text-decoration: none;
}

/* Additional: Basic Form */
form {
	font-size: 1.0em;
}
fieldset {
	margin: 5px;
	padding: 0px 5px 5px 5px;
	border: 1px solid #DFDFDF;
	border-width: 1px 0px 0px 0px;
}
fieldset:last-child {
	margin-top: 5px;
	padding-top: 10px;
}
fieldset legend {
	color: #194C9E;
	margin: 0px 15px;
	padding: 0px 5px;
	font-size: 0.75em;
}
form p {
	font-size: 0.8em;
}
fieldset label {
	color: #666666;
	cursor: pointer;
}
fieldset dl {
	overflow: hidden;
	font-size: 0.75em;
	padding-top: 1px;
}
fieldset dl dt {
	padding: 1px 0px;
	clear: both;
	float: left;
	width: 28%;
	margin-right: 2%;
	text-align: right;
}
fieldset dl dd {
	padding: 1px 0px;
	float: left;
	width: 70%;
}
fieldset dl dd p.field-info {
	font-size: 1.0em;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	line-height: 1.25em;
	color: #666666;
}
fieldset dl dd input,
fieldset dl dd textarea {
	font-family: arial;
	font-size: 1em;
	margin-right: 5px;
}
fieldset dl dd textarea {
	margin-top: 3px;
}
fieldset input[type="submit"],
button.toggle-content {
	cursor: pointer;
	font-weight: bold;
	padding: 1px;
	font-family: arial;
	margin-top: 5px;
}
fieldset.form-content input {
	border: 1px solid #194C9E;
	padding: 1px;
}

small {
	padding-top: 10px;
	font-size: 0.8em;
	line-height: 1.25em;
}

/*	Error Messages UL LI A*/
ul.mb-caution,
ul.mb-error,
ul.mb-important,
ul.mb-success {
	margin: 5px 0px;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.5em;
}
ul.mb-caution {
	border: 1px solid #E9DD01;
	background: #F9F8DD url('/images/msg-c.png') 5px 5px no-repeat;
}
ul.mb-error {
	border: 1px solid #CA0F01;
	background: #F6D5D3 url('/images/msg-e.png') 5px 5px no-repeat;
}
ul.mb-important {
	border: 1px solid #0194CA;
	background: #D3EDF6 url('/images/msg-i.png') 5px 5px no-repeat;
}
ul.mb-success {
	border: 1px solid #66B101;
	background: #E8F6D3 url('/images/msg-s.png') 5px 5px no-repeat;
}
ul.mb-caution li,
ul.mb-error li,
ul.mb-important li,
ul.mb-success li {
	padding-left: 25px;
	line-height: 1.4em;
	list-style: none;
}

/* FLOAT RIGHT */
.float-r {
	padding-right: 2px;
	float: right;
	text-align: right;
}

/* MESSAGE BOX */
div.important-note {
	border: 5px solid #F0F0F0;
	border-width: 6px 6px 4px 6px;
	margin: 5px 0px 10px 0px;
	background-color: #F0F0F0;
}
div.important-note p {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: rgb(51, 51, 51);	
	margin: 0px 0px 0px 0px;
	margin-bottom: 0px;
	padding: 5px 10px;
	text-align: center;
	font-size: 0.75em;
}

.required:before {
	content: " * ";
	color: red;
	font-weight: bold;
	font-family: verdana;
}

div.disc-section {
	border: 2px solid #C7D5EC;
	overflow: hidden;
	padding: 10px 10px 0px 10px;
	margin: 2px 0px 10px 0px;
}

div.disc-section dl.disc-information {
	overflow: hidden;
}

div.disc-section dl dt,
div.disc-section dl dd {
	float: left;
	font-size: 0.9em;
	line-height: 1.25em;
	padding: 5px 0px;
	border-top: 1px solid #C7D5EC;
}

div.disc-section dl dt.no-top,
div.disc-section dl dd.no-top {
	border-top: 0px;
}

div.disc-section dl dt {
	width: 20%;
	text-align: center;
	padding-top: 10px;
}
div.disc-section dl dt img.agent-comment {
	width: 80px;	
}
div.disc-section dl dt img {
	border: 2px solid #CCCCCC;
	padding: 2px;
	margin-top: 5px;
}
div.disc-section dl dd {
	width: 80%;
}
div.disc-section dl dd p.disc-title {
	font-size: 1.1em;
	color: #3366CC;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
div.disc-section dl dd p.disc-status {
	background: #F0F0F0;
	padding: 2px 5px;
	margin: 2px 0px 6px 0px;
}
div.disc-section dl dd p:last-child {
	margin-bottom: 5px;
}

div.cont-i div.editable-content ul {
	margin: 0px 20px 25px 40px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 0.8em;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
  
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -560px;
left: -283px; /*position where enlarged image should offset horizontally */
z-index: 0;
}

.thumbnail1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
  
.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: 195px; /*position where enlarged image should offset horizontally */
z-index: 0;
}

.flyer_image {
POSITION: absolute; 
PADDING-BOTTOM: 50px; 
PADDING-LEFT: 120px; 
PADDING-RIGHT: 50px; 
PADDING-TOP: 30px
}

.agent_thum {
font: normal 0.72em arial;
margin: 3px auto;

background-color: #F0F0F0;
/*border: 1px solid #669900; #DFDFDF #F0F0F0*/

}

