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:150px;
width:100%;
margin: 0 auto;
background: url(../assets/top-bg.jpg) repeat-x;
/*background: url(../assets/top-bg-ie.jpg) repeat-x;
_background: url(../assets/top-bg-ie6.jpg) repeat-x;*/
}

#top #header{
width:950px;
height:150px;
margin:0 auto;
padding: 0px;
background: #fff url(../assets/top-v2.jpg) top no-repeat; /*--background for the header--*/
}

#logo{
width:330px;
height:110px;
border:0px solid red; 
margin:0px;
background:url(../assets/logo.jpg) no-repeat;
float:left;
cursor:pointer;
}

#toph1{
clear:both;
float:left;
text-align:left;
width:425px;
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 old menu--*/
#contain-menu{
clear:both;
width:100%;
height:42px;	
margin:0px;
padding:0px;
/*background: url("../assets/menu-bg.jpg") repeat-x;*/
}

#inside-menu{
width:935px;
height:42px;
margin:auto;
padding:0px;
background:url("../assets/menu-red.jpg") bottom 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 old menu--*/



/*--begin dropdown menu--*/
.menu2 {
float:right; 
font-family:Arial, Helvetica, sans-serif;
font-size:14px; 
font-weight:bold;
border:none;
background:url(../assets/menu2.gif) repeat-x; 
margin:auto; 
padding:0px;
list-style-image:none;
width:825px;
height:42px;
}

.current {color:#fff; background:#333;}

.menu2 ul {
padding:0;
margin:0;
list-style:none;
list-style-type:none;
list-style-image:none;
background:none;
}

.menu2 ul li {
float:left; 
position:relative; 
list-style-image:none;
padding:0;
}
 
.menu2 ul li a, 
.menu2 ul li a:visited,
.menu2 ul li a:link,
.menu2 ul li a:active{
float:left; 
display:block; 
text-decoration:none; 
color:#ffffff; 
padding:0px 10px; 
line-height:41px; 
list-style-image:none;
font-weight:bold;
margin:0px;
}
 
.menu2 ul li a:hover {
background:#333 url(../assets/sub2a.gif); 
color:#fff;
list-style-image:none;
}
 
.menu2 ul li:hover a {
background:#333 url(../assets/sub2a.gif); 
color:#fff; 
list-style-image:none;
}
 
.menu2 .selected { font-weight:bold; text-decoration:none; }
.menu2 a.selected { font-weight:bold; text-decoration:none; }
.menu2 ul li a.selected { font-weight:bold; text-decoration:none; }
.menu2 li a.selected { font-weight:bold; text-decoration:none; }
.menu2 .selected:hover { font-weight:bold; text-decoration:none; }

.menu2 ul li ul {
list-style-image:none;
background:none;
display:none;
}

.menu2 table {
margin:0; 
border-collapse:collapse; 
font-size:12px;
position:absolute;
top:0;
left:0;
list-style-image:none;
}
 
 
/* specific to non IE browsers */
.menu2 ul li:hover ul {
display:block; 
position:absolute;
top:41px; 
background:#aaa; 
left:0; 
width:152px; 
list-style-image:none;
}
 
.menu2 ul li:hover ul li ul {
display: none; list-style-image:none;
}

.menu2 ul li:hover ul li a {
display:block; background:#aaa; color:#fff; line-height:15px;padding:4px 16px; width:120px; list-style-image:none;
}

.menu2 ul li:hover ul li a.drop {
background:#888; list-style-image:none;
}

.menu2 ul li:hover ul li a:hover {
color:#333333; background:#888 url(../assets/hover-sub.gif) left no-repeat;
}

.menu2 ul li:hover ul li a:hover.drop {
background: #888; color:#333333; list-style-image:none;
}

.menu2 ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-70px; color:#000; left:152px; height:138px; width:172px; overflow:auto; background:#888; list-style-image:none;
}

.menu2 ul li:hover ul li:hover ul li a {background:#888; list-style-image:none;}

.menu2 ul li:hover ul li:hover ul li.group {width:152px; padding:5px 0; list-style-image:none;}
 
.menu2 ul li:hover ul li:hover ul.left {
left:-172px; list-style-image:none;
}

.menu2 ul li:hover ul li:hover ul li a:hover {background:#666; color:#0ff; list-style-image:none;}
 
  
/* specific to IE5.5 and IE6 browsers */
.menu2 ul li a:hover ul {
display:block;position:absolute;top:41px; t\op:41px; background:#aaa;left:0;}

.menu2 ul li a:hover ul li a {
display:block; color:#fff; line-height:15px; padding:4px 16px; width:152px; w\idth:120px;
}

.menu2 ul li a:hover ul li a.drop {
background:#888; padding-bottom:5px;
}

.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}

.menu2 ul li a:hover ul li a:hover {
color:#333333; background:#888 url(../assets/hover-sub.gif) left no-repeat;
}

.menu2 ul li a:hover ul li a:hover.drop {
 background: #888; color:#ff0;
}

.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:-69px; t\op:-70px; color:#000; left:152px; height:138px; width:170px; overflow:auto; background:#888;
}

.menu2 ul li a:hover ul li a:hover ul.left {
left:-170px;
}

.menu2 ul li a:hover ul li a:hover ul li a:hover {background:#666; color:#333;}
/*--end dropdown 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:600px;
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%;
margin: 0px auto 20px auto;
color:#333;
}

#contain-content #content {
clear: both;
overflow: hidden;
height: 100%;
width: 1000px;
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 0px;
padding:0px;
background-color:#fff;
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:560px;
background-color:#fff;
margin:0px 10px 0px 12px;
_margin:0px 6px 0px 10px;
padding:0px 5px 0px 5px;
border:0px solid red;
}
/*--end middle container--*/


/*--begin rhs container--*/
#content #right {
float:right;
width:200px;
max-width:200px;
margin:0px 0px 0px 0px;
padding:0px;
background-color:#fff;
border:0px solid green;
}
/*--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:1px 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:30px 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:#f10100; background-color:none; padding:0px 2px 0px 2px; }
/*--end footer--*/


/*--begin lhs navigation--*/
#navigation {
background: #fff url("../assets/information.jpg") no-repeat;
height:30px;
width:183px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:17px;
font-weight:bold;
padding:5px 0px 0px 17px;
letter-spacing:-1px; 
}

#navigation a {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; padding:0px; line-height:20px;}
#navigation a:link {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; padding:0px; line-height:20px;}
#navigation a:click {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; padding:0px; line-height:20px;}
#navigation a:visited {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; padding:0px; line-height:20px;}
#navigation a:active {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; padding:0px; line-height:20px;}
#navigation a:hover {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; border-bottom:1px dashed #fff; padding:0px; line-height:20px;}




#navigation-2 {
background: #fff url("../assets/information.jpg") no-repeat;
height:30px;
width:183px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:17px;
font-weight:bold;
padding:5px 0px 0px 17px;
margin:20px 0px 0px 0px;
line-height:20px;
letter-spacing:-1px;
}


#navigation-2 a {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; padding:0px; line-height:20px;}
#navigation-2 a:link {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; padding:0px; line-height:20px;}
#navigation-2 a:click {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; padding:0px; line-height:20px;}
#navigation-2 a:visited {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; padding:0px; line-height:20px;}
#navigation-2 a:active {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; padding:0px; line-height:20px;}
#navigation-2 a:hover {font-size:17px; text-decoration:none; font-weight:bold; color:#fff; border-bottom:1px dashed #fff; padding:0px; line-height:20px;}


#nav-op-bg
{
background-color:#fff;
padding:0px 5px;
margin:0px 0px 0px 0px;
float:left;
}

#navigationoptions {
width:190px;
font-family:"arial";
padding:0px;
border:0px solid red;
display:block;
background:#f1f1f1;
margin:0px;
}


#navigationoptions ul {
padding:5px;
margin:0px;
}

#navigationoptions li {
list-style-position:outside;
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;	
font-size:13px;
display:block;
text-decoration:none;
font-weight:bold;
color:#333333;
margin:0px;
_margin:2px 0px 2px 0px;
_line-height:20px;
}

#navigationoptions li a {display:block; _display:inline-table; font-size:13px; color: #333333; text-decoration:none; padding:4px; margin:0px; }
#navigationoptions li a:link {display:block; _display:inline-table; font-size:13px; color: #333333; text-decoration:none; padding:4px; margin:0px;}
#navigationoptions li a:click {display:block; _display:inline-table; font-size:13px; color: #333333; text-decoration:none; padding:4px; margin:0px;}
#navigationoptions li a:visited {display:block; _display:inline-table; font-size:13px; color: #333333; text-decoration:none; padding:4px; margin:0px;}
#navigationoptions li a:active {display:block; _display:inline-table; font-size:13px; color: #333333; text-decoration:none; padding:4px; margin:0px;}
#navigationoptions li a:hover {display:block; _display:inline-table; font-size:13px; color: #ffffff; text-decoration:none; font-weight:bold; background:#333333; padding:4px; margin:0px;}




#navigationoptions .subheadings ul {
margin:0px;
padding:0px 0px 5px 10px;
}

#navigationoptions .subheadings li {
list-style-position:outside;
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
margin:0px;
padding:0px;
line-height:10px;
}

#navigationoptions .subheadings li a {font-size:11px; color: #6b6b6b; text-decoration:none; padding:0px 0px 0px 10px; font-weight:normal;}
#navigationoptions .subheadings li a:link {font-size:11px; color: #6b6b6b; text-decoration:none; padding:0px 0px 0px 10px; font-weight:normal;}
#navigationoptions .subheadings li a:click {font-size:11px; color: #6b6b6b; text-decoration:none; padding:0px 0px 0px 10px; font-weight:normal;}
#navigationoptions .subheadings li a:visited {font-size:11px; color: #6b6b6b; text-decoration:none; padding:0px 0px 0px 10px; font-weight:normal;}
#navigationoptions .subheadings li a:active {font-size:11px; color: #6b6b6b; text-decoration:none; padding:0px 0px 0px 10px; font-weight:normal;}
#navigationoptions .subheadings li a:hover {font-size:11px; color: #F30100; text-decoration:none; padding:0px 0px 0px 10px; font-weight:normal; background:none;}

/*--end lhs navigation--*/


/*--begin ads--*/
#ads {
width:468px;
height:60px;
margin:20px 0px 0px 0px;
padding:0px;
float:right;
}

.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:18px;font-family:"arial";color:#333;margin-top:0px; letter-spacing:-1px; }
#middle h1 a{font-size:18px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle h1 a:link{font-size:18px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle h1 a:click{font-size:18px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle h1 a:visited{font-size:18px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle h1 a:hover{font-size:18px;font-family:"arial";color:#333;text-decoration:none;background:none;}

#middle h2 {font-size:15px;font-family:"arial";color:#333; margin:30px 0px 0px 0px;}
#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:20px 0px 0px 0px;}

#middle h4 {font-size:13px;font-family:"arial";color:#333;}

#middle p {font-size:13px;color:#333;font-family:"arial";}
#middle p a {color:#f10100; text-decoration:none;border-bottom:1px dashed #f10100;}
#middle p a:click {color:#f10100; text-decoration:none;border-bottom:1px dashed #f10100;}
#middle p a:link {color:#f10100; text-decoration:none;border-bottom:1px dashed #f10100;}
#middle p a:visited {color:#f10100; text-decoration:none;border-bottom:1px dashed #f10100;}
#middle p a:active {color:#f10100; text-decoration:none;border-bottom:1px dashed #f10100;}
#middle p a:hover {color:#fff;background-color:#333333;text-decoration:none}

#middle p.small{
font-size:11px;
font-weight:bold;
margin:0px 0px 20px 0px;
}


#middle ul {
margin:0px auto 30px auto;
*padding:0px 0px 0px 40px;
}

#middle ul li {
font-family:"arial";
font-size:13px;
list-style-position: outside;
list-style-type: none;
background-image:url(../assets/bullet.jpg);
background-repeat: no-repeat;
background-position: 0px 1px;
padding-left:25px;
margin:10px 0px 10px 0px;
}

#middle ul li a {color:#333; text-decoration:none; font-weight:normal; border-bottom:1px dashed #f10100;}
#middle ul li a:click {color:#333; text-decoration:none; font-weight:normal;border-bottom:1px dashed #f10100;}
#middle ul li a:link {color:#333; text-decoration:none; font-weight:normal; border-bottom:1px dashed #f10100;}
#middle ul li a:visited {color:#333; text-decoration:none; font-weight:normal; border-bottom:1px dashed #f10100;}
#middle ul li a:active {color:#333; text-decoration:none; font-weight:normal; border-bottom:1px dashed #f10100;}
#middle ul li a:hover {color:#fff; text-decoration:none; font-weight:bold; background-color:#333333;}



#middle ol {
margin:0px 0px 30px 0px;
*padding:0px 0px 0px 30px;
}

#middle ol li {
font-family:"arial";
font-size:13px;	
list-style-position:outside;
list-style-type:decimal;
background-image:none;
padding-left:10px;
margin:0px 0px 10px 0px;
}

#middle ol li a {color:#333; text-decoration:none; font-weight:normal; border-bottom:1px dashed #f10100;}
#middle ol li a:click {color:#333; text-decoration:none; font-weight:normal;border-bottom:1px dashed #f10100;}
#middle ol li a:link {color:#333; text-decoration:none; font-weight:normal; border-bottom:1px dashed #f10100;}
#middle ol li a:visited {color:#333; text-decoration:none; font-weight:normal; border-bottom:1px dashed #f10100;}
#middle ol li a:active {color:#333; text-decoration:none; font-weight:normal; border-bottom:1px dashed #f10100;}
#middle ol li a:hover {color:#fff; text-decoration:none; font-weight:bold; background-color:#333333;}




#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 dt a{color:#333333; border:none; background:none; text-decoration:none; font-weight:bold;}
#middle dt a:link{color:#333333; border:none; background:none; text-decoration:none; font-weight:bold;}
#middle dt a:click{color:#333333; border:none; background:none; text-decoration:none; font-weight:bold;}
#middle dt a:active{color:#333333; border:none; background:none; text-decoration:none; font-weight:bold;}
#middle dt a:visited{color:#333333; border:none; background:none; text-decoration:none; font-weight:bold;}
#middle dt a:hover{color:#F10100; border:none; background:none; text-decoration:none; font-weight:bold;}

#middle dd {
background-image:url(../assets/bullet.jpg);
background-repeat: no-repeat;
background-position: 0px 1px;
padding-left:25px;
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:#F10100; 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;
border: 0px solid #666;
font-size:11px;
color:#666;
font-size:12px; 
font-family:"arial";
text-align:right;
margin:0px 0px 10px 10px;
}

#floatimgright img {border:1px solid #999;}

#floatimgright-2{
float: right;
width: 202px;
background-color: #fff;
border: 0px solid #666;
font-size:11px;
color:#666;
font-size:12px; 
font-family:"arial";
text-align:right;
margin:0px 0px 10px 10px;
}


#xml{
width:550px;
height:300px;
border-top:0px solid #666666;
border-bottom:0px solid #666666;
margin:0px auto 20px auto;
}


#contain-home{
width:550px;
height:165px;
border:0px solid red;
margin:20px auto 30px auto;
}

#home-section-heading{
width:550px;
height:55px;
border:0px solid blue;
margin:0px 0px 10px 0px;
float:left;
}

#home1{
width:182px;
height:110px;
border:0px solid #333;
float:left;
margin:0px;
text-align:center;
}

#home2{
width:182px;
height:110px;
border:0px solid #333;
float:left;
margin:0px;
text-align:center;
}

#home3{
width:182px;
height:110px;
border:0px solid #333;
float:left;
margin:0px;
text-align:center;
}



.road-tax-tbl{
font-family:Arial, Helvetica, sans-serif;
width:500px;
margin:0px auto 10px auto;
padding:0px;
text-align:center;
}

.road-tax-tbl th{
background:#f10100;
font-size:13px;
text-align:center;
padding:5px;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
color:#fff;
}

.road-tax-tbl td{
background:#e6e6e6;
font-size:13px;
text-align:center;
padding:5px;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
}

.road-tax-tbl .right{
border-right:1px solid #fff;
}

.road-tax-tbl .bottom{
border-bottom:1px solid #fff;
}

.road-tax-tbl .bottomright{
border-bottom:1px solid #fff;
border-right:1px solid #fff;
}


#top-of-page{
background:url(../assets/top-of-page.jpg) no-repeat;
width:50px;
height:20px;
margin:0px 0px 20px 0px;
float:right;
cursor:pointer;
}

#road-tax{
background:url(../assets/road-tax.jpg) no-repeat;	
width:500px;
height:202px;
padding:28px 0px 0px 0px;
_padding:18px 0px 0px 0px;
margin:10px auto 20px auto;
}





.tech-data-tbl{
font-family:Arial, Helvetica, sans-serif;
margin:10px auto 30px auto;
padding:0px;
text-align:center;
}

.tech-data-tbl th{
background:#f10100;
font-size:13px;
text-align:center;
padding:5px;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
color:#fff;
}

.tech-data-tbl td{
background:#e6e6e6;
font-size:13px;
text-align:center;
padding:5px;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
}

.tech-data-tbl .left{
text-align:right;
font-weight:bold;
width:250px;
}

.tech-data-tbl .right{
text-align:left;
font-weight:normal;
width:250px;
}

.tech-data-tbl .right{
border-right:1px solid #fff;
}

.tech-data-tbl .bottom{
border-bottom:1px solid #fff;
}

.tech-data-tbl .bottomright{
border-bottom:1px solid #fff;
border-right:1px solid #fff;
}



.top40-tbl{
font-family:Arial, Helvetica, sans-serif;
width:500px;
margin:20px auto 10px auto;
padding:0px;
text-align:center;
}

.top40-tbl th{
background:#f10100;
font-size:13px;
text-align:center;
padding:5px;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
color:#fff;
}

.top40-tbl td{
background:#e6e6e6;
font-size:13px;
text-align:center;
padding:5px;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
}






#garages-directory{
background:url(../assets/garages-directory.jpg) no-repeat;	
width:500px;
height:230px;
margin:10px auto 20px auto;
font-family:Arial, Helvetica, sans-serif;
}

#gd-space{
width:auto;
height:20px;
}

#gd-title{
width:auto;
height:20px;
font-size:22px;
font-weight:bold;
margin:0px 0px 0px 20px;
width:460px;
color:#454545;
}

#gd-text{
margin:15px 0px 0px 20px;	
width:460px;
height:auto;
font-size:14px;
}

#gd-search-1{
width:150px;
float:left;
text-align:right;
font-size:14px;
padding:5px 0px 0px 0px;
border:0px solid red;
}

#gd-search-2{
width:130px;	
float:left;
text-align:left;
margin:0px 0px 0px 10px;
_margin:0px 0px 0px 5px;
border:0px solid red;
}

.gd-search{
width:130px;
height:20px;
font-size:15px;
border:1px solid #d7d7d7;
background:url(../assets/gd-search-bg.jpg) bottom repeat-x;
padding:2px;
}

.tech-guide-search{
width:130px;
height:25px;
font-size:13px;
border:1px solid #d7d7d7;
background:url(../assets/gd-search-bg.jpg) bottom repeat-x;
padding:2px;
}

#gd-search-3{
width:130px;
float:left;
text-align:center;
margin:0px 0px 0px 10px;
_margin:0px 0px 0px 5px;
border:0px solid red;
}


.gd-btn {
color:#fff;
font-family:'arial',helvetica,sans-serif;
font-size:14px;
font-weight:bold;
height:auto;
border:1px solid #999;
background-color:#333333; /*--change bg color of button here--*/
padding:4px 10px 4px 10px;
_padding:2px 2px 2px 2px;
}

.gd-btnhov{
border:1px solid #fff;
cursor:pointer;
}

#contain-garage-listing{
width:450px;
border:1px solid #ccc;
height:60px;
padding:10px;
margin:20px auto 0px auto;
font-family:Arial, Helvetica, sans-serif;
background:url(../assets/contain-garage-listing-bg.jpg) no-repeat;
}

#contain-garage-listing #left{
width:370px;
border:0px solid orange;
border-right:1px solid #dcdcdc;
height:auto;
margin:0px 0px 0px 0px;
float:left;
background:none;
}

#contain-garage-listing #right{
width:60px;
border:0px solid red;
height:auto;
margin:0px 0px 0px 10px;
float:left;
background:none;
}

#gl-name{
font-size:20px;
border:0px solid blue;
width:300px;
}

#gl-address{
font-size:11px;
border:0px solid blue;
width:auto;
}

#gl-details{
border:0px solid blue;
font-size:12px;
}

#gl-details a{color:#757575; text-decoration:none; border:none; font-weight:bold;}

#gl-details a:link{color:#757575; text-decoration:none; border:none; font-weight:bold;}

#gl-details a:click{color:#757575; text-decoration:none; border:none; font-weight:bold;}

#gl-details a:active{color:#757575; text-decoration:none; border:none; font-weight:bold;}

#gl-details a:visited{color:#757575; text-decoration:none; border:none; font-weight:bold;}

#gl-details a:hover{color:#ff0000; text-decoration:none; border:none; font-weight:bold;}





#car-dealers-directory{
background:url(../assets/car-dealers-directory.jpg) no-repeat;	
width:500px;
height:200px;
margin:10px auto 20px auto;
font-family:Arial, Helvetica, sans-serif;
}

#cdd-space{
width:auto;
height:20px;
}

#cdd-title{
width:auto;
height:20px;
font-size:22px;
font-weight:bold;
margin:0px 0px 0px 20px;
width:460px;
color:#454545;
}

#cdd-text{
margin:15px 0px 0px 20px;	
width:460px;
height:auto;
font-size:14px;
}

#cdd-search-1{
width:130px;
float:left;
text-align:right;
font-size:14px;
padding:5px 0px 0px 0px;
border:0px solid red;
}

#cdd-search-2{
width:130px;	
float:left;
text-align:left;
margin:0px 0px 0px 10px;
_margin:0px 0px 0px 5px;
border:0px solid red;
}

.cdd-search{
width:130px;
height:16px;
font-size:13px;
border:1px solid #d7d7d7;
background:url(../assets/gd-search-bg.jpg) bottom repeat-x;
padding:2px;
}

.styleChooseCars{
width:150px;	
height:22px;
font-size:13px;
margin:0px 0px 0px 10px;
}

#cdd-search-3{
width:100%;
float:left;
text-align:center;
margin:10px auto 0px auto;
border:0px solid red;
}









#contain-cgd-top{
width:490px;
border-bottom:1px solid #ccc;
height:100px;
padding:0px;
margin:0px 0px 10px 0px;
font-family:Arial, Helvetica, sans-serif;
}

#cgd-top-left{
width:395px;	
float:left;
border:0px solid #ccc;
margin:10px 0px 0px 0px;
}

#cgd-top-right{
width:90px;	
height:55px;
float:right;
border:1px solid #ccc;
margin:10px 0px 0px 0px;
background:url(../assets/cgd-top-right.jpg) no-repeat;
}

#cgd-top-detail-1{
float:left;
font-size:11px;
width:80px;
text-align:right;
font-weight:bold;
}

#cgd-top-detail-2{
float:left;
font-size:11px;
width:300px;
text-align:left;
margin:0px 0px 0px 10px;
border:0px solid;
}


#contain-cgd-middle{
width:480px;
border-bottom:1px solid #ccc;
height:100px;
padding:0px;
margin:0px 0px 10px 0px;
font-family:Arial, Helvetica, sans-serif;
}

#cgd-middle-left{
width:230px;	
float:left;
border-right:1px solid #ccc;
margin:0px 0px 0px 0px;
}

#cgd-middle-right{
width:230px;	
float:left;
border:0px solid #ccc;
margin:0px 0px 0px 10px;
}

#cgd-title{
font-size:14px;
font-weight:bold;
margin:0px 0px 5px 0px;
}

#cgd-middle-text{
font-size:11px;	
}


#contain-cgd-bottom{
width:480px;
border-bottom:1px solid #ccc;
height:120px;
padding:0px;
margin:0px 0px 10px 0px;
font-family:Arial, Helvetica, sans-serif;
}

#cgd-bottom-left{
width:150px;
float:left;
margin:10px 0px 0px 50px;
border:0px solid;
}

#cgd-bottom-detail-1{
float:left;
font-size:11px;
width:80px;
text-align:right;
font-weight:bold;
}

#cgd-bottom-detail-2{
float:left;
font-size:11px;
width:20px;
text-align:left;
margin:0px 0px 0px 10px;
border:0px solid;
}

#cgd-bottom-right{
width:150px;
float:left;
margin:10px 0px 0px 50px;
border:0px solid;
}



#contain-calc{
margin:20px 0px 20px 0px;
padding:25px 0px 15px 0px;
border:0px solid red;
height:250px;
width:560px;
background:url(../assets/calc-bg.jpg) no-repeat;
font-family:Arial, Helvetica, sans-serif;
}

.calculator-tbl{
font-family:Arial, Helvetica, sans-serif;
width:300px;
margin:0px auto 10px auto;
padding:5px;
border:0px solid #333;

}

.calculator-tbl td{
font-size:13px;
padding:5px;
}

.calculator-tbl .left{
text-align:right;
}

#calc-title{
margin:0px 0px 10px 30px;
font-size:22px;
font-weight:bold;
height:20px;
color:#454545;
}

#calc-total{
width:auto;
text-align:left;
float:left;
height:15px;
margin:5px 0px 0px 30px;
_margin:5px 0px 0px 15px;
}

#calc-more{
width:auto;
text-align:left;
float:left;
height:15px;
margin:10px 0px 0px 30px;
_margin:10px 0px 0px 15px;
font-family:Arial, Helvetica, sans-serif;
}

#iframe{
width:455px;
margin:20px auto 20px auto;	
border:0px solid red;
}

#iframe-2{
width:410px;
margin:20px auto 20px auto;	
border:0px solid red;
}

#iframe-finance{
width:520px;
margin:20px auto 20px auto;	
border:0px solid red;
}

#containbestloans{
font-family:Arial, Helvetica, sans-serif;	
width:500px;
height:auto;
margin:0px auto 0px auto;
border:0px solid red;
}

#inside-loans{
margin:auto;	
padding:10px 0px 0px 0px;
border-left:1px solid red;
border-right:1px solid red;
border-bottom:1px solid red;
width:480px;
}

#bestheader{
background: url(../images/bestheader.jpg) no-repeat;
width:500px;
height:55px;
margin:0px;
}

#bestheadergap{height:23px;	}

#bestheader h1{
font-size:20px;
color:#fff;
padding:0px;
margin:0px 0px 0px 15px;
}

#provider{ 
margin:0px 0px 20px 0px;
width:auto;
height:90px;

}

.title { font-weight:bold; font-size:14px;}
.resttitle {font-size:11px; }

.first {width:105px; float:left; text-align:center; height:60px;}
.first img{border:1px solid #ccc;}
.second {width: 235px; float:left; padding:0px 5px 0px 0px;}
.third {width: 130px; float:left; text-align:center;}

.gap{width:auto; height:10px;}



#indexbutton {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
font-size:14px;
margin:auto;
width:130px;
height:43px;
background-image:url(../images/apply.jpg);
background-repeat:no-repeat;
}

#indexbutton:hover {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
font-size:14px;
margin:auto;
width:130px;
height:43px;
background-image:url(../images/apply2.jpg);
background-repeat:no-repeat;
}

#indexbutton a:link, 
#indexbutton a:visited, 
#indexbutton a:active {display:block;height:40px;padding-top:8px;color:#fff; text-decoration:none;}
#indexbutton a:hover{ text-decoration:none;color:#fff;}

#contain-section-links{
width:560px;
height:390px;
border:0px solid #333;
padding:70px 0px 0px 0px;
margin:20px 0px 20px 0px;
background:url(../images/more-links-section.jpg) no-repeat;
}

#contain-section-links-2{
width:560px;
height:120px;
border:0px solid #333;
padding:70px 0px 0px 0px;
margin:20px 0px 20px 0px;
background:url(../images/more-links-section-2.jpg) no-repeat;
}

.section-links{
width:230px;
float:left;
margin:0px;
border:0px solid red;
}


.section-links a{font-size:11px; }
.section-links a:link{font-size:11px; }
.section-links a:click{font-size:11px; }
.section-links a:active{font-size:11px; }
.section-links a:visited{font-size:11px; }
.section-links a:hover{font-size:11px; }




#contain-li{
width:310px;
height:200px;
border:0px solid red;
margin:20px 0px 0px 0px;
background:url(../assets/scrappage-links.jpg) no-repeat;
}

#contain-li #left{
float:left;
width:150px;
border:0px solid blue;
margin:80px 0px 0px 0px;
background:none;
}

#contain-li #right{
float:left;
width:150px;
border:0px solid blue;
margin:80px 0px 0px 0px;
background:none;
}


#contain-li-2{
width:310px;
height:200px;
border:0px solid red;
margin:20px auto 0px auto;
background:url(../assets/scrappage-links.jpg) no-repeat;
}

#contain-li-2 #left{
float:left;
width:150px;
border:0px solid blue;
margin:80px 0px 0px 0px;
background:none;
}

#contain-li-2 #right{
float:left;
width:150px;
border:0px solid blue;
margin:80px 0px 0px 0px;
background:none;
}





#map-tbl{
margin:20px auto 20px auto;	
width:500px;
}

#show-details{
width:200px;	
float:left;
margin:0px 0px 0px 30px;
}








#contain-loans-table{
width:526px;
height:auto;
margin:30px 0px 30px 20px;
float:left;
}

#contain-listing-row{
clear:both;
width:auto;
height:60px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
}

#contain-listing-row-top{
clear:both;
width:auto;
height:60px;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
}

#contain-listing-row-bottom{
clear:both;
width:auto;
height:60px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:4px solid #ff822f;
border-left:1px solid #ccc;
}

#clt-title{
float:left;
width:508px;
height:33px;
border-right:0px solid #f30100;
border-bottom:1px solid #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:23px;
font-weight:bold;
color:#fff;
text-align:left;
margin:auto;
padding:3px 3px 3px 15px;
background:url(../images/providers/title-bg.jpg) repeat-x;
}

#clt-provider-h{
float:left;
width:85px;
height:20px;
border-right:1px solid #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#fff;
text-align:center;
background:#f30100;
margin:auto;
padding:3px;
}

#clt-provider-l{
float:left;
width:90px;
height:auto;
border-right:1px solid #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333;
text-align:center;
margin:auto;
padding:3px;
}

#clt-provider-l img{
margin:3px 0px 0px 0px;
border:0px solid #ccc;
}

#tri-1{
width:85px;
height:6px;
float:left;
padding:0px 3px 0px 3px;
background:url(../images/providers/tri.jpg) top center no-repeat;

}

#clt-apr-h{
float:left;
width:75px;
height:20px;
border-right:1px solid #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#fff;
text-align:center;
background:#f30100;
margin:auto;
padding:3px;
}

#tri-2{
width:75px;
height:6px;
float:left;
padding:0px 3px 0px 3px;
background:url(../images/providers/tri.jpg) top center no-repeat;
}

#clt-apr-l{
float:left;
width:50px;
height:auto;
border-right:1px solid #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333;
text-align:center;
margin:15px 0px 0px 0px;
padding:3px;
}

#clt-desc-h{
float:left;
width:265px;
height:20px;
border-right:1px solid #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#fff;
text-align:center;
background:#f30100;
margin:auto;
padding:3px;
}

#tri-3{
width:265px;
height:6px;
float:left;
padding:0px 3px 0px 3px;
background:url(../images/providers/tri.jpg) top center no-repeat;
}

#clt-desc-l{
float:left;
width:265px;
height:auto;
border-right:1px solid #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#333;
text-align:center;
margin:auto;
padding:3px 5px 0px 5px;
}

#clt-details-h{
float:left;
width:74px;
height:20px;
border-right:0px solid #f30100;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#fff;
text-align:center;
background:#f30100;
margin:auto auto 0px auto;
padding:3px;
}

#tri-4{
width:74px;
height:6px;
float:left;
padding:0px 3px 0px 3px;
background:url(../images/providers/tri.jpg) top center no-repeat;
}

#clt-details-l{
float:left;
width:86px;
height:40px;
border-right:1px solid #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#e22b00;
text-align:center;
margin:10px 0px 0px 0px;
background:url(../images/providers/details.gif) no-repeat;
cursor:pointer;
}


#contain-feed{margin:0px; float:left;}

/*--end middle divs--*/




/*--begin comps--*/
.containart2mega {
height:80px; 
font-family:arial; 
border:2px dashed #e22b00; 
padding:8px 0px 0px 8px; 
margin:15px 0px 15px 0px; 
}

.containart2 {height:100px; font-family:arial;}
.imglhs2 { float:left; width:130px; text-align:left;}
.tellmore2{ float:left; width:400px;}

.tellmore2 a{color:#f30101; text-decoration:none; border:none; }
.tellmore2 a:click{color:#f30101; text-decoration:none; border:none; }
.tellmore2 a:link{color:#f30101; text-decoration:none; border:none; }
.tellmore2 a:active{color:#f30101; text-decoration:none; border:none; }
.tellmore2 a:visited{color:#f30101; text-decoration:none; border:none; }
.tellmore2 a:hover{color:#f30101; text-decoration:underline; border:none; }


.tellmoretitle2{ font-size:14px; font-weight:bold; }
.tellmoredesc2{  font-size:12px;}
.imglhs2  img { border:1px solid #999;}
.centered { 
background:url(../images/comps/enter-comp.jpg) no-repeat; 
width:100px;  
height:30px;
padding:5px 0px 0px 40px; 
font-size:14px; 
font-weight:bold;
margin:2px 0px 0px 0px;
}

#floatrightcomp { width:253px; margin:0px 10px 15px 10px;  float:right; text-align:right;  }
#sponsoredcomps { width:543px;  margin:0px 0px 0px 0px;font-family:arial;}
#sponsoredcompsX { width:545px;  margin:0px 0px 0px 0px;font-family:arial;}
#sponsoredcomps_movedown20 {
width:530px;  margin:15px 0px 0px 0px;font-family:arial;
}
#sponsoredcomps1 { padding:5px 3px 5px 8px; font-size:14px; background-color:#F6F6F6; color:#939393; font-weight:bold; }
#sponsoredcomps2 {  }

#sponsoredcomps1X { padding:5px 3px 5px 8px; font-size:14px; background-color:#F6F6F6; color:#939393; font-weight:bold; }
#sponsoredcomps2X {  }

#compq {font-family:arial; margin-bottom:40px; }
#compqtitle { background-image:url(../images/comps/compqtitle.jpg); width:540px; height:55px;}
#compqs {margin:5px 0px 0px 40px;}
#compqmain { font-weight:bold; font-size:14px;}
#compamain {font-size:14px; margin:10px 0px 0px 10px;}
				
#compamainE {height:20px; }
#compamainA { float:left; width:25px;   }
#compamainB { float:left; width:400px; padding-top:1px;}

.infocomp { font-size:12px; color:#666; margin:15px 0px 15px 0px;}
#username {font-size:14px; font-family:arial; }
#username1 {font-weight:bold; width:83px; float:left;padding:14px 0px 0px 0px; color:#333;}
#username2 {  width:180px; float:left; text-align:left;padding:7px 0px 0px 0px; }
#username3 {  width:120px; float:left; text-align:left; }
.compusername {font-size:14px; font-family:arial; border:1px solid #999; width:150px; padding:5px; margin:0px;  }

/*--end comps--*/


/*--begin news--*/
#newstop {
background: #fff url("../assets/news.jpg") no-repeat;
height:35px;
width:200px;
}

#newsmain {
font-family:"arial";
font-size:12px;
height:200px;
width:200px;
background:url(../assets/1pn.jpg) bottom repeat-x;
border:0px solid blue;
}

#newcontents {
width:180px;
padding:5px 10px 10px 10px;
border:0px solid blue;
}
/*--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{
margin:15px auto 0px auto;
width:480px;
height:55px;
background:url(../assets/search-again.jpg) no-repeat;
border:0px solid;
}

#searchagain{
float:left;
width:90px;
height:20px;
margin:12px 0px 0px 40px;
_margin:12px 0px 0px 20px;
}

#main-search-bar{
float:left;
width:250px;
*width:260px;
height:20px;
margin:12px 0px 0px 0px;
border:0px solid;
}

.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:175px;
height:16px;
margin:0px;
float:left;
border:1px solid #7f9db9;
}

.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);
}


#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:110px;
}

#navigation-social a {color:#333; text-decoration:none; font-weight:normal;}
#navigation-social a:click {color:#333; text-decoration:none; font-weight:normal;}
#navigation-social a:link {color:#333; text-decoration:none; font-weight:normal;}
#navigation-social a:visited {color:#333; text-decoration:none; font-weight:normal;}
#navigation-social a:active {color:#333; text-decoration:none; font-weight:normal;}
#navigation-social a:hover {color:#fff; text-decoration:none; font-weight:normal; background:#333;}

.imgsoc {
margin:0px 3px 0px 1px;
vertical-align: bottom;
}

#title-social{
float:left;
width:80px;
}

#whats {
float:right;
font-size:11px;
width:30px;
margin:1px 10px 0px 0px;
letter-spacing: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:none;  font-size:11px;font-weight:normal;}


.imgsoc {
margin:0px 3px 2px 0px;
vertical-align: bottom;
}

.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;
}

.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:5px 0px 5px 0px; background-color:transparent; text-align:right; }

DIV#latestArticles { font-family:"arial";}
DIV#latestArticles TABLE {border:0px solid #000; padding:0px; background-color:transparent;}
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:#f10100; border-bottom:1px dashed #f10100;}
DIV#articleBody  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#f10100; border-bottom:1px dashed #f10100;}
DIV#articleBody  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#f10100; border-bottom:1px dashed #f10100;}
DIV#articleBody A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#f10100; border-bottom:1px dashed #f10100;} 

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 #f10100; 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:#f10100; border-bottom:0px solid #fff; }
DIV#articleLinks  a:link{ text-decoration:none; font-family: "arial"; font-size: 12px; color:#f10100; border-bottom:0px solid #fff;}
DIV#articleLinks  a:visited { text-decoration:none; font-family: "arial";font-size: 12px; color:#f10100; border-bottom:0px solid #fff;}
DIV#articleLinks A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#f10100; } 

DIV#articleButtons {text-align:center;width:500px;}
DIV#articleButtons A:active{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#f10100; border-bottom:0px solid #fff; }
DIV#articleButtons  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#f10100; border-bottom:0px solid #fff;}
DIV#articleButtons  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#f10100; border-bottom:0px solid #fff;}
DIV#articleButtons A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#f10100; } 

DIV#relatedArticles H4 { font-size:13px; color:#333; font-weight:bold; border-bottom:1px solid #f10100; 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:#f10100; border-bottom:0px solid #fff; }
DIV#relatedArticles  a:link{ text-decoration:none; font-family: "arial"; font-size: 12px; color:#f10100; border-bottom:0px solid #fff;}
DIV#relatedArticles  a:visited { text-decoration:none; font-family: "arial";font-size: 12px; color:#f10100; border-bottom:0px solid #fff;}
DIV#relatedArticles A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#f10100; 
} 

DIV#newsIndex H4 {  font-size:16px; color:#333; font-weight:bold; border-bottom:1px solid #f10100; 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:#f10100; border-bottom:0px solid #fff; }
DIV#newsIndex  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#f10100; border-bottom:0px solid #fff;}
DIV#newsIndex  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#f10100; border-bottom:0px solid #fff;}
DIV#newsIndex A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#f10100; } 


DIV#rssIndex H4 {  font-size:16px; color:#333; font-weight:bold; border-bottom:1px solid #f10100; 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:#f10100; border-bottom:0px solid #fff; }
DIV#rssIndex  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#f10100; border-bottom:0px solid #fff;}
DIV#rssIndex  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#f10100; border-bottom:0px solid #fff;}
DIV#rssIndex A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#f10100; } 

#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{
width:480px;
text-align:center;
margin:10px auto 20px auto;
font-family:arial;
font-size:13px;
border:0px solid;
}

#contain-bm{
margin:0px 0px 40px 60px;
width:500px;
border:0px solid;
}
/*--end results page--*/


