/* =========================== Defaults =========================== */
body * {
    font-size: 12px;
    font-family: Arial;
    color: #333333;
    line-height: 14px;
    }

a:link        { color: #3366cc; text-decoration:none; }
a:visited{ color: #3366cc; text-decoration:none }
a:hover     { color: #3366cc; text-decoration:underline }
a:active  { color: #3366cc; text-decoration:underline }

.vert_middle{vertical-align: middle}

.shortbox {height: 221px;}
.tallbox {height: 298px;}
.floatleft {float: left;}
.floatright{float: right;}
.clear{clear: both;}


h2 {
    font-size: 16px;
    font-weight: bold;
    }
    
h3 {
    font-size: 14px;
    font-weight: bold;
    }
    
h6{font-weight: normal;}

sup{font-size: 9px;}
    

/* =========================== Frames =========================== */
#HPF_Page {
    background-color: white;
    background-image: url("../img/leftnav_background.gif");
    background-repeat: repeat-y;
    margin: 0px auto;
    width: 1000px;
    }
    
#HPF_Head{
	width: 100%;
    }
    
#HPF_Nav{
    clear: both;
    background-color: #336699;
    width: 160px;
    float: left;
    }
    
#HPF_Content {
    width: 816px;
    float: right;
    }
    
#HPF_ContentGroup {
    width: 806px;
    height: 835px;
    background-color: #ecece6;
    padding: 0 5px 0px 5px;
    margin-top: 10px;

    }
    
#HPF_CGSplitLeft {
    width: 499px;
    height: 835px;
    float: left;

    }
    
#HPF_CGSplitRight {
    width: 300px;
    height: 785px;
    float: right;
    }
    
/* =========================== Head #1 =========================== */
#HPE_Head1 {
    height: 106px;
    background-color: white;
    }
    
#HPE_Head1  .rorg_logo {
    float: left;
    margin: 19px 0 8px 12px;
    }
    
/* =========================== Head #2 =========================== */
#HPE_Head2 {
    height: 24px;
    line-height: 24px;
    background-color: #336699;
    }

#HPE_Head2 h4 {
	float:left;
    display: inline;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: ”Times New Roman”,Times,serif;
    color: white;
    margin:.4em 0 0 .25em;
    }

#HPE_Head2 ul {
    float: right;

    }
    
#HPE_Head2 ul li{
    display: inline;
    color: white;
    font-size: 14px;
    line-height: 24px;
    }
    
#HPE_Head2 ul li a{
    margin: 0 6px 0 6px;
    color: white;
    }
    
/* =========================== Head #3 =========================== */
#HPE_Head3 {
    height: 25px;
    background-image: url(../img/hdr_lghtbluebar.gif);
    background-repeat: repeat-x;
}

#HPE_Head3 ul {
    float: right;
    }
    
#HPE_Head3 ul li{
    display: inline;
    color: #3366cc;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    }
    
#HPE_Head3 ul li a{
    margin: 0 6px 0 6px;
    color: #3366cc;
    }
    
/* =========================== NAVBLOCK STYLES =========================== */
.navblock { 
	color: white; 
	border-top: solid white 1px; 
	padding-bottom: .2em;
	ephox-visible: false;
}
.navblock:first-child { border-top: none; }

.navblock * { 
    color: white; 
    font-size: 10pt;
    line-height: 10pt;
    }

.navblock h4 {
	font-weight:bold;
	text-transform:uppercase;
	padding:.6em .3em .2em .4em;
	border-bottom: solid #6699CC 1px;
}

.navblock p { 
    padding: .5em .3em .5em .4em; 
    }

.navblock a:link {color: white; text-decoration:none;}     /* unvisited link */
.navblock a:visited {color: white; text-decoration:none;}  /* visited link */
.navblock a:hover {color: white; text-decoration:underline;}   /* mouse over link */
.navblock a:active {color: white; text-decoration:none;}   /* selected link */

.navblock ul {
	padding: 2px 0 3px 0;
	background-color: #336699;
}
.navblock ul li {
	padding: 5px 3px 5px 4px;
    line-height: 10pt;
	list-style: none;
}
.navblock ul li a { 
    font-size: 10pt;
    line-height: 11pt;
    }
.navblock ul li a:link {color: #ffffff; text-decoration:none; }
.navblock ul li a:visited {color: #ffffff; text-decoration:none; }
.navblock ul li a:hover {color: #ffffff; text-decoration:underline; }
.navblock ul li a:active {color: #ffffff; text-decoration:none; }

.navblock ul ul {
	margin: .2em -.3em .2em -.4em;
	background-color: white;
}

.navblock ul li ul li { list-style-type: square; list-style-position: outside; margin-left:18px; color: #336699; font-size: 1em; line-height: 1.25em; font-weight: bold;}
.navblockul li ul li a { list-style-type: none; font-weight: normal;}
.navblock ul li ul li a:link {list-style-type: none; color: #336699; text-decoration:underline;	font-weight: normal; line-height: 1.25em;}     /* unvisited link */
.navblock ul li ul li a:visited {list-style-type: none; color: #336699; text-decoration:underline;	font-weight: normal; line-height: 1.25em;}  /* visited link */
.navblock ul li ul li a:hover {list-style-type: none; color: #336699; text-decoration:underline;	font-weight: normal; line-height: 1.25em;}   /* mouse over link */
.navblock ul li ul li a:active {list-style-type: none; color: #336699; text-decoration:underline;	font-weight: normal; line-height: 1.25em;}   /* selected link */




/* =========================== Ad Blocks =========================== */
#DARTLBDIV {
    float: right;
    margin:8px 0px 8px 22px;
    }
    
#DARTMRECTDIV {
    width: 300px;
    height: 250px;
    margin-top: 5px;
    }
    
/* =========================== Search =========================== */
#HPE_Search {
    margin-top: 8px;
    height: 45px;
    }

#HPE_Search .search_middle {
    float: left;
    width: 800px;
    height: 38px;
    padding-top: 10px;
    background-image: url(../img/search/search_bkgrd.gif);
    background-repeat: repeat-x;
    }

    
#HPE_Search label {
    vertical-align:middle;
    font-size: 18px;
    color: #333333;
    margin: 0 5px 0 5px;
    }

#HPE_Search .f1 {
    vertical-align: middle;
    padding: 4px 0 0 2px;
    font-family: Arial;
    font-size: 14px;
    height: 18px;
    width: 423px;
    }

#HPE_Search .f2 {
    vertical-align:middle;
    font-family: Arial;
    font-size: 12px;
    padding-top: 2px;
    height: 24px;
    width: 200px;
    margin-right: 9px;
    }
    
#HPE_Search .search_side {
    float: left;
    width: px;
    }

#HPE_Search .search_side img {
    display: block;
    }

/* =========================== Hot Topics =========================== */

#HPE_HT{width: 816px; margin:5px 0 0 0;padding:0 0 2px 0;border-bottom: 2px #f3f3ec solid;}
#HPE_HT strong{color:#ff6600;font-weight: bold;}
#HPE_HT p{font-size: 12px; color: #3366cc; margin:0 auto; padding: 0;}
#HPE_HT a{color: #3366cc;text-decoration:none;}
#HPE_HT a:hover{ text-decoration:underline;}
#HPE_HT sup{font-size: 9px;  color: #3366cc;}

/* =========================== Accordian =========================== */
.HPE_Acc {
    background-color: white;
    width: 499px;
    height: 294px;
    margin-top: 5px;
    }
    #accordion {
	background:#ffffff;
	-background:#ffffff;

}

/* accordion header */
#accordion h2 {
	/*float:left;*/
	margin:0;
	padding:12px 0 0 30px;
	font-size:16px;
	width: 70%;
	font-weight:bold;
	color: #666666;
	cursor:pointer;
	position:relative;

}
#accordion .HPE_Acc_tabs{ height:32px; background: url(../img/accbluetop.png) no-repeat 0 0 scroll;display:block;position:relative;}

/* currently active header */
#accordion div.HPE_Acc_tabs.current {

	background: url(../img/accorangetop.png) no-repeat 0 0 scroll;
	cursor:default;
	color: #333333;
	background-color:#fff;
	position:relative;
}
#accordion div.HPE_Acc_tabs.current h2 {
	/*float:left;*/
	position:relative;
	z-index: 200;
	cursor:default;
	color: #333333;
	width: 70%;
	position:relative;
}

	
/*#accordion div.HPE_Acc_tabs.current div.rss{
	position:relative;
	top:0;
	left: 0;
	float:left;
	display:inline;
	padding: 0 10px 0 0;
	margin: 12px 0 5px 0;
	width: 16px;
	height: 16px;
	z-index:9999;}*/
	
/* accordion pane */
#accordion div.pane {
	display:none;
	height:163px;
	padding:10px 15px 23px 15px;
	color:#333333;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
.HPE_Acc_container p,a{font-family: Arial,sans-serif; font-size: 12px;}
strong{font-weight: bold; color: #ff6600; text-transform: uppercase;}
div.HPE_Acc_container{width: 100%; /*height: 234px; height: 0 auto !important; min-height: 234px;*/}
div.HPE_Acc_feature{float:left;border-top: #dcdbdb 1px solid;border-bottom: 1px #dcdbdb solid;padding-top: 13px;width: 133px;}
div.HPE_Acc div.HPE_Acc_first{height: 145px;padding-left: 11px;border-right: 1px #dcdbdb solid;padding-right: 10px;}
div.HPE_Acc_middle{height: 145px; border-right: 1px #dcdbdb solid; padding-left: 11px; padding-right: 11px;}
.HPE_Acc_last{height: 145px;padding-left: 11px; padding-right: 11px;}
#accordion div.rsa{float:left;padding-top: 3px;width: 467px;}
div.rsa img{float:left;}
div.rsa div.see{float:right;text-align:right;padding-top: 0px;}
cb{clear:both;}
.HPE_Acc_feature img{width: 133px;}
a:link {text-decoration:none; color:#3366cc;}	
a:hover{text-decoration:underline;}	
    
    
/* =========================== Carousel =========================== */
.HPE_Car {
    background: url(../img/3_top_bluebar.gif) no-repeat scroll;
    width: 100%;
    height: 152px;
    margin-top: 8px;
    }
	.HPE_Car h3{font-size: 14px; font-weight:bold; padding:12px 0 8px 0; margin: 0 auto;}
	.HPE_Car_container{width:700px; height:135px; float:left;}
	.HPE_Car_feature{width:173px; padding-left:15px; float:left;}
	.HPE_Car ul{list-style-type:none; padding-left:4px;}
	.HPE_Car a{text-decoration:none; color:#3366cc;}
	.HPE_Car a:hover p{text-decoration:underline;}
	.HPE_Car p{font-size:12px; line-height:14px; margin-top:0px; padding-bottom: 25px;color:#3366cc;}
	div.HPE_Car .HPE_Car_scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 763px;
	height:135px;
}

div.HPE_Car img.nobo a {
	border:none;
}

.HPE_Car_scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.HPE_Car_scrollable div.HPE_Car_feature {
	margin:0;
	width:173px;
	margin-top: 90px;
	margin-left: 4px;
	float:left;
}

/* active item */
.HPE_Car_scrollable .active {
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.HPE_Car_scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {background: url(../img/case_sprite.png) no-repeat;display:block;width:15px;height:22px;float:left;margin:15px 0 0 0;cursor:pointer;font-size:1px;}

/* right */
a.HPE_Car_right {background-position  : -15px -0px; clear:right; margin-right: 0px;margin-left: 15px;}
.HPE_Car_right.disabled {background-position  : -30px -0px;}

/* left */
a.HPE_Car_left				{background-position  : -45px -0px; margin-left: 0px; margin-right: 6px;} 
.HPE_Car_left.disabled{background-position  : -0px -0px;}

    
/* =========================== Fancy Carousel =========================== */
#HPE_FCar {
    width: 816px;
    height: 212px;
    margin-top: 8px;
    margin-bottom:10px;
    }

/*.HPE_FCar {list-style-type:none; padding-left:0; width: 816px;}*/
#HPE_FCar h3{
	font-size: 14px;
	font-weight:bold;
	padding:13px 0 4px 0;
	margin:0 auto;
	}

#HPE_FCar a.HPE_FCar_more{
	text-decoration:none;
	color:#3366cc;
	padding-top: 2px;
	margin:0 12px;
}

#HPE_FCar a.HPE_FCar_more:hover{
	text-decoration: underline;
}
	
#HPE_FCar p{
	font-size:12px;
	line-height:14px;
	margin: 2px 0 2px 0;
}

#HPE_FCar a.HPE_FCar_more{
	float:right;
	font-size: 12px;
	color: #3366cc;
}

.HPE_FCar_scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 761px;
	height:212px;
	/* custom decorations */
	background:url(../img/home_mainstage_background.jpg) no-repeat ;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.HPE_FCar_scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.HPE_FCar_scrollable div.HPE_FCar_feature {
	margin:89px 4px 0 4px;
	padding: 0 0 0 4px;
	width:241px;
	height: 123px;
	float:left;
	background: url(../img/main_textblock.png) no-repeat;
	}
	
/* active item */
.HPE_FCar_scrollable .active {
	z-index:9999;
	position:relative;
}

	
	/* this makes it possible to add next button beside scrollable */
.HPE_FCar_scrollable{
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
div#HPE_FCar a.browse {
	background:url(../img/main_sprite.png) no-repeat;
	/*display:block;*/
	width:26px;
	height:69px;
	/*float:left;*/
	/*margin:74px 0;*/
	cursor:pointer;
	font-size:1px;
}

/* right */
div#HPE_FCar a.HPE_FCar_right{
	background-position:-27px 0;
	clear:right;
	margin: 74px 0 0;
}

div#HPE_FCar .HPE_FCar_right.disabled{
	background-position:-54px 0;
}


/* left */
div#HPE_FCar a.HPE_FCar_left{
	background-position:-81px 0;
	margin: 74px 0 0 0;
} 

div#HPE_FCar .HPE_FCar_left.disabled{
	background-position:0 0;
}

div#HPE_FCar div.HPE_FCar_fc{
	height: 102px;
	border-bottom: 1px solid silver;
	margin: 0 12px 0 12px;
}

/***********************FANCY CAROUSEL ENDS***************************/
/* =========================== Realtor TV =========================== */
#HPE_TV {
    background-color: white;
    background-image: url(../img/2_top_bluebar.gif);
    background-repeat: no-repeat;
    width: 300px;
    height: 520px;
    margin-top: 5px;
    }
  
#HPE_TV .smll_bx_position_border { 
  	padding: 13px 0 5px;
  	margin: 0 0 0 10px;
  	width: 260px;
  }  
  
#HPE_TV .rss{
	display:block;
	float:right;
	padding: 12px 10px 3px 0;
	width: 16px;
	height: 16px;
	border:none;
	
	}

#HPE_TV .rss img{
	border:none;
}
	

#HPE_TV .top { 
  	padding: 8px 0 0 0;
  	margin: 0 auto;
  	border-top:  solid #dcdbdb 1px;
  	width: 280px;
  	height: auto;
  }  
  
#HPE_TV .smll_bx_position { 
  	position: relative;
  	left: 10px;
 }
  
 
#HPE_TV p { 
   margin-top: 2px;
}    

#HPE_TV img { 	border: 3px solid #cccccc;
}

#HPE_TV .two_column_content_tll { 
  	/*padding: 0 0 5px;*/
  	margin: 0 0 5px 10px;
  	width: 280px;
  	height: 455px;
  }
  
#HPE_TV .two_column_content_smll { 
	padding: 2px 0 0 0;
	margin: 0 0 0 10px;
  	width: 280px;
	text-align:right;
	border-top: 1px #dcdbdb solid;
}  
#HPE_TV .full_text { 
	width: 280px;
	padding: 0 0 5px;
}

#HPE_TV .left_image_single { 
	float: left;
	width: 280px;
	border-top: solid #dcdbdb 1px;
	padding: 7px 0 7px 0;

}

#HPE_TV .p1 { 

}    

#HPE_TV img.g1 { 
	margin: 0 15px 0 0;
	float: left;
}

#HPE_TV .g2 { 
  	position: relative;
	float: left;
	width: 160px;
}

/* =========================== Single Left Image Block =========================== */
.HPE_SLI {
    background-color: white;
    background-image: url(../img/1_top_bluebar.gif);
    background-repeat: no-repeat;
    margin-top: 5px;
    width: 247px;
    }
    
.HPE_SLI .rss{
	display:inline;
	float:right;
	padding: 12px 10px 0 0;
	width: 16px;
	height: 16px;
	
	}
	
.HPE_SLI .rss img {
	border: none;
	
	}

.HPE_SLI .smll_bx_position_border_tll { 
  	padding: 13px 0 5px;
  	margin: 0 0 0 10px;
  	 	width: 70%;
  	}
  
.HPE_SLI .smll_bx_position_border { 
  	position: relative;
  	padding: 13px 0 5px;
  	margin: 0 0 0 10px;
  	 	width: 70%;
  	}
  
.HPE_SLI .smll_bx_position { 
  	position: relative;
  	left: 10px;
 	}
  
 .HPE_SLI .smll_bx_position_img { 
   	position: relative;
   	left: 10px;
 	}
 
 .HPE_SLI p { 
   padding-bottom: 10px;
	}

.HPE_SLI img { 
   border: 1px solid #cccccc;
}

.HPE_SLI .two_column_content { 
  	height: 151px;
  	margin: 0 0 0 10px;
  	padding: 10px 0 0 0;
  	width: 225px;
  	border-top: solid #dcdbdb 1px;
}

.HPE_SLI .two_column_content_tll{ 
	position: relative;
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
  	height: 213px;
  	width: 225px;
  	border-top: solid #dcdbdb 1px;
}

.HPE_SLI .two_column_content_smll { 
	padding: 2px 0 0 0;
	margin: 0 0 0 9px;
  	width: 227px;
	text-align:right;
	border-top: solid #dcdbdb 1px;

	
}
.HPE_SLI .left_image_single { 
	float: left;
	width: 85px;
	height: 170px;
}

.HPE_SLI .right_text { 
	float: left;
	width: 130px;
}
.HPE_SLI .right_text_multiple { 
}


/* =========================== Multi Left Image Block =========================== */
.HPE_MLI {
    background-color: white;
    background-image: url(../img/1_top_bluebar.gif);
    background-repeat: no-repeat;
    margin-top: 5px;
    width: 247px;
    }

.HPE_MLI .rss{
	display:inline;
	float:right;
	padding: 0 10px 0 0;
	margin: 12px 0 5px;
	width: 16px;
	height: 16px;
	}
	
.HPE_MLI .rss img {
	border: none;
	
	}
.HPE_MLI .smll_bx_position_border { 
	position:relative;
  	margin: 13px 0 5px 10px;
  	width: 70%;
  }
 
.HPE_MLI .smll_bx_position { 
 	position: relative;
 	left: 10px;
}
 
.HPE_MLI .smll_bx_position_img { 
  	position: relative;
  	left: 10px;
}

.HPE_MLI .two_column_content { 
	position: relative;
	padding: 5px 0 0 0;
	margin: 0 10px;
	height: 232px;
	width: 227px;
  	border-top: solid #dcdbdb 1px;
  	}

.HPE_MLI p { 
  	margin: 0;
}

.HPE_MLI img { 
   border: 1px solid #cccccc;
   float:left;
   margin: 0 10px 0 0;}	

.HPE_MLI .left_image_single { 
	float: left;
	margin: 0 0 13px 0;
	width: 227px;
}

.HPE_MLI .two_column_content_smll { 
	text-align:right;
	position:relative;
	border-top: 1px #dcdbdb solid;
	margin: 0 0 0 9px;
	padding: 2px 0 0 0;
	width: 227px;

}

.HPE_MLI .right_text_multiple { 
	clear:both;
	display:inline;
}

/* =========================== Single Top Image Block =========================== */
.HPE_STI {
    background-color: white;
    background-image: url(../img/1_top_bluebar.gif);
    background-repeat: no-repeat;
    margin-top: 5px;
    width: 247px;
    }
    
.HPE_STI .rss{
	display:inline;
	float:right;
	padding: 12px 10px 0 0;
	width: 16px;
	height: 16px;
	
	}
	
.HPE_STI .rss img {
	border: none;
	
	}

.HPE_STI .smll_bx_position_border_tll { 
  	padding: 13px 0 5px;
  	margin: 0 0 0 10px;
  	 	width: 70%;
  	}
  
.HPE_STI .smll_bx_position_border { 
  	position: relative;
  	padding: 13px 0 5px;
  	margin: 0 0 0 10px;
  	 	width: 80%;
  	}
  
.HPE_STI .smll_bx_position { 
  	position: relative;
  	left: 10px;
 	}
  
 .HPE_STI .smll_bx_position_img { 
   	position: relative;
   	left: 10px;
 	}
 
 .HPE_STI p { 
   padding-bottom: 10px;
	}

.HPE_STI img { 
   border: 1px solid #cccccc;
}

.HPE_STI .two_column_content { 
  	height: 151px;
  	margin: 0 0 0 10px;
  	padding: 10px 0 0 0;
  	width: 225px;
  	border-top: solid #dcdbdb 1px;
}

.HPE_STI .two_column_content_tll{ 
	position: relative;
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
  	height: 213px;
  	width: 225px;
  	border-top: solid #dcdbdb 1px;
}

.HPE_STI .two_column_content_smll { 
	padding: 2px 0 0 0;
	margin: 0 0 0 9px;
  	width: 227px;
	text-align:right;
	border-top: solid #dcdbdb 1px;

	
}
.HPE_STI .left_image_single { 
	float: left;
	width: 85px;
	height: 80px;
}

.HPE_STI .right_text { 
	float: left;
	width: 130px;
}
.HPE_STI .full_text { 
	padding-top: 5px;
	float: left;
	width: 225px;
}
.HPE_STI .right_text_multiple { 
}
/* =========================== 3 Link Columns =========================== */
.HPE_3LC {
    background-color: #f0eee6;
    padding: 12px 0;
    margin-top: 8px;
    }
    
.HPE_3LC  h3{
    padding: 0 0 7px 15px;
    }
    
.HPE_3LC ul {
    float: left;
    padding: 0 20px;
    border-left: dotted #336699 1px;
    width: 232px;
    height: 80px;
    }
    
.HPE_3LC .firstul{
    padding-left: 15px;
    border-left: none;
    }
    
.HPE_3LC li {
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
    background-image: url(../img/orange_bullet.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    }
    
/* =========================== Footer 1 =========================== */
#HPE_Foot1 {
    width: 100%;
    margin-top: 20px;
    }
    
#HPE_Foot1 .col1 {
    float: left;
    width: 211px;
    padding: 10px 21px 0 5px;
    border-right: 1px dotted #cccccc;
    background-image: url(../img/1_top_orangebar.gif);
    background-repeat:no-repeat;
    background-position:top left;
}

#HPE_Foot1 .col2 {
    float: left;
    width: 305px;
    padding: 10px 21px 0 0;
    margin-left: 21px;
    border-right: 1px dotted #cccccc;
    background-image: url(../img/2_top_orangebar.gif);
    background-repeat:no-repeat;
    background-position:top left;
}

#HPE_Foot1 .col3 {
    float: left;
    width: 208px;
    padding-top: 10px;
    margin-left: 19px;
    background-image: url(../img/3_top_orangebar.gif);
    background-repeat:no-repeat;
    background-position:top left;
    /*text-align: center;*/
}

#HPE_Foot1 .col1 .imglink1 {
    float: left;
    padding: 2px 5px 0 0;
    border-right: dotted #336699 1px;
    }
    
#HPE_Foot1 .col1 .imglink2 {
    float: left;
    padding: 0 5px 0 5px;
    border-right: dotted #336699 1px;
    }
     
#HPE_Foot1 .col1 .imglink3 {
    float: left;
    padding: 2px 0 0 5px;
    }

#HPE_Foot1 .col2 ul {
    padding-top: 10px;
    width: 145px;
    }
    
#HPE_Foot1 li {
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
    background-image: url(../img/orange_bullet.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    }
    
#HPE_Foot1 h3 {
    font: arial bold 14px;
    color:  #333333;
    }
    
#HPE_Foot1 p {
    font-size: 12px;
    padding: 10px 0 15px 0;
    }
    
/* =========================== Footer 2 =========================== */
#HPE_Foot2 {
    width: 100%;
    margin-top: 20px;
    border-top: 2px solid #f0eee6;
    padding-top: 10px;
    }

#HPE_Foot2 p {
    font-size: 11px;
    line-height: 13px;
    }

#HPE_Foot2 ul {
    margin: 5px 0 0 -6px;
    }
    
#HPE_Foot2 ul li{
    display: inline;
    color: #3366cc;
    font-size: 13px;
    line-height: 13px;
    }
    
#HPE_Foot2 ul li a{
    margin: 15px 2px 0 2px;
    font-size: 11px;
    }
    

    

    
    
