/* CSS for all front-end elements goes here */

form
{
    margin: 0;
}

body
{
    margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.trans
{
    behavior: url( "/pngbehavior.htc" );
}

.clearer
{
    clear: both;
    line-height: 0;
    height: -3px;
}

h1
{
    border: 0;
    margin-bottom: 10px;
}

h2
{
    width: 99%;
    padding: 5px 0px 5px 5px;
    background: #231f20;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

h3
{
    width: 99%;
    padding: 5px 0px 5px 5px;
    background: #E0E0E0;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
}

h4
{
    float: left;
    width: 671px;
    padding: 5px 0px 5px 5px;
    background: #E0E0E0;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
}

h5
{
    width: 430px;
    padding: 5px 0px 5px 5px;
    background: #E0E0E0;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
}

h6
{
    float: left;
    width: 800px;
    padding: 5px 0px 5px 5px;
    background: #E0E0E0;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
}

#wrapper
{
    width: 850px;
    margin: auto;
}

#header
{
    width: 100%;
    height: 120px;
}

#content
{
    float: left;
    width: 830px;
    background: URL(/images/gif/contentBg.gif) repeat-y #ffffff;
    padding: 10px 10px 10px 10px;
}

#footer
{
    float: left;
    width: 100%;
    font-size: 0.7em;
    color: #ffffff;
    margin: 10px 0px 10px 0px;
}

#footer ul
{
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}

#footer li
{
    display: inline;
    margin: 0px 0px 0px 0px;
    padding-right: 2px;
}


/* homepage classes */

.homewelcome 
{
    float: left;
    width: 807px;
    height: 222px;
    background: #000000;
    margin-bottom: 9px;
}

.homewelcomesplash
{
    float: right;
    width: 283px;
    height: 206px;
    margin: 8px 8px 0px 0px;
    background: #000000;
}

.homecol1wrap 
{
    float: left;
    width: 515px;
}

.homebtn1 {
    float: left;
    width: 507px;
    height: 89px;
    background: url(/images/buttons/home_active.gif) no-repeat;
    color: #000000;
    margin-bottom: 9px;
}
.homebtn2 {
    float: left;
    width: 507px;
    height: 89px;
    background: url(/images/buttons/home_community.gif) no-repeat;
    color: #000000;
    margin-bottom: 9px;
}
.homebtn3 {
    float: left;
    width: 507px;
    height: 89px;
    background: url(/images/buttons/home_entertainment.gif) no-repeat;
    color: #000000;
    margin-bottom: 9px;
}
.homebtn4 {
    float: left;
    width: 507px;
    height: 89px;
    background: url(/images/buttons/home_art.gif) no-repeat;
    color: #000000;
}

.btntext 
{
    float: right;
    width: 270px;
    font-size: 11px;
    margin: 10px 6px 0px 0px;
}

.btntext a:link, .btntext a:visited
{
    color: #8cc63f;
    font-weight: bold;
    text-decoration: none;
}

.btntext a:hover
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}


.homecol2wrap 
{
    float: left;
    width: 292px;
}

.hometv {
    float: left;
    width: 292px;
    height: 46px;
    background: url(/images/buttons/home_register.gif) no-repeat;
    margin-bottom: 8px;
    text-align: center;
    padding-top: 240px;
    font-size: 16px;
}

.hometv a:link, .hometv a:visited
{
    color: #3b3a3c;
    text-decoration: underline;
}

.hometv a:hover
{
    color: #8cc63f;
    text-decoration: none;
}

.homelocal {
    float: left;
    width: 292px;
    height: 89px;
}

/* end */


.footertext a:active, .footertext a:link, .footertext a:visited
{
    text-decoration: none;
    color: #ffffff;
}

.footertext a:hover
{
    text-decoration: underline;
    color: #8cc63f;
}

.homecontent
{
    float: left;
    width: 808px;
    padding: 10px;
    border: 1px dashed #999999;
}


.headerlogo
{
    float: left;
    margin-top: 25px;
}

.headerright
{
    float: right;
    margin-top: 27px;
    font-size: 11px;
    text-align: right;
}

.headerright a:link, .headerright a:visited
{
    color: #ffffff;
    text-decoration: none;
}

.headerright a:hover
{
    color: #8cc63f;
    text-decoration: none;
}

/* -- NAVIGATION BARS -- */

.navbar
{
    float: left;
    width: 830px;
    height: 30px;
    background: url(/Images/gif/nvbg.gif) repeat-x #000000;
    margin-bottom: 10px;
    padding: 13px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
}

.navbar ul
{
    list-style: none;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

.navbar li
{
    display: inline;
    margin: 0px 0px 0px 0px;
    padding-right: 20px;
}

.navbar a:active
{
    color: yellow;
    text-decoration: none;
}

.navbar a:link, .navbar a:visited
{
    color: #ffffff;
    text-decoration: none;
}

.navbar a:hover
{
    color: #8cc63f;
    text-decoration: none;
}


.subnavbar
{
    float: left;
    width: 830px;
    height: 30px;
    background: url(/Images/gif/nvsubbg.gif) repeat-x #000000;
    margin-bottom: 10px;
    padding: 13px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
}

.subnavbar ul
{
    list-style: none;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

.subnavbar li
{
    display: inline;
    margin: 0px 0px 0px 0px;
    padding-right: 20px;
}

.subnavbar a:active
{
    color: yellow;
    text-decoration: none;
}

.subnavbar a:link, .subnavbar a:visited
{
    color: #ffffff;
    text-decoration: none;
}

.subnavbar a:hover
{
    color: #8cc63f;
    text-decoration: none;
}

/* -- end NAVIGATION BARS -- */

.homecol1
{
    float: left;
    width: 390px;
}

.homecol2
{
    float: right;
    width: 390px;
}

.homesectionhdr
{
    float: left;
    width: 380px;
    height: 20px;
    padding: 5px;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}

.homesectiontext
{
    float: left;
    width: 390px;
    margin-bottom: 20px;
    font-size: 11px;
}

.homesectiontext a:active, .homesectiontext a:link, .homesectiontext a:visited
{
    text-decoration: none;
}

.homesectiontext a:hover
{
    text-decoration: none;
}

.metatext
{
    color: #000000;
}

.metatext ul
{
    list-style: none;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

.metatext li
{
    display: inline;
    margin: 0px 0px 0px 0px;
    padding-right: 2px;
}

.metatext li a:active, .metatext li a:link, .metatext li a:visited
{
    text-decoration: none;
    color: #333333;
}

.metatext li a:hover
{
    text-decoration: underline;
    color: #333333;
}

/* -- GENERAL TIER STYLES -- */

.smlcontenthdrnews
{
    float: left;
    width: 188px;
    padding: 5px;
    background: #231f20;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    border-right: 2px solid #8dc63e;
}

.smlcontenttext
{
    float: left;
    width: 100%;
    padding-bottom: 12px;
}

.smlcontenttext a:active, .smlcontenttext a:link, .smlcontenttext a:visited
{
    font-size: 11px;
    text-decoration: none;
    color: #8BC842;
}

.smlcontenttext a:hover
{
    font-size: 11px;
    text-decoration: underline;
    color: #8BC842;
}

.smlcontenttextnews
{
    float: left;
    width: 200px;
    padding-bottom: 20px;
    font-size: 11px;
}

.smlcontenttextnews a:active, .smlcontenttextnews a:link, .smlcontenttextnews a:visited
{
    font-size: 9px;
    text-decoration: none;
    color: #8BC842;
}

.smlcontenttextnews a:hover
{
    font-size: 9px;
    text-decoration: underline;
    color: #8BC842;
}

.tierrightad
{
    float: right;
    width: 120px;
}

.tieradw120
{
    /*padding-bottom: 10px;*/
}

.tieradw200
{
    float: left;
    width: 200px;
    padding-bottom: 10px;
    border: 0px;
}

.pagecontent
{
    float: left;
    width: 676px;
    padding: 10px 10px 0px 10px;
    border: 1px dashed #999999;
    font-size: 11px;
}

.pagecontent a:link, .pagecontent a:visited
{
    color: #8cc63f;
    text-decoration: none;
}

.pagecontent a:hover
{
    color: #000000;
    text-decoration: none;
}

.pagecontentforum
{
    float: left;
    font-size: 11px;
}

.pagecontentforum a:link, .pagecontentforum a:visited
{
    color: #8cc63f;
    text-decoration: none;
}

.pagecontentforum a:hover
{
    color: #000000;
    text-decoration: none;
}



/* -- end GENERAL TIER STYLES -- */

/* -- TIER1 -- */

.tier1img
{
    padding-top: 10px;
}

.tier1links ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tier1links li
{
    display: list-item;
    margin: 0px;
    padding-bottom: 10px;
}

/* -- end TIER1 -- */


/* -- TIER2 -- */

.tier2col1
{
    float: left;
    width: 430px;
    margin: 0px 0px 0px 0px;
}

.tier2col2
{
    float: right;
    width: 200px;
    margin: 0px 2px 0px 0px;
}

.tier2galleryimga
{
    float: left;
    width: 140px;
    height: 84px;
    padding: 0px 2px 2px 0px;
}
.tier2galleryimgb
{
    float: left;
    padding: 0px 0px 5px 0px;
}

.forumpostedlabel
{
    font-size: 9px;
    color: #999999;
}

.forumimgicon
{
    padding-right: 4px;
}

/* Local Pages */

.tierwrap {
	float: left;
}

.tier2col2right {
	float: left;
	width: 200px;
	margin: 0px 2px 0px 44px;
}

/* End */



/* start NEWS list */

.newslistwrap
{
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.newslistcontent
{
    float: left;
    width: 335px;
}

.newslistpic
{
    float: left;
    width: 83px;
    padding-right: 10px;
}

/* end NEWS list */


.tier2newswrap
{
    float: left;
    width: 100%;
    padding-bottom: 12px;
}

.tier2newstext
{
    float: right;
    width: 110px;
    margin-top: 4px;
}

.tier2newspic
{
    float: left;
    margin-top: 4px;
}

.newspostedlabel
{
    font-size: 9px;
    color: #999999;
}

/* -- end TIER2 -- */


.contactfrmwrap
{
    float: left;
    width: 600px;
}

.contactfrmcol1
{
    float: left;
    width: 110px;
    padding: 0px 5px 5px 0px;
}

.contactfrmcol2
{
    float: left;
    width: 400px;
    padding-bottom: 5px;
}

.contentfrmtxtbox
{
    font-size: 11px;
    width: 220px;
    height: 16px;
    border: 1px solid #000000;
}

.contentfrmdropbox
{
    font-size: 11px;
    border: 1px solid #000000;
}

.contentfrmmemobox
{
    font-size: 11px;
    width: 220px;
    height: 80px;
    border: 1px solid #000000;
}

.localsearchtext
{
    padding: 0px;
}

.commbanner
{
    float: left;
    margin-bottom: 12px;
    width: 677px;
    height: 145px;
}

.localadverts
{
    width: 200px;
    margin-bottom: 8px;
}

.directorytb 
{
    width: 100%;
    border: 0px solid #ffffff;
}

.directorytb td
{
    vertical-align: top;
}

.directorytrdk
{
    background: #e0e0e0;
}

.headercol1 
{
    float: left;
    margin-right: 30px;
    color: #ffffff;
    text-align: left;
}

.headercolloginbox 
{
    float: left;
    margin: 10px 2px 0px 0px;
}

.headercolloginbtn 
{
    float: left;
    margin: 14px 4px 0px 0px;
}

.headercollogintxtfld
{
    font-size: 11px;
    width: 90px;
    height: 16px;
    border: 1px solid #000000;
}

.headercol2 
{
    float: left;
}

.quicklinks 
{
    float: left;
    margin: 8px 0px 0px 0px;
}

.blogiframe {
	width: 674px;
	height: 720px;
	border: 1px solid #000000;
	margin: 0px 0px 10px 0px;
}

.blogtext {
	float: left;
	width: 674px;
	text-align: right;
}