/**
 * @package News Theme Business Theme - Adodis Drupal Theme
 * @version 1.1 November 25, 2010
 * @author Adodis Theme http://www.drupal-themes.adodis.com
 * @copyright Copyright (C) 2010 Adodis Drupal Theme
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* ----- BODY SECTION ------ */
body {
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 13px;
	font-weight: normal;
	color: #2B2B2B;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background:#FFFFFF;
}

/* ----- MAIN WRAPPER SECTION ------ */
#wrapper {
	margin: 0 auto;
}

#header-wrapper {
	background:#096f97;
}

div.header-banner {
	width: 961px;
	margin: 0 auto;
	background:transparent url(../images/top_banner.jpg) no-repeat scroll right top; 
	height:175px;
	overflow:hidden;
}

#content-wrapper {
	margin: 0 auto;
	background:#E6E6E6;
	clear:both;
	position: relative;
    width: 961px;
    z-index: 1;
}

/* ----- HEADER SECTION ------ */
#header {
	
	overflow: hidden;
}

/* ----- LOGO SECTION ------ */
#logo,#preview #preview-header #preview-logo {
	
	float: left;
	padding: 0;
	margin: 7px 0 0 0px;
}

div#site-name {
	float: left;
}

div#header h1 {
	font-size: 350%;
	position: relative;
	top: 2px;
	left: 27px;
}

div#header a {
	color: #FF498F;
	text-decoration: none;
}

/* ----- HEADER AREA REGION ------ */
div#header-right {
	float: center;
	margin: 39px 0px 0 0;
	color: #FFFFFF;
	width: 400px;
	text-align: right;
}

div#head-top-right {
	overflow: hidden;
}

div#head-top-right h2 {
	display: none;
}

div#header-right a {
	color: #FFFFFF;
}

div#header-right ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

div#header-right ul li {
	display: inline;
	padding: 0px 8px;
	background: url(../images/top-sep.gif) right center no-repeat;
}

div#header-right ul li.last {
	background: none;
	padding-right: 0;
}

div#header-right ul li:hover a,div#header-right a:hover {
	color: #FFFFFF;
}

div#signup {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* ------------------ TOP USER POSITIONS ------------------ */
div#topuser-position {
	padding: 2px 7px 2px 7px;
	background: url(../images/top-menu-transparencybg.png) repeat-x;
}

#topuser-1,#topuser-2{
	float: left;
}

#topuser-2 div.topuser-column-two,#topuser-1 div.topuser-column-one {
	margin-right: 0;
}

div#topuser-position h2.subject {
	background: none;
	color: #0D0F0E;
	padding: 0 0;
}

div.topuser-column-two {
	margin-right: 30px;
	width:458px;
}

div.topuser-column-one {
	width: 965px;
}

div.topseparation {
	text-align:right;
}
div.topseparation .form-text {
	float:right;
}

div#topuser-position ul {
	margin: 0px;
	padding-top:3px;
}

div#topuser-position ul li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding:0 10px;
	margin: 0;
	background: url(../images/top-sptr.gif) right 2px no-repeat;
}

div#topuser-position ul li a {
	color: #fff;
	font-family: arial;
	font-weight: normal;
}

div#topuser-position ul li:hover a {
	color: #000;
}

div#topuser-position ul li.last a,#topuser-position ul li.last {
	background: none;
	border:none;
}

/* ------------------ SEARCH FORM ------------------ */

#block-search-form .block-content {
	background: #fff;
	margin-bottom: 8px;
	padding: 3px 0 0px 7px;
	border: none;
	height: 39px;
}

#block-search-form .block-content input.form-text {
	border: 1px solid #AC0306;
	width: 195px;
	height: 17px;
	margin: 7px;
	margin-left: 0px;
	float: left;
	margin-right: 9px;
	padding: 1px 0 2px 3px;
}

#block-search-form .block-content input.form-submit {
	height: 21px;
	margin-right: 0px;
	width: 66px;
	background: #942B53 url(../images/search-bg.jpg);
	color: #fff;
	border: none;
	margin-top: 7px;
	padding: 0px;
}

#edit-basic #edit-submit {
	margin-bottom: 0px;
	border: none;
}

/* --------------- USER LOGIN FORM ---------------- */

#user-login-form input.form-text {
	width:232px;
}
form#user-login-form {
	padding:10px;
}

/* ----- MENU REGION ------ */
#menu-section {
background:#0ca3f5;
	border-bottom:2px solid #ebedea;
}


#menu {
	font-size: 14px;
	margin:0px auto;
	width:961px;
	
}

#menu h2 {
	display: none;
}

/* ----- BANNER REGION ------ */
#slide-banner
{
	width:961px;
	margin:0 auto;
	background:#E6E6E6;
}

#slideshow-area {
	background: #E6E6E6;
	overflow: hidden;
    margin-bottom:5px;
    padding: 0 10px 0 5px;
    width: 658px;
}

#slideshow {
	margin: 0 auto;
}

/*--Main Container--*/
.main_view {
	position: relative;
}

/*--Window/Masking Styles--*/
.window {
	height: 362px;
	width: 661px;
	overflow: hidden;
	/*--Hides anything outside of the set width/height--*/
	position: relative;
}

.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}

.image_reel img {
	float: left;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px;
	right: -7px;
	width: 109px;
	height: 45px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none;
	/*--Hidden by default, will be later shown with jQuery--*/
}

.paging a,.paging a:link,.paging a:visited {
	padding: 0px 5px;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	background: #fff;
	margin-right:4px;
}

.paging a.active,.paging a:hover {
    
	font-weight: bold;
	color: #fff;
	background: #9d9393;
	border: 1px solid #666666;
}

.paging a:hover {
    
	font-weight: bold;
}

/*-------IMAGE LAYOUT--------*/

#sidebar_right .image-layout .block-content {
	padding:0;
	background:none;
}

#rtab2 .image-layout .content {
	padding:0;
	background:none;
}

/* ----- RIGHT TAB SLIDER-1 ------ */
#rtab {
	border-left:1px solid #B6B6B6;
	border-bottom:1px solid #B6B6B6;
	width:289px;
	padding:5px 0px 0px 0px;
	margin-bottom:10px;
}

#rtab h2.subject {
	display:none;
}

ul.tab_slide {
	margin:0;
}

ul.tab_slide li {
	list-style:none;
	display:inline;
	padding:0 0px;
}
ul.tab_slide li:first-child {
	padding-left:0;
}

ul.tab_slide li a {
font-family:Trebuchet MS;
font-size: 13px;
	padding:7px 25px 7px 25px;
	background:#e24fa6 url(../images/tab-septr.gif) right center no-repeat;
	text-transform:capitalize;
	color:#ffffff;
	font-weight:bold;
	outline:none;
}

ul.tab_slide li:first-child a {
	padding-left:20px;
}

ul.tab_slide li.active a {
	color:#1a3d75;
	background:#ffffff;
	text-decoration:none;
}
ul.tab_slide li:hover a {
		text-decoration:none;
}


.tab_content {
	margin-top:0px;
	border-top:none;
	padding: 0px 10px 0px 10px;
	background:#ffffff;
	float:left;
}

#rtab .tb_img1 img {
	float:left;
	margin-right:8px;
    border:solid 1px #ffffff;
}

#rtab .tb_cont {
	color:#030303;
	font-family:Trebuchet MS;
	font-weight:bold;
}

ul.tb_cont1 {
	margin:0px;
	padding:5px 0px 0px 0px;
}

ul.tb_cont1 li {
	list-style:none;
	color:#054C82;
	padding:10px 0px 0px 7px;
	background: url(../images/arrow-1.png) 0px 17px no-repeat;
}

ul.tb_cont1 li a {
	color:#054C82;
	text-decoration:none;
}

.tb_bot {
padding-top:35px;
}

.tb_more {
  	float:right;
}

.tb_bot .readmore a {
    background: url("../images/readmore-icon.png") no-repeat scroll 0 2px transparent;
    color:#000000;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding-left: 25px;
    text-decoration:none;
}

.tb_photos {
    color:#808080;
    float:left;
}

/********** CONTENT TAB SLIDER ********/

#slide-banner1 {
   background:#ffffff;
   clear:both;
   width:961px;
   margin:0 auto;
   padding:5px 0px 0px 0px;
}

#contab {
	float:left;
 	padding: 4px 9px 0 0;
    width: 665px;
     margin-bottom:8px;
}

#contab h2.subject{
	display:none;
}

ul.tab_slide1 {
	margin:0;
}

ul.tab_slide1 li {
	list-style:none;
	display:inline;
	padding:0 0px 0px 0px;
}

ul.tab_slide1 li:first-child {
	padding-left:0;
}

ul.tab_slide1 li a {
	padding:7px 18px 7px 18px;
	text-transform:capitalize;
	color:white;
	font-weight:bold;
	outline:none;
	background:#3D3B3C url(../images/tab-septr.gif) right center no-repeat;
}

ul.tab_slide1 li:first-child a {
	padding-left:22px;
}

#contab ul.tab_slide1 li.active a {
	color:#AC0306;
	background:white;
	text-decoration:none;
}
#contab ul.tab_slide1 li:hover a {
		text-decoration:none;
}

.tab_content1 {
	margin-top:5px;
	/*border-left:1px solid #B6B6B6;
	border-right:1px solid #B6B6B6;
	border-bottom:1px solid #B6B6B6;
	border-top:none;*/
	padding:15px 10px 10px;
	background:#ffffff;
	float:left;
}

#contab .tb_img1 img {
	float:left;
	padding-right:12px;
}

#contab .tb_cont1 {
	color:#030303;
	font-family:arial;
}
#contab .topbox h2 {
	color:#045497;
	font-weight:normal;
	padding:0;
	margin:0;
}

#contab .topbox .author {
	padding:0px 0px 15px 0px;
	font-family: Trebuchet MS;
    font-size: 14px;
    font-style: normal;
}

#contab .topbox .author span {
    color: #045497;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

#contab .tb_cont {
	padding:0px;
	line-height:25px;
	
}

ul.tb_cont1 {
	margin:0px;
	padding:5px 0px 0px 0px;
}

ul.tb_cont1 li {
	list-style:none;
	color:#054C82;
	padding:10px 0px 0px 7px;
	background: url(../images/arrow-1.png) 0px 17px no-repeat;
	font-size:12px;
}

ul.tb_cont1 li a {
	color:#054C82;
	text-decoration:none;
}

.tb_more {
  	float:right;
}

#contab .readmore a {
    background: url("../images/readmore-icon.png") no-repeat scroll 0 2px transparent;
    color:#000000;
    font-family: times New Roman;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    padding-left: 25px;
    text-decoration:none;
}

.tb_photos {
    color: #808080;
    float: left;
    font-family: times New Roman;
    font-size: 14px;
    font-style: italic;
}

/* ----- MIDDLE CONTENT PART ------ */

.middle-part {
	background: #E6E6E6;
}

/* ----- BLOCK AREA ------ */

/* ----- LEFT SIDEBAR ------ */
#sidebar_left {
	float: left;
	width: 288px;
	overflow: hidden;
}

/* ----- RIGHT SIDEBAR ------ */

div#sidebar_right {
	float: right;
	width: 288px;
	overflow: hidden;
}

.subject {

	background:#e24fa6;
	background:#e24fa6 url(../images/heading-bg-shadow.gif) no-repeat center bottom;
	margin: 0;
	padding:9px 0 10px 12px;
	color: #ffffff;
	font-family:Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
}

.block-content {
	margin-bottom: 7px;
	padding: 0px 0px 0px 10px;
	background:#FFFFFF;
}

.block-content p {
	margin: 0;
	padding: 0;
}

.block-content ul {
	margin: 0 0 0 15px;
	padding-left: 0px;
	font-size: 14px;
}

.block-content ul li {
	list-style-image: none;
	padding: 0px; /*top:7px */
}

.block-content ul.menu li {
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 5px 13px;
	background: url(../images/bullet.png) no-repeat left 8px;
}

.block-content ul.menu li.last {
	padding: 0 0 0 13px;
}

.block-content ul.menu {
	margin: 0px;
}

.block-content ul li a {
	color: #141414;
	font-family: Arial;
	
}

.block-content .readmore {
	float: right;
	clear: both;
}

/* ------------------ MAIN CONTNET ------------------ */

#main-content-three-column {
	width: 385px;
}

#main-content-two-column-left {
	width: 673px;
}

#main-content-two-column-right {
	width: 673px;
}

#main-content-one-column {
	width: 961px;
}

.main-content {
	margin: 0;
	color: #2B2B2B;
	float: left;
	font-family: arial;
	font-weight: normal;
	line-height: 150%;
	text-align: justify;
	background: #E6E6E6;
	white-space: normal;
}
.main-content-inner {
	 padding: 5px 10px 0;
	 margin-bottom:8px;
}

#node-title {
	color: #000;
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	margin: 6px 0 12px 0;
}

/* ------------------ CONTENT BOTTOM REGION ------------------ */

#content-bottom {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px dotted #98033A;
}

.services {
	margin: 0;
}

.services h2 {
	margin: 0px 0 9px 0;
	padding: 0;
	color: #98033A;
	font-family: arial;
	font-size: 19px;
	font-weight: normal;
	background: none;
	color: #98033A;
}

#content-bottom div.content {
	margin-bottom: 15px;
}

#content-bottom .readmore {
	float: right;
}

#content-bottom p {
	margin: 0;
}

/* ----- NEWS TAB REGION ------ */

#news {
   clear:both;
   width:961px;
   margin:0 auto;
}

#newstab{
	width:666px;
	float:left;
	padding-right: 7px;
	line-height: 25px;
}

/* ----- RIGHT TAB SLIDER-2 ------ */

#rtab2 {
	width:288px;
	float:right;
}

#rtab2 .rtb1_img {
	height:211px;
}

#rtab2 .region-block {
	background:#ffffff;
	margin: 0 0 7px;
    padding: 5px;
}

#rtab2 .image-layout {
	padding:0px;
}

#rtab2 .content {
		padding:5px;
}

#rtab2 h2.subject {
	background:#fff url(../images/down-arrow-bg.gif) 0px 0px no-repeat;
    border-bottom:solid #e24fa6 3px;
	height:23px;
    padding: 0px 0px 0px 45px;
}

/* ------------------ USER POSITONS ------------------ */
div#user-position {
	background: #eaeaea;
	margin-bottom: 7px;
}

#user-1,#user-2,#user-3{
	float: left;
}

#user-3 div.user-column-three,#user-2 div.user-column-two,#user-1 div.user-column-one {
	padding-right: 0;
}

div#user-position h2.subject {
	background:#FFFFFF url(../images/heading-bg-shadow.gif) no-repeat center bottom;
	color: #898788;
}

p.readmore,.readmore {
	color: #7E0433;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin-left: 3px;
	background: url(../images/readmore.png) left 5px no-repeat;
}

div.user-column-three {
 	padding-right: 8px;
    width: 329px;
}
#user-3 div.user-column-three {
	width:287px;
}
div.user-column-two {
    padding-right: 8px;
    width: 476px;
}

div.user-column-one {
	width: 961px;
}

#user-position .user-column-inner {
	background:#ffffff;
}

#user-position .user-column-inner .content {
	padding:15px 15px 15px 15px;
}

div#user-position ul {
	margin-left: 2em;
}

/* ------------------ SOCIAL REGION ------------------ */

#social .content {
height: 50px;
	 padding: 15px;
	 background:#ffffff;
	 margin-bottom:0px;
	 border-bottom: 1px solid #A8A8A8;
}
#social h2.subject {
	padding:15px;
	background:#FFFFFF;
}

/* ------------------ FOOTER AREA------------------ */

#footer {
	overflow: hidden;
	background:url(../images/main-ftr-bg.gif) repeat;
}

#footer a, #footer a:hover {
	color: #FFFFFF;
}

.footer-inner {
	width:961px;
	margin:0 auto;
}

#footer .footer-inner {
	background:url(../images/ftr-mdl-top-heading-bg.gif) top no-repeat;
}

/* ------------------ FOOTER POSITION ------------------ */

div#fcolumn-position {
	padding: 7px 0 5px 15px;
	background: url(../images/ftr-mdl-btm-cnt-bg.gif) bottom no-repeat;
	color:#9A9A98;

}
div#fcolumn-position .content {
	padding: 5px 0;
}

#fcolumn-1,#fcolumn-2,#fcolumn-3,#fcolumn-4,#fcolumn-5 {
	float: left;
}

div#fcolumn-position h2.subject {
	background: none;
	color: #D2D2D4;
	font-size:20px;
	padding:0;
	text-transform:uppercase;
}

p.readmore,.readmore {
	padding:0 0 0 10px;
	margin-left: 3px;
	background: url(../images/readmore.png) left 60% no-repeat;
	text-decoration:underline;
}

div.fcolumn-column-five {
	padding-right: 15px;
    width: 174px;
}

div.fcolumn-column-four {
 	padding-right: 15px;
    width: 221px;
}

div.fcolumn-column-three {
 	padding-right: 15px;
    width: 300px;
}

div.fcolumn-column-two {
	padding-right: 15px;
    width: 458px;
}

div.fcolumn-column-one {
	padding-right: 15px;
    width: 931px;
}

div#fcolumn-position ul {
	margin:7px 0 0 0;
	padding:0;
}
div#fcolumn-position ul li {
	list-style:none;
	padding:1px 0;
}
div#fcolumn-position ul li a {
	color:#A6A5A3;
	font-size:12px;
}
div#fcolumn-position ul li a:hover {
	color:#FFFFFF;
}

/* ------------------ FOOTER BOTTOM ------------------ */

#footer-bottom .footer-inner {
	background:#096f97;
}

#footer-bottom {
	background:#096f97;
	border-top: 1px dashed #656660;
}

/* ------------------ FOOTER BOTTOM ITEMS POSITION ------------------ */

div#footer-items {
	padding: 5px 15px;
}

div#footer-items h2.subject {
	display:none;
}

p.readmore,.readmore {
	padding:0 0 0 10px;
	margin-left: 3px;
	background: url(../images/readmore.png) left 60% no-repeat;
	text-decoration:none;
}

div.footer-item-two {
	padding-right: 15px;
	width: 458px;
}

#footer-menu div.footer-item-two {
	padding:0;
}

div.footer-item-one {
	width: 931px;
}

div#footer-items ul {
	padding:0;
}

div#footer-items ul li {
	list-style:none;
	padding:2px 0;
}

div#footer-items ul li a {
	color:#ffffff;
	font-size:12px;
}

div#footer-items ul li a:hover {
	color:#FFFFFF;
}

/* ------------------ FOOTER MENU REGION ------------------ */
#footer-menu {
	float:left;
}

#footer-menu h2 {
	display: none;
}

#footer-menu div.content {
	text-align: right;
	 margin-bottom: 5px;
}

#footer-menu p, #footer-menu .content,#footer-menu  a {
	color:#ffffff;
}

#footer-menu ul {
	margin: 0px;
	padding: 6px 0 12px 0;
	text-align: right;
}

#footer-menu ul li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding-right: 0px;
}

#footer-menu ul li a {
	padding: 0 11px 0 9px;
	font-family: arial;
	font-weight: normal;
	color: #FFECE8;
	background: right url(../images/ftr-btm-separt.gif) no-repeat;
}

#footer-menu ul li:hover a, #footer-menu  a:hover {
	color: #FFFFFF;
}

#footer-menu ul li.first a {
	padding-left: 0;
}

#footer-menu ul li.last a {
	background: none;
}

/* ------------------ FOOTER CONTENT REGION------------------ */

#footer-content {
	color: #ffffff;
	float: left;
}

#footer-content h2 {
	display: none;
}

#footer-content div.content {
	 margin-bottom: 5px;
}

#footer-content p, #footer-content .content,#footer-content  a {
	color:#ffffff;
}

#footer-content ul {
	margin: 0px;
	padding: 0;
}

#footer-content ul li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	background: url(../images/footer-sep.jpg) center right no-repeat;
	padding: 0 6px 0 6px;
	margin: 0;
}

#footer-content ul li a {
	color: #9A9A98;
	font-family: arial;
	font-weight: normal;
}

#footer-content ul li:hover a,#footer-content  a:hover {
	color: #FFFFFF;
}

#footer-content ul li.last a,#footer-content ul li.last {
	background: none;
}

div.designed {
	float: right;
	width: 460px;
	color: #A6A5A3;
	text-align: right;
	position: relative;
	right: 10px;
	margin-top: 25px;
	padding-bottom: 10px;
}

div.designed a {
	color: #A6A5A3;
}

div.designed a:hover {
	color: #FFFFFF;
}

/* ------------------ COMMENTS ------------------ */

.comment h2.title {
	margin-bottom: 1em;
}

.comment div.user-picture img {
	margin-left: 0;
}

.comment {
	margin-bottom: 20px;
	position: relative;
}

.comment .user-pic {
	margin: 8px;
	border-top: 1px solid #D3D7D9;
}

.comment .user-picture {
	float: right;
	margin-top: 4px;
}

#comment-left {
	width: 100%;
	margin-right: 50px;
}

#comment-left ul.links.inline {
	display: inline;
}

.comment .user-pic img {
	margin: 0;
	border: 1px solid #d3d7d9;
}

.comment .submitted p {
	margin: 4px 0;
	line-height: 1.2;
}

.comment .submitted .comment-time {
	font-size: 12px;
	color: #AC0306;
}

.comment .submitted .comment-permalink {
	font-size: 12px;
	text-transform: lowercase;
}

.comment .content {
	line-height: 1.6;
}

.comment .comment-arrow {
	height: 40px;
	width: 20px;
	margin-left: -45px;
	margin-top: 10px;
	position: absolute;
}

.comment .comment-block {
	padding: 3px 3px;
	border: 1px solid #d3d7d9;
}

.comment .indented {
	margin-left: 40px;
}

.comment ul.links {
	padding: 0 0 0.25em 0;
}

.comment ul.links li {
	padding: 0 0.5em 0 0;
}

.comment-form .form-item {
	overflow: hidden;
	margin-bottom: .8em;
}

.comment-form .form-type-textfield label,.comment-form .form-type-item label
	{
	float: left;
}

.comment-form .form-type-textfield input,.comment-form .form-item .username
	{
	float: right;
	width: 75%;
	border-radius: 4px;
}

.comment-form .form-item .description {
	line-height: 1;
	float: right;
	width: 76%;
}

.comment-form .form-textarea {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.comment-form fieldset.filter-wrapper .fieldset-wrapper,.comment-form .text-format-wrapper .form-item
	{
	margin-top: 0;
	margin-bottom: 0;
}

.comment-form fieldset.filter-wrapper .tips {
	font-size: 11px;
}

ul.links li.comment-add {
	display: none;
}

/* ------------------ COMMON CSS ------------------ */
input.form-text {
	width: 190px;
}

/* ------------------ TABS ------------------ */
.tabs {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

.tabs ul.primary {
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #AC0306;
	height: 25px;
}

.tabs ul.primary li {
	display: block;
	float: left;
	vertical-align: bottom;
	margin: 0 5px 0 0;
	padding-top: 2px;
}

.tabs ul.primary li.active a {
	border-bottom: 1px solid #ffffff;
}

.tabs ul.primary li a {
	color: #FFFFFF;
	background-color: #A20441;
	line-height: 1.8;
	padding: 2px 10px 6px 10px;
	margin: 0;
}

.tabs ul.primary li:hover a {
	background-color: #fff;
	color: #000;
}

.tabs ul.primary li.active a {
	background-color: #ffffff;
	border-top: 1px solid #AC0306;
	border-left: 1px solid #AC0306;
	border-right: 1px solid #AC0306;
	border-bottom: none;
	color: #000;
}

.tabs ul.secondary {
	border-bottom: none;
	padding: 0 0;
}

.tabs ul.secondary li {
	display: block;
	float: left;
}

.tabs ul.secondary li:last-child {
	border-right: none;
}

.tabs ul.secondary li:first-child {
	padding-left: 0;
}

.tabs ul.secondary li a {
	padding: .25em .5em;
	color: #FFFFFF;
	background-color: #A20441;
}

.tabs ul.secondary li a.active {
	background-color: #ffffff;
	border-top: 1px solid #A20441;
	border-left: 1px solid #A20441;
	border-right: 1px solid #A20441;
	border-bottom: none;
	color: #000;
}

/* ------------------ UL,LI,P,OL ------------------ */
ul.action-links {
	list-style: none;
	margin: 5px;
	padding: .5em 1em;
}

ul.action-links li {
	display: inline-block;
	margin-left: 10px;
}

ul.action-links li a {
	padding-left: 15px;
	margin: 0 10px 0 0;
}

a,a:link,a:visited {
	text-decoration: none;
	color: #D53503;
	font-family: Arial;
}

a:hover,a:active,a:focus {
	text-decoration: underline;
	color: #3492B6;
	font-family: Arial;
}

h1,h2,h3,h4,h5,h6 {
	margin: 1.0em 0 0.5em;
	font-family: Arial;
	text-transform: capitalize;
}

h1 {
	font-size: 175%;
	margin: 14px 0;
}

h2 {
	font-size: 150%;
	margin: 8px 0;
}

h3 {
	font-size: 140%;
	margin: 8px 0;
}

h4 {
	font-size: 125%;
	margin: 8px 0;
}

h5 {
	font-size: 115%;
	margin: 8px 0;
}

h6 {
	font-size: 105%;
	margin: 8px 0;
}

ul,ol,ul li.leaf,ul li.collapsed {
	margin: 1em 1em 1em 2em;
	padding: 0;
	list-style-image: none;
	list-style-type: disc;
}

li.expanded,li.collapsed,li.leaf {
	margin: 0;
	padding: 0;
}

li a.active {
	color: #D53503;
}

ul.links li {
	list-style-type: none;
}

p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: justify;
}

img {
	outline: 0;
}

caption {
	text-align: left;
	font-weight: normal;
}

/*-- Block Quote  ---*/

blockquote {
	font-style: italic;
	margin: 0 5px;
	padding: 5px 10px;
}

blockquote:before {
	color: #bbb;
	content: "\201C";
	font-size: 3em;
	line-height: .1em;
	margin-right: .2em;
	vertical-align: -.4em;
}

blockquote:after {
	color: #bbb;
	content: "\201D";
	font-size: 3em;
	line-height: .1em;
	vertical-align: -.45em;
}

blockquote :first-child {
	display: inline;
}

a.feed-icon {
	display: inline-block;
	padding: 15px 0 0 0;
}

table {
	border-spacing: 0;
	width: 100%;
	margin: 10px 0;
}

table td {
	padding: 5px 0;
}

.block ul {
	margin: 0;
	padding: 0 0 0.25em 1em;
}

.item-list {
	font-size: 0.929em;
}

ul.menu li {
	margin: 0;
}

.region-content ul,.region-content ol {
	margin: 1px 0;
	padding: 0px 0px 0px 20px;
}

.item-list ul li {
	margin: 0;
	padding: 0.2em 0.5em 0 0;
}

ul.tips {
	padding: 0 0 0 1.25em;
}

#skip-link {
	left: 50%;
	margin-left: -5.25em;
	margin-top: 0;
	position: absolute;
	width: auto !important;
	z-index: 50;
}

#skip-link a,#skip-link a:link,#skip-link a:visited {
	background: #444;
	color: #fff;
	display: block;
	font-size: 0.94em;
	height: 1px;
	line-height: 1.7;
	position: absolute;
	text-decoration: none;
	top: -10000px;
}

#skip-link a:hover,#skip-link a:active,#skip-link a:focus {
	height: auto;
	outline: 0;
	overflow: visible;
	padding: 1px 10px 2px 10px;
	position: static;
	width: auto;
}

#content h2 {
	margin-bottom: 2px;
	font-size: 1.429em;
	line-height: 1.4;
}

.node-user-pic {
	font-size: 0.857em;
	color: #68696b;
}

.node-user-pic .user-picture img {
	float: left;
	height: 16px;
	margin: 1px 5px 0 0;
}

.field-type-taxonomy-term-reference .field-label,.field-type-taxonomy-term-reference .field-items,.field-type-taxonomy-term-reference .field-item
	{
	display: inline;
	float: left;
	padding-right: 10px;
	font-weight: normal;
}

.field-type-taxonomy-term-reference div.field-label {
	font-size: 0.857em;
	color: #68696b;
}

.field-type-taxonomy-term-reference .field-items,.field-type-taxonomy-term-reference .field-item
	{
	font-size: 0.929em;
}

.field-type-taxonomy-term-reference a:hover,.field-type-taxonomy-term-reference a:focus
	{
	text-decoration: underline;
}

.link-wrapper {
	text-align: right;
}

.field-type-image img,.user-picture img {
	margin: 0 0 1em;
}

ul.links {
	margin-top: 5px;
	color: #2B2B2B;
	color: #2B2B2B;
}

ul.links.inline {
	display: block;
	text-align: center;
}

.profile .user-picture {
	float: none;
}

.password-parent,div.form-item div.password-suggestions {
	position: relative;
	width: auto;
}

#password-strength {
	float: none;
	left: 16em;
	position: absolute;
	width: 11.5em;
}

#password-strength-text,.password-strength-title,div.password-confirm {
	font-size: 0.82em;
}

#password-strength-text {
	margin-top: 0.2em;
}

input.form-submit,a.button {
	border: 1px solid #F197BB;
	background: #7D0533 url(../images/search-bg.jpg) repeat-x;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin-right: 1em;
	padding: 4px 12px;
}

a.button:link,a.button:visited,a.button:hover,a.button:focus,a.button:active {
	text-decoration: none;
	color: #5a5a5a;
}

fieldset {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 32px;
	padding: 0 0 10px;
	position: relative;
	top: 12px;
	border-radius: 4px;
}

.fieldset-wrapper {
	margin-top: 25px;
}

.filter-wrapper {
	top: 0;
	padding-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

fieldset.collapsed {
	background: transparent;
	border-radius: 0;
}

fieldset legend {
	background: #eaeaea;
	border: 1px solid #ccc;
	border-bottom: none;
	color: #3b3b3b;
	display: block;
	height: 2em;
	left: -1px;
	line-height: 2;
	padding: 0;
	position: absolute;
	text-indent: 10px;
	text-shadow: 0 1px 0 #fff;
	top: -12px;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

fieldset.collapsed legend {
	border-radius: 4px;
}

fieldset legend a {
	color: #3b3b3b;
}

fieldset legend a:hover,fieldset legend a:focus,fieldset legend a:active {
	color: #000;
}

fieldset .fieldset-wrapper {
	padding: 0 10px;
}

input {
	margin: 2px 0;
	padding: 4px;
}

input,textarea {
	font-size: 0.929em;
}

textarea {
	line-height: 1.5;
}

textarea.form-textarea,select.form-select {
	padding: 4px;
}

input.form-text,textarea.form-textarea,select.form-select {
	border: 1px solid #ccc;
}

input.form-submit:hover,input.form-submit:focus,a.button:hover {
	background: #960102;
	color: #fff;
}

.password-suggestions ul li {
	margin-left: 1.2em;
}

.form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}

.form-item label {
	font-size: 0.929em;
}

fieldset .description {
	margin-top: 5px;
	line-height: 1.4;
	color: #3c3c3c;
	font-style: italic;
}

.form-type-radio label,.form-type-checkbox label {
	margin-left: 4px;
}

.form-type-radio .description,.form-type-checkbox .description {
	margin-left: 2px;
}

.form-actions {
	padding-top: 10px;
}

html.js input.form-autocomplete {
	background-position: 100% 4px;
}

html.js input.throbbing {
	background-position: 100% -16px;
}

/*------------- MAINTENANCE PAGE ---------------*/

.maintenance-page {
	background: #fff;
	padding-top: 20px;
}

#maintenane-page-wrapper {
	border: 1px solid #CA0002;
	margin: 0 auto;
	width: 957px;
	padding-bottom: 20px;
}

#maintenane-page-wrapper #content .section h1 {
	font-size: 22px;
	font-family: Arial;
}

#maintenane-page-wrapper #content .section {
	padding-left: 20px;
	font-size: 15px;
	font-family: Arial;
}

/*-----------------FOR DESIGN-----------------*/

/*----WEBSITE OUTTER SHADOW-----*/

.content-inner {
	width:978px;
	margin:0 auto;
	background:url(../images/middle-shadow-repeat.png) repeat-y;
}

.content-outter {
	background:url(../images/main-ftr-bg.gif) bottom repeat-x;
}

/*-----SEARCH BLOCK IN TOP USERS REGION------*/

#topuser-2 #block-search-form {
	background:url(../images/zoom-icon.gif) no-repeat right top;
	padding-right: 28px;
}

#search-block-form  input.form-text {
margin:0px;
border:1px solid #FFFFFF;
border-right:none;
width: 180px;
}

#topuser-2 #search-block-form input.form-submit {
display:none;
}

/*------FOLLOW US------*/

.fu-tit {
	 border-right: 1px dotted #000000;
    color: #898989;
    float: left;
    font-family: Verdana Sans MS,arial;
    font-size: 23px;
   margin: 10px 8px 5px 0px;
    width: 105px;
}

.fu-facebook {
	border-right: 1px dotted #000000;
    float: left;
   margin: 10px 8px 5px 0px;
    width: 130px;
}

.fu-facebook a {
	color:#284B84;
}

.fu-twitter {
	border-right: 1px dotted #000000;
    float: left;
   margin: 10px 8px 5px 0px;
    width: 130px;
}

.fu-twitter a {
	color:#1698BE;
}

.fu-blogger {
	border-right: 1px dotted #000000;
    float: left;
   margin: 10px 8px 5px 0px;
    width: 130px;
}

.fu-blogger a {
	color:#D64103;
}

.fu-myspace {
	border-right: 1px dotted #000000;
    float: left;
    margin: 10px 8px 5px 0px;
    width: 130px;
}

.fu-myspace a {
	color:#286098;
}

.subscribe {
	 float: left;
    height: 58px;
    width: 271px;
}

.fu-icon img {
	float:left;
	 padding-right: 5px;
}

/*--------CAROUSEL-------*/

.field-name-field-carousel .field-item img {
	margin-top:22px;
}

/*-----USERBOX CONTENT--------*/

.userpos1_img {
	float:left;
	padding:0px 10px 0px 0px
}

#userpos1 {
	padding:15px 0px 0px 0px;
	background:url(../images/separator-1.gif) center top no-repeat;
}

#userpos #userpos1:first-child {
	background:none;
}

#userpos1 .userpos1_cont {
    color: #045497;
    font-family: arial;
    font-weight: normal;
    padding: 0 0 20px;
}

#user-1 #block-block-13 .contbg {
	background:url(../images/newstheme_18.gif) 15px 0px no-repeat;
    padding:0px 0px 0px 50px;
}

#user-2 #block-block-14 .contbg {
	background:url(../images/newstheme_20.gif) 15px 0px no-repeat;
     padding:0px 0px 0px 50px;
}

#user-3 #block-block-15 .contbg {
	background:url(../images/newstheme-ver3_07.gif) 0px 0px no-repeat;
	height:30px;
     padding:50px 0px 0px 0px;
}

.userpos2 .readmore a {
    background: url("../images/readmore-icon.png") no-repeat scroll 0 2px transparent;
    color:#000000;
    font-family: times New Roman;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    padding-left: 25px;
    text-decoration:none;
}

/*-------------NEW TAB CONTENT-----------------*/

/*--NEWS TAB TITLE--*/

#newstab .new-title1 h2.subject {
	background: url(../images/tab-bg1.gif) no-repeat;
	color: white;
    padding:0;
}

#newstab .new-title1 h2.subject #newstabbg {
		background: url(../images/tab-bg1.gif) no-repeat;
}

#newstab .new-title2 h2.subject {
	background: url(../images/tab-bg2.gif) no-repeat;
	color: white;
    padding:0;
}

#newstab .new-title2 h2.subject #newstabbg {
		background: url(../images/tab-bg2.gif) no-repeat;
}

#newstab .new-title3 h2.subject {
	background: url(../images/tab-bg3.gif) no-repeat;
	color: white;
    padding:0;
}

#newstab .new-title3 h2.subject #newstabbg {
		background: url(../images/tab-bg3.gif) no-repeat;
}

#newstab h2.subject {
	background:none;
	padding:5px;
}

#newstab .content {
	margin-bottom:7px;
	padding:0 5px 5px 5px;
}

#newstab .region-block {
	background:#ffffff;
}


/*--HEALTH NEWS--*/

ul.tab_slide2 {
	margin:0;
}

ul.tab_slide2 li {
	list-style:none;
	display:inline;
	padding:0 0px;
}

ul.tab_slide2 li:first-child {
	padding-left:0;
}

#newstab .news_tab2 ul li a {
 	font-size: 13px;
    font-weight: normal;
    padding: 5px;
}
#newstab .news_tab2 span {
	 float: left;
    font-size: 14px;
}
#newstab .news_tab2 ul {
	float:right;
}
#newstab ul li.active a {
	color:#FFFFFF;
}

.tab_content2 {
	padding:9px 10px 10px;
	background:#ffffff;
	float:left;
	padding:15px 10px 15px;
}

#newstab #block-block-17 #tab1 .view-healthnews1 .view-content .views-row-odd .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstab #block-block-17 #tab1 .view-healthnews1 .view-content .views-row-even .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}
#newstab #block-block-17 #tab5 .view-healthnews5 .view-content .views-row-odd .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}
#newstab #block-block-17 #tab5 .view-healthnews5 .view-content .views-row-even .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}
#newstab #block-block-17 #tab10 .view-healthnews10 .view-content .views-row-odd .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}
#newstab #block-block-17 #tab10 .view-healthnews10 .view-content .views-row-even .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstabbg {
	color: white;
    display: inline;
    float: left;
    padding: 0 12px;
    width: 642px;
}

#newstabbg .new_sub {
	float:left;
}

#newstabbg ul li a, #newstabbg ul li a.active {
	color:white;
}

#newstabbg .news_tab2{
	float:right;
	width:121px;
}

/*--TECH & SCIENCE NEWS--*/

ul.tab_slide3 {
	margin:0;
}

ul.tab_slide3 li {
	list-style:none;
	display:inline;
	padding:0 0px;
}
ul.tab_slide3 li:first-child {
	padding-left:0;
}

ul.tab_slide3 li a {
	padding:5px 14px 5px 13px;
	text-transform:capitalize;
	color:#3D3B3C;
	font-weight:normal;
}

.tab_content3 {
	background:#ffffff;
	float:left;
	padding: 15px 10px;
}

#newstab #block-block-19 #tab11 .view-technews1 .view-content .views-row-odd .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstab #block-block-19 #tab11 .view-technews1 .view-content .views-row-even .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstab #block-block-19 #tab51 .view-technews5 .view-content .views-row-odd .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstab #block-block-19 #tab51 .view-technews5 .view-content .views-row-even .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstab #block-block-19 #tab101 .view-technews10 .view-content .views-row-odd .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstab #block-block-19 #tab101 .view-technews10 .view-content .views-row-even .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

/*--LIFESTYLE NEWS--*/

ul.tab_slide4 {
	margin:0;
}

ul.tab_slide4 li {
	list-style:none;
	display:inline;
	padding:0 0px;
}

ul.tab_slide4 li:first-child {
	padding-left:0;
}

ul.tab_slide4 li a {
	padding:5px 14px 5px 13px;
	text-transform:capitalize;
	color:#3D3B3C;
	font-weight:normal;
}

.tab_content4 {
	padding:13px 10px 13px;
	background:#ffffff;
	float:left;

}

#newstab #block-block-20 #tab111 .view-lifestyle1 .view-content .views-row-odd .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstab #block-block-20 #tab111 .view-lifestyle1 .view-content .views-row-even .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstab #block-block-20 #tab511 .view-lifestyle5 .view-content .views-row-odd .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstab #block-block-20 #tab511 .view-lifestyle5 .view-content .views-row-even .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstab #block-block-20 #tab1011 .view-lifestyle10 .view-content .views-row-odd .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}

#newstab #block-block-20 #tab1011 .view-lifestyle10 .view-content .views-row-even .views-field-title span.field-content a {
    text-decoration:none;
	color:#103F77;
}


/*--POPULAR TOPICS--*/

#block-menu-menu-popular-topics ul {
    margin-left:10px;
}

#block-menu-menu-popular-topics ul li {
	list-style-type:none;
	background:url(../images/dropdown-arrow-nrm.png) 8px 6px no-repeat;
	line-height:22px;
	padding-left:20px;
}

#block-menu-menu-popular-topics ul li a {
	text-decoration:none;
	color:#0F4A8E;
}

/*--TAGS--*/

#block-block-12 div.content {
	background:#ffffff;
	text-align:center;
	color: #595554;
	padding:5px 20px 5px 25px;
	font-family:arial;
	margin:0;
}

#block-block-12 div.block-content span {
	color: #595554;
    font-size: 20px;
    font-family:arial;
}
#block-block-12 .rtab1bg{

	background: url(../images/newstheme_07.gif) 0px 0px no-repeat;
	padding:0px 0px 0px 40px;
	height: 26px;
	
}

#block-block-11 .rtb1_img img
{
	padding:0px 0px 0px 0px;
	margin:0;
}

/*--YOUR CHOICE--*/

#block-block-11 .rtb1_img {
background: url(../images/newstheme_14.gif) 0px 0px no-repeat;
		height:175px;
}
