html {
overflow: auto;
background:#ffffff; 
color:#333;
_overflow-x:hidden;
}

body {
padding:0px;
text-align:left;
margin:0 auto; 
color:#333;
}

.clearfloats {
content: ".";
display:block;
height:0px;
font-size:1px;
clear:both;
visibility:hidden;
}


/*--begin top container--*/
#top {
height:120px;
width:100%;
margin: 0 auto;
/*background: url(../assets/top-bg.jpg) repeat-x;*/
}

#top #header{
width:950px;
height:120px;
margin:0 auto;
padding: 0px;
background: #fff url(../assets/top-2.jpg) top no-repeat; /*--background for the header--*/
}

#logo{
width:330px;
height:100px;
border:0px solid red; 
margin:0px;
background:url(../assets/logo.jpg) no-repeat;
float:left;
cursor:pointer;
}

#toph1{
clear:both;
float:left;
text-align:right;
width:325px;
height:20px;
margin:0px 0px 0px 5px;
}

#toph1 h1{
font-size:11px;
font-family:arial;
color:#333;
margin:0px;
padding:0px;
font-weight:bold;
}

/*--end top container--*/


/*--begin menu--*/
#contain-menu{
clear:both;
width:100%;
height:100px;	
margin:0px;
padding:0px;
border-bottom:1px solid #fff;
background: url("../assets/menu-bg.jpg") repeat-x;
}

#inside-menu{
width:935px;
height:100px;
margin:auto;
padding:0px;
background:url("../assets/menu.jpg") no-repeat;
}

#menu {
float:right;
width:825px;
height:42px;
margin:auto;
padding:0px;
list-style:none;
}

#menu li {
float:left;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
margin:3px 0px 0px 0px;
padding:0px;
}

#menu a {
float:left;
padding:9px 10px;
display:block;
margin:0;
color:#fff;
text-decoration: none;
font-weight:bold;
background-image: url(../assets/seperator.gif) right no-repeat;
/*background: url("../assets/menu-bg.jpg") repeat-x;
background-repeat: no-repeat;
background-position: right bottom;
border-right: 1px solid #ffffff;*/
}

#menu a:hover {/*background: #fff;url("../assets/menu-bg-hover.jpg") repeat-x; */ color:#fff; padding-bottom:13px; font-weight:bold; background:#333;}
#menu .current {color:#fff; padding-bottom:13px; font-weight:bold; background:#333;}

/*#menu a:hover {background: url("../assets/menu-bg-hover.jpg") repeat-x; color: #F7F1F1;padding-bottom: 8px;}
#menu .current {background: #fff url("../assets/hover.gif") bottom center no-repeat;color: #333333;}*/
/*--end menu--*/



/*--begin crumbtrail container--*/
#contain-crumbtrail{
clear: both;
width: 100%;
height: 32px;	
margin: 0px auto 10px auto;
}


#crumbtrail{
width:950px;
height:32px;
margin:0 auto;
background:url(../assets/crumbtrail-bg.jpg) center no-repeat;
padding:0px 0px 0px 0px;
color:#fff;
}

#sitemap {
font-size:12px;
margin:3px 0px 0px 35px;
_margin:3px 0px 0px 18px;
padding:0px 0px 0px 25px;
width:75px;
font-family:"arial";
background-image: url(../assets/sitemap.jpg);
background-repeat:no-repeat;
background-position:2px 0px;
float:left;
text-align:left;
}

#breadcrumbs {
font-size:12px;
margin:3px 0px 0px 75px;
padding:0px 0px 0px 25px;
width:500px;
font-family:"arial";
background-image: url(../assets/home.jpg);
background-repeat:no-repeat;
background-position:2px 0px;
float:left;
text-align:left;
}

#breadcrumbs a:link, #sitemap a:link {color:#fff; text-decoration:none; padding:0px 2px 0px 2px;}
#breadcrumbs a:visited, #sitemap a:visited {color:#fff; text-decoration:none; padding:0px 2px 0px 2px;}
#breadcrumbs a:active, #sitemap a:active{color:#fff; text-decoration:none; padding:0px 2px 0px 2px;}
#breadcrumbs a:hover, #sitemap a:hover {color:#fff; text-decoration:none;  padding:0px 2px 0px 2px; border-bottom:1px dashed #fff;

background-color:none; /*<<--find and replace (CTRL+F) this code with desired colour to change colour of ALL text throughout site accordingly (click replace all)--<<*/}

#reglog {
float:left;
width:170px;
font-family:"arial";
font-size:12px;
margin:0px 0px 0px 20px;
height:22px;
}


#reglog a:link {color:#333; text-decoration:none; padding:0px 2px 0px 2px;}
#reglog a:visited {color:#333; text-decoration:none; padding:0px 2px 0px 2px;}
#reglog a:active {color:#333; text-decoration:none; padding:0px 2px 0px 2px;}
#reglog a:hover {color:#fff; text-decoration:none; background-color:#333333; padding:0px 2px 0px 2px;}

.register {
width:60px;
float:left;
background-image:url(../assets/r.gif);
background-repeat:no-repeat;
background-position:1px 0px;
padding-left:23px;
}

.login {
width:60px;
float:left;
background-image:url(../assets/l.gif);
background-repeat:no-repeat;
background-position:1px 0px;
padding-left:23px;
}
/*--end crumbtrail container--*/


/*--begin content container--*/
#contain-content{
clear: both;
width:100%;
min-height:357px;
margin: 0px auto 20px auto;
color:#333;
border:0px solid red;
}

#contain-content #content {
clear: both;
overflow: hidden;
height: 100%;
width: 950px;
margin:0 auto;
background-color: #ffffff;
padding:10px 0px 10px 0px;
border:0px solid red;
}
/*--end content container--*/


/*--begin lhs container--*/
#content #left {
float:left;
width:200px;
margin:0px 0px 0px 30px;
_margin:0px 0px 0px 15px;
padding:0px 0px 5px 0px;
background-color:#f1f1f1;
text-align:left;
border:0px solid red;
}

#left a:link {color:#000;font-size:12px;line-height:15px;text-decoration:none;}
#left a:visited {color:#000;font-size:12px;line-height:15px;text-decoration:none;}
#left a:active {color:#000;font-size:12px;line-height:15px;text-decoration:none;}
#left a:hover {color:#000;font-size:12px;line-height:15px;text-decoration:underline;}
/*--end lhs container--*/


/*--begin middle container--*/
#content #middle {
float:left;
width:670px;
background-color:#fff;
margin:0px 10px 0px 20px;
padding:0px 5px 0px 5px;
border:0px solid red;
}
/*--end middle container--*/


/*--begin rhs container--*/
#content #right {
float:left;
width:200px;
margin:0px 10px 0px 0px;
_margin:0px 5px 0px 0px;
padding:0px;
background-color:#fff;
border:0px solid red;
}
/*--end rhs container--*/


/*--begin footer--*/
#contain-footer {
width:100%;
min-height:130px;
margin:0 auto;
background:url(../assets/footer-bg.jpg) repeat-x; 
border-top:0px solid #c3c3c3;
}

#contain-footer #inside-footer {
width:940px;
height:130px;
margin:0 auto;
background:url(../assets/footer.jpg) center no-repeat;
}


#inside-footer .copyright {
font-family:"arial";
width:480px;
float:right;
font-size:11px;
margin:35px 0px 0px 0px;
color:#474748;
padding:5px 0px 5px 0px;
text-align:right;
}

#contain-footer a:link{color:#474748; text-decoration:none; padding:0px 2px 0px 2px;}
#contain-footer a:visited{color:#474748; text-decoration:none; padding:0px 2px 0px 2px;}
#contain-footer a:active{color:#474748; text-decoration:none; padding:0px 2px 0px 2px;}
#contain-footer a:hover{color:#fd7201; background-color:none; padding:0px 2px 0px 2px; }
/*--end footer--*/


/*--begin lhs navigation--*/
#navigation-top {
background: url("../assets/header.jpg") no-repeat;
height:26px;
width:190px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:15px;
font-weight:bold;
padding:8px 0px 6px 10px;
}

#navigation {
background: url("../assets/header.jpg") no-repeat;
height:26px;
width:190px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:15px;
font-weight:bold;
padding:8px 0px 6px 10px;
margin:20px 0px 0px 0px;
}

#navigation-social{
padding:7px 0px 0px 5px;
_padding:7px 0px 0px 0px;
background:#f1f1f1;
font-family:Arial, Helvetica, sans-serif;
border:0px solid red;
height:100px;
}

.imgsoc {
margin:0px 3px 0px 1px;
vertical-align: bottom;
}

#title-social{
float:left;
width:70px;
}

#whats {
float:right;
font-size:11px;
width:30px;
margin:1px 10px 0px 0px;
}

#whats a:link {color:#fff; text-decoration:none; font-size:11px; font-weight:normal;}
#whats a:visited {color:#fff; text-decoration:none;  font-size:11px;font-weight:normal;}
#whats a:active {color:#fff; text-decoration:none;  font-size:11px;font-weight:normal;}
#whats a:hover {color:#fff;text-decoration:underline;  font-size:11px;font-weight:normal;}

.socialbookmarks {
font-size:12px;
float:left;
margin:0px 0px 2px 5px;
width:81px;
border:1px solid #E5E5E5;
background-color:#fff;
padding:2px 2px 2px 2px;
}

#top-searches {
background: #fff url("../assets/top-searches.jpg") no-repeat;
height:35px;
width:200px;
margin:20px 0px 0px 0px;
}

#nav-op-bg
{
background-color:#fff;
padding:0px;
margin:0px;
float:left;
height:auto;
border:0px solid red;
}

#navigationoptions {
width:200px;
font-family:"arial";
/*padding:5px 10px 5px 10px;*/
border:0px solid red;
display:block;
background:#f1f1f1;
margin:0px 0px 0px 0px;
}


#navigationoptions .headings a:link {font-size:13px; display:block;padding:3px 7px; text-decoration:none; font-weight:bold; color:#333333;}
#navigationoptions .headings a:click {font-size:13px; display:block;padding:3px 7px; text-decoration:none; font-weight:bold; color:#333333;}
#navigationoptions .headings a:visited {font-size:13px; display:block;padding:3px 7px; text-decoration:none; font-weight:bold; color:#333333;}
#navigationoptions .headings a:active {font-size:13px; display:block;padding:3px 7px; text-decoration:none; font-weight:bold; color:#333333;}
#navigationoptions .headings a:hover {color:#fff;background-color:#767676;}


.headings {
font-size:13px;
padding:5px;
font-weight:bold;
color: #333333;
}

.space-headings{
height:5px;
width:100%;
}

/*.subheadings {font-size:12px;line-height:15px;color: #333333;}
.subheadings a {font-size:11px; color: #333333; text-decoration:none;}
.subheadings a:hover {font-size:12px;line-height:15px;text-decoration:underline;color: #333333;padding:5px 5px 5px 5px;}*/


#navigationoptions .subheadings ul {
font-family:"arial";
font-size:12px;
list-style-position:outside;
list-style-type:none;
color:#333333;
margin:0px;
padding:0px 0px 5px 10px;
}

#navigationoptions .subheadings li {}

#navigationoptions .subheadings li a {font-size:12px; color: #333333; text-decoration:none; padding:0px 0px 0px 10px;}
#navigationoptions .subheadings li a:link {font-size:12px; color: #333333; text-decoration:none; padding:0px 0px 0px 10px;}
#navigationoptions .subheadings li a:click {font-size:12px; color: #333333; text-decoration:none; padding:0px 0px 0px 10px;}
#navigationoptions .subheadings li a:visited {font-size:12px; color: #333333; text-decoration:none; padding:0px 0px 0px 10px;}
#navigationoptions .subheadings li a:active {font-size:12px; color: #333333; text-decoration:none; padding:0px 0px 0px 10px;}
#navigationoptions .subheadings li a:hover {font-size:12px; color: #333333; text-decoration:none; padding:0px 0px 0px 15px; font-weight:bold;}




#see-all {
font-weight:bold;
text-align:right;
}
/*--end lhs navigation--*/


/*--begin ads--*/
#ads {
width:468px;
height:60px;
margin:30px 0px 0px 120px;
padding:0px;
float:left;
}

.slogan {
position:absolute;
font: 12px "Trebuchet Unicode MS", "Lucida Grande", arial, Helvetica, sans-serif;
top:108px;
left:196px;
_left:205px;
color:#fff;
}

#advert160 {
margin-top:30px;
width:200px;
margin-bottom:10px;
text-align:center;
height:600px;
}
/*--end ads--*/


/*--begin middle divs--*/
#middle h1 {font-size:16px;font-family:"arial";color:#333;margin-top:0px;}
#middle h1 a{font-size:16px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle h1 a:link{font-size:16px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle h1 a:click{font-size:16px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle h1 a:visited{font-size:16px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle h1 a:hover{font-size:16px;font-family:"arial";color:#333;text-decoration:none;background:none;}

#middle h2 {font-size:15px;font-family:"arial";color:#333;}
#middle h2 a{font-size:15px;font-family:"arial";color:#333;}
#middle h2 a:link{font-size:15px;font-family:"arial";color:#333;}
#middle h2 a:click{font-size:15px;font-family:"arial";color:#333;}
#middle h2 a:visited{font-size:15px;font-family:"arial";color:#333;}
#middle h2 a:hover{font-size:15px;font-family:"arial";color:#333;background:none;}

#middle h3 {font-size:14px;font-family:"arial";color:#333;margin:10px 0px 10px 0px;}

#middle h4 {font-size:13px;font-family:"arial";color:#333;}

#middle p {font-size:13px;color:#333;font-family:"arial"; margin:0px 0px 20px 0px;}
#middle p a {color:#333333; text-decoration:none;border-bottom:1px dashed #333333;}
#middle p a:click {color:#333333; text-decoration:none;border-bottom:1px dashed #333333;}
#middle p a:link {color:#333333; text-decoration:none;border-bottom:1px dashed #333333;}
#middle p a:visited {color:#333333; text-decoration:none;border-bottom:1px dashed #333333;}
#middle p a:active {color:#333333; text-decoration:none;border-bottom:1px dashed #333333;}
#middle p a:hover {color:#fff;background-color:#333333;text-decoration:none}



#middle ul {
font-family:"arial";
font-size:13px;
list-style-position: outside;
list-style-type: none;
color:#333;
margin:0px 0px 5px 0px;
padding:0px 20px 5px 20px;
}

#middle li {
background-image:url(../assets/bullet.jpg);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left:18px;
*background-position: 0px 6px;
margin:0px 0px 10px 0px;
}

#middle li a {color:#333333; text-decoration:none;border-bottom:1px dashed #333333;}
#middle li a:click {color:#333333; text-decoration:none;border-bottom:1px dashed #333333;}
#middle li a:link {color:#333333; text-decoration:none;border-bottom:1px dashed #333333;}
#middle li a:visited {color:#333333; text-decoration:none;border-bottom:1px dashed #333333;}
#middle li a:active {color:#333333; text-decoration:none;border-bottom:1px dashed #333333;}
#middle li a:hover {color:#fff;background-color:#333333;text-decoration:none}

#middle dl {
font-family:"arial";
font-size:13px;
list-style-position: inside;
list-style-type: none;
color:#333;
}

#middle dt {
font-size:13px;
font-weight:bold;
padding:20px 0px 5px 10px;
color:#333333;
border-bottom:1px solid #333333;
margin:0px 0px 3px 0px;
}

#middle dd {
background-image:url(../assets/bullet.jpg);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left:18px;
*background-position: 0px 4px;
font-size:12px;
margin:0px 0px 10px 30px;
}

#middle dd a{color:#707070; border:none; background:none; text-decoration:none; font-weight:normal;}
#middle dd a:link{color:#707070; border:none; background:none; text-decoration:none; font-weight:normal;}
#middle dd a:click{color:#707070; border:none; background:none; text-decoration:none; font-weight:normal;}
#middle dd a:active{color:#707070; border:none; background:none; text-decoration:none; font-weight:normal;}
#middle dd a:visited{color:#707070; border:none; background:none; text-decoration:none; font-weight:normal;}
#middle dd a:hover{color:#333333; border:none; background:none; text-decoration:none; font-weight:bold;}

#social-bm{
text-align:center;
margin:20px 0px 20px 0px;
}


#more-info {
width:500px;
background-image:url(../assets/more-info.jpg);
background-repeat:no-repeat;
margin-bottom:10px;
}

#more-info ul {padding:60px 0px 0px 50px;font-size:11px;}
#more-info h3 {padding:52px 0px 0px 65px;margin:0px 0px 0px 0px;}
#more-info p {margin:0px;padding:7px 0px 0px 65px;font-size:12px;}

#more-infocomp {
width:500px;
background-image:url(../assets/moreinfo2.gif);
background-repeat:no-repeat;
margin-bottom:10px;
}

#more-infocomp ul {padding:60px 0px 0px 50px;font-size:11px;}
#more-infocomp h3 {padding:52px 0px 0px 47px;margin:0px 0px 0px 0px;}
#more-infocomp p {margin:0px;padding:7px 0px 0px 47px;font-size:13px;}
#more-infocomp  .tiny { font-size:11px; color:#666; }

#floatimgright{
float: right;
width: 202px;
background-color: #fff;
padding: 4px 2px 4px 8px;
border: 0px solid #666;
font-size:11px;
color:#666;
font-size:12px; 
font-family:"arial";
text-align:right;
}

#floatimgright img {border:1px solid #999;}

#feature-box{
background:url(../assets/feature-box-extended.jpg) no-repeat;
width:403px;
height:500px;
float:right;
margin:0px 0px 0px 10px
}

#fb-space{
height:190px;	
}

#fb-click{
width:100px;
height:35px;
margin:auto;
cursor:pointer;
}

#fb-title{
width:320px;
margin:15px auto 0px auto;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}

#fb-text{
width:330px;
margin:35px 0px 0px 40px;
_margin:35px 0px 0px 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
float:left;
}

#fb-small-text{
margin:5px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#feature-box ol{
font-family:"arial";
font-size:13px;
list-style-position:outside;
color:#333;
margin:0px 0px 5px 0px;
padding:0px 20px 5px 20px;
}

#feature-box li{
background:none;
padding-left:5px;
margin:0px 0px 10px 10px;
color:#fff;
}


#chain-reaction{
margin:10px 0px 10px 0px;
background:url(../images/the-stress-chain-reaction.jpg);
width:670px;
height:450px;
border:0px solid;
}
/*--end middle divs--*/


/*--begin news--*/
#newstop {
background: #fff url("../assets/news.jpg") no-repeat;
height:35px;
width:200px;
}

#newsmain {
font-family:"arial";
font-size:12px;
height:220px;
width:200px;
background:url(../assets/1pn.jpg) bottom repeat-x;
}

.newcontents {
padding:10px;
}
/*--end news--*/


/*--begin rhs searchbox--*/
#searchbox {
width:200px;
text-align:center;
padding:0px;
margin-top:20px;
background: #fff url(../assets/information.jpg) no-repeat;
height:35px;
}

#inside-searchbox{
margin:-3px 0px 0px 0px;
*margin:0px 0px 0px 0px;
}

#searchbox form {
padding:7px 0px 0px 0px;
*padding:5px 0px 0px 0px;
margin:0px;
}

.txtboxsearch {
font-family:'arial',helvetica,sans-serif;
font-size:12px;
width:130px;
height:16px;
background:url(../assets/bg-textbox.jpg) repeat-x;
border:1px solid #c0c0c0;
}

.btn {
color:#fff;
font-family:'arial',helvetica,sans-serif;
font-size:12px;
font-weight:bold;
height:21px;
border:1px solid #999;
background-color:#333333; /*--change bg color of button here--*/
padding:0px 4px 0px 4px;
}

.btnhov{
border:1px solid #fff;
cursor:pointer;
}


.directorysearchbox {
border: 1px solid #ccc;
width:135px;
font-family:'arial',helvetica,sans-serif;
font-size:12px;
margin:1px 0px 0px 0px;
background:url(../assets/bg-textbox.jpg) repeat-x;
}


.dsbtn {
color:#fff;
font-family:'arial',helvetica,sans-serif;
font-size:12px;
font-weight:bold;
border:1px solid;
height:21px;
border-top-color:#999;
border-left-color:#999;
border-right-color:#666;
border-bottom-color:#666;
background-color:#333333;
*padding:0px 2px 0px 2px;
}

.dsbtnhov{
border-top-color:#fff;
border-left-color:#fff;
border-right-color:#fff;
border-bottom-color:#fff;
cursor:pointer;
}

/*--begin-results-page--*/
#contain-main-search-bar{
text-align:center;
margin:15px 0px 0px 0px;
height:50px;
}

#searchagain{
float:left;
width:90px;
height:20px;
text-align:right;
font-family:arial;
font-size:13px;
margin:12px 0px 0px 40px;
_margin:12px 0px 0px 20px;
}

#main-search-bar{
float:left;
width:350px;
height:20px;
margin:10px 0px 0px 0px;
_margin:10px 0px 0px 0px;
}

.txtboxsearch {
font-family:'arial',helvetica,sans-serif;
font-size:12px;
width:130px;
height:16px;
}

.maintxtboxsearch {
font-family:'arial',helvetica,sans-serif;
font-size:13px;
width:250px;
height:16px;
}

.searchbtn {
color:#fff;
font-family:'arial',helvetica,sans-serif;
font-size:12px;
font-weight:bold;
border:1px solid;
height:22px;
border-top-color:#999;
border-left-color:#999;
border-right-color:#666;
border-bottom-color:#666;
background-color:#333333;
*padding:0px 2px 0px 2px;
margin:-2px 0px 0px 10px;
*margin:-1px 0px 0px 10px;
}

.searchbtnhov{
border-top-color:#fff;
border-left-color:#fff;
border-right-color:#fff;
border-bottom-color:#fff;
}
/*--end-results-page--*/

/*--end rhs searchbox--*/


/*--begin social bookmarks--*/
#bookmarktitle {
background: #fff url("../assets/information.jpg") no-repeat;
height:30px;
width:183px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:20px;
font-weight:bold;
padding:5px 0px 0px 17px;
margin:20px 0px 0px 0px;
}

#bookmarkpage {
height:130px;
width:200px;
margin:00px 0px 0px 0px;
padding:10px 0px 10px 0px;
background-color:#fff;
background-image:url(../assets/1p3.jpg);
}



.bkmark {
padding:0px 0px 0px 8px;
}

.show3 {
padding-left:7px;
}

.sharing { width:181px; font-family:"arial"; height:25px;  font-size:13px; margin:0px 0px 0px 0px;}
.sharing1 {float:left; width:80px; font-weight:bold; color:#333333; border-bottom:1px solid #333333;height:18px;}
#sharing2 {float:left; width:101px; border-bottom:1px solid #333333; text-align:right; height:18px;}
#sharing2 a:link {font-size:11px;} 
#sharing2 a:visited {font-size:11px;} 
#sharing2 a:active {font-size:11px;} 
#sharing2 a:hover {font-size:11px;} 

#toplinks {margin:5px 0px 0px 0px; width:181px; font-family:"arial"; font-size:13px;}
.topsearchestitle { font-weight:bold; color:#333333; border-bottom:1px solid #333333; width:181px;}
.topsearches { font-size:12px; padding-top:5px ; line-height:15px; text-align:center;} 

#toplinks a:link {font-size:11px;} 
#toplinks a:visited {font-size:11px;} 
#toplinks a:active {font-size:11px;} 
#toplinks a:hover {font-size:11px;} 

#bookmarkpage a:link {color:#333; text-decoration:none;}
#bookmarkpage a:visited {color:#333; text-decoration:none;}
#bookmarkpage a:active {color:#333; text-decoration:none;}
#bookmarkpage a:hover {color:#fff; text-decoration:none;background-color:#333333;}
/*--end social bookmarks--*/


/*--begin forum--*/
#forumspot {margin-top:20px;}
#forumspot a:link {color:#333; text-decoration:none;}
#forumspot a:visited {color:#333; text-decoration:none;}
#forumspot a:active {color:#333; text-decoration:none;}
#forumspot a:hover {color:#fff; text-decoration:none; background-color:none;}

.forumtitle {
background: #fff url("../assets/forum.jpg") no-repeat;
height:40px;
width:200px;
}

.insideforum {
width:159px;
background-color:#FFFFFF;
padding:3px 12px 3px 8px;
}

.forumcontents {
background-color:#ccc;
padding:10px;
font-family:"arial";
font-size:12px;
}

.forumgap {
height:4px;
font-size:2px;
}
/*--end forum--*/


/*--begin sponsors--*/
#sponsorspot {
margin-top:20px;
}

#sponsortitle {
background: #fff url("../assets/information.jpg") no-repeat;
height:30px;
width:183px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:20px;
font-weight:bold;
padding:5px 0px 0px 17px;
}

.insidesponsor {
width:168px;
background-color:#FFFFFF;
text-align:center;
padding:3px 3px 3px 8px;
}

.sponsorcontents {
border-left:1px solid #f1f1f1;
border-right:1px solid #f1f1f1;
border-bottom:1px solid #f1f1f1;
padding:10px;
font-family:"arial";
font-size:12px;
}
/*--end sponsors--*/



/*--begin tables--*/
table {
font-size:13px; font-family:"arial";
}
/*--end tables--*/


/*--begin news article styling--*/
#newscontents {
width:500px;
height:180px;
padding-top:10px;
_padding-top:0px;
}

#newsarticle {
width:315px;
float:left;
font-family:"arial";
margin-right:5px;
}

#newsarticle a:link, #newsarticle a:visited, #newsarticle a:active, #newsarticle a:hover {text-decoration:none; border-bottom:0px solid #fff;}
#rhsofnews a:link, #rhsofnews a:visited, #rhsofnews a:active, #rhsofnews a:hover {text-decoration:none; border-bottom:0px solid #fff;}
#rhsofnews {width:170px;float:left;margin-left:10px;}

.topcontent {
font-size:11px;
text-transform:uppercase; font-family:"arial";
color:#666;
}

#rhsofnews ul { font-family:"arial"; font-size:11px;list-style-position: inside;
list-style-type: none;
margin:4px 0px 0px -35px;
*margin:4px 0px 0px 0px;
}

#rhsofnews li {  font-family:"arial"; font-size:11px;
background-image:url(../assets/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left:18px;
*padding-left:5px;
margin:0px 0px 0px 0px;
line-height:17px;
}

div#newsRSS { margin-top:-5px; width:183px; background-color:transparent; text-align:right; }

DIV#latestArticles { font-family:"arial";}
DIV#latestArticles TABLE {border:0px solid #fff; padding:0px; width:183px;background-color:transparent;*margin-top:-7px;}
DIV#latestArticles TH {	padding:2px 0px 2px 0px;  text-transform: capitalize;  font-size: 14px; color:#333;height:26px; background-color:transparent;}

DIV#latestArticles TD {	padding:0px 0px 8px 0px;font-size: 11px; text-align:left; background-color:transparent;color:#333;line-height:14px;text-transform:none;}
DIV#latestArticles A:active{ text-decoration:none; font-family: "arial"; font-size: 11px; color:#333333; }
DIV#latestArticles  a:link{ text-decoration:none; font-family: "arial"; font-size: 11px; color:#333333; }
DIV#latestArticles  a:visited { text-decoration:none; font-family: "arial";font-size: 11px; color:#333333; }
DIV#latestArticles A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#333333; }

#more a:visited { font-size: 11px; text-align:right; padding-top:5px; text-decoration:none; }
#more a:link { font-size: 11px; text-align:right; padding-top:5px; text-decoration:none; }
#more a:active { font-size: 11px; text-align:right; padding-top:5px; text-decoration:none; }
#more a:hover { font-size: 11px; text-align:right; padding-top:5px; text-decoration:none; }

DIV#articleTitle { font-family: "arial"; font-size:16px; font-weight:bold; color:#333; padding:3px 0px 0px 0px; }
DIV#articleDate { font-size:12px;  font-family: "arial"; margin:-5px 0px 0px 0px;}
DIV#articleBody { padding:0px 0px 20px 0px; font-family: "arial"; font-size:13px;}
DIV#articleBody A { color:#e22b00; font-family: "arial"; }

DIV#articleBody A:active{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#333333; }
DIV#articleBody  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#333333; ;}
DIV#articleBody  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#333333; }
DIV#articleBody A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#333333; } 

DIV#articleLinks {font-size: 12px;  padding: 4px; font-family: "arial";}
DIV#articleLinks A { font-size: 12px; margin-left: 16px; font-family: "arial";}
DIV#articleLinks H4 { font-size:13px; color:#333; font-weight:bold; border-bottom:1px solid #333333; padding:0px 0px 0px 0px; text-align:left; text-transform:capitalize; padding-bottom:4px; margin-bottom:7px;  }

DIV#articleLinks A:active{ text-decoration:none; font-family: "arial"; font-size: 12px; color:#333333; border-bottom:0px solid #fff; }
DIV#articleLinks  a:link{ text-decoration:none; font-family: "arial"; font-size: 12px; color:#333333; border-bottom:0px solid #fff;}
DIV#articleLinks  a:visited { text-decoration:none; font-family: "arial";font-size: 12px; color:#333333; border-bottom:0px solid #fff;}
DIV#articleLinks A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#333333; } 

DIV#articleButtons {text-align:center;width:500px;}
DIV#articleButtons A:active{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#333333; border-bottom:0px solid #fff; }
DIV#articleButtons  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#333333; border-bottom:0px solid #fff;}
DIV#articleButtons  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#333333; border-bottom:0px solid #fff;}
DIV#articleButtons A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#333333; } 

DIV#relatedArticles H4 { font-size:13px; color:#333; font-weight:bold; border-bottom:1px solid #333333; padding:0px 0px 0px 0px; text-align:left; text-transform:capitalize; padding-bottom:4px; margin-bottom:7px;  }
DIV#relatedArticles H5 { }
DIV#relatedArticles {}
DIV#relatedArticles A { }
DIV#relatedArticles TD { font-size:90%; padding:0px 0px 0px 20px; }


DIV#relatedArticles A:active{ text-decoration:none; font-family: "arial"; font-size: 12px; color:#333333; border-bottom:0px solid #fff; }
DIV#relatedArticles  a:link{ text-decoration:none; font-family: "arial"; font-size: 12px; color:#333333; border-bottom:0px solid #fff;}
DIV#relatedArticles  a:visited { text-decoration:none; font-family: "arial";font-size: 12px; color:#333333; border-bottom:0px solid #fff;}
DIV#relatedArticles A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#333333; 
} 

DIV#newsIndex H4 {  font-size:16px; color:#333; font-weight:bold; border-bottom:1px solid #333333; padding:0px 0px 0px 0px; text-align:left; text-transform:capitalize; padding-bottom:4px; margin-bottom:7px; margin-top:0px; }
DIV#newsIndex H5 { font-size:100%; color:#333; font-weight:bold;  padding:0px 0px 5px 0px;  text-align:left; margin-bottom:7px; font-size:13px;}
DIV#newsIndex {font-family: "arial"; font-size:12px; }
DIV#newsIndex A { }
DIV#newsIndex TD { padding:0px 0px 3px 0px; font-size:13px; }
DIV#newsIndex p {margin-top:0px; font-size:12px;}
DIV#newsIndex table { margin-bottom:20px;}

DIV#newsIndex A:active{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#333333; border-bottom:0px solid #fff; }
DIV#newsIndex  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#333333; border-bottom:0px solid #fff;}
DIV#newsIndex  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#333333; border-bottom:0px solid #fff;}
DIV#newsIndex A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#333333; } 


DIV#rssIndex H4 {  font-size:16px; color:#333; font-weight:bold; border-bottom:1px solid #333333; padding:0px 0px 0px 0px; text-align:left; text-transform:capitalize; padding-bottom:4px; margin-bottom:7px; margin-top:0px; }
DIV#rssIndex H5 { font-size:100%; color:#333; font-weight:bold;  padding:0px 0px 5px 0px;  text-align:left; margin-bottom:7px; font-size:13px; margin-top:0px;}
DIV#rssIndex {font-family: "arial"; font-size:12px; }
DIV#rssIndex A { }
DIV#rssIndex TD { padding:0px 0px 3px 0px; font-size:13px; }
DIV#rssIndex p {margin-top:0px; font-size:12px;}
DIV#rssIndex table { margin-bottom:20px;}

DIV#rssIndex A:active{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#333333; border-bottom:0px solid #fff; }
DIV#rssIndex  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#333333; border-bottom:0px solid #fff;}
DIV#rssIndex  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#333333; border-bottom:0px solid #fff;}
DIV#rssIndex A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#333333; } 

#articleLinks { font-family: "arial";}
DIV#articleLinkTo form { font-size:12px; font-family: "arial"; } 
DIV#articleLinkTo H4 {font-size:13px;  color:#333; font-weight:bold; border-bottom:1px solid #333333; padding:0px 0px 0px 0px; text-align:left; text-transform:capitalize; padding-bottom:4px; margin-bottom:7px; }
/*--end news article styling--*/

/*--begin results page--*/
#recommend{
text-align:center;
margin:10px 0px 20px 0px;
font-family:arial;
font-size:13px;
}

#contain-bm{
margin:0px 0px 40px 60px;
}
/*--end results page--*/


