html {
overflow: auto;
background:#ffffff; 
color:#333;
_overflow-x:hidden;
}

body {
padding:0px;
text-align:left;
margin:0 auto; 
color:#333;
font-family:Arial, Helvetica, sans-serif;
}

.clearfloats {
clear:both;
}


/*--begin top container--*/
#top {
height:130px;
width:100%;
margin: 0 auto;
background: url(../assets/top-bg.jpg) repeat-x;
background-position:0px -15px;
}

#top #header{
width:960px;
height:130px;
margin:0 auto;
padding: 0px;
border:0px solid red;
}


#logo{
width:470px;
height:110px;
border:0px solid red; 
margin:15px 0px 0px 0px;
float:left;
cursor:pointer;
}
/*--end top container--*/


/*--begin menu--*/
#contain-menu{
width:100%;
height:32px;
padding:0px;	
margin:0px 0px 20px 0px;
clear:both;}

#inside-menu{
width:960px;
height:32px;
margin:0px auto 0px auto;
padding:0px;
border:0px solid red;
background:#178BE2 url(../assets/information.jpg) repeat-x;
}

#inside-menu ul  {
width:960px;
height:32px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
list-style:none; 
border:0px solid red;
float:left;
}

#inside-menu li {
float:left; 
margin:0px 0px 0px 0px;
border-right:2px solid #fff;}

.last {border-right:0px solid #fff;}

#inside-menu a, 
#inside-menu strong, 
#inside-menu span {
display:block;
padding:8px 15px 8px 15px;
font-weight: bold;
font-size:14px;
color: #fff;
text-decoration: none;
margin:0px 0px 0px 0px;
/*text-transform:uppercase;
letter-spacing:-1px;*/
}

#inside-menu a:link{font-size:14px;}
#inside-menu a:visited{font-size:14px;}
#inside-menu a:active{font-size:14px;} 
#inside-menu a:hover {
font-size:14px;
color:#FFF;
background:#40A3EC;
}
#inside-menu .current {
color:#FFF;
background:#40A3EC;}

/*--end menu--*/



/*--begin crumbtrail container--*/
#contain-crumbtrail{
clear: both;
width: 100%;
height: 32px;	
margin: 0px auto 10px auto;
}


#crumbtrail{
width:950px;
height:32px;
margin:0 auto;
background:url(../assets/crumbtrail-bg.jpg) center no-repeat;
padding:0px 0px 0px 0px;
color:#fff;
}

#sitemap {
font-size:12px;
margin:3px 0px 0px 35px;
_margin:3px 0px 0px 18px;
padding:0px 0px 0px 25px;
width:75px;
font-family:"arial";
background-image: url(../assets/sitemap.jpg);
background-repeat:no-repeat;
background-position:2px 0px;
float:left;
text-align:left;
}

#crumbs {
font-size:11px;
font-family:"arial";
text-align:left;
padding:6px 0px 16px 0px;
border:0px solid red;
}

#crumbs a:link, #sitemap a:link {color:#178BE2; text-decoration:none;}
#crumbs a:visited, #sitemap a:visited {color:#178BE2; text-decoration:none;}
#crumbs a:active, #sitemap a:active{color:#178BE2; text-decoration:none;}
#crumbs a:hover, #sitemap a:hover {color:#178BE2; text-decoration:underline; border-bottom:1px dashed #fff; background-color:none;}
/*--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: 960px;
margin:0 auto;
background-color: #ffffff;
padding:00px 0px 10px 0px;
border:0px solid red;
}
/*--end content container--*/


/*--begin lhs container--*/
#content #left {
float:left;
width:180px;
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--*/
#wide-home{
width:760px;
border:0px solid red;
float:left;
margin:0px;
}

#content #middle {
float:left;
width:570px;
background-color:#fff;
margin:0px 0px 0px 10px;
_margin:0px 0px 0px 7px;
padding:0px 5px 0px 5px;
border:0px solid red;
}

#content #middle-wide {
float:left;
width:760px;
background-color:#fff;
margin:10px 0px 0px 0px;
_margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border:0px solid red;
}


/*--end middle container--*/


/*--begin rhs container--*/
#content #right {
float:right;
width:180px;
margin:0px 0px 0px 10px;
_margin:0px 0px 0px 10px;
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:#2294eb; 
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:50px 0px 0px 0px;
color:#fff;
padding:5px 0px 5px 0px;
text-align:right;
}

#contain-footer a:link{color:#dedede; text-decoration:none; padding:0px 2px 0px 2px;}
#contain-footer a:visited{color:#dedede; text-decoration:none; padding:0px 2px 0px 2px;}
#contain-footer a:active{color:#dedede; text-decoration:none; padding:0px 2px 0px 2px;}
#contain-footer a:hover{color:#003e6e; background-color:none; padding:0px 2px 0px 2px; }
/*--end footer--*/


/*--begin lhs navigation--*/
#navigation-head{
background: #178BE2 url(../assets/information.jpg) no-repeat;
width:170px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:14px;
font-weight:bold;
padding:7px 0px 7px 10px;
}

#navigation-head a,
#navigation-head a:link,
#navigation-head a:visited,
#navigation-head a:active {
font-size:14px;
text-decoration:none;
font-weight:bold;
color:#fff;
padding:0px;}
#navigation-head a:hover {
font-size:14px;
text-decoration:none;
font-weight:bold; 
color:#fff;
border-bottom:1px solid #fff;
padding:0px;}

.research-bg{width:180px; height:29px; background:url(../assets/guides-bg.jpg) no-repeat;}

#navigation{
width:175px;
font-family:Arial, Helvetica, sans-serif;
color:#0D6BB3;
border-bottom:3px solid #178BE2;
font-size:14px;
font-weight:bold;
padding:7px 0px 3px 5px;
}

#navigation a,
#navigation a:link,
#navigation a:visited,
#navigation a:active {
font-size:14px;
text-decoration:none;
font-weight:bold;
color:#0D6BB3;}
#navigation a:hover {
font-size:14px;
text-decoration:none;
font-weight:bold;
color:#0D6BB3;}


#nav-op-bg
{
background-color:#EEEEEE;
padding:2px 0px 0px 0px;
margin:0px 0px 0px 0px;
width:180px;
}

#testi{
margin:0px 0px 0px 0px;
}

#navigationoptions {
font-family:arial;
/*padding:5px 10px 5px 10px;*/
border:0px solid red;
display:block;

}

.clear10 { font-size:1px; height:10px; clear:both; }
#navigationoptions .headings a:link,
#navigationoptions .headings a:visited,
#navigationoptions .headings a:active {
font-size:12px;
display:block;
padding:3px 6px;
text-decoration:none;
font-weight:bold;
color:#444;
border:1px solid #E5E5E5;
background:#fff;
margin-bottom:3px;}

#navigationoptions .headings a:hover,
#navigationoptions .headings a.selected
{font-size:12px; display:block;padding:3px 6px; text-decoration:none; font-weight:bold; color:#fff;
border:1px solid #E5E5E5; background:#2294EC;}


.headings {
font-size:13px;
padding:5px;
font-weight:bold;
color: #333333;
}

.space-headings{
height:5px;
width:100%;
}

/*.subheadings {font-size:12px;line-height:15px;color: #333333;}
.subheadings a {font-size:11px; color: #333333; text-decoration:none;}
.subheadings a:hover {font-size:12px;line-height:15px;text-decoration:underline;color: #333333;padding:5px 5px 5px 5px;}*/


#navigationoptions .subheadings ul {
margin:0px;
padding:0px 0px 5px 10px;
}

#navigationoptions .subheadings li {
font-family:"arial";
font-size:11px; 
list-style-position:outside;
list-style-type:none;
color:#333333;}

#navigationoptions .subheadings li a {font-size:11px; color: #333333; text-decoration:none; padding:0px 0px 0px 10px;}
#navigationoptions .subheadings li a:link {font-size:11px; color: #333333; text-decoration:none; padding:0px 0px 0px 10px;}
#navigationoptions .subheadings li a:click {font-size:11px; color: #333333; text-decoration:none; padding:0px 0px 0px 10px;}
#navigationoptions .subheadings li a:visited {font-size:11px; color: #333333; text-decoration:none; padding:0px 0px 0px 10px;}
#navigationoptions .subheadings li a:active {font-size:11px; color: #333333; text-decoration:none; padding:0px 0px 0px 10px;}
#navigationoptions .subheadings li a:hover {font-size:11px; color: #f31001; text-decoration:none; padding:0px 0px 0px 10px; font-weight:normal;}


#see-all {
font-weight:bold;
text-align:right;
}
/*--end lhs navigation--*/


/*--begin ads--*/
#ads {
width:468px;
height:60px;
margin:20px 0px 0px 0px;
padding:0px;
float:right;
border:0px solid red;
}

.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:20px;font-family:"arial";color:#444;margin-top:0px;}
#middle h1 a{font-size:20px;font-family:"arial";color:#444;text-decoration:none;background:none;}
#middle h1 a:link{font-size:20px;font-family:"arial";color:#444;text-decoration:none;background:none;}
#middle h1 a:click{font-size:20px;font-family:"arial";color:#444;text-decoration:none;background:none;}
#middle h1 a:visited{font-size:20px;font-family:"arial";color:#444;text-decoration:none;background:none;}
#middle h1 a:hover{font-size:20px;font-family:"arial";color:#444; text-decoration:none;background:none;}

#middle h2 {font-size:14px;font-family:"arial";color:#333; margin:20px 0px 5px 0px;}
#middle h2 a{font-size:14px;font-family:"arial";color:#333;}
#middle h2 a:link{font-size:14px;font-family:"arial";color:#333;}
#middle h2 a:click{font-size:14px;font-family:"arial";color:#333;}
#middle h2 a:visited{font-size:14px;font-family:"arial";color:#333;}
#middle h2 a:hover{font-size:14px;font-family:"arial";color:#333;background:none;}

#middle h3 {font-size:13px;font-family:"arial";color:#333; margin:20px 0px 0px 0px;}

#middle h4 {font-size:12px;font-family:"arial";color:#333;}

#middle p {font-size:12px;color:#333;font-family:"arial";}
#middle p a {color:#1a94f0; text-decoration:none;}
#middle p a:click {color:#1a94f0; text-decoration:none;}
#middle p a:link {color:#1a94f0; text-decoration:none;}
#middle p a:visited {color:#1a94f0; text-decoration:none;}
#middle p a:active {color:#1a94f0; text-decoration:none;}
#middle p a:hover {color:#1a94f0; text-decoration:underline;}

#middle p.small{
font-size:12px;
font-weight:bold;
margin:0px 0px 20px 0px;
}


#middle ul {
margin:10px 0px 20px 0px;
padding:0px 0px 0px 10px;
}

#middle ul li {
font-family:"arial";
font-size:12px;
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:0px 0px 2px 0px;
padding:0px 0px 0px 20px;
}

#middle ul li a {color:#1a94f0; text-decoration:none; font-weight:normal;}
#middle ul li a:click {color:#1a94f0; text-decoration:none; font-weight:normal;}
#middle ul li a:link {color:#1a94f0; text-decoration:none; font-weight:normal;}
#middle ul li a:visited {color:#1a94f0; text-decoration:none; font-weight:normal;}
#middle ul li a:active {color:#1a94f0; text-decoration:none; font-weight:normal;}
#middle ul li a:hover {color:#1a94f0; text-decoration:underline; font-weight:normal;}



#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:#1a94f0; text-decoration:none; font-weight:normal; border-bottom:1px dashed #1a94f0;}
#middle ol li a:click {color:#1a94f0; text-decoration:none; font-weight:normal;border-bottom:1px dashed #1a94f0;}
#middle ol li a:link {color:#1a94f0; text-decoration:none; font-weight:normal; border-bottom:1px dashed #1a94f0;}
#middle ol li a:visited {color:#1a94f0; text-decoration:none; font-weight:normal; border-bottom:1px dashed #1a94f0;}
#middle ol li a:active {color:#1a94f0; text-decoration:none; font-weight:normal; border-bottom:1px dashed #1a94f0;}
#middle ol li a:hover {color:#fff; text-decoration:none; font-weight:bold; background-color:#1a94f0;}




#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:#1a94f0; 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:#1a94f0; border:none; background:none; text-decoration:none; font-weight:bold;}





#middle-wide h1 {font-size:16px;font-family:"arial";color:#333;margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
#middle-wide h1 a{font-size:16px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle-wide h1 a:link{font-size:16px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle-wide h1 a:click{font-size:16px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle-wide h1 a:visited{font-size:16px;font-family:"arial";color:#333;text-decoration:none;background:none;}
#middle-wide h1 a:hover{font-size:16px;font-family:"arial";color:#333;text-decoration:none;background:none;}

#middle-wide h2 {font-size:14px;font-family:"arial";color:#333;}
#middle-wide h2 a{font-size:14px;font-family:"arial";color:#333;}
#middle-wide h2 a:link{font-size:14px;font-family:"arial";color:#333;}
#middle-wide h2 a:click{font-size:14px;font-family:"arial";color:#333;}
#middle-wide h2 a:visited{font-size:14px;font-family:"arial";color:#333;}
#middle-wide h2 a:hover{font-size:14px;font-family:"arial";color:#333;background:none;}

#middle-wide h3 {font-size:13px;font-family:"arial";color:#333; margin:40px 0px 0px 0px;}

#middle-wide h4 {font-size:12px;font-family:"arial";color:#333;}

#middle-wide p {font-size:12px;color:#333;font-family:"arial";}
#middle-wide p a {color:#1a94f0; text-decoration:none;border-bottom:1px dashed #1a94f0;}
#middle-wide p a:click {color:#1a94f0; text-decoration:none;border-bottom:1px dashed #1a94f0;}
#middle-wide p a:link {color:#1a94f0; text-decoration:none;border-bottom:1px dashed #1a94f0;}
#middle-wide p a:visited {color:#1a94f0; text-decoration:none;border-bottom:1px dashed #1a94f0;}
#middle-wide p a:active {color:#1a94f0; text-decoration:none;border-bottom:1px dashed #1a94f0;}
#middle-wide p a:hover {color:#fff;background-color:#1a94f0;text-decoration:none}

#middle-wide p.small{
font-size:12px;
font-weight:bold;
margin:0px 0px 20px 0px;
}


#middle-wide ul {
margin:0px 0px 14px 10px;
padding:0px;
}

#middle-wide ul li {
font-family:"arial";
font-size:12px;
list-style-position: outside;
list-style-type: none;
background-image:url(../assets/bullet.jpg);
background-repeat: no-repeat;
background-position: 0px 1px;
padding-left:20px;
margin:0px 0px 2px 0px;
}

#middle-wide ul li a {color:#1a94f0; text-decoration:none; font-weight:normal; border-bottom:1px dashed #1a94f0;}
#middle-wide ul li a:click {color:#1a94f0; text-decoration:none; font-weight:normal;border-bottom:1px dashed #1a94f0;}
#middle-wide ul li a:link {color:#1a94f0; text-decoration:none; font-weight:normal; border-bottom:1px dashed #1a94f0;}
#middle-wide ul li a:visited {color:#1a94f0; text-decoration:none; font-weight:normal; border-bottom:1px dashed #1a94f0;}
#middle-wide ul li a:active {color:#1a94f0; text-decoration:none; font-weight:normal; border-bottom:1px dashed #1a94f0;}
#middle-wide ul li a:hover {color:#fff; text-decoration:none; font-weight:bold; background-color:#1a94f0;}



.wrap-homepanels{
width:246px;
height:auto;
float:left;
margin:5px 20px 10px 0px;
border:0px solid red;		
}

.wrap-h-homepanels{
width:240px;
height:auto;
float:left;
margin:0px 0px 20px 0px;
border:0px solid red;	
color:#333;	
}

.no-m{margin:5px 0px 10px 0px;}

.hp-title{
border-bottom:3px solid #1a94f0;
font-size:14px;
font-weight:bold;
padding:0px 0px 3px 0px;
margin:0px 0px 5px 0px;
}

.hp-img{
width:80px;
height:65px;
border:1px solid #ccc;
margin:2px 6px 0px 0px;
float:left;
}

#hp-desc{
font-size:12px;
float:left;
width:150px;}

#hp-desc ul {
margin:5px 0px 0px 10px;
padding:0px 0px 0px 0px;
}

#hp-desc ul li {
font-family:"arial";
font-size:12px;
list-style-position: outside;
list-style-type: none;
background-image:url(../assets/bullet.jpg);
background-repeat: no-repeat;
background-position: 0px 1px;
margin:0px 0px 2px 0px;
padding:0px 0px 0px 15px;
}

#hp-desc ul li a {color:#1a94f0; text-decoration:none; font-weight:normal;border:none;}
#hp-desc ul li a:click {color:#1a94f0; text-decoration:none; font-weight:normal;border:none;}
#hp-desc ul li a:link {color:#1a94f0; text-decoration:none; font-weight:normal; border:none;}
#hp-desc ul li a:hover {color:#fff; text-decoration:none; font-weight:normal;border:none;}

.hp-desc ul li a:visited {color:#1a94f0; text-decoration:none; font-weight:normal;border:none;}
.hp-desc ul li a:active {color:#1a94f0; text-decoration:none; font-weight:normal;border:none;}
.hp-desc ul li a:hover {color:#fff; text-decoration:none; font-weight:normal;border:none;background:none;}

#social-bm{
text-align:center;
margin:20px 0px 20px 0px;
}


#more-info {
width:500px;
background-image:url(../assets/more-info.jpg);
background-repeat:no-repeat;
margin-bottom:10px;
}

#more-info ul {padding:60px 0px 0px 50px;font-size:11px;}
#more-info h3 {padding:52px 0px 0px 65px;margin:0px 0px 0px 0px;}
#more-info p {margin:0px;padding:7px 0px 0px 65px;font-size:12px;}

#more-infocomp {
width:500px;
background-image:url(../assets/moreinfo2.gif);
background-repeat:no-repeat;
margin-bottom:10px;
}

#more-infocomp ul {padding:60px 0px 0px 50px;font-size:11px;}
#more-infocomp h3 {padding:52px 0px 0px 47px;margin:0px 0px 0px 0px;}
#more-infocomp p {margin:0px;padding:7px 0px 0px 47px;font-size:13px;}
#more-infocomp  .tiny { font-size:11px; color:#666; }

#floatimgright{
float: right;
width: 202px;
background-color: #fff;
padding: 4px 0px 4px 8px;
border: 0px solid #666;
font-size:11px;
color:#666;
font-size:12px; 
font-family:"arial";
text-align:right;
}

#floatimgright img {border:1px solid #999;}

#float300right{
float:right;
width: 240px;
height:250px;
background-color: #fff;
margin:10px 20px 10px 10px;
border-bottom:1px solid #ccc;
color:#666;
}

#float250right{
float:right;
width: 250px;
height:200px;
background-color: #fff;
margin:10px 5px 10px 20px;
border:1px solid #ccc;
color:#666;
}

#float240left{
float:left;
width: 240px;
height:auto;
background-color: #fff;
margin:0px 0px 46px 20px;
border-bottom:1px solid #ccc;
color:#666;
}

#iframe{
width:485px;
margin:0px auto 0px auto;	
}

.home-txt-1{
float:left;	
width:240px;
}

.home-txt-2{
float:left;	
width:240px;
margin:0px 0px 0px 20px;
}

.browsed {
display: block;
padding: 1em 1em;
border: 1px solid #bebab0;
background: #faf8f0;
height:260px;
width:520px;
font-size:12px;
margin:10px auto 0px auto;
}

#enquiry1 { float:left; width:300px;}
#enquiry2 { float:right; width:200px; padding-top:5px;}
.contact { width:200px; padding:3px; font-family:arial;}
.contact2 {width:210px; padding:3px; font-family:arial;}

.boxme { height:30px;}
.boxme1 {float:left; width:80px; padding-top:3px; color:#666;}
.boxme2 {float:left;  }

.boxmemessage { height:90px;}
#enqtitle {font-weight:bold; color:#178BE2; font-family:arial; }
.dontshow { visibility:hidden; height:1px; width:1px; }
select, input, textarea { margin:0px; padding:0px; }
textarea { padding:5px; font-family:arial; width:560px; margin:10px 0px 0px 0px; }
.textarea-short { padding:5px; font-family:arial; width:300px; margin:10px 0px 0px 0px; }
.buttons { padding-top:10px; }
.txtarea { height:80px; width:200px; margin:0px 0px 10px 0px;}

.btn { 
font-size:14px; 
font-family:arial;   
background: #178BE2; 
padding: 5px; 
*padding: 2px;  
color: #fff; 
text-decoration: none; 
cursor: pointer; 
letter-spacing:0px;
border:0px solid #333;  }

.btn:active { background-color: #444; }
.btn[class] {  
background-image: url(../images/shade.png); 
background-position: bottom; }


.contain-event{
margin:0px 0px 20px 0px;
padding:10px;
border:1px solid #f5f5f5;
clear:both;	
height:auto;
}

.contain-event:hover{background:#f5f5f5;}

.e-title{
font-size:16px;
font-weight:bold;
float:left;
width:350px;
}

.e-date{
font-size:14px;
font-weight:bold;
color:#178BE2;
float:right;
text-align:right;
}

.e-line{
clear:both;
border-bottom:1px solid #178BE2;
margin:0px 0px 5px 0px;}

.e-head{
font-size:12px;
color:#333;
margin:10px 10px 10px 0px;
float:left;
text-align:right;
width:100px;
font-weight:bold;
}

.e-desc{
font-size:12px;
color:#333;
margin:10px 0px 10px 0px;
float:left;
width:430px;
}

.e-desc p{padding:0px; margin:0px 0px 10px 0px;}

.wrap-pg{
width:430px;
border:0px solid red;
background:#333;
padding:10px 5px 7px 0;
}

ul#pg {
position: relative; 
border:0px solid blue;	
padding:0;
margin:0 0 0 12px;
width:auto; 
height:100px; 
background:#333;
}

ul#pg li { 
position: relative; 
list-style: none; 
width: 130px; 
float: left; 
z-index: 2; 
opacity: .9; 
margin:0 10px 0 0;}

ul#pg li.end{margin:0; }

ul#pg li.active { opacity: 1; }

ul#pg li.selected { 
opacity: 1; 
z-index: 99; 
-moz-box-shadow: 0px 0px 10px #fff; -webkit-box-shadow: 0px 0px 10px #fff;}

ul#pg li img { 
display: block; 
width: 100%; }

ul#pg li p { 
color: #fff; 
margin: 0 0; 
font-size: 12px; }

.more-photos { 
color: #333; 
margin: 5px 7px 0 0; 
font-size: 11px; 
text-align:right;
float:right;
width:100px;
border:0px solid #fff;}

.more-photos a {color: #eee; text-decoration:none;}
.more-photos a:link {color: #eee; text-decoration:none;}
.more-photos a:click {color: #eee; text-decoration:none;}
.more-photos a:active {color: #eee; text-decoration:none;}
.more-photos a:visited {color: #eee; text-decoration:none;}
.more-photos a:hover {color: #eee; text-decoration:underline;}


.e-info{
font-size:12px;
color:#333;
margin:10px 0px 10px 0px;
float:left;
width:430px;
border:0px solid red;
}

.quote {
display:block; 
padding:20px 0px 0px 50px; 
margin:10px 0px 20px 0px; 
line-height:1.3; 
background:#ededed url("../assets/quote.jpg") no-repeat;
font-size:20px;
border:0px solid red;
}

.quote_end {
display:block;
padding:0px 50px 20px 0px;
background:transparent url("../assets/quote-end.jpg") no-repeat 100% 100%;
border:0px solid red;}

.quote-name {
display:block; 
padding:20px 0px 0px 60px; 
margin:20px 0px 0px 0px; 
line-height:1.3; 
background:#ededed url("../assets/quote.jpg") no-repeat;
font-size:14px;
font-weight:normal;
border:0px solid red;
}

.quote-tri{
float:right;
width:28px; 
height:14px;
border:0px solid red;
background:url(../assets/tri.jpg) no-repeat;
margin:0px 90px 5px 0px; 
}

.quote-auth{
float:right;
text-align:right;
width:auto; 
height:auto;
border:0px solid red;
margin:0px 90px 10px 0px; 
padding:5px;
clear:both;
font-weight:bold;
font-size:12px;
}

.gpc{background:#eee; padding:5px; font-size:11px; width:560px; margin:20px 0 0;}

.gpc .left{float:left;}

.gpc .right{float:right;}
.gpc .right a{color:#333; text-decoration:none;}
.gpc .right a:click{color:#333; text-decoration:none;}
.gpc .right a:link{color:#333; text-decoration:none;}
.gpc .right a:active{color:#333; text-decoration:none;}
.gpc .right a:visited{color:#333; text-decoration:none;}
.gpc .right a:hover{color:#333; text-decoration:underline;}

.ref{border-bottom:1px solid #ccc; padding:0 0 2px 0;}
.ref-line{border-bottom:1px solid #ccc; margin:10px 0;}

.reference{border-top:1px solid #eee; padding:5px 0 0 0; font-size:11px; color:#999; margin:10px 0 20px ;}
.reference a{color:#666;}
.reference a:link{color:#666;}
.reference a:click{color:#666;}
.reference a:active{color:#666;}
.reference a:visited{color:#666;}
.reference a:hover{color:#666; text-decoration:none;}

.blue{color:#178BE2; font-weight:bold; }

.orange{color:#FF8000; font-weight:bold; text-decoration:none;}
.orange a{color:#FF8000; font-weight:bold; text-decoration:none;}
.orange a:link{color:#FF8000; font-weight:bold; text-decoration:none;}
.orange a:click{color:#FF8000; font-weight:bold; text-decoration:none;}
.orange a:active{color:#FF8000; font-weight:bold; text-decoration:none;}
.orange a:visited{color:#FF8000; font-weight:bold; text-decoration:none;}
.orange a:hover{color:#FF8000; font-weight:bold; text-decoration:underline;}

.wrap-rg{
width:173px;
height:250px;
float:left;
margin:10px 20px 0 0;	
border:0px solid blue;	
}

.wrap-rg-r{
width:173px;
height:250px;
float:right;
margin:0 0 20px 20px;	
border-bottom:3px solid #eee;	
}

.end{margin:10px 0 0 0;}

.research-guide{
width:173px;
height:70px;
float:left;
margin:0;	
border:0px solid red;
}

.nihang-phen{
margin:0 0 10px 0;	
}

.nihang-300{
width:300px;
height:181px;
float:right;
margin:5px 0 10px 10px;	
}

.gurbani-ref{
font-size:14px;
width:525px;
border:1px solid #eee;
margin:30px 0 30px;
padding:20px;
background:url(../images/gurbani-bg.gif) repeat-y;



-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 180px 0 white, 0 12px 8px -5px rgba(0, 0, 0, 0.85);
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 810px -68px white, 0 12px 8px -5px rgba(0, 0, 0, 0.65);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 180px 0 white, 0 12px 8px -5px rgba(0, 0, 0, 0.85);
}

.gurbani-ref b{color:#178BE2;}

.gr-right{
float:right;	
margin:10px 0 0 0;
}

.gr-right{color:#FF8000; font-weight:bold; text-decoration:none;}
.gr-right a{color:#FF8000; font-weight:bold; text-decoration:none;}
.gr-right a:link{color:#FF8000; font-weight:bold; text-decoration:none;}
.gr-right a:click{color:#FF8000; font-weight:bold; text-decoration:none;}
.gr-right a:active{color:#FF8000; font-weight:bold; text-decoration:none;}
.gr-right a:visited{color:#FF8000; font-weight:bold; text-decoration:none;}
.gr-right a:hover{color:#FF8000; font-weight:bold; text-decoration:underline;}

.floatimgright{
width:300px;
height:250px;
float:right;
border:1px solid #eee;
margin:0 0 10px 10px;	}

.floatimgright2{
width:300px;
height:auto;
float:right;
border:1px solid #eee;
margin:0 0 10px 10px;	}

.byams{
width:200px;
height:80px;
float:right;	
}

.space20{height:20px;}




/*--end middle divs--*/


/*--begin news--*/
#newstop {
background: #fff url("../assets/news.jpg") no-repeat;
height:35px;
width:200px;
}

#newsmain {
font-family:"arial";
font-size:12px;

width:180px;
background:url(../assets/1pn.jpg) bottom repeat-x;
border:0px solid blue;
}

#newcontents {
width:160px;
padding:10px 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;
}



/*--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:180px;
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 0px;
_padding:7px 0px 0px 0px;
background:#f1f1f1;
font-family:Arial, Helvetica, sans-serif;
border:0px solid red;
height:110px;
width:180px;
}

#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:11px;
float:left;
margin:0px 0px 2px 5px;
width:75px;
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:12px; font-family:"arial";
}

.naam {margin:20px auto; border-bottom:1px solid #eee;}
.naam th{background:#147FD1; color:#fff; font-weight:bold; padding:5px 20px 5px 5px; text-align:left; font-size:13px;}
.naam td{padding:5px 20px 5px 5px;}
.naam .alt{background:#EAF4FD;}
/*--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:#1a94f0; border-bottom:1px dashed #1a94f0;}
DIV#articleBody  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#1a94f0; border-bottom:1px dashed #1a94f0;}
DIV#articleBody  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#1a94f0; border-bottom:1px dashed #1a94f0;}
DIV#articleBody A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#1a94f0; border-bottom:1px dashed #1a94f0;} 

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 #1a94f0; 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:#1a94f0; border-bottom:0px solid #fff; }
DIV#articleLinks  a:link{ text-decoration:none; font-family: "arial"; font-size: 12px; color:#1a94f0; border-bottom:0px solid #fff;}
DIV#articleLinks  a:visited { text-decoration:none; font-family: "arial";font-size: 12px; color:#1a94f0; border-bottom:0px solid #fff;}
DIV#articleLinks A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#1a94f0; } 

DIV#articleButtons {text-align:center;width:500px;}
DIV#articleButtons A:active{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#1a94f0; border-bottom:0px solid #fff; }
DIV#articleButtons  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#1a94f0; border-bottom:0px solid #fff;}
DIV#articleButtons  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#1a94f0; border-bottom:0px solid #fff;}
DIV#articleButtons A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#1a94f0; } 

DIV#relatedArticles H4 { font-size:13px; color:#333; font-weight:bold; border-bottom:1px solid #1a94f0; 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:#1a94f0; border-bottom:0px solid #fff; }
DIV#relatedArticles  a:link{ text-decoration:none; font-family: "arial"; font-size: 12px; color:#1a94f0; border-bottom:0px solid #fff;}
DIV#relatedArticles  a:visited { text-decoration:none; font-family: "arial";font-size: 12px; color:#1a94f0; border-bottom:0px solid #fff;}
DIV#relatedArticles A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#1a94f0; 
} 

DIV#newsIndex H4 {  font-size:16px; color:#333; font-weight:bold; border-bottom:1px solid #1a94f0; 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:#1a94f0; border-bottom:0px solid #fff; }
DIV#newsIndex  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#1a94f0; border-bottom:0px solid #fff;}
DIV#newsIndex  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#1a94f0; border-bottom:0px solid #fff;}
DIV#newsIndex A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#1a94f0; } 


DIV#rssIndex H4 {  font-size:16px; color:#333; font-weight:bold; border-bottom:1px solid #1a94f0; 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:#1a94f0; border-bottom:0px solid #fff; }
DIV#rssIndex  a:link{ text-decoration:none; font-family: "arial"; font-size: 13px; color:#1a94f0; border-bottom:0px solid #fff;}
DIV#rssIndex  a:visited { text-decoration:none; font-family: "arial";font-size: 13px; color:#1a94f0; border-bottom:0px solid #fff;}
DIV#rssIndex A:hover { font-family: "arial"; color:#fff; text-decoration:none; background-color:#1a94f0; } 

#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 auto 40px auto;
width:500px;
border:0px solid red;
}
/*--end results page--*/

#bgline { 
background-image:url(../assets/line.jpg);
width:1000px;
height:40px;
margin:0 auto;
margin-top:-25px;
margin-bottom:18px;
}
.clearit { clear:both; }
.text { font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; color:#fff;  padding:8px 10px 0px 10px; float:left; width:800px;}
.text2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#fff;  padding:8px 10px 0px 10px; float:left;}
.text2  a:link, .text2 a:visited, .text2 a:active { 
color:#fff; text-decoration:underline; 
}

.text2 a:hover { 
color:#fff; text-decoration:none; 
}

.book-tit { color:#fff; font-size:14px; font-family:arial;  font-weight:bold; text-align:left;}
.book-rrp {color:#fff; font-size:14px; font-family:arial; }
.normal { padding-left:20px;  float:right; color:#fff; font-size:14px; font-family:arial; padding-right:5px; }
.book-ppl {color:#fff; font-size:14px; font-family:arial;text-align:left; }
.book-date { padding-left:5px;  float:left; color:#fff; font-size:14px; font-family:arial; padding-right:5px; }
.book-btn {  text-align:right; padding-top:2px; border-top:1px dotted #fff;  margin-top:5px;}

#float-right
{
	width:200px;
	height:150px;
	margin:0px 0px 10px 10px;
	float:right;
	border:1px solid #ccc;
}

#updates a:link,
#updates a:visited,
#updates a:active
{
	display:inline-block; 	border:1px solid #127BCC; 	color:#127BCC; 	padding:4px 8px;	text-decoration:none; 	margin-right:30px;
	font-size:14px; 	font-family:arial; 
	font-weight:normal;}
#updates a:hover
{
	border:1px solid red;
	color:white;
	background:red;
	text-decoration:underline;
}

#theForm input,
#theForm select  { margin:0px; padding:0px;}
#theForm select  { font-size:12px; width:350px;}
#theForm .txte  { font-size:12px; width:350px;}
.fright { width:200px; floaT:right;}

.disabled{color:#666; }
