@charset "UTF-8";


/* Start Basics - CSS */

* { margin:0; padding:0; }

body {
	background: #404829;
}

a:active, a:focus {
	outline: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.clear {
	height: 0px;
	clear: both;
}

.photo_edge {
	margin: 4px;
	padding: 2px;
	border: 4px solid #DEDBCA;
}

.photo_edge:hover {
	margin: 4px;
	padding: 2px;
	border: 4px solid #670F0B;
}

.right {
	float: right;
	margin: 4px;
	padding: 2px;
	border: 4px solid #DEDBCA;
}

.left {
	float: left;
	margin: 4px;
	padding: 2px;
	border: 4px solid #DEDBCA;
}

a {
	font-weight: bold;
	color: #670F0B;
	text-decoration: none;	
}

a:hover {
	font-weight: bold;
	color: #17354C;
	text-decoration: none;	
}

/* End Basics - CSS */


/* start of home_content */

#wrapper {
	width: 100%;
}

#content_container {
	background-color: #BFC2A1;
	background-image: url(../images/home_bg01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	width: 100%;
}

#content_home {
	width: 990px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/home_bg02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#content {
	width: 990px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/home_bg05.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#nav_container {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 68px;
	width: 990px;
}

#nav {
	clear: both;
	float: left;
	height: 44px;
	width: 948px;
	margin-top: 24px;
	margin-left: 21px;
}

#nav ul {
	display: block;
	float: left;
	width: 948px;
	height: 44px;
	list-style: none;
}

#nav ul li {
    display: block;
    float: left;
	height: 44px;
    text-indent: -10000px;
}

#nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#nav_01 {
    width: 80px;
}

#nav_02 {
    width: 120px;
}

#nav_03 {
    width: 138px;
}

#nav_04 {
    width: 102px;
}

#nav_05 {
    width: 123px;
}

#nav_06 {
    width: 116px;
}

#nav_07 {
    width: 101px;
}

#nav_08 {
    width: 78px;
}

#nav_09 {
    width: 90px;
}

#nav_01 a:hover {
	background: url(../images/nav01_f2.jpg) no-repeat left top;
}

#nav_02 a:hover {
    background: url(../images/nav02_f2.jpg) no-repeat left top;
}

#nav_03 a:hover {
    background: url(../images/nav03_f2.jpg) no-repeat left top;
}

#nav_04 a:hover {
    background: url(../images/nav04_f2.jpg) no-repeat left top;
}

#nav_05 a:hover {
    background: url(../images/nav05_f2.jpg) no-repeat left top;
}

#nav_06 a:hover {
    background: url(../images/nav06_f2.jpg) no-repeat left top;
}

#nav_07 a:hover {
    background: url(../images/nav07_f2.jpg) no-repeat left top;
}

#nav_08 a:hover {
    background: url(../images/nav08_f2.jpg) no-repeat left top;
}

#nav_09 a:hover {
    background: url(../images/nav09_f2.jpg) no-repeat left top;
}


#nav ul li ul {
	display: none;
	float: none;
	position: relative;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 6px;
}

#nav ul li ul li {
	background-image: none;
	background-repeat: none;
	background-color: #333929;
	color: #ffffff;
	display: block;
	float: none;
    text-indent: 6px;
	height: 20px;
}

#nav ul li ul li a {
	color: #ffffff;
    font: arial;
    font-size: 11px;
	height: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#nav ul li ul li a:hover {
    background-image: none;
    background-repeat: none;
    background-color: #596447;
    text-decoration: none;
}



#slideshow_container_home {
	background-image: url(../images/slideshow_bg_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 333px;
	width: 990px;
}

#slideshow_container {
	background-image: url(../images/slideshow_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 333px;
	width: 990px;
}

#slideshow {
	float: left;
	height: 256px;
	width: 580px;
	margin-top: 30px;
	margin-left: 361px;
}

#main_area {
	width: 938px;
	margin-left: 27px;
	float: left;
}

#main_area a {
	color: #696F2E;
	font-weight: bold;
	text-decoration: none;
}

#main_area a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#main_area h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #333333;
	padding: 3px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFC2A1;
	font-weight: normal;
	margin-top: 10px;
}

#main_area h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #404829;
	padding: 3px 3px 6px;
	font-weight: normal;
	line-height: 19px;
}

#main_area p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

#main_area #main_area_col01 {
	width: 384px;
	float: left;
}

#main_area #main_area_col02 {
	width: 187px;
	float: left;
}

#main_area #main_area_col03 {
	width: 367px;
	float: left;
}

#main_area #main_area_col03a {
	width: 187px;
	float: left;
}

#main_area #main_area_col03b {
	width: 180px;
	float: left;
}

.promo_holder {
	float: left;
	width: 367px;
	height: 132px;
}

.header_blog {
	background-image: url(../images/header_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 53px;
	width: 187px;
}

.header_twitter {
	background-image: url(../images/header_twitter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 53px;
	width: 180px;
}

.header_communities {
	background-image: url(../images/header_communities.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 47px;
	width: 187px;
}

.list_col {
	float: left;
	width: 161px;
	margin-left: 11px;
}

.social_list {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	list-style: none;
}

.social_list li {
	border-bottom:1px solid #BFC2A1;
	padding: 5px 4px;
}

.community_link_box {
	float: left;
	width: 187px;
}

.community_box_top {
	float: left;
	height: 55px;
	width: 187px;
	background-image: url(../images/commbox_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.community_box_top_textarea {
	float: left;
	height: 38px;
	width: 164px;
	margin-left: 18px;
	margin-top: 17px;
}

.community_box_top_commname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px 3px;
}

.community_box_top_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 2px 3px;
}

.community_box_infoarea {
	float: left;
	width: 187px;
	background-image: url(../images/commbox_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.community_box_infoarea_textarea {
	float: left;
	width: 164px;
	margin-left: 18px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.community_box_btnarea {
	float: left;
	height: 28px;
	width: 187px;
	background-image: url(../images/commbox_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.community_box_btn_link a {
	height: 21px;
	width: 178px;
	text-indent: -5000px;
	display: block;
	margin-left: 9px;
}

.maintext_holder {
	float: left;
	width: 370px;
	margin-bottom: 15px;
}

.btn_vendor a {
	background-image: url(../images/btn_portal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 54px;
	width: 384px;
}

#stayconnected_box {
	float: left;
	width: 384px;
}

#stayconnected_box a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.stayconnected_box_top {
	width: 384px;
	height: 38px;
	background-image: url(../images/stayconnected_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
}

.stayconnected_box_repeat {
	float: left;
	width: 384px;
	background-image: url(../images/stayconnected_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.stayconnected_box_edge {
	float: left;
	width: 384px;
	height: 19px;
	background-image: url(../images/stayconnected_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.stayconnected_inner {
	float: left;
	width: 320px;
	margin-left: 35px;
}

.stayconnected_inner_col01 {
	float: left;
	width: 184px;
}

.stayconnected_inner_col02 {
	float: left;
	width: 65px;
}

.stayconnected_inner_col05 {
	float: left;
	width: 43px;
}


.stayconnected_rss {
	background-image: url(../images/stayconn_icon_rss.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 34px;
	width: 36px;
}

.stayconnected_rss a {
	background-image: url(../images/stayconn_icon_rss.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 34px;
	width: 36px;
}

.stayconnected_fb {
	background-image: url(../images/stayconn_icon_fb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 34px;
	width: 36px;
}

.stayconnected_fb a {
	background-image: url(../images/stayconn_icon_fb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 34px;
	width: 36px;
}

.stayconnected_twitter {
	background-image: url(../images/stayconn_icon_twitter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 34px;
	width: 36px;
}

.stayconnected_twitter a {
	background-image: url(../images/stayconn_icon_twitter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 34px;
	width: 36px;
}


.stayconnected_tv {
	background-image: url(../images/stayconn_icon_tv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 34px;
	width: 36px;
}

.stayconnected_tv a {
	background-image: url(../images/stayconn_icon_tv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 34px;
	width: 36px;
}

.stayconnected_email {
	background-image: url(../images/stayconn_icon_email.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 34px;
	width: 53px;
}

.stayconnected_email a {
	background-image: url(../images/stayconn_icon_email.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 34px;
	width: 53px;
}

#twitter_update_list {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	list-style: none;

}

#twitter_update_list li {
	border-bottom:1px solid #BFC2A1;
	padding: 5px 4px;
}

#twitter_update_list a {
	font-weight: bold;
	color: #696F2E;
	text-decoration: none;
}

#twitter_update_list a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}






















/* end of home_content */


/* start of footer */

#footer_container {
	background-image: url(../images/home_bg03.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	width: 100%;
}

#footer_home {
	width: 990px;
	height: 167px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/home_bg04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	width: 990px;
	height: 167px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/home_bg04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer #foot_left {
	width: 787px;
	float: left;
	margin-left: 40px;
	margin-top: 77px;
	margin-right: 16px;
}

#footer #foot_right {
	width: 107px;
	float: left;
	margin-top: 77px;
}

#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #EEDFAB;
	text-decoration: none;
	padding: 3px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}

#footer a {
	font-weight: bold;
	color: #EEDFAB;
	text-decoration: none;		
}

#footer a:hover {
	font-weight: bold;
	color: #CABD90;
	text-decoration: none;
}

.holder_eho {
	width: 45px;
	margin: auto;
	padding-left:20px;
}

.holder_bd {
	float: left;
	width: 160px;
	margin-right: 10px;
}

.holder_social {
	float: left;
	width: 34px;
}

.logo_bd {
	background-image: url(../images/logo_bd.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 25px;
	width: 160px;
	margin-bottom: 20px;
}

.logo_bd a {
	background-image: url(../images/logo_bd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 25px;
	width: 160px;
}

.logo_eho {
	background-image: url(../images/logo_eho.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 35px;
	width: 45px;
}

.social_rss {
	background-image: url(../images/social_foot_rss.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

.social_rss a {
	background-image: url(../images/social_foot_rss.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

.social_fb {
	background-image: url(../images/social_foot_fb.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

.social_fb a {
	background-image: url(../images/social_foot_fb.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

.social_twitter {
	background-image: url(../images/social_foot_twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

.social_twitter a {
	background-image: url(../images/social_foot_twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 33px;
	width: 34px;
}

/* end of footer */




































/* start of inside_content */
