#page {
	background-color: #DDDDDD; 
}

#frame {
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
}

/*-----------------------------------------------------------------------*/

/* PAGE HEADER */

/*-----------------------------------------------------------------------*/

.header {
	
}

.site-name {
	color: #3059CE;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}

/*-----------------------------------------------------------------------*/

/* TOP NAVIGATION */

.t-menu, .t-menu a, .t-menu a:hover {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
} 

.t-menu {
	padding-bottom: 2px;
	padding-left: 5px;
	white-space: nowrap;
}

.t-menu a {
	text-decoration: none;
}

.t-menu a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------*/

/* MAIN NAVIGATION */

.m-menu-bkgnd {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
}

.m-menu, .m-menu a, .m-menu a:hover {
	color: #000000;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
} 

.m-menu {
	/*white-space: nowrap;*/
}

.m-menu a {
	color: #000000;
}

.m-menu a:hover {
	color: #14469F;
}

/*-----------------------------------------------------------------------*/

/* PAGE CONTENT */

/*-----------------------------------------------------------------------*/

#content {
   padding: 5px 5px 5px 5px;
}

.orange_title {
	color: #D35C0D;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0px 20px 0px
}

.page-heading-bkgnd {
	background-image: url(../images/title-cont-bg.jpg);
	background-repeat: repeat-x;
}

.page-heading {
	color: #FFFFFF; /* #206E9E;  #2172A1;  #2271A0; */
	padding: 0px 0px 0px 5px;
	text-transform: uppercase;
}

.content-heading, .content-heading a, .content-heading a:hover {
	color: #14469F; /* #14469F; /* #14469F; /* #14469F; #3059CE; #D35C0D; */
}

.section-heading, .section-heading a, .section-heading a:hover {
	color: #299025; /* #D35C0D; /* #14469F; #3059CE; #D35C0D; */
}

.content-text, .content-text a, .content-text a:hover, 
.content-bold, .content-indent, .content-padding, .content-justified,
.content-text ul, content-text ol,
.content-text li {
	color: #000000;
}

.content-text ul, .content-text ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
}

.content-text li {
	padding: 0px 0px 5px 0px;
}

.content-notice {
	color: #299025;
}

/*-----------------------------------------------------------------------*/

/* CLICKABLE BUTTONS */

.adc-button-out, .adc-button-over {
	border: 0px solid #000000;
	cursor: pointer;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button-out, .adc-button-out  {
	background-color: #1648A1;
	color: #FFFFFF;
}

.button-over, .adc-button-over {
	background-color: #D35C0D; /* #3059CE; #D35C0D; */
	color: #FFFFFF;
}

.button-out, .button-over {
	height: 25px;
	width: 125px;
}

.adc-button-out, .adc-button-over {
	height: 40px;
	width: 350px;
}

/*-----------------------------------------------------------------------*/

/* PAGE FOOTER */

.footer {
	background-color: #D35C0D;
	background-image: url(../images/adr-bg.gif);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
}

.disclaimer, .copyright {
	color: #000000;
	font-size: 10px;
}

.disclaimer {
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 10px;
}

.copyright {
	padding-top: 10px;
	padding-bottom: 5px;
}

/*-----------------------------------------------------------------------*/

/* custom settings */
  

.key_benefits ul {
	margin: 0px 0px 0px 0px;
}

.key_benefits li.line0, .key_benefits li.line1, .key_benefits li.line2 {
	font-style: italic;
	font-weight: bold;
	list-style-image: url(../images/tick_orange.gif);
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 0px 15px 10px;
	text-align: left;
}

.key_benefits li.line0 {
	color: #0000FF;
}

.key_benefits li.line1 {
	color: #659831;
}

.key_benefits li.line2 {
	color: #B21A1E;
}

.key_benefits img { 
   margin-right: 4px; 
	float: left; 
	display: inline; 
}
  
/*-----------------------------------------------------------------------*/
