/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */
/* h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;} */

/* Need to set margin for blockquote since YUI has it for indenting */
blockquote {
	margin-left: 40px;	
}

h3 {font-size:140%;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */
#print{
	display:none;	
}

#tray {
	padding-top:0px;
	padding-right:0;
	padding-bottom:0px;
	padding-left:0px;
	margin:0px;
	z-index: 2000;
}
    
        /*Drop-down menu*/
        #tray ul {
	margin:0;
	list-style:none;
	line-height: normal;
	z-index: 3000;
}
        #tray ul li {
	display: block;
	float: left;
	position:relative;
	z-index:auto;
	margin-right: 0px;
	padding: 0;
	z-index:4000 !important;
	z-index:1000;
}
        #tray ul li a {
	display:block;
	line-height:51px;
	color: #333;
	text-decoration:none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 28px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
        #tray ul li a:hover {text-decoration:none;}
        #tray ul li#tray-active a {
	font-weight:bold;
	text-decoration:none;
	color: #7F5531;
}
		#tray ul li ul {display:none; border:none;}
		
		/*Non-IE6 hovering*/
		#tray ul li a:hover {
	text-decoration:none;
	background-image: url(../images/menu_paw.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
} /*Color main cells hovering mode*/
		#tray ul li:hover a {
	text-decoration:none;
} /*Color main cells hovering mode*/
		#tray ul li:hover ul {
	display:block;
	width:10em;
	height:32px;
	position:absolute;
	z-index:5000;
	top:3.1em;
	margin-top:0;
	left:0;
}
		#tray ul li:hover ul li a {
	display:block;
	width:12em; /*line-height:32px;*/
	line-height: 15px;
	vertical-align:middle;
	margin-left:0px; /*padding:0px 0 0 10px;*/
	padding:8px 0 8px 10px;
	font-weight:normal;
	color:#3F3B2F;
	font-weight: bold;
} /*Color subcells normal mode*/
		#tray ul li:hover ul li a:hover {
	background-color:#3F3B2F;
	text-decoration:none;
	color: #FFFFFF;
	background-image: none;
} /*Color subcells hovering mode*/
		
		/*IE6 hovering*/
		#tray table {position:absolute; top:-8px; left:0; border-collapse:collapse;}
		#tray ul li a:hover {
	text-decoration:none;
	color: #458D20;
	background-image: url(../images/menu_paw.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
		#tray ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.1em; t\op:3.0em; left:0; marg\in-top:0.1em;}
		#tray ul li a:hover ul li a {display:block; w\idth:10.0em; height:1px; /*line-height:1.3em;*/ line-height: 0.5em; /*padding:4px 16px 4px 16px;*/padding:8px 16px 8px 16px; border-left:solid 1px #1A5625; border-right:solid 1px #1A5625; border-bottom: solid 1px #1A5625; background-color:#739240; font-weight:normal; color:#FFFFFF; font-weight: bold;}
		#tray ul li a:hover ul li a:hover {background-color:#1A5625; text-decoration:none; color: #FFFFFF;}

    #cols {position:relative; margin:10px 0; background:url("../images/cols.gif") 0 0 repeat-y;}

    	#content {
	float:left;
	width:932px;
}
    	
            #content-left {float:left; width:470px;}
            #content-left-wide {float:left; width:750px;}
            #content-left-in {padding:0 0px;}
            
            #content-right {float:right; width:260px;}

    	#constant-contact {background-color: #FFF; padding-bottom: 25px; margin-top: -15px;}
    	
    	#aside {float:left; width:190px; overflow:hidden;}
        #aside-top {width:190px; height:5px; background:url("../images/aside-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        #aside-bottom {position:absolute; bottom:0; left:0; width:190px; height:5px; background:url("../images/aside-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        
            .nav {margin:0; list-style:none;}
            .nav li {display:inline;}
            .nav li a {display:block; padding:7px 10px 7px 20px; /*background:url("../design/nav-link.gif") 15px 13px no-repeat;*/}
            .nav li#nav-active a {/*background:url("../design/nav-active.gif") 15px 13px no-repeat;*/ text-decoration:none; font-weight:bold;}
            .nav #nav-active ul li a {padding-left:35px; background:url("../images/nav-sub.gif") 20px 10px no-repeat;}
            .nav a:hover {text-decoration:none;}

            #search {position:relative; height:22px; margin:0 -15px; padding:15px; text-align:center;}
            #search-input {position:absolute; top:15px; left:15px; width:100px; height:22px; border:0;}
            #search-submit {position:absolute; top:15px; left:115px; width:60px; height:22px; border:0;}
            #search-input, #search-submit {font-size:100%; font-family:"arial",sans-serif;}
            
            #aside h4 {font-size:150%; color:#E91730;}
			.lighter_green {color: #1A5625;}
            #aside h4.margin {margin:15px 0 5px 0;}

	#footer {
	clear:both;
	font-size:14px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 932px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
	#footer p {margin:0;}
	#footer a:hover {
	text-decoration:none;
	color: #000;
}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#topstory-top {width:470px; height:5px; background:url("../images/topstory-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory-bottom {width:470px; height:5px; background:url("../images/topstory-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory {padding:5px 10px 10px 10px;}

    #topstory-img {float:left; width:180px;}
    #topstory-img img {display:block;}
    #topstory-desc {float:right; width:255px;}
    
        #topstory-desc h2 {margin:0; font-size:140%; font-weight:normal;}
        #topstory-desc .info {margin:0; font-size:85%;}

#topstory-list {padding:10px 0 5px 10px; overflow:hidden}
#topstory-list img {display:block; float:left; padding-right:10px;}
#topstory-list img.last {margin-right:0;}

.article {margin-bottom:10px; padding-bottom:10px; border-bottom: 1px solid #E91730;}
.article .article-img {float:left; width:180px;}
.article .article-img img {display:block;}
.article .article-desc {float:right; width:255px;}

    .article .article-desc h3 {margin:0; font-size:140%; font-weight:normal; line-height: 120%;}
    .article .article-desc .info {margin:0; font-size:85%;}
    .article .article-desc p.nomb {margin-top:8px; text-align:justify;}

.box-01-top {width:260px; height:5px; margin-top:5px; background:url("../images/box-01-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01-top-b {padding:5px 10px 15px 10px; background:url("../images/box-01-top-b.gif") 0 100% no-repeat;}
.box-01-top-b .f-left {text-transform:uppercase;}
.box-01-top-b .f-right {padding-top:2px; font-size:85%;}
.box-01-bottom {width:260px; height:11px; background:url("../images/box-01-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01 {padding:5px; background:url("../images/box-01.gif") 0 0 repeat-y;}
.box-01 .bg {margin:10px 0; padding:10px 0;}

    .news {margin:0;}
    .news dt {display:block; float:left; width:50px; font-weight:bold; text-align:center; line-height:1.2;}
    .news dt span {font-size:140%;}
    .news dd {display:block; float:left; width:190px; font-size:85%; line-height:1.6; margin-left: 20px;}

.box-02-top {width:260px; height:5px; margin-top:10px; background:url("../images/box-02-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02-top-b {padding:5px 10px 15px 10px; background:url("../images/box-02-top-b.gif") 0 100% no-repeat; text-transform:uppercase;}
.box-02-bottom {width:260px; height:11px; background:url("../images/box-02-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02 {padding:5px 15px; background:url("../images/box-02.gif") 0 0 repeat-y;}

    .mostreaded {margin:0; list-style:none;}
    .mostreaded span {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.more {padding-right:15px; background:url("../images/arrow.gif") 100% 50% no-repeat;}

.rss {padding-left:22px; background:url("../images/rss.gif") 0 50% no-repeat;}
#tray .box li ul li {
	background-color: #FFF7C8;
}
#home_page #center_wrapper {
	margin: 0px;
	padding: 0px;
	width: 932px;
}
#home_page {
	float: left;
	width: 932px;
}
#content_box #ir_box {
	padding: 0px;
	height: 301px;
	width: 625px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#home_page #banners_pad {
	margin: 0px;
	padding: 0px;
}

#home_page #banners {
	float:left;
	width:518px;
}
#home_page #banners_pad img {
	float: left;
	margin-right: 15px;
}
#home_page #content_box {
	height: 316px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#super_wrapper.no_home {
	background-image: url(../images/header_bg_fill.jpg);
}
#footer_box p a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}
#footer_info {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #458C21;
}
#footer_table {
	float: left;
	width: 880px;
}
#aaha_logo {
	float: left;
	width: 68px;
	padding-top: 15px;
}
#logo_area img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header_img {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 274px;
	width: 568px;
	background-image: url(../images/header_img.jpg);
}
#header_contact p {
	text-align: right;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	font-size: 14px;
}
#header_contact p span {
	color: #F00;
}

#logo_banners{
	
}

#logo_banners img{
	margin:0;
}



#feed-box {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}

	#feed-box p{
	font-size:12px;
	}

#text_box_wrapper {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#text_box_pad {
	padding: 10px;
}


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

/* Feed boxes */
.article-box1, .article-box2, .article-box3 {
	margin-top:30px;
	border: 1px solid #cccccc;
	padding: 4px;
	float: left;	
}

.article-box1 {
	width: 620px;
	background-color:#fff;
}

.article-box2 {
	width: 297px;
	background-color:#fff;
}

.article-box3 {
	width: 191px;
	background-color: #FFF;
}

.article-margin {
	margin-right: 10px;
	background-color: #FFF;
}


.article-box3 img.article_img {
	
	width: 190px;
	/*border: 2px solid #7F5531;*/
}

		.article-box2 img.article_img {
	
			width: 297px;
			/*border: 2px solid #7F5531;*/
		}
		
				.article-box1 img.article_img {
	
					width: 620px;
					/*border: 2px solid #7F5531;*/
				}

.article-box3 p, .article-box2 p, .article-box1 p {
	display:block;
	font-size:12px;
	margin:10px 5px 10px 5px;
}

.article-box3 h2, .article-box2 h2, .article-box1 h2{
	display:block;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	font-size:14px;
	text-transform:uppercase;
}

.AccordionPanelContentPadding .article_img {
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 2px solid #7F5531;
}
#main_menu #main_menu_pad #tray_box #tray .box #tray-active ul li a:hover {
	color: #FFF;
}
