body
{
    background-image: url(../images/home_bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    font-family: Verdana, Arial;
    font-size: 9pt;
    text-align: center;
    margin: auto;
    color: #333333;
}
.errortext
{
    color: Maroon;
    font-size: 8pt;
}

.pagemessage
{
    background-color: Yellow;
    color: Maroon;
    font-size: xx-small;
    text-align: center;
}

.requiredfield
{
    background-color: #ffffcc;
}

a:link
{
    color: Navy;
    text-decoration: none;
}

a:visited
{
    color: Navy;
    text-decoration: none;
}

a:hover
{
    color: Navy;
    text-decoration: underline;
}

img
{
    border: none 0 #fff;
}

h1, h2, h3, h4, h5, h6
{
    color: #333;
    margin-top: 0px;
    margin-bottom: 2px;
}

h1
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 0px 2px 0px;
    color: #336699;
}

h2
{
    font-family: Arial, Verdana;
    font-size: 11pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h3
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h4
{
    font-family: Arial, Verdana;
    font-size: 9pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h5
{
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}

h6
{
    font-family: Arial, Verdana;
    font-size: 7pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.clear
{
    clear: both;
}
.page
{
    clear: both;
    width: 970px;
    margin: 0px auto 0px auto;
    border: solid 1px black;
    background-image: url(../images/home_bg_repeat.jpg);
    background-repeat: repeat-x;
}

.header_top
{
    height: 140px;
}
.header_top .menu
{
    background-color: #000000;
    height: 25px;
    text-align: left;
}
.header_top .menu_content
{
    padding: 5px 10px 0px 10px;
}

.header_top .menu a, .header_top .menu a:link, .header_top .menu a:visited, .header_top .menu a:active
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}


/*************************/
/* Top Banner Area           */
/*************************/
.top_banner
{
	margin-bottom: 8px;
	height: 108px;
	text-align: left;
	background-color: #387EB4;
	background-image: url('../images/top_banner_background.gif');
	background-repeat: no-repeat;
}

.top_banner_content
{
	padding-top:5px;
	padding-left: 217px;
}

.top_banner_scoreboard
{
	width: 730px;
	height: 90px;
	overflow: hidden;
}

.top_banner_scoreboard_content
{
	text-align: center;
	width: 730px;
	height: 90px;
	overflow: hidden;
}
/* -------------------------- */
/* Bottom Header Area             */
/* -------------------------- */
.header_bot
{
    height: 200px;
}
.header_bot_content
{
    padding: 0px 0px 0px 5px;
}

.header_bot .left
{
    float: left;
}
.header_bot .left_content
{
}

.logo
{
    background-image: url(../images/home_logo.png);
    background-repeat: no-repeat;
    width: 638px;
    height: 189px;
}
.logo_content
{
}

.logo_nav
{
    color: White;
    width: 638px;
    text-align:left;
}
.logo_nav_content
{
}
.logo_nav a, .logo_nav a:link, .logo_nav a:active, .logo_nav a:visited
{
    color: #FFFFFF;
    font-weight: bold;
}
.logo_nav a:hover
{
    text-decoration: none;
}

.header_bot .right
{
    float: right;
    width: 315px;
    margin-right: 5px;
    background-color: #FFFFFF;
}
.header_bot .right_content
{
}

/* -------------------------- */
/* Body Main Area             */
/* -------------------------- */
.body_main
{
}
.body_main_content
{
}

/* -------------------------- */
/* Left Body Area             */
/* -------------------------- */
.body_main .left
{
    float: left;
}
.body_main .left_content
{
}

.body_main .left .feature_container
{
	width: 477px;
	padding-bottom: 10px;
	
	
}

.body_main .left .feature
{
    height: 250px;
    background-color: Black;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

.body_main .left .feature_content
{
}

.body_main .left .feature_text
{
    color: #FFFFFF;
    background-image: url(../images/home_feature_overlay.png);
    background-repeat: no-repeat;
    width: 477px;
    height: 75px;
    text-align: left;
}
.body_main .left .feature_text_content
{
    overflow: hidden;
    padding: 10px 10px 10px 10px;
}
.feature_text .title
{
    text-transform: uppercase;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}
.feature_text .title a, .feature_text .title a:visited, .feature_text .title a:link, .feature_text .title a:active
{
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11pt;
}

.feature_text .text
{
    text-transform: uppercase;
    text-align:center;
}

.feature_text .text a, 
.feature_text .text a:visited, 
.feature_text .text a:link, 
.feature_text .text a:active
{
    color: #FFFFFF;
}

.stories
{
    clear: both;
    width: 638px;
    padding: 0px 0px 0px 5px;
}
.stories_content
{
    padding:0px 0px 10px 0px;
}


.stories_left
{
    float:left;
}
.stories_right
{
    float:right;
    padding: 0px 0px 0px 0px;
}
.stories .column_1
{
    float: left;
    width: 230px;
}
.stories .column_1_content
{
}

.stories .column_2
{
    float: left;
    width: 230px;
    padding: 0px 0px 0px 17px;
}

.stories .column_2_content
{
}

.stories .column_3
{
    width: 157px;
}
.stories .column_3_content
{
   padding:0px 0px 0px 5px;
}



/* -------------------------- */
/* Home Info Area             */
/* -------------------------- */
.home_info
{
    width: 230px;
}
.home_info_content
{
    padding: 0px 0px 0px 0px;
}
.home_info_title
{
    background-image: url(../images/home_info_box_title_bg.png);
    background-repeat: no-repeat;
    width: 230px;
    height: 26px;
    color: #0051a3;
    font-weight: bold;
}
.home_info_title_content
{
    
    padding: 5px 2px 2px 2px;
}

.home_info_body
{
	background-color: Black;
    background-repeat: no-repeat;
    border: solid 2px #000000;
    width: 225px;
    height: 150px;
}
.home_text
{
    background-image: url(../images/overlay_bg_repeat.png);
    height: 30px;
    width: 225px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8pt;
    text-align: left;
    overflow: hidden;
}
.home_text a, .home_text a:visited, .home_text a:active, .home_text a:link
{
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8pt;
}

.home_text .author,
.home_text .author a, 
.home_text .author a:active, 
.home_text .author a:visited,
.home_text .author a:link
{
    font-size: 7pt;
    font-weight: normal;
}

.home_text_content
{
	padding-top: 2px;
}

.home_text_content, .home_text_content a, .home_text_content a:link,
.home_text_content a:visited, .home_text_content a:hover
{
	font-size: 7pt;
}

.home_text_spacing
{
    height: 120px;
}
.home_info_link
{
    height: 120px;
    width: 225px;
}
.home_text .detail
{
	padding: 0px 5px 0px 5px;
}

.home_text .author
{
    font-size: 7pt;
    font-weight: normal;
    text-align: center;
}

.home_info_more
{
    background-image: url(../images/home_info_box.png);
    background-repeat: no-repeat;
    width: 229px;
    height: 81px;
    margin: 10px 0px 10px 0px;
}
.home_info_more_content
{
    padding: 10px;
}
.home_info_more .title
{
    background-image: url(../images/ico_more_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 20px;
    text-align: left;
    color: #0051a3;
    font-weight: bold;
}
.home_info_more .title_content
{
    padding: 2px 0px 0px 30px;
}
.home_info_more .text
{
}
.home_info_more .text_content
{
	height: 44px;
	overflow: hidden;
}

.home_info_more .item
{
}



/* -------------------------- */
/* Home Info Area             */
/* -------------------------- */
.home_top_post
{
    width: 151px;
}
.home_top_post_content
{
    padding: 0px 0px 0px 0px;
}
.home_top_post_title
{
    color: #0051a3;
    font-weight: bold;
    background-image:url(../images/home_top_post_header.jpg);
    background-repeat: no-repeat;
    width: 151px;
    height:47px;
}
.home_top_post_title a, .home_top_post_title a:link,.home_top_post_title a:active, .home_top_post_title a:visited
{
    color: #0051a3;
    font-weight: bold;
}
.home_top_post_title_content
{
    padding: 10px 0px 5px 0px;
}

.home_top_post_title_content, .home_top_post_title_content a, .home_top_post_title_content a:link,
.home_top_post_title_content a:active, .home_top_post_title_content a:hover, 
.home_top_post_title_content a:visited
{
	color: #AD2222;
}

.home_top_post_body
{
    background-repeat: no-repeat;
    border: solid 2px #000000;
    width: 147px;
    height: 142px;
}
.home_top_post .home_text
{
    background-image: url(../images/overlay_bg_repeat.png);
    height: 40px;
    width: 147px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8pt;
    text-align: left;
}
.home_top_post .home_text .detail a, 
.home_top_post .home_text .detail a:active, 
.home_top_post .home_text .detail a:visited,
.home_top_post .home_text .detail a:link
{
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8pt;
}
.home_top_post .home_text .author a, 
.home_top_post .home_text .author a:active, 
.home_top_post .home_text .author a:visited,
.home_top_post .home_text .author a:link
{
    font-size: 6pt;
    font-weight: normal;
}
.home_top_post .home_text_content
{
}
.home_top_post .home_text_spacing
{
    height: 102px;
}

.home_top_post .detail
{
}
.home_top_post .author
{
    font-size: 6pt;
    font-weight: normal;
    text-align: center;
}

.home_top_post_more
{
    background-image: url(../images/home_wall_fame_more_bg.png);
    background-repeat: no-repeat;
    width: 151px;
    height: 155px;
    margin: 10px 0px 10px 0px;
    overflow: hidden;
    color:#FFFFFF;
}
.home_top_post_more_content
{
	height: 155px;
    padding: 5px;
    overflow: hidden;
}
.home_top_post_more .title
{
    background-image: url(../images/ico_more_arrow_small.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    height: 28px;
    overflow: hidden;
}

.home_top_post_more .title_content
{
    padding: 0px 0px 0px 20px;
}
.home_top_post_more a, .home_top_post_more a:visited, .home_top_post_more a:active, .home_top_post_more a:link
{
    color: #FFFFFF;
    
}
.home_top_post_more .text
{
    overflow: hidden;
    
}
.home_top_post_more .text_content
{
    padding: 5px 0px 0px 0px;
}

.home_top_post_more .item
{
    color: #FFFFFF;
    
}

.home_top_post_more .item a, .home_top_post_more .item a:link,.home_top_post_more .item a:visited,.home_top_post_more .item a:active
{
    color: #FFFFFF;
    font-size: 7pt;
}

/* -------------------------- */
/* Lower Main Area    */
/* -------------------------- */
.lower_main
{
    clear: both;
    width: 638px;
}
.lower_main_content
{
}
.lower_main_left
{
    float: left;
    width: 479px;
}
.lower_main_left_content
{
}

.lower_main_right
{
    float: right;
    width: 152px;
}
.lower_main_right_content
{
}
/* -------------------------- */
/* Around The Network Area    */
/* -------------------------- */
.home_network
{
    padding: 0px 5px 0px 5px;
    width: 479px;
}
.home_network_content
{
}
.home_network .header
{
    background-image: url(../images/home_network_header_bg.png);
    background-repeat: no-repeat;
    width: 479px;
    height: 43px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14pt;
    background-color: #135FAB;
    font-weight: bold;
}
.home_network .header_content
{
    padding: 10px;
}

.home_network .box
{
    margin: 10px 0px 10px 0px;
    background-image: url(../images/home_network_box_bg_repeat.jpg);
    background-repeat: repeat-y;
    width: 478px;
}
.home_network .box_content
{
    
}
.home_network .box_top
{
    background-image: url(../images/home_network_box_top.jpg);
    background-repeat: no-repeat;
    height: 6px;
    width: 478px;
}

.home_network .box_padding
{
	height: 650px;
}

.home_network .box_bot
{
    background-image: url(../images/home_network_box_bot.jpg);
    background-repeat: no-repeat;
    height: 6px;
    width: 478px;
}
.home_network_item
{
    border-top: solid 1px #CCCCCC;
    font-weight: bold;
    text-align: left;
    
    font-size: 7pt;
    
}
.home_network_item_content
{
}
.box_padding
{
    padding: 10px;
}
.timestamp
{
    color: #CCCCCC;
    font-weight: normal;
    font-size: 7pt;
    
}
/* -------------------------- */
/* Staff Posts Area    */
/* -------------------------- */
.home_staff
{
    width: 151px;
}
.home_staff_content
{
}
.home_staff .header
{
    background-image: url(../images/home_staff_header.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 146px;
    height: 40px;
    color: #0051a3;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: bold;
    margin: 3px 0px 0px 5px;
}
.home_staff .header_content
{
    padding: 10px;
}

.home_staff .box
{
    margin: 10px 0px 10px 0px;
    background-image: url(../images/staff_post_box_bg_repeat.jpg);
    background-repeat: repeat-y;
    width: 151px;
}
.home_staff .box_content
{
}
.home_staff .box_top
{
    background-image: url(../images/staff_post_box_top.jpg);
    background-repeat: no-repeat;
    height: 6px;
    width: 151px;
}

.home_staff .box_padding
{
	height: 650px;
}

.home_staff .box_bot
{
    background-image: url(../images/staff_post_box_bot.jpg);
    background-repeat: no-repeat;
    height: 6px;
    width: 151px;
}
.home_staff .box_item
{
    text-align:left;
    padding-bottom: 5px;
}
.home_staff .box_item a, .home_staff .box_item a:link,.home_staff .box_item a:active, .home_staff .box_item a:visited
{
    font-weight: bold;
    font-size: 8pt;
    
}
.home_staff .box_image
{
    padding-right: 5px;
}
.home_staff .post_footer
{
    font-size: 7pt;
    color: #CCCCCC;
}
/* -------------------------- */
/* Right Body Area             */
/* -------------------------- */
.body_main .right
{
    float: right;
    width: 320px;
}
.body_main .right_content
{
}

.body_main .right .advertisement
{
	margin-bottom: 0px;
	margin-right: 5px;
	text-align: center;
}

.advertisement_right
{
	margin-bottom: 5px;
}

.body_main .right .widgets
{
    margin: 0px 5px 0px 0px;
    width: 315px;
    text-align: left;
}

.body_main .right .widgets_content
{
	border: solid 1px #0051A3;
    background-color: #FFFFFF;
    padding: 5px;
}

/* -------------------------- */
/* Widget Area             */
/* -------------------------- */
.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.sidebar_profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.sidebar_item
{
    padding: 4px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
}

.sidebar_item_title
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
    color: #0056A3;
    background-image: url(../images/widget_header.gif);
    background-repeat: no-repeat;
    height: 29px;
    vertical-align: bottom;
}

.sidebar_item_body
{
    padding-bottom: 5px;
}

.sidebar_item_footer
{
    border-top: solid 1px #CCC;
    text-align: right;
    margin-top: 5px;
    padding-top: 5px;
    font-size: 8pt;
}

.sidebar_item_list_item
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.sidebar_item_search
{
    color: #0056A3;
    background-image: url(../images/widget_header.gif);
    background-repeat: no-repeat;
    height: 29px;
}

.sidebar_item_title_search
{
    font-family: Arial, Verdana;
    font-size: 11pt;
    font-weight: bold;
    padding-top: 3px;
    margin: 0px 5px 0px 5px;
    vertical-align: middle;
}
.admin_menu
{
	background-color: #F5F5F5;
	margin-top: 0px;
	border: solid 1px Gray;
	text-align: center;
}

.admin_menu_widget
{
	background-color: #F5F5F5;
	margin-top: 0px;
	border: solid 1px Gray;
	text-align: center;
}
.admin_menu_content
{
	padding: 2px;
	height:15px;
	
}
.admin_menu_nav
{
	padding-left: 10px;
}
.admin_menu_content a, .admin_menu_content a:link, .admin_menu_content a:visited, 
.admin_menu_content a:hover, .admin_menu_content a:active
{
	color: Navy;
	font-size: 8pt;
}

/* -------------------------- */
/* Footer Area             */
/* -------------------------- */
.page_footer
{
    clear: both;
	margin-top: 5px;
	padding-top: 5px;
	
}
.footer
{
    
    clear: both;
}
.footer_content
{
    padding: 10px;
}


.footer
{
    width: 1090px;
    margin: 5px auto 0px auto;
	
}

.adv_left
{
    float: left;
    width: 728px;
    overflow: hidden;
}
.adv_left_content
{
     padding: 0px 0px 0px 0px;
}

.adv_left_top
{
    height: 90px;
    width: 728px;
    overflow: hidden;
}
.adv_left_top_content
{
}

.adv_left_bot
{
    margin-top: 10px;
    width: 728px;
    height: 90px;
    overflow:hidden;
}
.adv_left_bot_content
{
}
.adv_right
{
    float: right;
    width: 310px;
}
.adv_right_content
{
}



/*************************/
/* Footer Area           */
/*************************/
.page_footer
{
	margin-top: 5px;
	padding: 5px;
    clear:both;	
	width: 1070px;
	margin-left: 0px;
	margin-right:auto;
}

.page_footer_content
{
	background-image: url(../images/home_footer_bg.gif);
	background-repeat: no-repeat;
	width: 1060px;
	height: 29px;
	font-size: 8pt;
	text-align: center;
}

.footer_links
{
	text-align:center;
	padding:5px;
	padding-top: 7px;
	float:left;
	margin-left: 25px;
}
.footer_links_right
{
	padding-top: 3px;
	
	float:right;
	text-align: right;
}
.footer_content a,.footer_content a:link
{
	color: #0056A3;
	
	font-family:  Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 1px;
	
}

.footer_text
{
	padding-top: 5px;
}

.footer_text_content
{
	color: #ffffff;
	font-size: 8pt;
	text-align: right;
	
}

.footer_copyright_text
{
	padding-top: 5px;
	font-size: 8pt; 
	color: Gray;
	padding: 0px;
	text-align:center;
	clear: both;
}

.footer_copyright_text_content
{
    padding-top: 5px;
}
.footer_copyright_text a, .footer_copyright_text a:link,
.footer_copyright_text a:active, .footer_copyright_text a:visited,
.footer_copyright_text a:hover
{
	font-size: 8pt; 
	font-weight: normal;
	padding: 0px;
}
