html {
overflow: auto;
background-image: url(../assets/bg.png); 
_overflow-x:hidden;
}

body {
padding:0px;
text-align:center;
margin:0 auto; 
}

.clearfloats {
content: ".";
display: block;
height: 0px;
font-size:1px;
clear: both;
visibility: hidden;
}

/*--begin wrapper--*/
div#wrapper {
width: 950px;
padding: 0px 0px 0px 0px;
text-align:left;
background-color:#FFFFFF;
margin:auto;
/*border-left:2px solid #230042;
border-right:2px solid #230042;*/ /*--left and right borders for the whole site--*/
}
/*--end wrapper--*/


/*--begin top container--*/
div#top {
background: url(../assets/top3.jpg) top no-repeat; /*--background for the header--*/
height:180px;
}

#logo{
width:391px;
height:133px;
border:0px solid red; 
margin:0px 0px 0px 36px;
_margin:0px 0px 0px 18px;
background:url(../assets/logo.jpg) no-repeat;
float:left;
cursor:pointer;
}
/*--end top container--*/


/*--begin crumbtrail container--*/
#wraparoundbread {
margin:10px 0px 6px 10px;
*margin:25px 0px 10px 10px;
_margin:10px 0px 6px 10px;
height:24px;
}

#sitemap {
font-size:12px;
margin:0px 0px 0px 10px;
width:176px;
font-family:"trebuchet ms";
height:22px;
background-image: url(../assets/sitemap.jpg);
background-repeat:no-repeat;
background-position:2px 0px;
padding-left:23px;
padding-top:0px;
float:left;
}

#breadcrumbs {
font-size:12px;
margin:0px 0px 0px 00px;
width:500px;
font-family:"trebuchet ms";
height:22px;
background-image: url(../assets/home.jpg);
background-repeat:no-repeat;
background-position:2px 0px;
padding-left:23px;
padding-top:1px;
float:left;
}

#breadcrumbs a:link, #sitemap a:link {color:#333; text-decoration:none; padding:0px 2px 0px 2px;}
#breadcrumbs a:visited, #sitemap a:visited {color:#333; text-decoration:none; padding:0px 2px 0px 2px;}
#breadcrumbs a:active, #sitemap a:active{color:#333; text-decoration:none; padding:0px 2px 0px 2px;}
#breadcrumbs a:hover, #sitemap a:hover {color:#fff; text-decoration:none;  padding:0px 2px 0px 2px;

background-color:#9e113d; /*<<--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:"trebuchet ms";
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:#9e113d; 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 lhs container--*/
div#left {
width:200px;
float:left;
background-color:#fff;
margin-left:10px;
_margin-left:5px;
}

div#left a:link {color:#000;font-size:12px;line-height:15px;text-decoration:none;}
div#left a:visited {color:#000;font-size:12px;line-height:15px;text-decoration:none;}
div#left a:active {color:#000;font-size:12px;line-height:15px;text-decoration:none;}
div#left a:hover {color:#000;font-size:12px;line-height:15px;text-decoration:underline;}
/*--end lhs container--*/


/*--begin middle container--*/
div#middle {
float:left;
width:500px;
background-color:#fff;
margin-left:12px;
margin-right:8px;
}
/*--end middle container--*/


/*--begin rhs container--*/
div#right {
width:200px;
float:left;
background-color:#fff;
margin-left:10px;
}
/*--end rhs container--*/


/*--begin bottom container--*/
div#footer {
background-image: url(../assets/footer2.jpg); /*--background for the footer--*/
background-repeat:no-repeat;
height:130px;
}
/*--end bottom container--*/


/*--begin footer--*/
div#footer .copyright {
font-family:"trebuchet ms";
width:480px;
float:right;
font-size:11px;
margin:55px 30px 0px 0px;
_margin:55px 15px 0px 0px;
color:#333;
padding:5px 15px 5px 10px;
text-align:right;
}

div#footer a:link{color:#9e113d; text-decoration:none; padding:0px 2px 0px 2px;}
div#footer a:visited{color:#9e113d; text-decoration:none; padding:0px 2px 0px 2px;}
div#footer a:active{color:#9e113d; text-decoration:none; padding:0px 2px 0px 2px;}
div#footer a:hover{color:#fff; background-color:#9e113d; padding:0px 2px 0px 2px; }
/*--end footer--*/


/*--begin lhs navigation--*/
#navigation {
background: #fff url("../assets/area-of-law.jpg") no-repeat;
height:40px;
width:200px;
}

#solicitor-directory {
background: #fff url("../assets/solicitor-directory.jpg") no-repeat;
height:40px;
width:200px;
margin:0px;
}

#top-searches {
background: #fff url("../assets/top-searches.jpg") no-repeat;
height:40px;
width:200px;
margin:20px 0px 0px 0px;
}

#navigationoptions {
width:180px;
/*
background-image: url("../assets/arrowvertical.gif");
background-position:center left;
background-repeat:no-repeat;
*/
background:#E5E5E5;
font-family:"trebuchet ms";
padding:5px 10px 5px 10px;
border-bottom:1px solid #A6A6A6;
}

.navigationoptions {
background:#E5E5E5;
font-family:"trebuchet ms";
border-bottom:1px solid #A6A6A6;
}

#navigationoptions .headings a:link {font-size:13px;padding:3px 0px 3px 0px; text-decoration:none;font-weight:bold;color: #9e113d;}
#navigationoptions .headings a:visited {font-size:13px;padding:3px 0px 3px 0px; text-decoration:none;font-weight:bold;color: #9e113d;}
#navigationoptions .headings a:active {font-size:13px;padding:3px 0px 3px 0px; text-decoration:none;font-weight:bold;color: #9e113d;}
#navigationoptions .headings a:hover {font-size:13px;padding:3px 0px 3px 0px; text-decoration:underline;font-weight:bold;color: #9e113d;}



#navigationoptions-bottom {
width:180px;
background:#E5E5E5;
font-family:"trebuchet ms";
padding:5px 10px 5px 10px;
border-bottom:1px solid #A6A6A6;
margin:0px 0px 20px 0px;
}

#navigationoptions-bottom .headings a:link {font-size:13px;padding:3px 0px 3px 0px; text-decoration:none;font-weight:bold;color: #9e113d;}
#navigationoptions-bottom .headings a:visited {font-size:13px;padding:3px 0px 3px 0px; text-decoration:none;font-weight:bold;color: #9e113d;}
#navigationoptions-bottom .headings a:active {font-size:13px;padding:3px 0px 3px 0px; text-decoration:none;font-weight:bold;color: #9e113d;}
#navigationoptions-bottom .headings a:hover {font-size:13px;padding:3px 0px 3px 0px; text-decoration:underline;font-weight:bold;color: #9e113d;}


.headings {
font-size:13px;
padding:3px 0px 3px 0px;
font-weight:bold;
color: #9e113d;
}

.subheadings {font-size:12px;line-height:15px;}
.subheadings a {font-size:12px;line-height:15px;}
.subheadings a:hover {font-size:12px;line-height:15px;text-decoration:underline;}

#see-all {
font-weight:bold;
text-align:right;
}
/*--end lhs navigation--*/


/*--begin menu--*/
#menu {
float: left;
list-style: none;
margin: 20px 0px 5px 10px;
_margin: 20px 0px 5px 5px;
padding: 0;
width: 930px;
height:32px;
background-color: #b1053d;
}

#menu li {
float: left;
font: 13px "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

#menu a {
color: #fff;
display: block;
float: left;
margin: 0;
padding: 8px 12px;
text-decoration: none;
background-color: #b1053d;
background-image: url(../assets/seperator.gif);
background-repeat: no-repeat;
background-position: right bottom;
}

#menu a:hover {background: url("../assets/menu-bg.jpg") repeat-x; color: #F7F1F1;padding-bottom: 8px;}
#menu .current {background: #fff url("../assets/hover.gif") bottom center no-repeat;color: #9e113d;}
#menu .current {background: #fff url("../assets/hover.gif") bottom center no-repeat;color: #9e113d;}
/*--end menu--*/


/*--begin ads--*/
#ads {
width:468px;
height:60px;
margin:43px 0px 0px 30px;
padding:0px;
float:left;
}

.slogan {
position:absolute;
font: 12px "Trebuchet Unicode MS", "Lucida Grande", Verdana, 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:"trebuchet ms";color:#333;margin-top:0px;}
#middle h1 a{font-size:16px;font-family:"trebuchet ms";color:#333;text-decoration:none;background:none;}
#middle h1 a:link{font-size:16px;font-family:"trebuchet ms";color:#333;text-decoration:none;background:none;}
#middle h1 a:click{font-size:16px;font-family:"trebuchet ms";color:#333;text-decoration:none;background:none;}
#middle h1 a:visited{font-size:16px;font-family:"trebuchet ms";color:#333;text-decoration:none;background:none;}
#middle h1 a:hover{font-size:16px;font-family:"trebuchet ms";color:#333;text-decoration:none;background:none;}

#middle h2 {font-size:15px;font-family:"trebuchet ms";color:#333;}
#middle h2 a{font-size:15px;font-family:"trebuchet ms";color:#333;}
#middle h2 a:link{font-size:15px;font-family:"trebuchet ms";color:#333;}
#middle h2 a:click{font-size:15px;font-family:"trebuchet ms";color:#333;}
#middle h2 a:visited{font-size:15px;font-family:"trebuchet ms";color:#333;}
#middle h2 a:hover{font-size:15px;font-family:"trebuchet ms";color:#333;background:none;}

#middle h3 {font-size:14px;font-family:"trebuchet ms";color:#333;}

#middle h4 {font-size:13px;font-family:"trebuchet ms";color:#333;}

#middle p {font-size:13px;color:#333;font-family:"trebuchet ms";}
#middle p a {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#middle p a:click {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#middle p a:link {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#middle p a:visited {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#middle p a:active {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#middle p a:hover {color:#fff;background-color:#9e113d;text-decoration:none}



#middle ul {
font-family:"trebuchet ms";
font-size:13px;
list-style-position: inside;
list-style-type: none;
color:#333;
}

#middle li {
background-image:url(../assets/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left:18px;
*background-position: 0px 3px;
*padding-left:3px;
}

#middle li a {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#middle li a:click {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#middle li a:link {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#middle li a:visited {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#middle li a:active {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#middle li a:hover {color:#fff;background-color:#9e113d;text-decoration:none}

#middle dl {
font-family:"trebuchet ms";
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:#a81f4c;
border-bottom:1px solid #a81f4c;
margin:0px 0px 3px 0px;
}

#middle dd {
background-image:url(../assets/bullet-dd.jpg);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left:18px;
*background-position: 0px 4px;
font-size:12px;
}

#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:#a81f4c; border:none; background:none; text-decoration:none; font-weight:bold;}

#social-bm{
text-align:center;
margin:20px 0px 20px 0px;
}


#moreinfo {
width:500px;
background-image:url(../assets/more-info.jpg);
background-repeat:no-repeat;
margin-bottom:10px;
}

#moreinfo ul {padding:60px 0px 0px 50px;font-size:11px;}
#moreinfo h3 {padding:52px 0px 0px 47px;margin:0px 0px 0px 0px;}
#moreinfo p {margin:0px;padding:7px 0px 0px 47px;font-size:12px;}

#moreinfocomp {
width:500px;
background-image:url(../assets/moreinfo2.gif);
background-repeat:no-repeat;
margin-bottom:10px;
}

#moreinfocomp ul {padding:60px 0px 0px 50px;font-size:11px;}
#moreinfocomp h3 {padding:52px 0px 0px 47px;margin:0px 0px 0px 0px;}
#moreinfocomp p {margin:0px;padding:7px 0px 0px 47px;font-size:13px;}
#moreinfocomp  .tiny { font-size:11px; color:#666; }

#floatimgright{
float: right;
width: 150px;
background-color: #fff;
padding: 4px 2px 4px 8px;
border: 0px solid #666;
font-size:11px;
color:#666;
font-size:12px; 
font-family:"trebuchet ms";
text-align:right;
}

#floatintrotext{
 float:left;
 text-align:left;
 width:200px;
}


#floataska{
 float:right;
 width:300px; 
 height:250px;
 margin-left:20px;
}
#floatimgright img {
border:1px solid #999;
}

#contain-solicitor-search{
width:500px;
height:142px;
background:url(../assets/solicitor-searchv2.jpg) no-repeat;
margin:20px 0px 20px 0px;
_margin:0px 0px 20px 0px;
}

#ss-dropdown{
float:right;
margin:64px 78px 0px 0px;
_margin:64px 38px 0px 0px;
}

.ss-dropdown{
width:200px;
font-size:11px;
font-family:trebuchet ms;
}

#ss-textbox{
float:right;
margin:12px 0px 0px 0px;
*margin:10px 0px 0px 0px;
_margin:7px 0px 0px 0px;
}

.ss-textbox{
width:159px;
font-size:11px;
font-family:trebuchet ms;
}

#ss-btn{
float:right;
margin:12px 60px 0px 10px;
*margin:12px 31px 0px 5px;
_margin:9px 20px 0px 5px;
}


.print-pagelinks{
width:500px;
height:20px;
float:left;
margin:20px 0px 20px 0px;
padding:3px 0px 10px 0px;
_padding:3px 0px 8px 0px;
border-top:1px dashed #BF1836;
border-bottom:1px dashed #BF1836;
font-weight:normal;
font-family:"trebuchet ms";
font-size:11px;
color:#BF1836;
text-decoration:none;
text-align:center;
}

.print-pagelinks a{
font-weight:normal;
font-family:"trebuchet ms";
font-size:11px;
color:#BF1836;
text-decoration:none;
font-weight:bold;
}

.print-pagelinks a:link{
font-weight:normal;
font-family:"trebuchet ms";
font-size:11px;
color:#BF1836;
text-decoration:none;
font-weight:bold;
}

.print-pagelinks a:click{
font-weight:normal;
font-family:"trebuchet ms";
font-size:11px;
color:#BF1836;
text-decoration:none;
font-weight:bold;
}

.print-pagelinks a:visited{
font-weight:normal;
font-family:"trebuchet ms";
font-size:11px;
color:#BF1836;
text-decoration:none;
font-weight:bold;
}

.print-pagelinks .current{
font-weight:normal;
font-family:"trebuchet ms";
font-size:13px;
color:#BF1836;
text-decoration:none;
font-weight:bold;
}

.print-pagelinks a:hover{
font-weight:normal;
font-family:"trebuchet ms";
font-size:11px;
color:#fff;
background:#BF1836;
text-decoration:none;
font-weight:bold;
}

#contain-solicitor-results{
margin:10px auto 0px auto;
width:400px;
height:190px;
padding:10px;
border:0px solid black;
background:url(../assets/sol-results-bg.jpg) no-repeat;
}

#sol-left{
width:200px;
float:left;
border:0px solid blue;
}

#sol-name{
border:0px solid black;
font-family:trebuchet ms;
font-size:17px;
margin:5px 0px 3px 5px;
}

#sol-add1{
border:0px solid red;
font-family:trebuchet ms;
font-size:13px;
width:170px;
float:left;
margin:15px 0px 0px 10px;
}

#sol-add{
border:0px solid red;
font-family:trebuchet ms;
font-size:13px;
width:170px;
float:left;
margin:5px 0px 0px 10px;
}

#sol-right{
width:190px;
float:left;
border:0px solid orange;
}

#sol-img{
width:90px;
height:45px;
float:right;
background:url(../assets/sol-img.jpg) no-repeat;
margin:0px;
}

#sol-site{
border:0px solid red;
font-family:trebuchet ms;
font-size:13px;
float:right;
margin:5px 0px 0px 0px;
font-weight:bold;
}

#sol-site a {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#sol-site a:click {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#sol-site a:link {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#sol-site a:visited {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#sol-site a:active {color:#9e113d; text-decoration:none;border-bottom:1px dashed #9e113d;}
#sol-site a:hover {color:#fff;background-color:#9e113d;text-decoration:none}

#sol-contact{
border:0px solid red;
font-family:trebuchet ms;
font-size:13px;
float:right;
margin:5px 0px 0px 0px;
}

#sol-enq{
border:0px solid red;
font-family:trebuchet ms;
font-size:13px;
float:right;
margin:5px 0px 0px 0px;
}

#comingsoon img:hover{
background:none;
}

#contain-enq{
margin:auto;
font-family:trebuchet ms;
font-size:13px;
padding:20px 0px 20px 0px;
width:500px;
height:350px;
background:url(../assets/enq-form.jpg) no-repeat;
}

#enq-left{
width:150px;
float:left;
text-align:right;
margin:0px 0px 5px 10px;
}

#enq-right{
width:200px;
float:left;
text-align:left;
margin:0px 0px 5px 10px;
}

#enq-btn{
text-align:center;
}

.enq-textbox{
font-family:trebuchet ms;
font-size:13px;
height:18px;
width:200px;
border:1px solid #c0c0c0;
background:url(../assets/bg-textbox.jpg) repeat-x
}

.enq-textbox2{
font-family:trebuchet ms;
font-size:13px;
height:90px;
_height:85px;
width:200px;
border:1px solid #c0c0c0;
}


#contain-panels{
width:500px;
height:auto;
border:0px solid red;
text-decoration:none; 
}

#cp-left{
background:url(../assets/home-panels.jpg) no-repeat;
width:237px;
height:87px;
margin:0px 0px 15px 0px;
float:left;
font-size:19px;
font-family:trebuchet ms;
padding:5px 0px 0px 5px;
color:#9e113c; 
text-decoration:none; 
font-weight:none;
border:none;
}

#cp-left:link{color:#9e113c; text-decoration:none; font-weight:none; border:none;}
#cp-left:click{color:#9e113c; text-decoration:none; font-weight:none; border:none;}
#cp-left:active{color:#9e113c; text-decoration:none; font-weight:none; border:none;}
#cp-left:visited{color:#9e113c; text-decoration:none; font-weight:none; border:none;}
#cp-left:hover{color:#9e113c; text-decoration:none; font-weight:none;  border:none; background:url(../assets/home-panels-hover.jpg) no-repeat; cursor:pointer;}


#cp-right{
background:url(../assets/home-panels.jpg) no-repeat;
width:237px;
height:87px;
margin:0px 0px 15px 15px;
float:left;
font-size:19px;
font-family:trebuchet ms;
padding:5px 0px 0px 5px;
color:#9e113c; 
text-decoration:none; 
font-weight:none;
border:none;
}

#cp-right:link{color:#9e113c; text-decoration:none; font-weight:none; border:none; background:none;}
#cp-right:click{color:#9e113c; text-decoration:none; font-weight:none; border:none; background:none;}
#cp-right:active{color:#9e113c; text-decoration:none; font-weight:none; border:none; background:none;}
#cp-right:visited{color:#9e113c; text-decoration:none; font-weight:none; border:none; background:none;}
#cp-right:hover{color:#9e113c; text-decoration:none; font-weight:none;  border:none; background:url(../assets/home-panels-hover.jpg) no-repeat; cursor:pointer;}


#search123-3{
text-align:center;
margin:20px 0px 10px 0px;
}
/*--end middle divs--*/


/*--begin news--*/
#newstop {
background: #fff url("../assets/news.jpg") no-repeat;
height:40px;
width:200px;
}

#newsmain {
font-family:"trebuchet ms";
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/search.jpg) no-repeat;
height:40px;
width:200px;
}

#searchbox form {
padding:7px 0px 0px 0px;
*padding:5px 0px 0px 0px;
margin:0px;
}

.txtboxsearch {
font-family:'trebuchet ms',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:'trebuchet ms',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:#9e113d; /*--change bg color of button here--*/
*padding:0px 2px 0px 2px;
}

.btnhov{
border-top-color:#fff;
border-left-color:#fff;
border-right-color:#fff;
border-bottom-color:#fff;
cursor:pointer;
}


.directorysearchbox {
border: 1px solid #ccc;
width:135px;
font-family:'trebuchet ms',helvetica,sans-serif;
font-size:12px;
margin:1px 0px 0px 0px;
background:url(../assets/bg-textbox.jpg) repeat-x;
}


.dsbtn {
color:#fff;
font-family:'trebuchet ms',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:#9e113d;
*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:trebuchet ms;
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:'trebuchet ms',helvetica,sans-serif;
font-size:12px;
width:130px;
height:16px;
}

.maintxtboxsearch {
font-family:'trebuchet ms',helvetica,sans-serif;
font-size:13px;
width:250px;
height:16px;
}

.searchbtn {
color:#fff;
font-family:'trebuchet ms',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:#9e113d;
*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/share.jpg") no-repeat;
height:40px;
width:200px;
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);
}

.imgsoc {
margin:0px 3px 2px 0px;
vertical-align: bottom;
}

.socialbookmarks {
font-family:"trebuchet ms";
font-size:11px;
float:left;
margin:0px 10px 0px 0px;
}

.bkmark {
padding:0px 0px 0px 8px;
}

.show3 {
padding-left:7px;
}

.sharing { width:181px; font-family:"trebuchet ms"; height:25px;  font-size:13px; margin:0px 0px 0px 0px;}
.sharing1 {float:left; width:80px; font-weight:bold; color:#9e113d; border-bottom:1px solid #9e113d;height:18px;}
#sharing2 {float:left; width:101px; border-bottom:1px solid #9e113d; 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:"trebuchet ms"; font-size:13px;}
.topsearchestitle { font-weight:bold; color:#9e113d; border-bottom:1px solid #9e113d; 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:#9e113d;}
/*--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:"trebuchet ms";
font-size:12px;
}

.forumgap {
height:4px;
font-size:2px;
}
/*--end forum--*/


/*--begin sponsors--*/
#sponsorspot {
margin-top:20px;
}

.sponsortitle {
background: #fff url("../assets/sponsors.jpg") no-repeat;
height:40px;
width:200px;
}

.insidesponsor {
width:168px;
background-color:#FFFFFF;
text-align:center;
padding:3px 3px 3px 8px;
}

.sponsorcontents {
border:1px solid #9e113d;
padding:10px;
font-family:"trebuchet ms";
font-size:12px;
}
/*--end sponsors--*/



/*--begin tables--*/
table {
font-size:13px; font-family:"trebuchet ms";
}
/*--end tables--*/


/*--begin news article styling--*/
#newscontents {
width:500px;
height:180px;
padding-top:10px;
_padding-top:0px;
}

#newsarticle {
width:315px;
float:left;
font-family:"trebuchet ms";
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:"trebuchet ms";
color:#666;
}

#rhsofnews ul { font-family:"trebuchet ms"; 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:"trebuchet ms"; 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:"trebuchet ms";}
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: "trebuchet ms"; font-size: 11px; color:#9e113d; }
DIV#latestArticles  a:link{ text-decoration:none; font-family: "trebuchet ms"; font-size: 11px; color:#9e113d; }
DIV#latestArticles  a:visited { text-decoration:none; font-family: "trebuchet ms";font-size: 11px; color:#9e113d; }
DIV#latestArticles A:hover { font-family: "trebuchet ms"; color:#fff; text-decoration:none; background-color:#9e113d; }

#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: "trebuchet ms"; font-size:16px; font-weight:bold; color:#333; padding:3px 0px 0px 0px; }
DIV#articleDate { font-size:12px;  font-family: "trebuchet ms"; margin:-5px 0px 0px 0px;}
DIV#articleBody { padding:0px 0px 20px 0px; font-family: "trebuchet ms"; font-size:13px;}
DIV#articleBody A { color:#e22b00; font-family: "trebuchet ms"; }

DIV#articleBody A:active{ text-decoration:none; font-family: "trebuchet ms"; font-size: 13px; color:#9e113d; }
DIV#articleBody  a:link{ text-decoration:none; font-family: "trebuchet ms"; font-size: 13px; color:#9e113d; ;}
DIV#articleBody  a:visited { text-decoration:none; font-family: "trebuchet ms";font-size: 13px; color:#9e113d; }
DIV#articleBody A:hover { font-family: "trebuchet ms"; color:#fff; text-decoration:none; background-color:#9e113d; } 

DIV#articleLinks {font-size: 12px;  padding: 4px; font-family: "trebuchet ms";}
DIV#articleLinks A { font-size: 12px; margin-left: 16px; font-family: "trebuchet ms";}
DIV#articleLinks H4 { font-size:13px; color:#333; font-weight:bold; border-bottom:1px solid #9e113d; 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: "trebuchet ms"; font-size: 12px; color:#9e113d; border-bottom:0px solid #fff; }
DIV#articleLinks  a:link{ text-decoration:none; font-family: "trebuchet ms"; font-size: 12px; color:#9e113d; border-bottom:0px solid #fff;}
DIV#articleLinks  a:visited { text-decoration:none; font-family: "trebuchet ms";font-size: 12px; color:#9e113d; border-bottom:0px solid #fff;}
DIV#articleLinks A:hover { font-family: "trebuchet ms"; color:#fff; text-decoration:none; background-color:#9e113d; } 

DIV#articleButtons {text-align:center;width:500px;}
DIV#articleButtons A:active{ text-decoration:none; font-family: "trebuchet ms"; font-size: 13px; color:#9e113d; border-bottom:0px solid #fff; }
DIV#articleButtons  a:link{ text-decoration:none; font-family: "trebuchet ms"; font-size: 13px; color:#9e113d; border-bottom:0px solid #fff;}
DIV#articleButtons  a:visited { text-decoration:none; font-family: "trebuchet ms";font-size: 13px; color:#9e113d; border-bottom:0px solid #fff;}
DIV#articleButtons A:hover { font-family: "trebuchet ms"; color:#fff; text-decoration:none; background-color:#9e113d; } 

DIV#relatedArticles H4 { font-size:13px; color:#333; font-weight:bold; border-bottom:1px solid #9e113d; 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: "trebuchet ms"; font-size: 12px; color:#9e113d; border-bottom:0px solid #fff; }
DIV#relatedArticles  a:link{ text-decoration:none; font-family: "trebuchet ms"; font-size: 12px; color:#9e113d; border-bottom:0px solid #fff;}
DIV#relatedArticles  a:visited { text-decoration:none; font-family: "trebuchet ms";font-size: 12px; color:#9e113d; border-bottom:0px solid #fff;}
DIV#relatedArticles A:hover { font-family: "trebuchet ms"; color:#fff; text-decoration:none; background-color:#9e113d; 
} 

DIV#newsIndex H4 {  font-size:16px; color:#333; font-weight:bold; border-bottom:1px solid #9e113d; 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: "trebuchet ms"; 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: "trebuchet ms"; font-size: 13px; color:#9e113d; border-bottom:0px solid #fff; }
DIV#newsIndex  a:link{ text-decoration:none; font-family: "trebuchet ms"; font-size: 13px; color:#9e113d; border-bottom:0px solid #fff;}
DIV#newsIndex  a:visited { text-decoration:none; font-family: "trebuchet ms";font-size: 13px; color:#9e113d; border-bottom:0px solid #fff;}
DIV#newsIndex A:hover { font-family: "trebuchet ms"; color:#fff; text-decoration:none; background-color:#9e113d; } 


DIV#rssIndex H4 {  font-size:16px; color:#333; font-weight:bold; border-bottom:1px solid #9e113d; 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: "trebuchet ms"; 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: "trebuchet ms"; font-size: 13px; color:#9e113d; border-bottom:0px solid #fff; }
DIV#rssIndex  a:link{ text-decoration:none; font-family: "trebuchet ms"; font-size: 13px; color:#9e113d; border-bottom:0px solid #fff;}
DIV#rssIndex  a:visited { text-decoration:none; font-family: "trebuchet ms";font-size: 13px; color:#9e113d; border-bottom:0px solid #fff;}
DIV#rssIndex A:hover { font-family: "trebuchet ms"; color:#fff; text-decoration:none; background-color:#9e113d; } 

#articleLinks { font-family: "trebuchet ms";}
DIV#articleLinkTo form { font-size:12px; font-family: "trebuchet ms"; } 
DIV#articleLinkTo H4 {font-size:13px;  color:#333; font-weight:bold; border-bottom:1px solid #9e113d; 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:trebuchet ms;
font-size:13px;
}

#contain-bm{
margin:0px 0px 40px 60px;
}
/*--end results page--*/


