/*T2 - Template 2 - A clean, simple design in a color choice of WHITE, BLUE, GREEN, RED or GOLD.

CSS Style Sheets 
master.css / layout.css / menu.css
*/

/*------TEMPLATE COLORS BLUE------*/
.ltblue {
	color: #BEF0FF;
}
.mdblue {
	color: #006699;
}
.dkblue {
	color: #036;
}
.ltYellow {
	color: #FEF7DA;
}
.mdYellow {
	color: #FFE066;
}
.dkYellow {
	color: #FFBE00;
}
.ltRed {
	color: #DC513D;
}
.mdRed {
	color: #C00;
}
.dkRed {
	color: #990033;
}

/*------TEMPLATE COLORS GREEN------*/


/*------TEMPLATE COLORS RED------*/


/*------TEMPLATE COLORS GOLD------*/





/*------TEMPLATE BODY------*/

#blue, #green, #red, #white, #gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #FFF;
	min-width: 800px;
}


/*------TEMPLATE HEADER------*/

/*header background*/

#white #header  {
	width: 100%;
	height: 130px;
/*	background-image: url(/common/images/general/hdrbkgnd_blue01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;*/
}

#blue #header  {
	width: 100%;
	height: 130px;
	padding: 0px;
	background-image: url(/common/images/general/hdrbkgnd_blue01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#green #header  {
	width: 100%;
	height: 130px;
/*	background-image: url(/common/images/general/hdrbkgnd_blue01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;*/
}
#red #header  {
	width: 100%;
	height: 130px;
/*	background-image: url(/common/images/general/hdrbkgnd_blue01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;*/
}
#gold #header  {
	width: 100%;
	height: 130px;
/*	background-image: url(/common/images/general/hdrbkgnd_blue01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;*/
}

/*header photo*/
#hdrPhoto {
	width: 500px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	float: right;
}

#hdrPhoto .none {
	width: 500px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	float: right;
}
/*#hdrPhoto .family01 {
	background-image: url(/common/images/general/hdrphoto_family01.png);
}
#hdrPhoto lake01 {
	background-image: url(/common/images/general/hdrphoto_lake01.png);
}
#hdrPhoto meadow01 {
	background-image: url(/common/images/general/hdrphoto_meadow01.png);
}
#hdrPhoto mtns01 {
	background-image: url(/common/images/general/hdrphoto_mtns01.png);
}
#hdrPhoto sunset01 {
	background-image: url(/common/images/general/hdrphoto_sunset01.png);
}*/
#hdrAd{
	width: 320px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 10px;
	top: 40px;
}
#headertxt {	/*tagline or other text*/
	height: auto;
	width: auto;
	margin: 70px 0px 0px 10px;
	padding: 0px;
	float: left;
	position: absolute;
	display:inline;
}
#headertxt h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0 0 16px 65px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	font-style: normal;
}

#blue #headertxt h1 {
	color: #FFF
}
#green #headertxt h1 {
	color: #333;
}
#red #headertxt h1 {
	color: #333;
}
#header .address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	color: #036;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-align: left;
	text-decoration: none;
}
#header .tele {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	color: #036;
/*	line-height: 1em;*/
	letter-spacing: 0.1em;
	text-align: left;
	text-decoration: none;
}
#header .bullet {
	font-size: 1.2em;
	font-weight: bold;

}
#blue #header .bullet {
	color: #DC513D;
}
#green #header .bullet {
	color: #B3422B;
}
#red #header .bullet {
	color: #B3422B;
}
.banner_textarea {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.txtNmbrCarriers {
	font-size: 24px;
	font-style: italic;
	background-image: url(/common/images/general/icon_redcircle_carriers.png);
	height: 45px;
	width: 45px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: -10%;
	padding-top: 10px;
}
/*---LOGO---*/

#logo {
	width:415px;
	height:52px;
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-attachment: fixed;
	background-image: url(#);
	border: none;
}

#header #logoleft{
	width: 600px;
	height: 80px;
	position: absolute;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header #logoright{
	width:350px;
	height:55px;
	margin: 10px;
	padding: 0px;
	position: absolute;
	float: right;
}

#header #logoright img, #header #logoleft img{
	border: none;

}
/*---TEMPLATE CONTENT---*/

#maincolumn {
	width: 78%;
	float: left;
	margin: 0px 10px 0px 250px;
}
#maincolumn1 {
	width: 99%;
	float: left;
	margin: 0px 10px 0px 10px;
}
#leftcolumn {	/*menu and side content*/
	float: left;
	clear: left;
	width: 225px;
	margin-left: 10px;
	position: absolute;
	z-index: 1000;
}

/*---CONTENT STYLES---*/


/*-- SIDE CONTENT --*/

#sidecontent {
/*	text-align: center;
*/
}
#sidecontent .subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #004C95;
	text-align: center;
	letter-spacing: 0.1em;
	width: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-decoration: none;
	border-bottom-width: 0px;
	line-height: 1.5em;
	text-transform: uppercase;
}
#blue #sidecontent .ad_btn1 {
	height: 60px;
	width: 120px;
	background-color: #DCF7FF;
	text-align: center;
	margin: 20px auto;
	padding:  10px;
	display: block;
}
#blue #sidecontent .ad_btn2 {
	height: 90px;
	width: 120px;
	background-color: #DCF7FF;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	display: block;
}
#blue #sidecontent .ad_vbanner {
	height: 240px;
	width: 120px;
	background-color: #DCF7FF;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	display: block;
}
#blue #sidecontent .ad_skyscrapper {
	height: 600px;
	width: 120px;
	background-color: #DCF7FF;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	display: block;
}

/*---FEATURE BOX---*/

.feature {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#blue .feature .hdrgfx, #green .feature .hdrgfx, #red .feature .hdrgfx{
	width: 100%;
	height: 35px;
	padding: 0px 0px 25px 0px;
	margin: -25px 0px 10px -25px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	float:left;}

.bnrsybl{
	height: 60px;
	margin: 10px auto 00px auto;
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;

}

.bnrcheck{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 55px;
	width: 92%;
	height: 60px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#blue .bnrcheck {
	background-image: url(/common/images/general/bnr-check.png);
	
}
#green .bnrcheck {
	background-image: url(/common/images/general/bnr-check.png);
	
}

.bnrsybl span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	padding: 20px 10px 15px 0px;
	background-color: transparent;
	background-image: url(/common/images/general/bnr-wht.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}
.feature h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
}
.feature h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 5px 0px;
	padding: 0px 0px 0px 0px;
}
.hdrsybl {
/*	background-image: url(/common/images/general/hdrsybl_co.gif);
*/	background-repeat: no-repeat;
	background-position: left center;
	padding:10px 0px 0px 80px;
}
.btnsybl {
	height: 76px;
	width: 425px;
	background-repeat: no-repeat;
}

#blue .feature h2 {
	color: #C00;
}
#blue .feature h3 {
	color: #000;
}
#blue .bnrsybl span {
	color: #004C95;
}
#green .feature h3 {
	color: #333;
}
#red .feature h3 {
	color: #333;
}
.feature p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0px 3px 0px 5px;
	clear:left;
}
#blue .feature p {
	color: #000;
}
#green .feature p {
	color: #333;
}
#red .feature p {
	color: #333;
}
.feature h4 {
	font-size: 12px;
	line-height: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #052c89;
}
.feature h5 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #052c89;
	text-transform: uppercase;
	text-align: center;
	background-color: #f6dc35;
	padding: 2px;
	margin: 5px 10px 5px 10px;
	border: 1px solid #f7a12f;
	letter-spacing: normal;
	line-height: 1em;
}
.feature ul {
	color:#333;
	text-align: left;
	padding: 0px;
	margin: 0px 5px 0px 70px;
}
#blue .feature ul {
	color:#333;

}
#green .feature ul {
	color:#333;

}
#red .feature ul {
	color:#333;

}
.feature ul li {
	padding-bottom: 10px;
	line-height: 1.2em;
	font-size: 1em;
	text-align: left;
	list-style-image: url(/common/images/general/bltlg_blue01.png);
}
.feature ul li li {
	padding-bottom: 10px;
	line-height: 1.2em;
	font-size: 1em;
	text-align: left;
	list-style-image: url(/common/images/general/bltarw_grn01.png);
}
.feature .hdrtxt{
	position: relative;	
	
}
#blue .check {
	background-image: url(/common/images/general/btn_blue01_check.png);
	height: 76px;
}
#green .check {
	background-image: url(/common/images/general/btn_grn01_check.png);
	height: 76px;
}
#red .check {
	background-image: url(/common/images/general/btn_red01_check.png);
	height: 76px;
}
#blue .target {
	background-image: url(/common/images/general/btn_blue01_target.png);
	height: 76px;
}
#green .target {
	background-image: url(/common/images/general/btn_grn01_target.png);
	height: 76px;
}
#red .target {
	background-image: url(/common/images/general/btn_red01_target.png);
	height: 76px;
}
#blue .contact {
	background-image: url(/common/images/general/btn_blue01_phone.png);
	height: 76px;
}
#green .contact {
	background-image: url(/common/images/general/btn_grn01_phone.png);
	height: 76px;
}
#red .contact {
	background-image: url(/common/images/general/btn_red01_phone.png);
	height: 76px;
}
#blue .quote {
	background-image: url(/common/images/general/btn_blue01_quote.png);
	height: 76px;
}
#green .quote {
	background-image: url(/common/images/general/btn_grn01_quote.png);
	height: 76px;
}
#blue .forms {
	background-image: url(/common/images/general/btn_blue01_forms.png);
	height: 76px;
}
#green .forms {
	background-image: url(/common/images/general/btn_grn01_forms.png);
	height: 76px;
}
#red .forms {
	background-image: url(/common/images/general/btn_red01_forms.png);
	height: 76px;
}
#blue .tools {
	background-image: url(/common/images/general/btn_blue01_tools.png);
	height: 76px;

}
#green .tools {
	background-image: url(/common/images/general/btn_grn01_tools.png);
	height: 76px;

}
#red .tools {
	background-image: url(/common/images/general/btn_red01_tools.png);
	height: 76px;

}
#blue .agent {
	background-image: url(/common/images/general/btn_blue01_agent.png);
	height: 76px;

}
#green .agent {
	background-image: url(/common/images/general/btn_grn01_agent.png);
	height: 76px;

}
#red .agent {
	background-image: url(/common/images/general/btn_red01_agent.png);
	height: 76px;

}
#blue .info {
	background-image: url(/common/images/general/btn_blue01_info.png);
	height: 76px;

}
#green .info {
	background-image: url(/common/images/general/btn_grn01_info.png);
	height: 76px;
}
#red .info {
	background-image: url(/common/images/general/btn_red01_info.png);
	height: 76px;
}
#blue .one {
	background-image: url(/common/images/general/btn_blue01_one.png);
	height: 76px;
}
#green .one {
	background-image: url(/common/images/general/btn_grn01_one.png);
	height: 76px;
}
#red .one {
	background-image: url(/common/images/general/btn_red01_one.png);
	height: 76px;
}
#blue .two {
	background-image: url(/common/images/general/btn_blue01_two.png);
	height: 76px;
}
#green .two {
	background-image: url(/common/images/general/btn_grn01_two.png);
	height: 76px;
}
#red .two {
	background-image: url(/common/images/general/btn_red01_two.png);
	height: 76px;
}
#blue .three {
	background-image: url(/common/images/general/btn_blue01_three.png);
	height: 76px;
}
#green .three {
	background-image: url(/common/images/general/btn_grn01_three.png);
	height: 76px;
}
#red .three {
	background-image: url(/common/images/general/btn_red01_three.png);
	height: 76px;
}
.icongfx{
	height: 76px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#blue .iconcheck {
	background-image: url(/common/images/general/icon_blue01_check.png);
	height: 73px;
}
#green .iconcheck {
	background-image: url(/common/images/general/icon_grn01_check.png);
}
#red .iconcheck {
	background-image: url(/common/images/general/icon_red01_check.png);
	height: 73px;
}
#blue .icontarget {
	background-image: url(/common/images/general/icon_blue01_target.png);
}
#green .icontarget {
	background-image: url(/common/images/general/icon_grn01_target.png);
	height: 73px;
}
#red .icontarget {
	background-image: url(/common/images/general/icon_red01_target.png);
}
#blue .iconphone {
	background-image: url(/common/images/general/icon_blue01_phone.png);
	height: 73px;
}
#green .iconphone {
	background-image: url(/common/images/general/icon_grn01_phone.png);
	height: 73px;
}
#red .iconphone {
	background-image: url(/common/images/general/icon_red01_phone.png);
	height: 73px;
}
#blue .iconquote {
	background-image: url(/common/images/general/icon_blue01_quote.png);
	height: 73px;
}
#green .iconquote {
	background-image: url(/common/images/general/icon_grn01_quote.png);
	height: 73px;
}
#blue .iconforms {
	background-image: url(/common/images/general/icon_blue01_forms.png);
	height: 73px;
}
#green .iconforms {
	background-image: url(/common/images/general/icon_grn01_forms.png);
	height: 73px;
}
#red .iconforms {
	background-image: url(/common/images/general/icon_red01_forms.png);
	height: 73px;
}
#blue .icontools {
	background-image: url(/common/images/general/icon_blue01_tools.png);
	height: 73px;
}
#green .icontools {
	background-image: url(/common/images/general/icon_grn01_tools.png);
	height: 73px;
}
#red .icontools {
	background-image: url(/common/images/general/icon_red01_tools.png);
	height: 73px;
}
#blue .iconagent {
	background-image: url(/common/images/general/icon_blue01_agent.png);
	height: 73px;
}
#green .iconagent {
	background-image: url(/common/images/general/icon_grn01_agent.png);
	height: 73px;
}
#red .iconagent {
	background-image: url(/common/images/general/icon_red01_agent.png);
	height: 73px;
}
#blue .iconinfo {
	background-image: url(/common/images/general/icon_blue01_info.png);
	height: 73px;
}
#green .iconinfo {
	background-image: url(/common/images/general/icon_grn01_info.png);
	height: 73px;
}
#red .iconinfo {
	background-image: url(/common/images/general/icon_red01_info.png);
	height: 73px;
}
#blue .iconone {
	background-image: url(/common/images/general/icon_blue01_one.png);
	height: 73px;
}
#green .iconone {
	background-image: url(/common/images/general/icon_grn01_one.png);
	height: 73px;
}
#red .iconone {
	background-image: url(/common/images/general/icon_red01_one.png);
	height: 73px;
}
#blue .icontwo {
	background-image: url(/common/images/general/icon_blue01_two.png);
	height: 73px;
}
#green .icontwo {
	background-image: url(/common/images/general/icon_grn01_two.png);
	height: 73px;
}
#red .icontwo {
	background-image: url(/common/images/general/icon_red01_two.png);
	height: 73px;
}
#blue .iconthree {
	background-image: url(/common/images/general/icon_blue01_three.png);
	height: 73px;
	height: 73px;
}
#green .iconthree {
	background-image: url(/common/images/general/icon_grn01_three.png);
	height: 73px;
}
#red .iconthree {
	background-image: url(/common/images/general/icon_red01_three.png);
	height: 73px;
}


/*------IMAGES------*/

#photobanner_medical {
	background-image: url(/common/images/general/photobnr_medical01.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 70px;
	width: 240px;
	display: block;
}
#vbanner01{
	background-image: url(/common/images/general/photovbnr_family01.jpg);
	background-position: right bottom;
}
#vbanner02{
	background-image: url(../common/images/general/photovbnr_family02.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#vbanner03{
	background-image: url(../common/images/general/photovbnr_life01.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}


/*------BODY STYLES------*/

/*------BODY STYLES------*/

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0 0 10px 0;
	padding-right: 2%;
	padding-left: 2%;
}
p.italic {
	font-style: italic;
}
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: left;
	margin: 5px 0 10px 0;
	padding: 0px 0 10px 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
#blue h1 {
	color: #004C95;
	border-bottom-color: #FB0;
}
#green h1 {
	color: #B3422B;
	border-bottom-color: #FB0;
}
#red h1 {
	color: #B3422B;
	border-bottom-color: #FB0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 0px 10px 5px 10px;
}
#blue h2 {
	color: #036;
}
#green h2 {
	color: #FB0;
	border-bottom-color: #B3422B;
}
#red h2 {
	color: #FB0;
	border-bottom-color: #B3422B;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	border-width: 0px;
}
#blue h3 {
	color: #004C95;
}
#green h3 {
	color: #336;
}
#red h3 {
	color: #B3422B;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding:0 0 20px 0;
	text-transform:uppercase;
}
#blue h4 {
	color: #036;
}
#green h4 {
	color: #B3422B;
}
#red h4 {
	color: #B3422B;
}
h4 a {
	color:#
}
h4 a:hover {
	color:#
}
h5 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.15em;
	text-align: center;
	padding: 0px 10px 5px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#blue h5 {
	color: #FB0;
	border-bottom-color: #036;
}
#green h5 {
	color: #FB0;
	border-bottom-color: #B3422B;
}
#red h5 {
	color: #FB0;
	border-bottom-color: #B3422B;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
}
#blue h6 {
	color: #036;
}
#green h6 {
	color: #333;
}
#red h6 {
	color: #333;
}
#blue h6 a:hover {
	color:#C00
}
#green h6 a:hover {
	color:#B3422B
}
#red h6 a:hover {
	color:#B3422B
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline
}
a:active {
	font-weight: bold;
}
a:visited {
	font-weight: bold;
}
#blue a:link {
	color: #036;
}
#blue a:hover {
	color: #004C95;
}
#blue a:active {
	color: #06C
}
#blue a:visited {
	color: #069
}
#green a:link {
	color: #336;
}
#green a:hover {
	color: #B3422B;
}
#green a:active {
	color: #FB0
}
#green a:visited {
	color: #2D663B
}
#red a:link {
	color: #336;
}
#red a:hover {
	color: #B3422B;
}
#red a:active {
	color: #FB0
}
#red a:visited {
	color: #2D663B
}


/*---TABLE STYLES---*/

table {
	margin: 0px;
	padding: 0px;
}
#table_center {
	border: none;
	margin-right: auto;
	margin-left: auto;
}
#table_contact {
	font-size: 1em;
	color: #333;
	text-align: left;
	border: none;
}
#table_contact td {
	line-height: 1.5em;
	padding: 5px 10px 5px 10px;
}
#table_listing {
	font-size: 1em;
	color: #333;
	text-align: left;
	border: 1px solid #ccc;
	white-space: pre;
}
#table_listing td {
	line-height: 1.5em;
	padding: 5px 10px 5px 10px;
}
.main_textform table {
	text-align: center;
}
.table01 {
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	color: #c00;
	text-align: center;
	border: none;
	margin-right: auto;
	margin-left: auto;
}
.table02 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 2em;
	width: auto;
}
.table03 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 2em;
	width: 100%;
	text-align: center;
}

/*---LISTS---*/

.maintext .ulist1 li, .maintext .ulist2 li{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#blue .maintext .ulist1 li {
	list-style-image: url(/common/images/general/bltarw_blue01.png);
	font-size: 1em;
	color: #333;
}
#green .maintext .ulist1 li {
	list-style-image: url(/common/images/general/bltarw_grn01.png);
}
#red .maintext .ulist1 li {
	list-style-image: url(/common/images/general/bltarw_red02.png);
}
#blue  .maintext  .ulist1 li .ulist2 li {
	font-size: .9em;
	list-style-image: url(/common/images/general/bltsm_red01.png);
}
#green .maintext .ulist2 li {
	list-style-image: url(/common/images/general/bltlg_purple02.png);
}
#red .maintext .ulist2 li {
	list-style-image: url(/common/images/general/bltlg_red02.png);
}
.maintext .ulist1 li li, .maintext .ulist2 li li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
#blue .maintext .ulist1 li li {
	list-style-image: url(/common/images/general/bltsm_red01.png);
}
#green .maintext .ulist1 li li {
	list-style-image: url(/common/images/general/bltlg_red02.png);
}
#red .maintext .ulist1 li li {
	list-style-image: url(/common/images/general/bltlg_red02.png);
}
.maintext .ulist1 li li li, .maintext .ulist2 li li li{
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 20px;
}
#blue .maintext .ulist1 li li li{
	list-style-image: url(/common/images/general/bltsm_blue02.png);
}
#green .maintext .ulist1 li li li{
	list-style-image: url(/common/images/general/bltsm_purple02.png);
}
#red .maintext .ulist1 li li li{
	list-style-image: url(/common/images/general/bltsm_grey01.png);
}
.maintext ul li strong {
	color: #333;
}
.maintext .checklist li {
	list-style-image: url(/common/images/general/checkbox_red.gif);
}
#sidecontent .ulist1 {
	margin: 5px 0px 0px -20px;
}
#sidecontent .ulist1 li {
	font-size: 11px;
	margin: 5px 0px 0px 10px ;
}
#blue #sidecontent .ulist1 li {
	list-style-image: url(/common/images/general/bltsm_red01.png);
}
#green #sidecontent .ulist1 li {
	list-style-image: url(/common/images/general/bltsm_purple02.png);
}
#red #sidecontent .ulist1  li{
	list-style-image: url(/common/images/general/bltsm_red02.png);
}
#sidecontent .ulist2 {
	margin: 5px 0px 0px -20px;
}
#sidecontent .ulist2 li {
	font-size: 11px;
	margin: 5px 0px 0px 0px ;
}
#blue #sidecontent .ulist2 li {
	list-style-image: url(/common/images/general/bltsm_red01.png);
}
#green #sidecontent .ulist2 li {
	list-style-image: url(/common/images/general/bltsm_purple02.png);
}
#red #sidecontent .ulist2  li{
	list-style-image: url(/common/images/general/bltsm_red02.png);
}

.checklist {
	text-align: left;
	line-height: 2em;
	padding-right: 20px;
	padding-left: 20px;
}
/*---links---*/
.breadcrumbs {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 10px;
	color: #c00;
}
.breadcrumbs a {
	font-weight: bold;
	font-style: normal;
	text-align: right;
	padding: 0px 5px 0px 5px;
	color: #052c89;
}
.breadcrumbs a:hover {
	color: #c00;
}
.breadcrumbs a:active {
	color: #ffcc00;
}
/*------MISC STYLES------*/

.blockquote {
	font-size: 1.12em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #666;
	width: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin:  0px 10% 25px 10%;
	padding: 10px 10px 10px 25px;
	background-image: url(/common/images/general/icon_quoteleft_blue01.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;

}
.blockquote p.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-style: normal;
	color: #000;
	text-align: right;
	padding-top: 30px;
	margin-top: -24px;
	background: url(/common/images/general/icon_quoteright_blue01.png) no-repeat right top;
}
pre {
	margin: 0px;
	padding: 0px;
}
#blue .moreinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
	padding-right: 10px;
	text-decoration: underline;
	text-align: right;
	color: #064A89;
	float: right;
}
#green .moreinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 5px;
	padding-right: 10px;
	text-decoration: underline;
	text-align: right;
	color: #004C95;
	float: right;
}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.right {
	display: block;
	text-align: right;
	float: right;
}
.main_text .address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #333;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-align: left;
	text-decoration: none;
}
.main_text .phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #003366;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-align: left;
	text-decoration: none;
}

/*--- BUTTONS ---*/

.email a, .phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.email a:hover {
	color: #DC513D;
}
.email a:active {
	color: #f6dc35;
}
.return a {
	background-image: url(/common/images/general/email1.png);
	height: 25px;
	width: 90px;
	display: block;
	color: #052c89;
	text-align: center;
	background-repeat: no-repeat;
	padding: 7px 20px 5px 0px;
	font-size: 14px;
}
.return a:hover {
	background-image: url(/common/images/general/email2.png);
	color: #DC513D;
}
.return a:active {
	color: #f6dc35;
}
.search a {
	color: #052c89;
	background-image: url(/common/images/general/btn_wht01a.png);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	height: 27px;
	width: 158px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.search a:hover {
	background-image: url(/common/images/general/btn_wht01b.png);
	color: #DC513D;
}
.search a:active {
	color: #f6dc35;
}
/*---misc text---*/




.article_header {
	height: 35px;
	width: auto;
	display: block;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}
.article_header a {
	height: 35px;
	width: auto;
	display: block;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}
.article_header a:hover {
	color: #DC513D;
}
.article_header a:active {
	color: #f6dc35;
}



.contact {
	padding:20px 0px 10px 0px
}
.copyright {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #039;
	padding: 5px;
	text-align: center;
}
.heading {
	font-weight: bold;
	font-size: 1.15em;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: left;
	line-height: 1em;
}
.instructions {
	font-size: 1em;
	color: #333;
	text-align: left;
	border: none;
	line-height: 1.5em;
	/*	vertical-align:top;*/
	padding-bottom: 5px;
	display: block;
	width: auto;
	margin-right: 20px;
	margin-left: 30px;
	padding-top: 5px;
	font-weight: bold;
}
#memberinfo {
	width: 100%;
}
.officer {
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
	text-align: left;
	line-height: 2em;
}
.print {
	display: inline;
	float: right;
	margin-left: 0%;
	margin-right: 0%;
	width: 200px;
	background-image: url(/common/images/general/hdr_print.png);
	height: 170px;
	background-repeat: no-repeat;
}
.print_txt {
	display: block;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	width: 200px;
	text-align: left;
	padding: 10px 0px 10px 25px;
}
.required {
	line-height: 2em;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c00;
	font-weight: bold;
	font-size: 10px;
}
.title {
	font-size:1.3em;
	font-style:italic;
	font-weight:bold;
	text-align: center;
	color: #C00;
	line-height: 1.5em;
	margin: 40px 0px;
	display: block;
}
.style1 {
	line-height: 5px
}

/*---rule---*/
hr {
	display: block;
	margin: 10px 0px 10px 0px;
	height:2px;
	width:100%;
	text-align: center;
	color:#052c89;
	background:#052c89;/*	vertical-align: top;*/
}
.yellow {
	background-color: #ffcc00;
	display: block;
	height: 2px;
	margin: 10px 0px 10px 0px;
}
.yellow_rule {
	background-color: #ffcc00;
	display: block;
	height: 2px;
	margin: 10px 0px 10px 0px;
}
.pale_yellow_rule {
	background-color: #f8eea9;
	display: block;
	height: 2px;
	margin: 5px 0px 5px 0px;
}

.borderhead {
	padding:5px;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	color: #9f0000;
	font-size: 14px;
	font-weight: bold;
}
.borderhead a:link, .selectable {
	color: #052c89;
	text-decoration: none;/*	cursor:url(/common/images/general/magnify.cur),pointer;*/
}
.borderhead a:visited {
	color: #052c89;
	text-decoration: none;/*	cursor:url(/common/images/general/magnify.cur),pointer;*/
}
.borderhead a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
.borderhead a:active {
	color: #052c89;
	text-decoration: underline;
}
.feature .borderhead {
	padding:5px;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	color: #9f0000;
	font-size: 12px;
	font-weight: bold;
}

.subscript {
	font-size: 1em;
}
#blue .note {
	font-size: 0.85em;
	background-color: #FFFAE6;
	padding: 10px;
	text-align: center;
}
#green .note {
	font-size: 0.85em;
	background-color: #FFFFEA;
	padding: 10px;
	text-align: center;
}
legend {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.10em;
}
label {
	display:inline;
	margin:6px 4px 6px 0px;
	font-weight: bold;
	font-size: .9em;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	padding: 2px 10px;
	margin: 5px 0px 1px 0px;
}
hr {
  width: 100%;
  color: #004080;
}

hr.black {
  width: 100%;
  color: #000000;
}
